/**** 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';}


header {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header.banner-slider {
    min-height: auto;
    position: relative;
}
header.lp-banner {
    min-height: auto;
    background: url(../images/lp-banner1.jpg);
}
header.banner-slider .container {
    max-width: 90%;
}
header.banner-slider .row {
    display: flex;
    align-items: start;
}
header.lp-banner .row {
    align-items: end;
}

header.lp-banner .content-left {
    padding-bottom: 0px;
}

header.banner-slider .form form {}

header.banner-slider .container {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

header.banner-slider .container .row {
    width: 100%;
    margin: 0;
    padding: 0;
}

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;
}
.h2, h2 {
    font-size: 2.5rem;
}
.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 {
    font-size: 22px;
    text-align: center;
    padding: 3px 40px;
    font-weight: 600;
    background: #fd6b00;
    display: inline-block;
    color: #fff;
    font-family: 'SKFSans-Bold', sans-serif;
    border-radius: 5px;
    line-height: normal;
}
.formleft .col12 input::placeholder {
    color: #000;
}
header.banner-slider .form {
    max-width: 100%;
    /*background: linear-gradient(#04215dc7, #00091ac4);*/
    background: transparent;
    padding: 0;
    margin-left: 30px;
    position: relative;
    max-width: 600px;
    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: 5px;
    margin: 10px 0px 5px 0px;
    background: #f0efef;
    padding: 7px 10px;
    height: auto;
    font-size: 13px;
}
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;
    border-radius: 5px;    
}
.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: #00b200;
    border: 0;
    border-radius: 5px;
    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;
    margin-bottom: 18px;
}

header.banner-slider .enroll-btn01 a {
    background: #46b749;
    font-weight: bold;
    padding: 9px 39px;
    outline: none;
    display: inline-block;
    width: auto;
    color: #fff;
    margin-top: 18px;
    margin-bottom: 0;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 17px;
    text-transform: uppercase;
}

.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;
}
.content-left h1 span.orange {
    font-size: 2.5rem;
    color: #46b749;
}
.content-left h1 {
    padding-left: 0px;
    /* font-weight: 600; */
    color: #fd6b00;
    font-family: 'SKFSans-Bold', sans-serif;
    font-size: 2.3rem;
    line-height: 40px;
  
}

.content-left h2 {
    padding-left: 0px;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}

.content-left .btm-content {
    
    display: inline-block;
    padding: 0px;
    width: 59%;
    margin-top: 20px;
}

.content-left .btm-content {
    margin-bottom: 0;
    color: #fff;
    width: auto;
    display: inline-block;
}

.content-left .btm-content h4 {
    font-family: 'SKF Sans', sans-serif;
    margin-bottom: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.5rem;
}

.content-left .btm-content p {
    margin-bottom: 0;
    font-size: 22px; color: #fff; 
    padding:5px 0 0; 
}


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;
}
section.featpro-section.about-section.featpro-section-two {
    background: #e1e9eb;
    padding-bottom:70px;
}
section.featpro-section.about-section.featpro-section-two .row-001 h2 {
    font-weight: 600;
    color: #01455c;
}

section.featpro-section.about-section.featpro-section-two .row-001 p {
    color: #000;
    font-size: 22px;
}
.featpro-section.about-section h2 {
    text-align: left;
}
/**** HEADER END ****/

body section.featpro-section.benifit-section {}

body section.featpro-section.benifit-section .heading {
    background: transparent;
    margin-top: -55px;
}

body section.featpro-section.benifit-section .heading h2 {
    background: #1e4459;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 34px;
}

body section.featpro-section.benifit-section .heading p {
    color: #1e4459;
    margin-top: 40px;
    font-size: 20px;
}

body section.featpro-section.benifit-section .featpro.image {
    padding: 20px 0 40px 0;
    text-align: center;
    width: 100%;
}

body section.featpro-section.benifit-section .featpro.image > img {
    max-width: 1000px;
    margin: auto;
}

body section.benefit-section {
    background: #b2b5b7;
}

body section.benefit-section .top-row {
    justify-content: end;
    margin-top: -15px;
    position: relative;
}

body section.featpro-section.featpro-section-two.why-choose {
    background: #e1eaea;
    margin-top: 50px;
}

body section.featpro-section.featpro-section-two.why-choose .heading h2 {
    background: #1e4459;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 34px;
}

body section.featpro-section.featpro-section-two.why-choose .heading {
    margin: 0 auto;
    margin-top: -50px;
    background: transparent;
}

body section.featpro-section.featpro-section-two.why-choose .container-fluid {
    background: transparent;
}

body section.featpro-section.featpro-section-two.why-choose .row-top .row.row-002 {
    background: transparent;
}

section.benefit-section .image-bg {
    background: #f6bf24;
    width: 90%;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    overflow: hidden;
    padding-left: 60px;
}

section.benefit-section .top-row .image {
    max-width: 30%;
}

section.benefit-section  .container.pos {
    position: absolute;
    right: 10%;
    top: 0;
    height: 100%;
}

section.benefit-section .container.pos .row {
    justify-content: end;
    height: 100%;
    align-items: center;
}

section.benefit-section  .info h2 {
    color: #fff;
    font-weight: bold;
}

section.benefit-section .info  p {
    color: #000;
    line-height: 25px;
}

section.benefit-section .container.pos .row .right-part {
    width: 62%;
    max-width: 62%;
    flex: 0 0 62%;
}

section.benefit-section .btm-row {
    width: 100%;
    padding: 50px;
    padding-bottom: 100px;
}

