html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: 'General Sans' !important;
overflow-x:hidden;
}




.ip-loader{
    margin-left: 0px!important;
    bottom: 46%!important;
    
}
.loader {
  width: 195px;
  
  display: inline-block;
  box-sizing: border-box;
  position: relative;
 

  
  /*animation: filter-animation 3s infinite;*/
  
}
.loader img{
    width: 195px;
    animation: filter-animation 3s infinite;
}

@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}










.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
  top: 30px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #41AF6E;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flipp 1.2s infinite linear;
  animation: flipp 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

@keyframes flipp {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #41AF6E;
  }
  29.9% {
    background: #41AF6E;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #0d7337;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #0d7337;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #0d7337;
  }
}
















@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Bold.eot');
    src: url('../fonts/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Bold.woff') format('woff'),
        url('../fonts/GeneralSans-Bold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Bold.svg#GeneralSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Italic.eot');
    src: url('../fonts/GeneralSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
        url('../fonts/GeneralSans-Italic.woff') format('woff'),
        url('../fonts/GeneralSans-Italic.ttf') format('truetype'),
        url('../fonts/GeneralSans-Italic.svg#GeneralSans-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Light.eot');
    src: url('../fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Light.woff2') format('woff2'),
        url('../fonts/GeneralSans-Light.woff') format('woff'),
        url('../fonts/GeneralSans-Light.ttf') format('truetype'),
        url('../fonts/GeneralSans-Light.svg#GeneralSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Extralight.eot');
    src: url('../fonts/GeneralSans-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),
        url('../fonts/GeneralSans-Extralight.woff') format('woff'),
        url('../fonts/GeneralSans-Extralight.ttf') format('truetype'),
        url('../fonts/GeneralSans-Extralight.svg#GeneralSans-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-ExtralightItalic.eot');
    src: url('../fonts/GeneralSans-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'),
        url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-ExtralightItalic.svg#GeneralSans-ExtralightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-LightItalic.eot');
    src: url('../fonts/GeneralSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-LightItalic.woff') format('woff'),
        url('../fonts/GeneralSans-LightItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-LightItalic.svg#GeneralSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-BoldItalic.eot');
    src: url('../fonts/GeneralSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-BoldItalic.woff') format('woff'),
        url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-BoldItalic.svg#GeneralSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-MediumItalic.eot');
    src: url('../fonts/GeneralSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
        url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-MediumItalic.svg#GeneralSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Medium.eot');
    src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('../fonts/GeneralSans-Medium.woff') format('woff'),
        url('../fonts/GeneralSans-Medium.ttf') format('truetype'),
        url('../fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Semibold.eot');
    src: url('../fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Semibold.woff') format('woff'),
        url('../fonts/GeneralSans-Semibold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-SemiboldItalic.eot');
    src: url('../fonts/GeneralSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
        url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-SemiboldItalic.svg#GeneralSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Regular.eot');
    src: url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('../fonts/GeneralSans-Regular.woff') format('woff'),
        url('../fonts/GeneralSans-Regular.ttf') format('truetype'),
        url('../fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.stable{
    color: #41AF6E!important;
}








.menu-enq{
    float: right;
    margin-top: 54px;
    padding-left: 26px;
    position: relative;
    z-index: 1;
}
.menu-enq a{
    width: 146px;
    height: 52px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #19447B;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.menu-enq a img{
    width: 12px;
    margin-left: 10px;
}
.menu-enq a:hover{
    text-decoration: none;
    background: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-btn{
    float: right;
}

.slide {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/baner-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    /* top: -15px; */
}
.header-content-full{
    float: left;
    width: 100%;
}
.header-contnt{
    float: left;
    width: 100%;
    padding-top: 245px;
}
.header-contnt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 74px;
    color: black;
    line-height: 95px;
    margin-bottom: 30px;
}
.header-contnt h2 span{
    color: #41AF6E;
}
.header-contnt p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}
.header-img{
    float: left;
    width: 100%;
    padding-top: 128px;
}
.header-img img{
    float: right;
    width: 100%;
    max-width: 100%;
}
.slider-ban .owl-nav {
    display: none;
}
.slider-ban .owl-dots {
    display: block;
    float: left;
    
    margin-top: 15px;
    /* background: chartreuse; */
}
.slider-ban .owl-dots button span {
    background: #E4E4E6;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #41AF6E;
    width: 68px; 
}

.body1{
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0px;

}
.b1-bx1{
    float: left;
    width: 100%;
    padding: 33px 40px;
    background: white;
    border-radius: 20px;
}
.b1-bx1 img{
    float: left;
    width: 75px;
    margin-bottom: 17px;
}
.b1-bx1 h2{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 18px;
}
.b1-bx1 span{
    float: left;
    width: 50px;
    height: 2px;
    background: #E74040;
    margin-bottom: 15px;
}
.b1-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 0px;
    line-height: 31px;
}


.body2{
    float: left;
    width: 100%;
    padding: 110px 0px 30px 0px;
}
.b2-bx1{
    float: left;
    width: 100%;
    background: url(../images/b2-bx1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    height: auto;
    position: relative;
}
.b2-bx1-txt{
    float: left;
    width: 56%;
    padding: 65px 0px 74px 90px;
}
.b2-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 23px;
}
.b2-bx1-txt p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    line-height: 29px;
    margin-bottom: 0px;
    padding-right: 80px;
}
.b2-bx1-img{
    float: left;
    width: 44%;
    padding-top: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b2-bx1-img img{
    float: left;
    width: 100%;
    max-width: 401px;
}
.b2-bx2{
    float: left;
    width: 92%;
    margin: 0px 4%;
    height: 50px;
    border-radius: 0px 0px 50px 50px;
    background: #41AF6E;
    opacity: 30%!important;
    margin-top: -20px;
    z-index: -1;
    position: relative;
}
.b2-bx3{
    float: left;
    width: 84%;
    margin: 0px 8%;
    height: 62px;
    border-radius: 0px 0px 50px 50px;
    background: #41AF6E;
    opacity: 10%!important;
    margin-top: -30px;
    z-index: -1;
    position: relative;
}





.body3{
    float: left;
    width: 100%;
    padding: 50px 0px 38px;
}
.b3-hed{
    float: left;
    width: 80%;
    margin-bottom: 20px;
}
.b3-hed h3{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #A0A0A0;
    margin-bottom: 19px;
    letter-spacing: 10px;
}
.b3-hed h2{
    float: left;
    width: 100%;
    font-size: 53px;
    font-weight: 600;
    color: #41AF6E;
    line-height: 67px;
}
.b3-hed h2 span{
    color: black;
}
.b3-buton{
    float: left;
    width: 20%;
    padding-top: 30px;
}

.b3-buton a{
    width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #19447B;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.b3-buton a:hover{
    text-decoration: none;
    background: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx1{
    float: left;
    width: 100%;
    margin-top: 44px;
}
.b3-bx1-img{
    float: left;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.b3-bx1-txt{
    float: left;
    width: 100%;
    padding: 25px 40px 35px;
background: linear-gradient(180deg, rgba(65,175,110,1) 0%, rgba(42,153,87,1) 100%);
border-radius: 0px 0px 20px 20px;
transition: all ease-in-out 0.5s!important;
    -o-transition: all ease-in-out 0.5s!important;
    -ms-transition: all ease-in-out 0.5s!important;
    -moz-transition: all ease-in-out 0.5s!important;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.b3-bx1-txt h2{
    float: left;
    width: auto;
    font-weight: 600;
    font-size: 23px;
    color: white;
    line-height: 29px;
    margin-bottom: 10px;
}
.b3-bx1-txt a img{
    float: right;
    width: 23px;
    margin-top: 2px;
}
.b3-bx1-txt p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: white;
    line-height: 27px;
    margin-bottom: 0px;
}

.b3-bx1:hover .b3-bx1-txt{
background: url(../images/body1-bac.png);
background-size: cover;
background-repeat: no-repeat;
transition: all ease-in-out 0.5s!important;
    -o-transition: all ease-in-out 0.5s!important;
    -ms-transition: all ease-in-out 0.5s!important;
    -moz-transition: all ease-in-out 0.5s!important;
    -webkit-transition: all ease-in-out 0.5s!important;
}




.body4{
    float: left;
    width: 100%;
    padding: 110px 0px 30px;
}
.b4-bx1{
    float: left;
    width: 100%;
background: url(../images/body1-bac.png);
background-repeat: no-repeat;
background-size: cover;
border-radius: 50px;
height: 370px;
}
.b4-bx1-txt{
    float: left;
    width: 65%;
    padding: 58px 0px 85px 109px;
}
.b4-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 38px;
}
.b4-bx1-txt a{
    width: 178px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #19447B;
    background: white;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.b4-bx1-txt a:hover{
    text-decoration: none;
    color: white;
    background: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b4-bx1-img{
    float: left;
    width: 35%;
    padding-right: 30px;
    position: relative;
    margin-top: -127px;
}
.b4-bx1-img img{
    float: left;
    width: 100%;
    max-width: 400px;
}
.b4-bx2{
    float: left;
    width: 92%;
    margin: 0px 4%;
    height: 50px;
    border-radius: 0px 0px 50px 50px;
    background: #19447B;
    opacity: 30%!important;
    margin-top: -20px;
    z-index: -1;
    position: relative;
}
.b4-bx3{
    float: left;
    width: 84%;
    margin: 0px 8%;
    height: 62px;
    border-radius: 0px 0px 50px 50px;
    background: #19447B;
    opacity: 10%!important;
    margin-top: -30px;
    z-index: -1;
    position: relative;
}



.body5{
    float: left;
    width: 100%;
    padding: 50px 0px 90px;
}
.b5-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
}
.b5-hed h3{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #A0A0A0;
    margin-bottom: 19px;
    letter-spacing: 10px;
}
.b5-hed h2{
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    color: #41AF6E;
    line-height: 67px;
}
.b5-hed h2 span{
    color: black;
}

.b5-slidr-full{
    float: left;
    width: 100%;
}
.b5-s-img{
    float: left;
    width: 50%;
}
.b5-s-img img{
    float: left;
    width: 100%;
    max-width: 510px;
    border: 1px solid #00000012;
    border-radius: 40px;
}
.b5-s-content{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 18px;
}
.b5-s-content img{
    float: left;
    width: 100%;
    max-width: 155px;
    margin-bottom: 23px;
}
.b5-s-content h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    color: black;
    margin-bottom: 18px;
    line-height: 43px;
}
.b5-s-content h4{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #41AF6E;
    margin-bottom: 4px;
}
.b5-s-content p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: black;
    margin-bottom: 0px;
}

.b5-slidr .owl-nav {
    display: none;
}
.b5-slidr .owl-dots {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 45px;
    /* background: chartreuse; */
}
.b5-slidr .owl-dots button span {
    background: #E4E4E6;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.b5-slidr .owl-dot.active span {
    background: #41AF6E;
    width: 8px; 
}

.footer{
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.ftr-hed{
    float: left;
    width: 100%;
}
.ftr-hed h2{
    float: left;
    width: 100%;
    color: white;
    font-size: 55px;
    font-weight: 600;
    line-height: 67px;
    margin-bottom: 30px;
}
.ftr-hed p{
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 22px;
}
.ftr-hed a{
    width: 142px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #19447B;
    background: white;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.ftr-hed a:hover{
    text-decoration: none;
    background: #41af6e;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link{
    float: left;
    width: 100%;
    padding-left: 60px;
}
.quick-link h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-bottom: 33px;
}
.quick-link a{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 22px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link a:hover{
    text-decoration: none;
    color: #41af6e;
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ft-contact{
    float: left;
    width: 100%;
    padding-left: 45px;
}
.ft-contact h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-bottom: 33px;
}
.ft-contact p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 19px;
    margin-top: -8px;
    line-height: 41px;
}
.ft-contact a{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 22px;
}
.ft-contact a:hover{
    text-decoration: none;
    color: #41af6e;
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ft-social{
    float: left;
    width: 100%;
}
.ft-social a{
    width: auto!important;
}
.ft-social a img{
    float: left;
    margin-right: 26px;
}
.ft-copy{
    float: left;
    width: 100%;
    padding: 45px 0px;
    border-top: 1px solid #ffffff30;
    margin-top: 60px;
}
.ft-copy p{
    float: left;
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}
.ft-copy h3{
    float: right;
    text-align: right;
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}
.ft-copy h3 a{
    color: white;
    text-decoration: none;
}
.ft-copy h3 a:hover{
    text-decoration: none;
    color: #41af6e;
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.iner-bnr{
    float: left;
    width: 100%;
    background: url(../images/baner-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.iner-bnr-hed{
    float: left;
    width: 100%;
    padding-top: 245px;
}
.iner-bnr-hed h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: black;
    line-height: 62px;
    margin-bottom: 10px;
}

.iner-bnr-hed span{
    float: left;
    width: 114px;
    height: 8px;
    background: #41AF6E;
    position: relative;
    margin-bottom: -4px;
}

.contact-body1{
    float: left;
    width: 100%;
    padding: 100px 0px 30px;
    background: #f7f7f7;
}
.con-b1-img{
    float: left;
    width: 100%;
    padding-right: 20px;
}
.con-b1-img img{
    float: left;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}
.con-b1-txt{
    float: left;
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
}
.con-b1-txt h2{
    float: left;
    width: 100%;
    font-size: 43px;
    font-weight: 600;
    color: black;
    line-height: 54px;
    margin-bottom: 15px;
}
.con-b1-txt h2 span{
    color: #41AF6E;
    
}
.con-b1-txt p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 25px;
}
.con-b1-txt1{
    float: left;
    width: 50%;
}
.con-b1-txt1 h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #41AF6E;
    margin-bottom: 15px;
}
.con-b1-txt1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: black;
    line-height: 30px;
   
}
.con-b1-txt1 h5{
    float: left;
    width: 100%;
}
.con-b1-txt1 a{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-decoration: none;
}



.contact-body2{
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    background: #f7f7f7;
}
.con-b2-bx2{
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 65px 65px 74px;
    /*height: 394px;*/
}
.con-b2-bx1-txt {
    float: left;
    width: 100%;
    
}
.con-b2-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: white;
    line-height: 63px;
    margin-bottom: 15px;
}


.contact-forms {
    float: left;
    width: 100%;
    padding: 25px 0px 0px;
    border-radius: 0px 0px 15px 15px;
}
.s-form {
    
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 60px;
    margin-bottom: 30px;
    
    outline: none;
    background: white;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
   outline: none;
    border: none;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 15px;
    /* margin-top: 17px; */
    border-radius: 10px;
}

.contacts-butn{
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;

}

.contacts-butn button {
 float: none;
 text-align: center;
    
    color: #19447B;
    padding: 17px 0px;
    border-radius: 10px;
   width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
   background: white;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.contacts-butn button:hover{
   text-decoration: none;
   color: white;
    background: #41af6e;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contacts-butn button:focus {
    outline: none;
}




.careers-butn{
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;

}

.careers-butn button {
 float: none;
 text-align: center;
    
    color: #19447B;
    padding: 17px 0px;
    border-radius: 10px;
   width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
   background: white;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.careers-butn button:hover{
   text-decoration: none;
   color: white;
    background: #19447B;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.careers-butn button:focus {
    outline: none;
}



.careers-body2{
    float: left;
    width: 100%;
    padding: 100px 0px 60px 0px;
    background: #f7f7f7;
}
.career-labl {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
}
.career-hed{
    float: left;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.career-hed h2 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    color: #41AF6E;
    line-height: 67px;
    margin-bottom: 15px;
}
.career-hed h2 span{
    color: black;
}
.career-hed p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact-forms input::placeholder{
color: black;
}
.contact-forms textarea::placeholder{
color: black;
}



.iner-ab-b1{
    float: left;
    width: 100%;
    
}
.iner-ab-b1 img {
    float: left;
    width: 500px;
    margin-right: 50px;
    
}

.iner-ab-b1 h2 {
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #41AF6E;
    margin-bottom: 24px;
    padding-top: 7px;
}
.iner-ab-b1 h2 span{
    color: black;
}
.iner-ab-b1 p {
    width: 100%;
   font-weight: 300;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}


.about-body2{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.ab-b1-bx1{
    float: left;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    background: white;
    border-radius: 20px;
}
.ab-b1-bx1 img{
    float: none;
    margin: auto;
    display: block;
    width: 75px;
    margin-bottom: 17px;
}
.ab-b1-bx1 h2{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 18px;
}
.ab-b1-bx1 span{
    float: none;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #E74040;
    margin-bottom: 15px;
}
.ab-b1-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 0px;
    line-height: 31px;
    margin-top: -9px;
}


.about-body3{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}
.ab-b3-bx1{
    float: left;
    width: 100%;
    background: url(../images/ab-whychoose.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 60px 80px 70px;
}
.ab-b3-bx1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 23px;
}
.ab-b3-bx1 p{
    float: left;
    width: 64%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    line-height: 29px;
    margin-bottom: 0px;
}

.about-body4{
    float: left;
    width: 100%;
    padding: 60px 0px 35px;
    background: #f7f7f7;
}
.ab-b4-img{
    float: left;
    width: 100%;
}
.ab-b4-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
    height: 297px;
    object-fit: cover;
}
.ab-b4-bx1{
    float: left;
    width: 100%;
   padding: 33px 40px;
   border-radius: 20px;
    background: white;
    margin-bottom: 30px;
}
.ab-b4-bx1 h2{
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 15px;
}
.ab-b4-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    line-height: 30px;
    margin-bottom: 0px;
}

.services-main{
    float: left;
    width: 100%;
    padding: 65px 0px;
}
.services-main h3{
    float: left;
    width: 100%;
    font-weight: 600;
   font-size: 36px;
    margin-bottom: 30px;
    
    color: #41AF6E;
}
.services-main h3 span{
    color: black;
}
.services-main-slidr{
    float: left;
    width: 100%;
}
.service-main-img{
    float: left;
    width: 100%;
}
.service-main-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
}
.service-main-txt{
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.service-main-txt1{
    float: left;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(65, 175, 110, 1) 0%, rgba(42, 153, 87, 1) 100%);
    border-radius: 20px;
    padding: 30px 15px;
    margin-top: -35px;

    transform: rotateY(0deg);
}
.service-main-txt1:hover{
transform: rotateY(360deg);
transition: transform 0.8s;
background: #19447B;
}
.service-main-txt1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: white;
    line-height: 29px;
    margin-bottom: 10px;
}
.service-main-txt1 a{
    float: none; 
    font-size: 15px;
    font-weight: 300;
    color: white;
    display: inline-block;
    text-decoration: none;
}
.service-main-txt1 a img{
    width: 12px !important;
    margin-left: 10px;
    display: inline-block !important;
}
.slider-serv-main .owl-nav {
    display: none;
}

