/**** HEADER ****/



@font-face{font-family:'skf_chevin_lightregular';src:url('./fonts/skfchevinlight-webfont.woff2') format('woff2'),url('./fonts/skfchevinlight-webfont.woff') format('woff');font-weight:400;font-style:normal}

@font-face {
    font-family: 'SKF Sans';
    src: url('./fonts/SKFSans-Regular.woff2') format('woff2'),
        url('./fonts/SKFSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{overflow-x:hidden; font-family:'SKF Sans';}


.tobanner{position: relative;}
.tobanner .container{max-width: 700px;position: relative;}
.tobanner img{width:100%;}
.tobanner a{
    background: #43b606;
    color: #fff;
    padding: 10px 30px;
    font-size: 28px;
    position: absolute;
    border: 0;
    bottom: 30px;
    right:10%;
}

header {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header.banner-slider {
    min-height: auto;
    background: url(../images/banner-bg.jpg) no-repeat;
    position: relative;
	padding:120px 0 300px;
	background-size: 100%;
}
header.lp-banner {
    min-height: auto;
    background: url(../images/lp-banner1.jpg);
}
header.banner-slider .container {
    max-width: 1340px;
}
header.banner-slider .row {
    display: flex;
    align-items: center;
}
header.lp-banner .row {
    align-items: end;
}

header.lp-banner .content-left {
    padding-bottom: 0px;
}

header.banner-slider .form form {}
header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    display:none;
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
}

header .header-content {
    position: absolute;
    top: calc(100% - 35%);
    -webkit-transform: translateY(-50%);
    transform: translateX(0%) translateY(0%);
    padding: 0 50px;
    z-index: 10;
    text-align: right;
}

header .header-content .header-content-inner {
    width: 100%;
    margin: 0 auto;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
    position: relative;
}

h1, h2, h3, h4 {
    font-family: 'SKF Sans', sans-serif;
}

.header-content-inner h1 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding-right: 30px;
}

.header-content-inner h1:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: 0px auto 0;
    background: #F05F40;
    position: absolute;
    top: 0;
    right: 0;
}

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}
header.banner-slider .form h1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 0px solid #0f58d6;
    background: #44b606;
    padding: 5px 40px;
    display: inline-block;
    font-weight: 400;
}
header.banner-slider .form {
    max-width: 100%;
    background: none;
    padding: 25px 30px 7px 30px;
    margin-left: 30px;
    position: relative;
    max-width: 550px;
    margin: auto;
    margin-right:0;
}
header.lp-banner .form {
    background: #1057d5;
}
.formleft {
    max-width: 100%;
    text-align: left;
    font-family: 'SKF Sans';
}
header.banner-slider label {
    margin-bottom: 0;
    color: #000;
}
.formleft .col12 input[type="text"] {
    border: 0;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 15px 0px 5px 0px;
    background: #f0efef;
    padding: 5px 15px;
    height: auto;
    font-size: 12px;
}
header.banner-slider .row a {
    font-size: 12px;
}
div.formleft p {
    font-size: 12px;
}
div.formleft input[type="file"] {
    padding: 4px 5px;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
}
.formleft .price {
    margin-top: 25px;
    font-weight: bold;
    color: #ac6c5b;
}

.formleft  span.fa {
    font-size: 13px;
}

.formleft span.fa ::before {}

.formleft .text {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 17px;
}