section.benefit-section .btm-row h2.label {
    background: #fbc51b;
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    font-family: 'SKFSans-Bold', sans-serif;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: normal;
    margin-bottom: 20px;
}

section.benefit-section .btm-row img.benefit-icon {
    max-width: 90px;
}

section.benefit-section .btm-row .row {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
}

section.benefit-section .btm-row .row .box {
    width: 100%;
    text-align: center;
    border-right: 1px solid #000;
}

section.benefit-section .btm-row .image {
    margin-bottom: 20px;
}

section.benefit-section .btm-row p {
    line-height: 25px;
}

section.benefit-section .btm-row .row .box:last-child {
    border: 0;
}

section.why-choose .top-sapce {
    margin-top: -50px;
}

section.why-choose .heading {
    position: relative;
    z-index: 99;
}

section.why-choose {
    background: linear-gradient(93deg, #007bb1, #201b51);
    padding: 60px 0;
}

section.why-choose .heading h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
}

section.why-choose  .row.row--001 {
    position: relative;
}

section.why-choose .container-fluid {
    padding: 0;
}

section.why-choose .top-sapce .container-fluid {
    border-bottom: 1px solid #94a6b7;
    padding: 60px 0;
}

section.why-choose .top-sapce .container-fluid:last-child {
    border: 0;
    padding-bottom: 10px;
}

section.why-choose .pos {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    left: -80px;
}

section.why-choose .pos .iconm img {
    max-width: 100px;
}

section.why-choose .pos .iconm p {
    color: #fff;
    line-height: normal;
    padding-top: 10px;
    font-size: 1rem;
}

section.why-choose .pos .info {
    text-align: left;
    width: 60%;
    padding-left: 40px;
}

section.why-choose .pos .iconm {
    width: 40%;
}

section.why-choose .pos .info h2 {
    font-size: 1.3rem;
    color: #f28020;
    line-height: normal;
}

section.why-choose .pos .info p {
    color: #fff;
    line-height: normal;
    font-size: 17px;
}

.section02{}

.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;text-align:left;}



.section03{}

.section03.bg-color-white {
    background: #fff;
	position:relative;
	text-align:left;
	padding:50px 0;
}

.section03 img{width:100%;}

.section03.bg-color-white h4{min-height: 90px; color:#0d55db; font-size:20px; padding:20px; background:#fff; margin-bottom:0;font-weight: bold;}
.section03.bg-color-white p{padding:0px 20px; background:#fff; min-height: 104px;color:#333;}
.section03.bg-color-white h3 {
    color: #0d55db;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    padding: 24px 0 0;
    font-weight: 600;
}

.section03.bg-color-white .sixbox{padding:50px; background: url(../images/blubg-1a.jpg) repeat-x bottom;}
.section03.bg-color-white .sixbox img {
    border: 1px solid #7c7d7f;
}


.section04 img{width:100%;}
.section04.bg-color-blubg{background: url(../images/blubg.jpg) repeat-x bottom;padding: 30px 0 50px;}

section.section04.bg-color-blubg.lp-page-cl {
    padding: 50px 0;
    background: #fa8430;
    margin-top: 50px;
}

.section04.bg-color-blubg .row {
    align-items: end;
}
.section04.bg-color-blubg h2 {
    color: #fff;
    font-size: 29px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: left;
    padding: 0 0 24px 0;
    font-weight: 500;
    margin-top: 5em;
    display: inline-block;
    margin: 0 0 20px 0;
}

section.section04.bg-color-blubg.lp-page-cl p {
    color: rgb(255, 255, 255);
    font-family: SKFSans-Medium, sans-serif;
    margin-top: 10px;
    line-height: normal;
    margin-bottom: 0;
}

.lp-page-cl p {
    font-size: 18px;
    line-height: 30px;
}

.section04.bg-color-blubg p a{background:#45b549; color:#fff; padding:10px 20px;}

section.section04.lp-page-cl .row .flex-col .col {
    margin: 0 0px;
}

.section04 .iconm img {
    width: 100%;
    width: auto;
}

section.featpro-section.featpro-section-two .headingtop {
    display: flex;
}

section.featpro-section.featpro-section-two .heading p {
    color: #fff;
    margin: 0;
    padding: 0;
}
section.featpro-section.featpro-section-two {
    padding-top: 0;
}

section.featpro-section.featpro-section-two .heading {
    background: #274357;
    padding: 20px 40px;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: -20px;
}

section.featpro-section.featpro-section-two .heading h2 {
    margin: 0;
    color: #fff;
    padding: 0;
    font-family: 'SKFSans-Bold', sans-serif;
    letter-spacing: 3px;
}

body section.testimomial-section .heading {
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: -30px;
}

body section.testimomial-section .heading h2 {
    margin: 0;
    color: #fff;
    padding: 0;
    font-family: 'SKFSans-Bold', sans-serif;
    letter-spacing: 3px;
    background: #1e4459;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 34px;
}

section.testimomial-section .headingtop {
    display: flex;
}

section.testimomial-section .service-itemss {
    background: #e0e9e9;
    padding: 10px 10px 50px 10px;
    margin: 100px 0 0px 0;
    max-width: 500px;
}

section.testimomial-section .spacing {
    display: flex;
    justify-content: center;
}

section.testimomial-section.featpro-section-two {
    padding-bottom: 90px;
}

section.testimomial-section .service-itemss h4 {
    min-height: auto;
    color: #01455b;
    font-size: 19px;
    line-height: normal;
    padding-top: 20px;
    font-weight: bold;
}

/**** SERVICE ****/
.service-section.bg-color {
    background: #fff;
	position:relative;
}
.service-section:after {
    content: "";
    background: #0d55db;
    height: 79%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.service-section.bg-color h3 {
    color: #0d55db;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    background: transparent;
    padding: 24px 0 0;
    font-weight: 600;
}

.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;
    min-height: 103px;
}
.service-items h4 a {
    text-align: left;
    padding: 0;
    color: #0f58d6;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    height: auto;
    margin-top: 10px;
}
.service-items .desc p {
    font-size: 14px;
    color: #485a64;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 155px;
    line-height: normal;
    color: #333;
}
.service-section .service-items {
    min-height: auto;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    padding-bottom: 10px;
}
.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: 37px;
    padding-top: 40px;
}

.service-section .service-items h4 a {
    text-align: left;
    padding: 0;
    color: #0f58d6;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.service-section .spacing {
    padding: 0 10px;
}

body .container {
    max-width: 1300px;
    padding:0;
}
.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;
}    

section.featpro-section.prodcut-featpro-section {
    padding: 50px 0;
}

section.contact-us-first.contact-us-section button.btn {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #72ba40;
    font-size: 20px;
    font-family: 'SKFSans-Bold', sans-serif;
    padding: 6px 20px;
}

section.contact-us-first.contact-us-section  h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

section.contact-us-first.contact-us-section {
    margin-bottom: 60px;
}


.prodcut-featpro-section.bg-color {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 60px 0 0;
}

.prodcut-featpro-section .crb01 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.prodcut-featpro-section .crb01 .fivebox {
    width: 17%;
    text-align: center;
    margin-bottom: 30px;
}

.prodcut-featpro-section .crb01 .fivebox img {
    width: 100%;
}

.prodcut-featpro-section .crb01 .fivebox p {
    padding-top: 10px;
    color: #0d55db;
}

.prodcut-featpro-section h2 {
    display: inline-block;
    width: 100%;
}

.prodcut-featpro-section .crb01 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
}