.services-body2{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.services-bd1{
    float: left;
    width: 100%;
}
.services-bd1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 13px;
    color: #41AF6E;
}
.services-bd1 p{
    float: left;
    width: 100%;
  font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}
.services-bd2{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.services-bd2 h3{
    float: left;
    /* width: 60px; */
    padding: 8px 10px;
    font-weight: 600;
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
    background: #19447B;
}
.services-bd2-1{
    padding-left: 68px;
    width: 100%;

}
.services-bd2-1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: black;
    line-height: 29px;
    margin-bottom: 10px;
}
.services-bd2-1 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}
.services-bd2 span{
    float: left;
    height: 10px;
     width: 10px; 
    margin-bottom: 0px;
    background: #19447B;
    margin-top: 9px;
}
.services-bd2-2{
    padding-left: 26px;
    width: 100%;

}
.services-bd2-2 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}

.purchase-full{
    float: left;
    width: 100%;
    padding: 100px 0px 60px;
}
.purchase-bx1{
    float: left;
    width: 100%;
    padding: 45px 20px;
    background: #f7f7f7;
    text-align: center;
    height: 340px;
    margin-bottom: 0px;
    border-radius: 20px;
    border-top: 4px solid #19447B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover{
    background: #19447B;
    border-top: 4px solid #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #19447B;
    line-height: 32px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h2{
    color: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    color: black;
    margin-bottom: 25px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h3{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3 img{
    float: none;
    display: inline-block;
    margin-bottom: 8px;
    width: 24px;
    margin-right: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h3 img{
    filter: invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3 span{
    font-weight: 500;
    font-size: 18px;
    bottom: 3px;
    position: relative;
}
.purchase-bx1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h4{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx2{
    height: 336px;
}
.purchase-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -26px;
    position: relative;
    z-index: 1;
}
.purchase-butn a{
    width: 170px;
    height: 52px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background: #163b6a;
    text-align: center;
    float: none;
    display: inline-block;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}

.purchase-butn a img{
    width: 18px;
    margin-right: 10px;
    margin-top: -2px;
}
.purchase-butn a:hover{
    text-decoration: none;
    background: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.services-formm{
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.serv-forms{
    max-width: 800px;
    margin: auto;
}


.purchse-ofer{
    float: left;
    width: 100%;
    text-align: center;
}
.purchse-ofer img{
    float: none;
    display: inline-block;
    width: 55px;
    margin-bottom: -28px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchse-ofer-txt{
    float: none;
    display: inline-block;
}
.purchse-ofer-txt h5{
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    color: #8e8e8e;
    text-decoration: 2px solid #41AF6E line-through;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1:hover .purchse-ofer-txt h5{
    color: #ffffff6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover .purchse-ofer img{
    filter: invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1 h1 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 13px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h1{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.add-ons{
    float: left;
    width: 100%;
    margin-top: -55px;
}
.add-ons h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: black;
    line-height: 32px;
}
.addone{
   float: left;
    width: 100px;
    height: 4px;
    background: #41AF6E;
    border-radius: 30px;
}



@media (max-width: 575px){
    .header-contnt h2{
        font-size: 40px;
        line-height: 49px;
        text-align: center;
        margin-bottom:20px;
    }
    .header-contnt p br{
        display: none;
    }
    .header-contnt p{
        text-align: center;
    }
    .slider-ban .owl-dots{
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .header-img{
        padding-top: 20px;
    }
    .body1{
        padding: 50px 0px;
    }
    .b1-bx1{
        margin-bottom: 15px;
        padding: 28px 22px;
    }
    .body2 {
    padding: 60px 0px 30px 0px;
}
.b2-bx1{
    height: auto;
    border-radius: 30px;
}
.b2-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b2-bx1-txt h2{
    font-size: 30px;
    line-height: 41px;
}
.b2-bx1-txt p{
    padding-right: 0px;
}
.b2-bx1-img{
    width: 100%;
    text-align: center;
    position: relative;
}
.b2-bx1-img img{
    float: none;
    display: block;
    margin: auto;
}
.b3-hed{
    width: 100%;
}
.b3-buton{
    width: 100%;
    padding-top: 0px;
}
.body3 {
    padding: 35px 0px 38px;
}
.b3-hed h2{
    font-size: 30px;
    line-height: 41px; 
    margin-bottom: 0px;
}
.b3-hed h3 {
    font-size: 13px;
    margin-bottom: 7px;
    letter-spacing: 8px;
}
.b3-buton a{
    float: left;
    width: 170px;
}
.body4 {
    float: left;
    width: 100%;
   padding: 45px 0px 30px 0px;
}
.b4-bx1{
    height: auto;
    border-radius: 30px;
}
.b4-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b4-bx1-txt h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 30px;
    }
    .b4-bx1-img{
        width: 100%;
        padding-right:0px;
    margin-top: 0px;
    }
    .b4-bx1-img img{
width: 100%;
display: block;
margin: auto;
float: none;
padding: 0px 35px;
    }
    .b4-bx1-txt a{
        float: none;
        display: inline-block;
    }
    .b5-hed h3 {
        font-size: 13px;
        margin-bottom: 7px;
        letter-spacing: 8px;
    }
    .b5-hed h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 0px;
    }
    .b5-s-img{
        width: 100%;
    }
    .b5-s-img img{
        float: none;
        margin: auto;
    }
    .b5-s-content{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .b5-s-content img{
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .b5-slidr .owl-dots{
        margin-top: 30px;
    }
    .body5 {
    padding: 45px 0px 55px;
}
.footer{
    padding-top: 55px;
}
.ftr-hed{
    text-align: center;
}
.ftr-hed h2 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 23px;
}
.ftr-hed a{
    float: none;
    display: inline-block;
}
.quick-link{
    padding-left: 0px;
    margin-top: 45px;
    text-align: center;
}
.quick-link h2{
    margin-bottom: 23px;
}
.quick-link a{
    margin-bottom: 15px;
}
.ft-contact{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.ft-contact a{
    margin-bottom: 15px;
}
.ft-contact h2{
    margin-bottom: 23px;
}
.ft-contact p {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 34px;
}
.ft-social{
    margin-top: 20px;
    float: none;
    display: inline-block;
    max-width: 194px;
}
.ft-social a img{
    margin-left: 13px;
    margin-right: 13px;
}
.ft-copy{
    margin-top: 30px;
    padding: 25px 0px;
    
}
.ft-copy p{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.ft-copy h3{
    width: 100%;
    text-align: center;
}
.b3-bx1-txt{
    padding: 25px 17px 35px;
}
.b3-bx1-txt h2{
    font-size: 22px;
}
.b3-bx1-txt a img{
    margin-top: 7px;
}

.nav-brand img{
    max-width: 100%;
}
.nav-header{
    width: 96px;
    padding-top: 10px!important;
}
.menu-enq a{
    width: 126px;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 38px;
    padding-left: 15px;
    margin-top: 31px;
}
.navigation-portrait .nav-search{
    height: 0px;
    margin-right:0px!important;
    padding: 0px!important;
}
.header-contnt{
    padding-top: 160px;
}
.iner-bnr-hed{
    padding-top: 180px;
}
.iner-bnr-hed span{
    width: 70px;
}
.iner-bnr-hed h2{
    font-size: 30px;
    line-height: 42px;
}
.careers-body2{
    padding: 65px 0px 60px 0px;
}
.iner-ab-b1{
    text-align: center;
}
.iner-ab-b1 img{
    margin-right: 0px;
    float: none;
    max-width: 100%;
}
.iner-ab-b1 h2{
    float: left;
    margin-top: 15px;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
.iner-ab-b1 p{
    float: left;
    margin-bottom: 0px;
}
.ab-b1-bx1{
    margin-bottom: 20px;
}
.about-body2{
    padding: 50px 0px 30px;
}
.ab-b3-bx1{
    padding: 35px 20px;
    text-align: center;
    background-position-x: 60%;
    border-radius: 30px;
}
.ab-b3-bx1 h2{
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 16px;
}
.ab-b3-bx1 p{
    width: 100%;
}
.ab-b4-bx1{
    padding: 30px 20px;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.ab-b4-bx1 h2{
    font-size: 26px;
    margin-bottom: 9px;
}
.career-hed h2{
    font-size: 30px;
    line-height: 42px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    padding: 50px 20px;
    border-radius: 30px;
}
.contact-body1{
    padding: 60px 0px 30px;
}
.con-b1-img{
    padding-right: 0px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
}
.con-b1-txt h2{
    font-size: 30px;
    line-height: 43px;
}
.con-b1-txt1{
    width: 100%;
    margin-bottom: 20px;
}
.contact-body2{
    padding: 30px 0px 60px 0px;
}
.con-b2-bx1-txt h2{
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 5px;
}
.serv-forms{
    padding: 20px 15px;
}
.service-main-txt1 h2{
    font-size: 19px;
}
.services-main h3{
    font-size: 30px;
    line-height: 42px;
}
.services-main{
    padding: 55px 0px;
}
.services-bd1 h2{
    font-size: 30px;
    line-height: 42px;
}
.services-body2{
    padding: 35px 0px;
}
.services-bd2-1 h2{
    font-size: 20px;
}
.services-bd2-1{
    padding-left: 60px;
}
.purchase-bx1{
    height: auto;
}
.purchase-bx1 h2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.purchase-bx1 h1{
    font-size: 17px;
}
    .purchase-full {
        padding: 60px 0px;
    }
.purchase-bx1 h3{
    font-size: 23px;
    margin-bottom: 20px;
}
.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -21px;
}
.purchase-bx1 h3 img{
    width: 17px;
    margin-bottom: 4px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    bottom: 1px;
}
.add-ons{
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.add-ons h2{
    font-size: 20px;
}
.addone{
    float: none;
    display: inline-block;
    margin-bottom: 14px;

}
}



@media (min-width: 576px) and (max-width: 767px){
.nav-header{
    padding-top: 10px!important;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 48px;
  
}
.navigation-portrait .nav-search{
    height: 0px;
}
.header-contnt{
    padding-top: 200px;
}
.header-contnt h2{
    font-size: 60px;
    line-height: 75px;
}
.header-img{
    padding-top: 30px;
}
.body1{
    padding: 65px 0px 40px;
}
.b1-bx1{
    margin-bottom: 20px;
}
.body2 {
    padding: 65px 0px 30px 0px;
}
.b2-bx1 {
        height: auto;
        border-radius: 30px;
    }
.b2-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b2-bx1-txt h2{
    font-size: 45px;
    line-height: 57px;
}
.b2-bx1-txt p{
    padding-right: 0px;
}
.b2-bx1-img{
    width: 100%;
    text-align: center;
    position: relative;
}
.b2-bx1-img img{
    float: none;
    display: block;
    margin: auto;
}
.b3-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.b3-hed{
    width: 100%;
}
.b3-buton{
    width: 100%;
    padding-top: 0px;
}
.b3-buton a{
    float: left;
}
.b3-bx1-txt{
    padding: 20px 15px 30px;
}
.b3-bx1-txt h2 {
    font-size: 20px;
    line-height: 26px;
}
.b3-bx1-txt a img{
    margin-top: 6px;
}
.body4 {
    padding: 50px 0px 30px;
}
.b4-bx1{
    height: auto;
    border-radius: 30px;
}
.b4-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b4-bx1-txt h2 {
        font-size: 45px;
        line-height: 57px;
        margin-bottom: 30px;
    }
    .b4-bx1-img{
        width: 100%;
        padding-right:0px;
    margin-top: 0px;
    }
    .b4-bx1-img img{
width: 100%;
display: block;
margin: auto;
float: none;
padding: 0px 35px;
    }
    .b4-bx1-txt a{
        float: none;
        display: inline-block;
    }
    .b5-hed h2{
        font-size: 45px;
        line-height: 57px;
       
    }
    .b5-s-img{
        width: 100%;
    }
    .b5-s-img img{
        float: none;
        margin: auto;
    }
    .b5-s-content{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .b5-s-content img{
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .b5-slidr .owl-dots{
        margin-top: 30px;
    }
    .body5 {
    padding: 50px 0px 50px;
}
.footer{
    padding-top: 60px;
}
.ftr-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.ftr-hed{
    text-align: center;
    margin-bottom: 35px;
}
.ftr-hed a{
    float: none;
    display: inline-block;
}
.quick-link{
    padding-left: 0px;
}
.ft-contact{
    padding-left: 0px;
}
.ft-copy{
    margin-top: 23px;
    padding: 25px 0px;
}
.ft-copy p{
    width: 100%;
    text-align: center;
}
.ft-copy h3{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.iner-bnr-hed{
    padding-top: 220px;
}
.iner-bnr-hed span{
    width: 70px;
}
.iner-bnr-hed h2{
    font-size: 33px;
    line-height: 42px;
}
.careers-body2{
    padding: 60px 0px;
}
.iner-ab-b1 {
        text-align: center;
    }
        .iner-ab-b1 img {
        margin-right: 0px;
        float: none;
        max-width: 100%;
    }
    .iner-ab-b1 p {
        float: left;
        margin-bottom: 0px;
    }
    .iner-ab-b1 h2 {
        float: left;
        margin-top: 15px;
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 15px;
    }

.ab-b1-bx1{
    margin-bottom: 20px;
}
.about-body2{
    padding: 60px 0px 20px;
}
.ab-b3-bx1 h2{
    font-size: 45px;
    line-height: 60px;
}
.ab-b3-bx1{
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    background-position-x: 75%;
}
.ab-b3-bx1 p{
    width: 100%;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.career-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    border-radius: 30px;
    padding: 50px 30px;
}
.con-b1-img{
    padding-right: 0px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 30px;
}
.con-b2-bx1-txt h2{
    font-size: 45px;
}
.service-main-txt1 h2{
    font-size: 19px;
}
.services-bd1 h2{
    font-size: 30px;
    line-height: 42px;
}
.services-body2{
    padding: 35px 0px;
}
.purchase-bx1{
    height: auto;
}
.purchase-bx1 h2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.purchase-bx1 h1{
    font-size: 17px;
}
.purchase-bx1 h3{
    font-size: 23px;
    margin-bottom: 20px;
}
.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -21px;
}
.purchase-bx1 h3 img{
    width: 17px;
    margin-bottom: 4px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    bottom: 1px;
}
.add-ons{
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.add-ons h2{
    font-size: 20px;
}
.addone{
    float: none;
    display: inline-block;
    margin-bottom: 14px;

}
.purchase-full{
    padding: 60px 0px;
}
}


@media (min-width: 768px) and (max-width: 991px){
    .b1-bx1 h2{
        font-size: 17px;
    }
    .ab-b1-bx1 h2{
        font-size: 18px;
    }
.nav-header{
    padding-top: 10px!important;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 48px;
  
}
.navigation-portrait .nav-search{
    height: 0px;
}
.header-contnt h2{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 19px;
}
.header-contnt p br{
    display: none;
}
.header-contnt p{
    margin-bottom: 0px;
}
.header-content-full{
    padding-bottom: 30px;
}
.header-contnt{
    padding-top: 220px;
}
.header-img{
    padding-top: 138px;
}
.b1-bx1{
    padding: 28px 20px;
}
.b1-bx1 p br{
    display: none;
}
.b1-bx1 img {
    width: 67px;
    margin-bottom: 14px;
}
.body2 {
    padding: 80px 0px 30px 0px;
}
.b2-bx1-txt {
    width: 60%;
    padding: 40px 0px 40px 40px;
    position: relative;
    z-index: 1;
}
.b2-bx1-txt h2{
    font-size: 39px;
        line-height: 55px;
}
.b2-bx1-txt p{
    padding-right: 20px;
}
.b2-bx1{
    height: auto;
    position: relative;
    background-position: right;
}
.b2-bx1-img{
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b3-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.b3-hed{
    width: 70%;
}
.b3-buton{
    width: 30%;
}
.b4-bx1-txt {
    width: 68%;
    padding: 40px 0px 40px 40px;
    position: relative;
    z-index: 1;
}
.b4-bx1-txt h2{
    font-size: 39px;
    line-height: 55px;
}
.b4-bx1{
    height: auto;
    position: relative;
}
.b4-bx1-img{
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0px;
}
.b5-s-content img{
    margin-bottom: 17px;
}
.b5-s-content h3{
    font-size: 23px;
    line-height: 32px;
}
.ftr-hed{
    margin-bottom: 35px;
}
.quick-link{
    padding-left: 0px;
}
.ft-contact{
    padding-left: 0px;
}
.careers-body2{
    padding: 60px 0px;
}
.iner-ab-b1 img{
    width: 350px;
}
.iner-ab-b1 h2{
    font-size: 45px;
    line-height: 60px;
}
.ab-b1-bx1 p br{
    display: none;
}
.ab-b3-bx1{
    background-position-x: 50%;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.career-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    padding: 50px 30px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 35px;
}
.con-b2-bx1-txt h2{
    font-size: 45px;
}
.purchase-bx1 h3{
    font-size: 28px;
}
.purchse-ofer-txt h5{
    font-size:20px;
}
.purchse-ofer img {
    width: 48px;
    margin-bottom: -25px;
}
.purchase-bx1 h3 img{
    width: 21px;
    margin-bottom: 6px;
}
.purchase-bx1 h3 span{
    bottom: 2px;
}
.purchase-bx1{
    height: 355px;
}
.purchase-bx2 {
    height: 336px;
}
.add-ons h2{
    font-size: 20px;
}
}



@media (min-width: 992px) and (max-width: 1199px){
.b2-bx1{
    height: auto;
    position: relative;
}
.b2-bx1-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.b2-bx1-txt p{
    padding-right: 30px;
}
.b2-bx1-txt h2{
    font-size: 45px;
    line-height: 60px;
}

.b4-bx1{
    height: auto;
    position: relative;
}
.b4-bx1-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
}
.b5-s-img{
    padding-right: 15px;
}
.quick-link{
    padding-left: 45px;
}
.ft-contact{
    padding-left: 40px;
}
.ft-social a img{
    margin-right: 20px;
}
.iner-ab-b1 img{
    width: 450px;
}
.ab-b4-img img{
    height: 327px;
    object-fit: cover;
}
.purchase-bx1 h3{
    font-size: 25px;
}
.purchase-bx1 h3 img{
    margin-bottom: 5px;
    width: 19px;
}

.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -23px;
}


.purchase-bx2{
    height: 350px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    margin-bottom: 2px;
}
}


@media (max-width: 991px){
   .megamenu-panel{
       width: 100%!important;
   } 
   .navigation-portrait .megamenu-panel{
       padding: 10px 25px!important;
   }
   .megamenu-list{
       margin: 0px!important;
       
   }
   .megamenu-list > li > a{
       border-bottom: solid 1px #f0f0f0;
   }
}



.purchase-ex-butn{
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background:#f7f7f7;
}
.ex-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.ex-butn a {
 float: none;
 text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 17px 0px;
    border-radius: 10px;
   width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
   background: #19447B;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ex-butn a:hover{
   text-decoration: none;
   color: white;
    background: #41af6e;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.hidden-input-field {
		    opacity: 0;
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 0;
		    width: 0;
		    z-index: -1;
		}

.grecaptcha-badge { 
    visibility: hidden;
}