.formleft .text p {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.formleft .qty {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.formleft .qty button.min0 {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft  button.max {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft .qty input[type="text"] {
    background: transparent;
    text-align: center;
    width: 30%;
    margin: 7px 0px 15px;
    border: 1px solid #000;
    padding: 4px 0;
}
.formleft button.like {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: bold;
    position: relative;
    top: 5px;
    outline: none;
    left: 4px;
}

i.fa.fa-heart-o {}

.formleft button.like i.fa.fa-heart-o {
    font-size: 25px;
}
.formleft button.btn.btn-dark {
    background: #44b606;
    border: 0;
    border-radius: 0;
    text-transform: normal;
    font-weight: 500;
    padding: 2px 19px;
    font-size: 13px;
    outline: none;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
}
.formleft input[type="file"] {
    height: auto;
    padding: 7px 15;
}
.formright {
    position: absolute;
    bottom: -100px;
    right: -52%;
    left: auto;
    z-index: 99;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color:#911a20;cursor: pointer;}
  
  .content-left {
    text-align: left;    margin-top: -85px;
}

.content-left h1 { padding-left:0px;
    font-weight: 600;
    color: #fff;
  
}

.content-left h2 { padding-left:0px;
    font-weight: 600;
    color: #fff;
    font-size:26px;
  
}

.content-left .btm-content {
    background: #0d55db;
    display: inline-block;
    padding: 10px;
    color: #fff;
    width: 59%;
    margin-top: 20px;
}

.content-left .btm-content h4 {
    margin-bottom: 0;font-size: 24px;
    padding: 0;
    margin: 0;
}

.content-left .btm-content p {
    margin-bottom: 0;
    font-size: 19px;
}

header.lp-banner .form {
    background: #1057d5;
}

header.lp-banner .form h1 {
    color: #1057d5;
    background: #fff;
}
header.lp-banner  label {
    color: #fff;
}
header.lp-banner .row.d-flex {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
header.lp-banner .row.btm.d-flex label {
    font-size: 12px;
}
header.lp-banner .formleft button.btn.btn-dark {
    background: #ff8005;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 40px;
}
.lp-page-cl p {
    color: #212529;
}
.featpro-section.lp-page-cl h2 {
    color: #0e57d4;
}
/**** HEADER END ****/


.section02{}

.section02 p{text-align:left;}

.section02.bg-color-blue {
    background: #0d55db;
	position:relative;
	text-align:center;
	color:#fff;
	padding:50px 0;
}
.section02.bg-color-blue h3{line-height:36px;}
.section02.bg-color-blue h3 span{font-size:22px}
.section02.bg-color-blue p{padding:10px 15em;}



.section03{}

.section03.bg-color-white {
    background: #fff;
	position:relative;
	text-align:left;
	padding:50px 0; padding-top:0;
}

.section03 img{width:auto; text-align:center; margin-left:0px;}

.section03.bg-color-white h4{min-height: 90px; color:#0d55db; font-size:20px; padding:20px; background:#fff; margin-bottom:0;}
.section03.bg-color-white p{padding:0px 0px; background:none; min-height: auto;}

.section03.bg-color-white h3 {
    color: #0d55db;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    padding: 24px 0;
    font-weight: 500;
}

.section03.bg-color-white .sixbox{padding:50px; background: url(../images/blubg.jpg) repeat-x bottom;}


.section04{}
.section04 img{width:100%;}
.section04.bg-color-blubg{background: url(../images/blubg.jpg) repeat-x bottom;margin-top: -30px;}
section.section04.bg-color-blubg.lp-page-cl{background: url(../images/blubg1.jpg) repeat-x bottom;}
.section04.bg-color-blubg .twobox{}
.bg-color-white023 .twobox h2{font-size: 22px; margin: 0; margin-bottom:15px;}

.bg-color-white023 .twobox .arrow{background-size:30px; padding-left:35px;}
.bg-color-white023 .twobox .arrow h3{margin:0;}
.bg-color-white023 .twobox .arrow p{font-size:14px;}

.bg-color-white023 .twoboxex .arrow{background-size:30px; padding-left:35px; min-height:40px;}
.bg-color-white023 .twoboxex h2{padding:0; margin:0; margin-bottom:30px; font-size:22px; }

.section04.bg-color-blubg h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: left;
    padding: 24px 0;
    font-weight: 500;
	margin-top:6em;
}

.section04.bg-color-blubg p{color:#fff;}


/**** SERVICE ****/
.service-section.bg-color {
    background: #fff;
	position:relative;
}
.service-section:after {
    content: "";
    background: #0f57d5;
    height: 49%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.service-section.bg-color h3 {
    color: #fff;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    background: #0f57d5;
    padding: 24px 0;
    font-weight: 500;
}

.service-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}

.service-items .icon {
    margin: 0 auto 15px;
}

.service-items h4 {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #f16b20;
    min-height: 50px;
}
.service-items h4 a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'SKF Sans';
    margin-bottom: 20px;
    display: block;
}

.service-section .service-items {
    min-height: auto;
    border: 1px solid #ccc;
    background: #fff;
}
.service-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.service-items .icon img {
    width: 100%;
}
.service-section .content-items .row {
    justify-content: center;
}
.service-section .content-items {
    padding-bottom: 80px;
    padding-top: 50px;
}

.service-section .service-items h4 a {
    text-align: left;
    padding: 0 10px;
    color: #0f58d6;
    font-weight: 500;
    font-size: 17px;
}
.service-section .spacing {
    padding: 0 10px;
}
body .container {
    max-width: 1300px;
}
.service-section .owl-nav {}

.service-section .owl-nav .owl-prev {
    color: #385dab;
    background: #fff;
    position: absolute;
    bottom: 48%;
    left: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav .owl-next {
    color: #385dab;
    background: #fff;
    position: absolute;
    bottom: 48%;
    right: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav i.fa {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0;
    border-radius: 10px;
    position: relative;
	top: -1px;
}

.service-section .owl-nav .owl-prev i.fa {
	left: -2px;
}
.service-section .owl-nav .owl-next i.fa {
    right: -2px;
}    

/**** SERVICE END ****/



/**** featpro ****/
.featpro-section.bg-color {
    background: #fff;
    z-index: 999;
    position: relative;
	padding:0px 0 0;
}
.featpro-section .featpro.image img {
    width: 100%;
}
.featpro-section.bg-color .container {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: left;
}

.featpro-section.bg-color .container .content-items {
    padding-left: 20px;
}
.featpro-section.bg-color .container .content-items h3 {
    color: #91191f;
    font-weight: bold;
    font-size: 24px;
    font-family: 'SKF Sans';
    margin-top: 20px;
    margin-bottom: 10px;
}

.featpro-section.bg-color .container .content-items p {
    font-family: 'SKF Sans';
    color: #000;
    font-size: 15px;
}
.featpro-section .featpro.image {
    position: relative;
    display: flex;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.featpro-section .featpro.image span.new {
    position: absolute;
    bottom: auto;
    top: 60px;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    font-family: 'SKF Sans';
    font-size: 14px;
    text-transform: uppercase;
    left: 0;
}

.featpro-section  .row {
    display: flex;
    align-items: center;
}
.featpro-section h2 {
    color: #0d55db;
    font-size: 40px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    background: transparent;
    padding: 24px 0 36px;
    font-weight: 500;
}

.featpro-section h2 span img.img-responsive {
    max-width: 170px;
    vertical-align: top;
}

.featpro-section .col {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d55db;
    line-height: normal;
}

.featpro-section .col.mid {
    border-left: 1px solid #0d55db;
    border-right: 1px solid #0d55db;
}

.featpro-section .col img.img-responsive {
    width: 40%;
    margin-bottom: 7px;
}
.featpro-section .btmimage {
    text-align: center;
    margin-top: 40px;
}

.featpro-section .btmimage .image {
    max-width: 64%;
    margin: auto;
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #797979;
    border-bottom: 0;
}

.featpro-section .btmimage .image img.img-responsive {
    width: 100%;
}

section.featpro-section.lp-page-cl {}

section.featpro-section.lp-page-cl .col img.img-responsive {
    width: 20px;
}

section.featpro-section.lp-page-cl .col div.iconm {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    margin-bottom: 10px;
}

section.featpro-section.lp-page-cl .col div.iconm p {
    margin: 0 0 6px 10px;
}

section.featpro-section.lp-page-cl .col {
    border: 0;
    text-align: left;
    align-items: start;
}
section.featpro-section.lp-page-cl .row-001 {
    padding-top: 50px;
}

section.featpro-section.lp-page-cl .row-001 h2 {
    padding-bottom: 0;
}

section.featpro-section.lp-page-cl .row-001 p {
    color: #0e57d4;
    font-size: 20px;
}
section.featpro-section.lp-page-cl .featpro.image img {
    width: auto;
}
section.featpro-section.lp-page-cl .featpro.image {
    display: block;
    text-align: center;
}

section.featpro-section.lp-page-cl .featpro.image h2 {
    font-size: 24px;
    padding-top: 10px;
}

section.featpro-section.lp-page-cl .row-001 .content-items {
    background: #485a64;
    padding: 25px 15px;
}

section.featpro-section.lp-page-cl .row-001 .content-items p {
    color: #fff;
}

section.featpro-section.lp-page-cl .row-001 .content-items .col .iconm {
    align-items: flex-start;
}


section.section04.lp-page-cl .row {
    align-items: end;
}

section.section04.lp-page-cl .twobox {
    padding-bottom: 50px;
}

section.featpro-section.lp-page-cl .row-001 .row {
    width: 100%;
}

.enquirefixed.hide {
    display: none;
}

.enquirefixed.show {
    display: block;
}
/**** featpro END ****/



/**** testimonial ****/
.testimonial-section.bg-color {
    background-color: #fbe8da;
    margin-top:0px;
    position: relative;
    z-index: 9;
}
.testimonial-section h3 {
    color: #393a39;
    font-weight: 300;
    font-size: 45px;
    font-family: 'SKF Sans';
    padding-top: 50px;
    margin-bottom: 10px;
}

.testimonial-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}
.testimonial-section .right {
    position: relative;
}

.testimonial-items h4 a {
    color: #0062ad;
    font-weight: 700;
}

.testimonial-items h4 a:hover{
    color: #f16b20;
}
.testimonial-section .service-items {
    min-height: 360px;
}
.testimonial-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonial-section .image {
    display: flex;
    justify-content: center;
    max-width: 400px; 
    position: relative;
    left: 10px;
}
.testimonial-section .row {
	justify-content: center;
}


.testimonial-section .image-left {
    position: absolute;
    left: 100px;
    top: 0;
    width: 16%;
    z-index: 999;
}
.testimonial-section .image-right {
    position: absolute;
    right: 30px;
    top: 0;
	width: 18%;
	z-index: 999;
}

.testimonial-section .btm-content {
    text-align: left;
    font-family: 'SKF Sans';
    font-size: 14px;
    position: relative;
    margin: auto;
    top: 0px;
    width: 70%;
    padding: 60px 0;
}

.testimonial-section .btm-content h2 {
    font-family: 'SKF Sans';
    margin-bottom: 15px;
}
.testimonial-section .image-left img.imgresp,
.testimonial-section .image-right img.imgresp {
    width: 100%;
}
.testimonial-sl{
	padding: 150px 60px;
    display: inline-block;
    background: #f57f20;
	border-radius: 50%;
}
.testimonial-section .item-content {
    text-align: center;
    color: #fff;
}
.testimonial-section .item-content p {
    font-weight: 300;
    font-size: 14px;
}
.testimonial-section .item-content h2 {
    font-size: 14px;
}
.testimonial-section .btm-content:before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    width: 4px;
    height: 85px;
    position: absolute;
    top: 0;
    background: #cb6528;
    margin: auto;
    z-index: 99;
}

.testimonial-section .btm-content .testimonial-sl:before {
    content: "";
    background: #fff;
    padding: 10px;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 10px;
    z-index: 99999;
    border-radius: 50%;
}

.testimonial-section .btm-content .testimonial-sl {
    position: relative;
}
/**** testimonial END ****/

.enquirefixed{z-index:9999; text-transform: none;}

.deeps{margin-left:150px;}

footer{padding-top:50px;}

.contact-us-section h4{color:#0d55db;}


.crb01{ text-align:center; padding:50px 30px; float:left; padding:0px 30px 0px 30px;}
.crb01 h2{ text-align:center; color:#000; padding-bottom: 0; font-size:32px;}
.crb01 img{ text-align:center;width:90%; border:2px solid #0058dc;}
.fivebox{width:20%; padding:10px; float: left;}
.fivebox p{ text-align:center; color:#000; font-size:18px; font-weight: bold; padding:10px 5px;}


.form{background:#0f58d6; padding:50px;}
.form h1{font-size:18px; background:#fff; color:#0f58d6; padding:10px 0; font-weight: bold;}


.enquirefixed{background:#0058dc; width:175px;}
.formtopl{ text-align:left; position:relative;}
header.banner-slider .row .formtopl a{    
    background: #43b606;
    color: #fff;
    padding: 10px 30px;
    font-size: 28px;
    position: absolute;
    border: 0;
    top: 200px;}


.bg-color-white023{padding:60px 0 20px 0;}

.bg-color-white023 .row{margin-bottom:40px;}

.bg-color-white023 h2{color:#000;}
.bg-color-white023 p{color:#000; font-size:14px;}
.arrow{background: url(../images/arrow.jpg) no-repeat top left; padding-left: 60px; background-size:50px; min-height:80px;}
.bg-color-white023 .arrow h3{color:#fc7f26; font-size:20px;}
.bg-color-white023 .arrow h4{color:#000; font-size:18px;}
.bg-color-white023 .arrow p{color:#000; font-size:16px;}


.modal-dialog{width:800px; max-width: 800px;}

.skfbrosher{text-align: center;}
.skfbrosher a{background: #43b606;  color: #fff;  text-align: center; padding:10px 20px; font-size: 22px;}
.skfbrosher p{color: #ff0000; padding:20px; font-size: 18px; margin-top:15px;}

div#from-myModal {}

div#from-myModal .form {
    padding: 10px 20px;
}

div#from-myModal .modal-content {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}

div#from-myModal .modal-content .modal-body {
    padding: 1px;
    border-radius: 0;
}

div#from-myModal  .modal-dialog {
    max-width: 560px;
    margin-top: 100px;
}

div#from-myModal .modal-dialog h1.mb-4 {
    margin-bottom: 0 !important;
}

 @media screen and (max-width: 800px) {

.content-left h1{font-size:32px;}
.content-left .btm-content{width: 100%;}
header.banner-slider .form{margin-left:0;}
.featpro-section.bg-color .container .content-items{padding-left:0;}
.featpro-section .btmimage .image{max-width: 100%;}
.section03.bg-color-white .sixbox{padding:15px;}
.section02.bg-color-blue p{padding:10px;}
.service-section.bg-color h3{font-size:28px;}
.section04.bg-color-blubg{background:#fc7f26;}
.section04.bg-color-blubg h2{font-size:28px; margin-top:15px;}
.enquirefixed{right:0px;} 

.service-section .owl-nav{display:none;}


section.featpro-section.lp-page-cl .featpro.image img {
    width: 100%;
}
section.featpro-section.lp-page-cl .d-flex.flex-col {
    display: block !important;
}

section.featpro-section.lp-page-cl .row-001 {
    padding: 0;
}
.featpro-section.lp-page-cl h2 {
    font-size: 23px;
}
section.featpro-section.lp-page-cl {
    overflow: hidden;
}
section.featpro-section.lp-page-cl .container {
    padding: 0;
}
header.lp-banner .row.d-flex .col12.col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.testimonial-section .btm-content{width: 100%;}

.testimonial-section .image-right{display:none;}

.testimonial-sl{
	padding:50px 20px;
    display: inline-block;
    background: #f57f20;
	border-radius: 0%;
}

header.banner-slider label{font-size:14px;}

.deeps{margin-left:0px;}
.content-left h1{padding-left:0;}

header.banner-slider .form h1{font-size:16px;}

.content-left .btm-content h4{font-size:16px;}
.content-left .btm-content p{font-size:12px;}


header.banner-slider {
    padding: 20px 0 5px; background-size: cover; min-height: 300px;
}
header.banner-slider .form h1 {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 1px !important;
}
.content-left h1 {
    font-size: 22px;
}

.content-left h1 br {
    display: none;
}

.content-left h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.content-left h2 br {
}

.formleft button.btn.btn-dark {
    margin-top: 7px;
}
.featpro-section.bg-color {
    padding-top: 10px;
}


.content-left{margin-top:20px;
 } 
 
 .crb01{padding:20px 15px;}
 .crb01 h2{font-size:18px;}
 .fivebox {width:100%;}
 .section03 img{margin-left:0;}
 
 .bg-color-white023{padding:20px 0 0;}
 
 .crbcwor{ flex-direction:column-reverse;}
 
 .bg-color-white023 .arrow p{font-size:16px;}
 
 header.banner-slider .row .formtopl a{position:relative; top:10px; font-size:18px;}
 
 
 .modal-dialog {
    width: 96%;
    max-width: 96%;
}

iframe{height: 300px;}

.skfbrosher {text-align:center;}
 
 
.tobanner a {
    background: #43b606;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    position: absolute;
    border: 0;
    bottom: 5px;
    right: 32%;
} 

.crb01 img {
    width: 30%;
}     
.fivebox p{padding-bottom: 0;margin-bottom: 0;}     
.bg-color-white023 .twobox h2 {
    padding-top: 15px;
}

.bg-color-white023 .row {
    margin-bottom: 10px;
}

.bg-color-white023 .twoboxex h2 {
    padding-top: 20px;
    margin-bottom: 17px;
}
 .crb01 h2 {
    padding-top: 0;
    margin-top: 0;
}

.section03.bg-color-white .row {
    flex-direction: column-reverse;
}

div#DownloadBrochure {
    padding: 10px 20px;
    margin-top: 10px;
}
div#DownloadBrochure h1 {
    font-size: 16px;
}
 }
 
 
 
 
 
 
 
 
 
 
 
 
 