section.contact-us-first.contact-us-section .contact-us-section-inner {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: #72ba40;
}

section.contact-us-first.contact-us-section .contact-us-section-inner .col12.last {
    text-align: left;
}

/**** SERVICE END ****/



/**** featpro ****/
.featpro-section.bg-color {
    background: #fff;
    z-index: 999;
    position: relative;
	padding:60px 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: 50px 0;
}

section.featpro-section.lp-page-cl .row-001 h2 {
    padding-bottom: 0;
}


section.featpro-section.lp-page-cl .featpro.image img {
    width: 90%;
}
section.featpro-section.lp-page-cl .featpro.image {
    display: block;
}

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 {
    padding: 25px 15px;
}

section.featpro-section.lp-page-cl .row-001 .content-items p {
    font-size: 18px;
    line-height: 26px;
}

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;
    width: 100%;
}

section.section04.lp-page-cl .row .rows {
    width: 100%;
}

section.section04.lp-page-cl .twobox {
    padding-bottom: 50px;
}

section.featpro-section.lp-page-cl .row-001 .row {
    width: 100%;
    align-items: stretch;
}

.enquirefixed.hide {
    display: none;
}

.enquirefixed.show {
    display: block;
}

.pro-icon {
    display: flex;
    justify-content: end;
}

.pro-icon img.imgresponsive {
    max-width: 50px;
    margin: 0 0px 0 10px;
}

section.featpro-section.featpro-section-two .row-001 h2,
section.featpro-section.featpro-section-two .row-002 h2{
    color: #000;
    padding-top: 0;
    font-family: 'SKFSans-Medium', sans-serif;
}

section.featpro-section.featpro-section-two .container-fluid {
    padding: 0 0;
}

section.featpro-section.featpro-section-two .row-001 .content-items {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0;
}

section.featpro-section.featpro-section-two .row-001 .content-items .flexcol {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

section.featpro-section.featpro-section-two .row-002 .content-items {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0;
}

section.featpro-section.featpro-section-two .row-002 .content-items .flexcol {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

section.featpro-section.featpro-section-two .row-top  .row.row-002 {
    background: #d1d5d6;
}

section.featpro-section.featpro-section-two .icon img {
    max-width: 88px;
}

section.featpro-section.featpro-section-two .content-items .flexcol .info {
    padding-left: 10px;
}

section.featpro-section.featpro-section-two .content-items .flexcol .info h3 {
    font-weight: 600;
    color: #000;
    margin: 0;
    font-size: 22px;
    font-family: 'SKFSans-Bold', sans-serif;
}

section.featpro-section.featpro-section-two .content-items .flexcol .info p {
    margin: 0;
    color: #000;
    font-size: 17px;
}

section.featpro-section.featpro-section-two .row-top .featpro.image img.img-responsive {
    max-width: 80%;
}

section.featpro-section.featpro-section-two .row-top .row-001 .featpro.image {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    padding:0;
}

section.featpro-section.featpro-section-two .row-top .row-001 .pro-name {
    position: absolute;
    transform: rotate(-90deg);
    top: 20%;
    left: 0;
}
section.featpro-section.featpro-section-two .row-top .row-002 .pro-name {
    position: absolute;
    transform: rotate(-90deg);
    top: 20%;
    right: 0;
    left: auto;
}
section.featpro-section.featpro-section-two .row-top .featpro.image {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: start;
    border-radius:0;
    padding-top:0px;
    padding-bottom:50px;
    background: transparent;
}
section.featpro-section.featpro-section-two .row-top .row-002 .featpro.image {
    margin-top: 40px;
}
section.featpro-section.featpro-section-two .row-top .pro-name h2 {
    font-weight: bold;
}

section.featpro-section.lp-page-cl .row-top .row-maxw {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

section.featpro-section.lp-page-cl .row-top .content-items h2.textleft {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #f58220;
    line-height: 40px;
}

section.featpro-section.lp-page-cl .row-top .row-001 .content-items {
    padding-left: 0px;
    height: 100%;
    display: flex;
    align-items: start;
}

section.featpro-section.lp-page-cl .row-top .row-002 .content-items {
    padding-left: 0px;
    height: 100%;
    display: flex;
    align-items: start;
    padding-left: 150px;
}

section.featpro-section.lp-page-cl .row-top .content-items .arrow-ico {
    position: absolute;
    top: auto;
    right: -10px;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.featpro-section.lp-page-cl .row-top .content-items .rmr {
    position: absolute;
    bottom: 80px;
}

section.featpro-section.lp-page-cl .row-top .content-items .arrow-ico img {
    max-width: 90px;
}

body section.featpro-section.featpro-section-two.why-choose .btm-text {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}

body section.featpro-section.featpro-section-two.why-choose .btm-text p {
    color: #01455b;
    font-size: 23px;
    line-height: 36px;
}


/**** featpro END ****/

section.use-section {
    background: #e6e7e8;
    position: relative;
}

section.use-section .heading {
    background: #0095d3;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 99;
}
section.use-section .heading h2 {
    margin: 0;
    color: #fff;
    padding: 0;
    font-weight: 600;
}

section.use-section .content-items {
    padding: 140px 0;
}
section.use-section .content-items .products-sl .service-items .icon {
    
}
section.use-section .content-items .products-sl .service-items {
    text-align: center;
    color: #000;
}

section.use-section .content-items .products-sl .service-items h4 {
    font-size: 20px;
    color: #000;
}

section.use-section .content-items .products-sl .owl-prev {
    position: absolute;
    bottom: 48%;
    left: -100px;
    padding: 0;
    transform: rotate(180deg);
}

section.use-section .content-items .products-sl .owl-next {
    position: absolute;
    bottom: 48%;
    right: -100px;
    padding: 0;
    transform: rotate(360deg);
}

section.use-section .content-items .products-sl .owl-prev img, 
section.use-section .content-items .products-sl .owl-next img {
    max-width: 40px;
}

section.use-section .wavw-image {
    max-width: 383px;
    position: absolute;
    right: 10px;
    top: 0;
}

section.use-section .wavw-image img {
    width: 100%;
}

/**** 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;border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;background: #62b612;color:#fff;}
body .enquirefixed a{color:#fff;font-weight: bold;}
.deeps{margin-left:150px;}

footer{padding-top:50px;}

.contact-us-section h4{color:#0d55db;}


div.popupModal.myStyle {
    opacity: 1;
    display: flex;
    background: #00000075;
    padding-top: 10;
    justify-content: center;
    align-items: center;
}
    div.popupModal .modal-header {
    display: inline-block;
    z-index: 99;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    position: relative;
}

div.popupModal .modal-header button#cust_btn {
    border: 0;
    color: #fff;
    opacity: 1;
    padding: 0;
    height: auto;
    width: auto;
    padding: 10px;
    background: #1e4459;
    position: absolute;
    right: 0;
    top: 0;
}

body div.popupModal .modal-header h2 {
    color: #000;
    font-size: 20px;
    text-align: center;
    border: 0px solid #0f58d6;
    background: #fff;
    padding: 5px 40px;
    display: inline-block;
    font-weight: 600;
}

div.popupModal .modal-body {
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
}

.popupModal .col12 input[type="text"] {
    border: 0;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 15px 0px 5px 0px;
    background: #f0efef;
    padding: 5px 10px;
    height: auto;
    font-size: 12px;
}
div.popupModal input[type="file"] {
    padding: 3px;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 0;
}

body .popupModal button.btn.btn-dark {
    border: 0;
    border-radius: 0;
    font-weight: 500;
    padding: 2px 19px;
    font-size: 13px;
    outline: none;
    display: inline-block;
    width: auto;
    font-size: 18px;
    margin-top: 18px;
}

section.testimomial-section {
    position: relative;
}

section.testimomial-section .wavw-image {
    max-width: 383px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: .4;
}

section.use-section .wavw-image {
    max-width: 388px;
    right: 100px;
}
    
section.testimomial-section .heading {
    text-align: center;
    position: relative;
    z-index: 999;
}

section.testimomial-section .heading h2 {
    margin: 0;
    color: #fff;
    padding: 0;
    font-weight: 600;
}


section.testimomial-section .wavw-image img {
    width: 100%;
    filter: opacity(0.5);
}

section.testimomial-section .quote-image {
    position: absolute;
    top: -170px;
    left: 0;
}

section.testimomial-section .contnet {
    position: relative;
    padding: 70px 70px 0px 70px;
    box-sizing: border-box;
    width: 100%;
}

section.testimomial-section .contnet .text p {
    font-size: 18px;
    font-weight: 600;
}

section.testimomial-section .contnet .text {
    margin-bottom: 60px;
}

section.testimomial-section .quote-image img {
    max-width: 160px;
    filter: drop-shadow(2px 3px 4px #00000059);
}

section.testimomial-section .row .bg {
    background: #e6e7e8;
    padding: 100px 0;
}

section.testimomial-section .top-marg {
    margin-top: 70px;
}

section.testimomial-section .top-marg {}

section.testimomial-section .top-marg .row {
    justify-content: center;
}

section.testimomial-section .top-marg .row .bg {
    padding: 60px 30px 100px 30px;
    background: #0f58ce;
    text-align: center;
}

section.testimomial-section .top-marg .row .bg .contnet {
    padding: 0;
}

c {
    color: #fff;
    font-weight: normal;
}

section.testimomial-section .top-marg .row .bg .contnet .text {
    padding: 0;
    margin: 0;
}

section.testimomial-section .top-marg .row .bg .contnet p {
    color: #fff;
    font-weight: normal;
    line-height: normal;
}

section.dwonload-section {
    position: relative;
}

section.dwonload-section .iconm img {
    width: 100%;
}

section.dwonload-section .container {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding-bottom: 100px;
}

section.dwonload-section .container p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 30px;
}

section.dwonload-section .container .d-btn a {
    display: flex;
    align-items: center;
    background: #f2f3f4;
    border-radius: 10px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #2f6a97;
    justify-content: unset;
    padding-right: 30px;
}

section.dwonload-section .container .d-btn a .arw {
    background: #2f6a97;
    padding: 13px;
    border-radius: 0;
    margin-right: 30px;
}

section.dwonload-section .container .d-btn a .arw img.imgresponsive {
    width: 55px;
    border-radius: 60px;
    height: 55px;
    object-fit: cover;
    background: #ffffff;
    padding: 10px;
}

section.faq-section {
    padding: 60px 0;
}

section.faq-section .heading h2 {
    text-align: center;
    margin: 0;
    color: #084ca1;
    padding: 0;
    font-weight: 600;
}

section.faq-section .heading {
    margin-bottom: 40px;
}

section.faq-section .container-fluid {
    position: relative;
}

section.faq-section .ques {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

section.faq-section .ques p {
    margin: 0;
}

section.faq-section .ques span {
    background: #f26a21;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 14px;
}

section.faq-section .ques p {
    font-size: 17px;
    color: #f26921;
    font-weight: 600;
}

section.faq-section .anws {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

section.faq-section .anws p {
    font-size: 16px;
    color: #231f20;
    font-weight: 600;
    line-height: 24px;
    padding-top: 0;
}

section.faq-section .anws span {
    background: #00a651;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 14px;
}
section.faq-section .container-fluid .container {
    max-width: 950px;
}

section.testimomial-section .btm-info {
    text-align: center;
    padding: 90px 0 31px 0;
    background: #d1d5d6;
    margin-top: -40px;
}

section.testimomial-section .btm-info h2 {
    margin: 0;
    color: #000;
    padding: 0;
    font-family: 'SKFSans-Bold', sans-serif;
    letter-spacing: 2px;
}

section.testimomial-section .btm-info p {
    font-size: 21px;
    margin-top: 10px;
}

section.testimomial-section .btm-info a {
    background: #fbc51b;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    padding: 5px 30px;
    display: inline-block;
    font-weight: bold;
}

section.btm-feat-product {
    padding: 60px 0;
}

section.btm-feat-product .box {
    padding: 3px;
    background: #f6f7f7;
    height: 100%;
}

section.btm-feat-product .box .image {
    margin-bottom: 10px;
}

section.btm-feat-product .box .info h4 {
    color: #3758a6;
    font-family: 'SKFSans-Bold', sans-serif;
    font-size: 18px;
}

section.btm-feat-product .box .btm {
    padding: 10px 15px;
}

section.btm-feat-product .box .info p {
    color: #606060;
    font-size: 15px;
    line-height: 20px;
}

section.btm-feat-product .box.li-blue {
    background: #dcf0f3;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    section.featpro-section.featpro-section-two .row-top .row-002 .pro-name h2 {
    padding: 25px 0px 0px 20px;
    margin: 0;
}
    section.benefit-section .container.pos {
    right: 0;
}
    section.benefit-section .container.pos .row .right-part {
    width: 52%;
        max-width: 52%;
        flex: 0 0 52%;
}
section.benefit-section .top-row .image {
    max-width: 40%;
}
    body .container {
        max-width: 1170px;
    }
    
    .content-left h1 span.orange {
    font-size: 2rem;
}

.content-left h1 {
    font-size: 1.9rem;
    line-height: normal;
}

header.banner-slider .container .row {
    align-items: center;
}

section.why-choose .pos .info {
    width: 70%;
}

section.why-choose .pos {
    left: -65px;
}

section.featpro-section.featpro-section-two .heading h2 {
    font-size: 34px;
}

section.featpro-section.lp-page-cl .row-001 .content-items h2.textleft {
    font-size: 28px;
    line-height: normal;
}

section.featpro-section.lp-page-cl .row-001 .content-items p {
    font-size: 16px;
}

section.featpro-section.lp-page-cl .row-001 .content-items .rmr a {
    font-size: 17px;
}

section.featpro-section.lp-page-cl .row-001 .content-items .rmr a img {
    max-width: 16px;
}

section.use-section .heading h2 {
    font-size: 34px;
}

section.featpro-section.lp-page-cl .row-001 .content-items .arrow-ico img {
    max-width: 70px;
}

section.use-section .content-items .products-sl .owl-next {
    right: -50px;
}

section.use-section .content-items .products-sl .owl-prev img, section.use-section .content-items .products-sl .owl-next img {
    max-width: 27px;
}

section.use-section .content-items .products-sl .owl-prev {
    left: -50px;
}

section.use-section .content-items .products-sl .service-items h4 {
    font-size: 18px;
}

section.use-section .content-items {
    padding: 80px 0 50px;
}

section.testimomial-section .row .bg {
    padding: 60px 0 10px;
}

section.testimomial-section .quote-image img {
    max-width: 110px;
}

section.testimomial-section .quote-image {
    top: -100px;
}

section.testimomial-section .heading h2 {
    font-size: 34px;
}

section.testimomial-section .wavw-image {
    max-width: 300px;
}

section.testimomial-section .contnet .text {
    margin-bottom: 30px;
}

section.testimomial-section .contnet {
    padding: 40px 70px 20px 40px;
}

section.testimomial-section .top-marg {
    margin-top: 40px;
}
}
@media screen and (min-width: 1200px) {
    
    section.use-section .heading h2 br{
        display:none;
    }
}
@media screen and (min-width: 1500px) {
    header.banner-slider .form {
    max-width: 650px;
    margin:auto;
}
    section.contact-us-section .flex-wrap img.img-fluid {
        width: 100%;
    }
    section.use-section .wavw-image {
        ax-width: 388px;
        right: 100px;
    }
    section.why-choose .heading h2 {
        font-size: 2.5rem;
    }
    section.featpro-section.lp-page-cl .row-001 .content-items h2.textleft {
        font-size: 40px;
        line-height: 50px;
    }
    
    section.featpro-section.lp-page-cl .row-001 .content-items p {
        font-size: 22px;
        line-height: 30px;
    }
    
    section.why-choose .pos .info p {
        font-size: 19px;
    }
    
    section.why-choose .pos .info h2 {font-size: 1.4rem;}
    
    section.why-choose .pos .info {
        width: 80%;
    }
    
    section.why-choose .pos {
        left: -70px;
    }
    section.why-choose .pos .iconm p {
        font-size: 1.2rem;
    }
    .content-left h1 {
        font-size: 2.6rem;
        line-height: 47px;
    }
    
    .content-left h2 {
        font-size: 25px;
    }
    
    section.testimomial-section .contnet .text p {
        font-size: 20px;
    }
    
    section.testimomial-section .heading h2 {
        font-size: 2.5rem;
    }

}

@media screen and (max-width: 1300px) {
    section.featpro-section.featpro-section-two .icon img {
        max-width: 65px;
    }
    
    section.featpro-section.featpro-section-two .content-items .flexcol .info h3 {
        font-size: 20px;
    }
    
    section.featpro-section.featpro-section-two .row-002 .content-items .flexcol {
        margin: 7px 0;
    }
    
    section.featpro-section.featpro-section-two .row-top .featpro.image img.img-responsive {
        max-width: 100%;
    }
    body section.featpro-section.benifit-section .heading h2, body section.featpro-section.featpro-section-two.why-choose .heading h2,body section.testimomial-section .heading h2 {
        font-size: 30px;
    }
}

 @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:#0d55db;}
.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;
}
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;
}


.section02.bg-color-blue h3 br {
    display: none;
}

.section02.bg-color-blue h3 {
    font-size: 22px;
    line-height: normal;
}

.section02.bg-color-blue h3 span {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

.section03.bg-color-white h3 {
    font-size: 28px;
}

.featpro-section h2 {
    font-size: 28px;
}

.featpro-section h2 span img.img-responsive {
    max-width: 100px;
}

section.section03.bg-color-white {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.section04.bg-color-blubg {
    margin-top: 30px;
}

.service-section .content-items .row {
    justify-content: center;
    margin: 0 -10px;
}


.lp-page-cl p br {
    display: none;
}

.iconm {}

.iconm img.imgresponsive {
    width: 90%;
}

section.section04.lp-page-cl .row .rows .d-flex.flex-col {
    flex-direction: column;
}

.section04 .iconm img {
    max-width: 90px;
}

.section04.bg-color-blubg h2 {
    font-size: 24px;
    text-align: center;
}

section.section04.bg-color-blubg.lp-page-cl {
    padding: 30px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.prodcut-featpro-section .crb01 {
    /* flex-direction: column; */
}

.prodcut-featpro-section .crb01 .fivebox {
    width: 44%;
    margin: auto;
}

.prodcut-featpro-section .crb01 .fivebox p {
    font-size: 14px;
}

section.contact-us-first.contact-us-section h2 br {
    display: none;
}

section.contact-us-first.contact-us-section h2 {
    font-size: 24px;
}

section.featpro-section.prodcut-featpro-section {
    padding-top: 0;
}

section.featpro-section.lp-page-cl .row-001 .row.row-002 {
    flex-direction: column-reverse;
}

section.featpro-section.lp-page-cl .row-001 .content-items p {
    font-size: 16px;
    line-height: 24px;
}

section.featpro-section.lp-page-cl .row-001 .row {}

section.featpro-section.lp-page-cl .row-001 .content-items {
    padding-top: 0;
}

header.banner-slider .banner-img img {
    width: 100%;
    height: 790px;
    object-fit: cover;
}

section.use-section .content-items .products-sl .owl-next {
    left: auto;
    right: 10px;
}

section.use-section .content-items .products-sl .owl-prev {
    left: 10px;
    right: auto;
}

.content-left h1 span.orange {
    font-size: 22px;
}

.content-left h1 {
    line-height: normal;
}

.content-left h2 {
    line-height: normal;
}

.content-left h2 br {
    display: none;
}

.content-left h2 {
    margin-bottom: 14px;
}

header.banner-slider {
    padding: 0;
}

.content-left .btm-content {
    margin: 0;
}

header.banner-slider .container {
    top: 30px;
    bottom: auto;
}

section.why-choose .top-sapce {
    margin-top: 0px;
}

section.why-choose .pos {
    flex-direction: column;
    left: 0;
    text-align: left;
    align-items: start;
    position: relative;
    padding: 0 40px;
    margin-top: -130px;
}

section.why-choose .pos .info {
    padding: 0;
    width: 100%;
}

section.why-choose .pos .image img.img-fluid {}

section.why-choose .pos .image {
    max-width: 100px;
}

section.why-choose .pos .iconm img {
    max-width: 50px;
}

section.why-choose .pos .iconm p {
    font-size: 14px;
    min-height: 70px;
}

section.why-choose .heading h2 {
    font-size: 1.7rem;
}

section.why-choose .top-sapce .container-fluid {
    padding: 20px 0;
}

section.why-choose .pos .info h2 {
    font-size: 1.1rem;
}

section.why-choose .pos .info h2 br {
    display: none;
}

section.why-choose .pos .info p {
    font-size: 14px;
}

section.why-choose .heading {
    padding: 0 15px;
}

section.why-choose {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}

section.featpro-section.featpro-section-two .heading h2 {
    padding: 0 15px;
}

section.featpro-section.lp-page-cl .row-001 .content-items .rmr {
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
}

section.featpro-section.lp-page-cl .row-001 .content-items {
    flex-direction: column;
    text-align: left;
    align-items: start;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

section.featpro-section.lp-page-cl .row-001 .content-items h2.textleft {
    font-size: 20px;
    line-height: normal;
}

section.featpro-section.lp-page-cl .row-001 .row {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
}

section.featpro-section.lp-page-cl .row-001 .row-maxw {
    padding: 0;
}

section.featpro-section.lp-page-cl .featpro.image {
    padding-bottom: 20px;
}

section.featpro-section.lp-page-cl .row-001 .content-items h2.textleft br {
    display: none;
}

section.featpro-section.lp-page-cl .row-001 .content-items .arrow-ico img {}

section.featpro-section.lp-page-cl .row-001 .content-items .arrow-ico {
    display: none;
}

section.featpro-section.lp-page-cl .row-001 .content-items .rmr a img {
    max-width: 16px;
}

section.featpro-section.lp-page-cl .row-001 .content-items .rmr a {
    font-size: 17px;
}

section.featpro-section.lp-page-cl .row-001 .row.row-002 {flex-direction: column;margin: 0;}

section.featpro-section.lp-page-cl .row-001 .row-002 .featpro.image {
    padding-left: 20px;
    padding-top: 0;
}

section.featpro-section.lp-page-cl {
    padding-bottom: 10px;
}

section.use-section .heading h2 {
    font-size: 23px;
    padding: 0 35px;
}

section.use-section .content-items {
    padding: 30px 30px 0px 30px;
}
section.use-section .content-items .products-sl .service-items h4 {
    min-height: 75px;
    font-size: 18px;
}

section.use-section .content-items .products-sl .owl-dots {
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
}

section.use-section .content-items .products-sl .owl-dots .owl-dot.active span {
    padding: 4px;
    background: #000;
}

section.use-section .content-items .products-sl .owl-dots .owl-dot span {
    padding: 4px;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;
}

section.use-section .content-items .products-sl .owl-dots .owl-dot {
    margin: 0 4px;
}

section.use-section.featpro-section-two {
    padding-bottom: 40px;
}
section.use-section .wavw-image {
    max-width: 275px;
    right: 0px;
}
section.testimomial-section .heading h2 {
    padding: 0 20px;
    font-size: 23px;
}

section.testimomial-section {
    padding-top: 30px;
}

section.testimomial-section .wavw-image {
    display: none;
}

section.testimomial-section .top-marg {
    margin: 0;
}

section.testimomial-section .row .bg {
    padding: 30px 0 0;
}

section.testimomial-section .quote-image img {
    max-width: 60px;
}

section.testimomial-section .contnet {
    padding-top: 0;
    padding: 0;
}

section.testimomial-section .quote-image {
    top: -80px;
    left: 10px;
}

section.testimomial-section .contnet .text p {
    font-size: 15px;
    line-height: normal;
}

section.testimomial-section .contnet .text {
    margin-bottom: 20px;
    padding: 0 20px;
}

section.dwonload-section .container {
    padding: 20px;
        top: 0;
        left: 0;
        justify-content: center;
}

section.dwonload-section .container p br {
    display: block;
}

section.dwonload-section .iconm img {
    height: 300px;
    object-fit: cover;
}

section.dwonload-section .container .d-btn a {
    font-size: 16px;
    width: auto;
    padding-right: 15px;
}

section.dwonload-section .container .d-btn a .arw img.imgresponsive {
    width: 28px;
    height: 28px;
    padding: 5px;
}

section.dwonload-section .container .d-btn a .arw {
    padding: 6px;
    margin-right: 15px;
}

section.dwonload-section .container p {
    font-size: 17px;
    line-height: 24px;
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.faq-section .heading h2 {
    font-size: 23px;
}

section.faq-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

section.faq-section .heading {
    margin-bottom: 24px;
}

section.faq-section .ques p {
    line-height: normal;
    font-size: 16px;
}

section.faq-section .anws p {
    line-height: normal;
    font-size: 15px;
    margin-bottom: 10px;
}



section.benefit-section .top-row {
    margin: 0;
}

section.benefit-section .container.pos {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: auto;
    padding: 0 10px;
}

section.benefit-section .container.pos .row {justify-content: space-around;align-items: start;margin: auto;}

section.benefit-section .info h2 {
    font-size: 22px;
    color: #000;
}

section.benefit-section .info h2 br {
    display: none;
}

section.benefit-section .container.pos .row .right-part {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

section.benefit-section .image-bg {
    width: 95%;
    margin-bottom: 20px;
}

section.benefit-section .top-row .image {
    max-width: 100%;
}

section.benefit-section .info p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

section.benefit-section .btm-row {
    padding: 20px 10px;
}

section.benefit-section .btm-row .row {
    flex-wrap: wrap;
}

section.benefit-section .btm-row .row .box {
    width: 50%;
    border: 0;
}

section.benefit-section .btm-row p {
    font-size: 15px;
    line-height: normal;
}

section.benefit-section .btm-row h2.label {
    font-size: 24px;
}

section.featpro-section.featpro-section-two .heading {
    margin: 0;
    padding: 15px;
}

section.featpro-section.featpro-section-two .heading h2 {
    padding: 0;
    letter-spacing: 0;
    font-size: 22px;
}

section.featpro-section.featpro-section-two .heading p {
    font-size: 15px;
    line-height: normal;
}

section.featpro-section.featpro-section-two .row-top .featpro.image img.img-responsive {
    max-width: 90%;
}

section.featpro-section.featpro-section-two .row-top .row-001 .featpro.image {
    padding-bottom: 0;
}

section.featpro-section.lp-page-cl .row-top .row-001 .content-items {
    margin: 0;
    padding: 0 20px;
}

section.featpro-section.featpro-section-two .icon img {
    max-width: 50px;
}

section.featpro-section.featpro-section-two .content-items .flexcol .info h3 {
    font-size: 16px;
}

section.featpro-section.featpro-section-two .content-items .flexcol .info p {
    font-size: 14px;
    line-height: normal;
}

section.featpro-section.featpro-section-two {
    overflow: hidden;
}

section.featpro-section.lp-page-cl .row-001 {
    padding-bottom: 30px;
}

section.btm-feat-product {
    /* overflow: hidden; */
    padding: 30px 0;
}

section.btm-feat-product .row {
    margin: auto;
}

section.btm-feat-product .box {}

section.btm-feat-product .col-sm-3 {
    margin-bottom: 20px;
}

section.featpro-section.featpro-section-two .row-top .row.row-002 {
    flex-direction: column-reverse;
}

section.featpro-section.featpro-section-two .row-top .row-002 .featpro.image {
    margin: 0;
}

section.featpro-section.lp-page-cl .row-top .row-002 .content-items {
    padding: 0px 20px 20px  20px;
}

section.featpro-section.featpro-section-two .row-top .row-002 .featpro.image {
    padding-bottom: 10px;
}

section.featpro-section.featpro-section-two .row-top .row-002 .pro-name {
    transform: none;
    top: 15px;
    right: 20px;
}

section.featpro-section.featpro-section-two .row-top .pro-name h2 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

section.featpro-section.featpro-section-two .row-top .row-001 .pro-name {
    transform: none;
    top: 15px;
    right: auto;
    left: 20px;
}

section.testimomial-section .heading h2 {
    letter-spacing: 0;
}

section.testimomial-section .heading {
    padding: 20px 20px;
    width: 100%;
    margin: 0;
}

section.testimomial-section .top-marg .row .bg .contnet p br {}

section.testimomial-section .top-marg .row .bg {
    padding:  30px 80px;
}

section.testimomial-section .top-marg .row .bg .contnet p {
    line-height: 20px;
    margin: 0;
}

section.testimomial-section .btm-info h2 {
    font-size: 27px;
    letter-spacing: 0;
}

section.testimomial-section .btm-info {
    padding: 70px 25px 31px 25px;
}

section.testimomial-section .btm-info p {
    font-size: 16px;
    line-height: normal;
}
section.testimomial-section .top-marg .row {
    margin: auto;
}


section.featpro-section.about-section.featpro-section-two .row-001 p {
    font-size: 18px;
    line-height: normal;
}

section.featpro-section.lp-page-cl .row-001 .info {PADDING: 20PX;}

body section.featpro-section.benifit-section .heading h2 {
    font-size: 20px;
    z-index: 9999;
    position: relative;
    padding: 10px 10px;
    width: 100%;
    letter-spacing: 0;
}

section.featpro-section.featpro-section-two .headingtop {
    position: relative;
    z-index: 9999;
}

body section.featpro-section.benifit-section .heading {
    position: relative;
    z-index: 9999;
    margin: 0;
    padding-bottom: 0;
}

section.featpro-section.benifit-section.featpro-section-two {
    position: relative;
    z-index: 9999;
}

section.featpro-section.about-section.featpro-section-two {
    padding-bottom: 0;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

body section.featpro-section.benifit-section .featpro.image > img {
    max-width: 100%;
    width: 100%;
}

body section.featpro-section.benifit-section .featpro.image {
    border-radius: 0;
    padding: 40px;
}

body section.featpro-section.benifit-section .heading p {
    font-size: 16px;
    margin-top: 20px;
}

body section.featpro-section.featpro-section-two.why-choose .heading h2 {
    font-size: 20px;
    padding: 10px 10px;
    letter-spacing: 0;
    width: 100%;
}

body section.featpro-section.featpro-section-two.why-choose .heading {
    margin: 0;
    width: 100%;
}

section.featpro-section.featpro-section-two .row-top .featpro.image img.img-responsive {
    max-width: 100%;
}

body section.featpro-section.featpro-section-two.why-choose .btm-text p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

body section.featpro-section.featpro-section-two.why-choose .btm-text {
    padding: 0 40px 20px;
}

body section.testimomial-section .heading h2 {
    font-size: 20px;
    padding: 10px 10px;
    letter-spacing: 0;
}

section.testimomial-section .service-itemss {
    margin: 0;
}

section.testimomial-section.featpro-section-two {
    overflow: hidden; padding-bottom: 0;
}
 } 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 