

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

body {
  background: #fff;
  color: #666666;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;  
  -webkit-backface-visibility:hidden;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 16px; 
}

p a {
  
  color: #000;
  transition: 0.5s;
}

p a:hover,
p a:active,
p a:focus {
  color: #007bff;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

#main { background-color: #fcfcfc; }

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.mt60 { margin-top:60px; }


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; 
    font-size: 16px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.btn-default {
    color: #FFF;
    background-color: #00aeea;
    border-color: #fff;
    font-weight: bold !important;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0px;
}

.btn-default:hover {background-color: #0056b3;}

.workwithus-btn {
 font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
    background: #00aeea;
  border: 1px solid #fff;
  color: #fff;
}

.workwithus-btn:hover {
   background: #294f8b;
  border: 1px solid #294f8b;
    color: #fff;
}

.imgBorder {
border: 1px solid #000;
padding: 10px;
    margin-bottom: 20px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f7f7f7;
  color: #65666C;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  border-radius: 5px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #65666C;
}

.back-to-top:hover {background: #747474 !important;  }

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.des-bor {background-image: url("../img/des-bor.png") ; background-size: cover; background-repeat: no-repeat; 
  background-position: center; padding: 7px 0; position: relative;}

.de { 
  height: 59px; 

  background-image: url("../img/design-1.png") ;
  position: relative;background-size: cover; background-repeat: no-repeat; 
  background-position: center;margin-top: -32px;z-index: 996;
}

.de2 { 
  height: 56px; 
  background-image: url("../img/design-3.png") ;
  position: relative;background-size: cover; background-repeat: no-repeat; 
  background-position: center;z-index: 996;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header { }


#header {
  padding: 8px 0;
  height: 100px;
  position: relative;
  left: 0;
  /*top: 0px;*/
  right: 0;
  transition: all 0.5s;
  z-index: 997;background-color: #fff;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1.0);
   top: 0px;
  transition: all 0.5s;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.19);
}


#header.header-scrolled .nav-menu a {
 /* color: #fff;*/
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
    height: 80px;
    padding-top: 0px;
    margin: 0;
}


.head {
    background: #002767;
    height: 27px;
}

.head p {
    font-size: 16px; color: #ffffff;
}

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #002767; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #002767; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #ffffff;
}

/*---New Intro  -*/

.banner-design {
   background: url(../img/banner-design.png) center top no-repeat;


    }
.banner-design img {background-size:
 cover;
  background-position: center; width: 100%; height: auto;position: relative;top: -124px;
    z-index: 4;}

.rs_slider .caption-container .btn-default {color: #fff;background-color: #ffd000;border-color: #ffd000;}
.rs_slider .caption-container .btn-lg {padding: 12px 22px;font-size: 16px;line-height: 1.3333333;border-radius: 6px;}
.rs_slider .caption-container .btn-default:focus, .rs_slider .caption-container .btn-default:hover {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a;
}

/* slider css */
#title{
  margin-top: 90px;
}

.rs_slider {
    display: block;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

/*.flexslider .slides img {
    min-height: 458px;
}*/

.flexslider .slides img {
    min-height: 458px;
  
 
}

.rs_slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    max-height: 609px;
    overflow: hidden;
}

.rs_slider .flex-direction-nav a::before {
    display: none;
}

.rs_slider .flex-direction-nav .flex-nav-prev a {
    background: url("../img/slider/master-slider-left.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-direction-nav .flex-nav-next a {
    background: url("../img/slider/master-slider-right.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-caption {
    margin: 0 auto;
    max-width: inherit;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 100;
}

.rs_slider .caption-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.rs_slider .slides .flex-active-slide .text-container {
         animation: 2s ease 0s normal none 1 running slideIn ;
     -ms-animation: 2s ease 0s normal none 1 running slideIn ;
      -o-animation: 2s ease 0s normal none 1 running slideIn ;
    -moz-animation: 2s ease 0s normal none 1 running slideIn ;
 -webkit-animation: 2s ease 0s normal none 1 running slideIn ;
}


.rs_slider  .text-container { 
    position: relative;
    max-width: inherit;
    width: 100%;
}

.rs_slider .text-container .con_text {
   font-size: 46px; 
   line-height: 56px;
   color: #333333; font-weight: bold;
   display: block; margin-bottom: 30px;
   
}

.rs_slider .text-container .con_text span {color: #ff850f;}

.rs_slider .text-container .con_text span span {}

.rs_slider .text-container .con_text2 {
   font-size: 44px;
    line-height: 55px;
    text-align:left;
   text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
    color: #fff; font-weight: bold;
    display: block;
}

.rs_slider .text-container p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.rs_slider .text-container .con_link {
    background: linear-gradient(to bottom, #f58221, #f58221) repeat scroll 0 0 #f58221;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: inherit;
    padding: 10px 34px;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 999; border-radius: 6px;
}

.rs_slider .text-container .con_link:hover {
    background: linear-gradient(to bottom, #0f4d99, #0f4d99) repeat scroll 0 0 #00a2dd;
    text-decoration: none;color: #fff;
}

@-webkit-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-moz-keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-o-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@-ms-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}


#topbar { background-color: #f4f2f2;
  /*background: url(../img/top-bg.png) center top no-repeat;*/
  padding: 10px 0;
  font-size: 15px; font-weight: bold;
}

#topbar p {margin-bottom: 5px;}

#topbar ul { display: block; }

#topbar ul li {margin-bottom: 10px;}

#topbar ul.list-inline {
  text-align: center
}

#topbar .top-bar ul {
    float: right; margin: 0;
}

#topbar .top-bar ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    margin: 11px 34px 11px;
    position: relative;
}

#topbar .top-bar ul li i {position: relative; top: 1px; padding-right: 10px; color: #ff850f;  font-size: 20px;}

#topbar .top-bar ul li a {color: #000; }

#topbar .contact-info {
  font-style: normal; color: #fff;padding-right: 20px;}

#topbar .contact-info a, #topbar .contact-info i span {
  padding-left: 10px; padding-right: 20px;
  color: #000; font-weight: 400;
}
#topbar .contact-info i {color: #ff850f;font-size: 18px;}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s; opacity: 0.9; font-family: "Open Sans", sans-serif;
}
#topbar .contact-info i a:hover {
  color: #0083c9;
}

#topbar .contact-info a:hover {color: #ff850f;}
#topbar .social-links a i {color: #ff850f;
    width: 30px;
    display: block;
    font-size: 17px;
    line-height: 30px;
    text-align: center;}

#topbar .social-links a i:hover {color: #21619b;}

#topbar .social-links a {
  /*color: #fff;font-size: 12px;
  line-height: 0;padding: 8px;
  transition: 0.3s;border-radius: 50px;
  margin-left: 15px; background-color: #da7911;*/
  width: 30px;margin-right: 10px;
    height: 30px;
    color: #fff;
    display: block;
    background-color: transparent;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 0px;
    text-transform: capitalize;
}

#topbar .social-links a:hover {
 /* color: #fff; background-color: #0181ca;*/
}

.cd-hero {
        position: relative; background-color: #f6f6f6;
    }

.cd-hero .col-lg-3 {padding-right: 0px;
    padding-left: 0px;}

.cd-slider-nav {
  font-size: 18px;
  color: #121212; font-weight: bold;
  padding: 40px 16px;
  text-align: left;
  border: 1px solid #f3f0ee;
}

.cd-slider-nav span {font-size: 13px; font-weight: 400; display: block;}

.cd-slider-nav .slide-number {

    float: left;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 45px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    text-align: center;
  }

/*-- Home About us --*/

.home-about {
   transition: all 0.3s ease-in-out;
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #fcfcfc;
}

.welcome-pic {
    padding-top: 0px;
}

.home-about h2 {
    font-weight: 700;
    font-size: 21px !important;
   color: #333333;line-height: 25px;
}

.home-about h3 {
    font-weight: 700;
    font-size: 30px !important;
   color: #1f3645;
}

.home-about span {
    font-weight: 500;
    font-size: 21px !important;
    display: block;
    margin-bottom: 5px;
   color: #ff0000; 
   
}

.home-about p {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px;
}

.abt-btn {
    display: inline-block;
    min-width: 152px;
    height: 42px;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    background-color: #0f4d99;
    margin-bottom: 30px;
}

.abt-btn.active, .abt-btn:hover, .abt-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f58221;
  border-color: #f58221;
}

.about-in {
    transition: all 0.3s ease-in-out;
    padding-top: 80px;
    padding-bottom: 0px;
}

.about-in h3 {
    font-weight: 700;
    font-size: 30px !important;
    color: #1f3645;
}

.about-in p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.home-about2 {
    transition: all 0.3s ease-in-out;
    padding-top: 0px;
    padding-bottom: 80px;
}

.home-about2 h2 {
    font-weight: 700;
    font-size: 22px !important;
    
    color: #125693;
    font-family: 'Open Sans', sans-serif;
}

.home-about2 p {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
}

.about-data {
   
    padding: 50px 50px;
    background: linear-gradient(to bottom, #f4f6fa, #fff) repeat scroll 0 0 #f58221;
}

.about-data h4 { 
    color: #1f3645;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
 }

 .about-data h6 { 
    color: #6d6d6d;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
 }

  .about-data p {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.about-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.about-data ul li {
    font-weight: 400;
    font-size: 20px;
    background-position: 0px 13px;
    padding-left: 30px;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
    background-image: url('../img/cir-icon.png');
    background-repeat: no-repeat;
}

.margin-top { margin-top:60px; }

.countsBg {
    padding: 0;
    margin-top: 50px;
}

.counter-Txt {
    background-color: #f6f6f6;
    padding: 28px 18px 28px 18px;
    margin: 5px;
    overflow: hidden;
}

.count-img {
    margin-right: 10px;
    float: left;
    display: block;
    flex: 0 0 auto;
}

.count-txt {
    margin: 0;
    float: left;
    display: block;
}

.counter-Txt span {
    margin-bottom: 5px;
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 36px;
}

.counter-Txt p {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #000;
    line-height: 22px;
}

.counter-Txt span span {
    display: inline-block;
}

/*-- Inner banner --*/

.page_banner {
  position: relative;
  margin-top: 100px;
  height: 150px; 
  padding: 40px 0 0px;
  background-color: #f2f2f2;}

.banner-title {
    font-size: 28px;
    color: #000;
    line-height: 70px;
    margin: 0;
}

.breadcrumbs {
    margin: 19px 0 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}

.breadcrumbs a {
    color: inherit;
    display: inline-block;
}

.breadcrumbs span {
    margin: 0 5px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh; 
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 14, 38, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-background img {
  max-width: 100%; 
}





#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;text-shadow: 2px 2px 4px #000000;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}
#intro .carousel {
    top: 92px;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
 
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;margin-top: 0px;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

/*.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}*/

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 15px 0px 15px 0px;
  text-decoration: none;
  display: inline-block;
  color: #444444;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}



.nav-menu li:hover > a,
.nav-menu > .current-menu > a {
    color: #2991d6;
}

.nav-menu > li > a span { border-right: 1px solid rgba(0,0,0,.05); line-height: 60px;  padding: 12px 14px;}
.nav-menu > li { 
    
   
  margin-left: 0px;
}

.nav-menu > li:last-child a span { border-right:none; }

.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 0px;
 /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  background: #F2F2F2; z-index: 205;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px; font-weight: 400;
  text-transform: none;
}

.nav-menu li > a:after { 
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 203;
    opacity: 0;
    background: #2991d6;
}

.nav-menu ul li:hover > a:after { opacity: 0; }

 a:after .sf-with-ul { opacity: 0; }

.nav-menu li:hover > a:after { opacity: 1; }

.nav-menu li.current-menu > a:after { opacity: 1; }

.nav-menu ul li {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}

.nav-menu ul li:last-child {border: none;}

.nav-menu ul li:hover > a {
  color: #0b5aa2;
  background: rgba(0, 0, 0, .06);
}

.nav-menu ul ul {
  margin: 0;
}

.header-action {margin-top: 0px;}

.header-action a {color: #fff;}
.header-action a:hover {color: #fff;}

.felona-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
   font-weight: 700;
    font-size: 13px;
    padding: 8px 12px;
    background: #7fc540 none repeat scroll 0 0;
    letter-spacing: 1px;
}

.felona-btn:hover {background: #277b39;}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position:absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 20px 0 0;
  border: 0;
  /*background: none;*/
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

/*#mobile-nav-toggle i {
  color: #fff;
}*/

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 88, 154, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  
}

#mobile-nav ul li a:hover {
  color: #e1b309;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #f58221;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;font-size: x-small;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e1b309;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #ff850f;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #000;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  /*background: #ddd;*/
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00aeea;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #fff;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* Home About Us Section
--------------------------------*/

.aboutSection01 {
    position: relative;
    background: url(../img/bg/2.jpg) no-repeat center center/cover;
    padding: 139px 0 105px;
}

.container.largeContainer {
    max-width: 1170px;
}

.subTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: .9;
    color: #99cc33;
    margin: 0 0 24px;
}

.subTitle span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background:#99cc33;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.aboutSection01 .secTitle {
    font-size: 42px;
    margin-bottom: 25px;font-weight: 700;
}

.secTitle span {
    color: #99cc33;
}

.aboutSection01 .secDesc {
    padding-right: 100px;
    margin-bottom: 40px;
}

.abthumb {
    position: absolute;
    right: -230px;
    bottom: -105px;
}
/* About us Section
--------------------------------*/

#aboutus {
    background-color: #fff;
    padding: 60px 0 40px 0;
}

#aboutus .about-col {
    margin-bottom: 40px;
}

#aboutus .about-col h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

#aboutus .about-col p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin-bottom: 30px;
    text-align: justify;
}

.about-right {
    position: relative;
    text-align: right;
}

#aboutus .about-col h2 span {
    color: #7fc540;
}

/* Home Services Section
--------------------------------*/

.serviceSection01 {
    position: relative;
    padding: 120px 0 75px;
    background: url(../img/bg/2.png) no-repeat top center;
}

.boxService {
    position: relative;
    background: url(../img/bg/3.png) no-repeat center center/cover #f6f6f6;
    padding: 72px 75px;
    margin: 0 0 30px;
}

.boxService .secTitle {
    font-size: 45px;
    line-height: 60px;
    margin: 0 0 30px;
}

.boxService .subTitle {
    
    color: #09ab58;
    margin: 0 0 24px;
}

.secTitle span {
    color: #09ab58;
}

.boxService p {
    line-height: 28px;
    margin: 0;
}

.icon_box_01 {background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    padding: 32px 38px 53px;
    border: 1px solid #009966;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01:hover {
    border-color: transparent;
}

.icon_box_01:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    content: '';
    background: rgba(10,38,62,.86);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01:hover:before {
    visibility: visible;
    opacity: 1;
}

.icon_box_01:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: url(../img/bg/1.jpg) no-repeat center center/cover;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01:hover:after {
    visibility: visible;
    opacity: 1;
}

.icon_box_01:hover .brright,.icon_box_01:hover .brleft,.icon_box_01:hover .ibMeta img {
    visibility: hidden;
    opacity: 0;
}

.icon_box_01:hover .ibMeta span {
    visibility: visible;
    opacity: 1;
}

.icon_box_01:hover h3 a, .icon_box_01:hover .sm {
    color: #fff;
}

.icon_box_01:hover p {
    color: #93abc1;
}

.ibMeta {margin: 0 0 27px;}

.ibMeta span {
    font-size: 60px;
    line-height: 82px;
    font-family: poppins,sans-serif;
    font-weight: 700;
    color: rgba(255,255,255,.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 1;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01 h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.icon_box_01 h3 a {
    position: relative;
    z-index: 3;
    color: inherit;
}

.icon_box_01 h3 a:hover {color: #009966;}

.icon_box_01 p {
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01 .sm {
    position: relative;
    z-index: 3;
    display: inline-block;
    color: #009966;
    font-size: 15px;
    font-weight: 700;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_01 .sm:hover {
    color: #000;
}

.icon_box_01 .sm i {
    font-size: 14px;
    position: relative;
    top: 0px;
    padding-left: 4px;
    display: inline-block;
}

/* Home Why choose Section
--------------------------------*/

.chooseSection {
    position: relative;
    background: url(../img/bg/5.jpg) no-repeat center center/cover;
    padding: 120px 0 50px;
}

.chooseSection .secTitle {
    font-size: 42px;
    margin-bottom: 21px;
}

.chooseSection .secTitle span {
    color: #009966;
}

.chooseSection .white {
    color: #fff;
}

.chooseSection .subTitle {
   color: #009966;
}

.chooseSection .subTitle span {background: #009966;}

.chooseSection .secDesc {
    color: #7f849b;
    line-height: 26px;
    padding-right: 50px;
    margin-bottom: 38px;
}

.icon_box_05 {
    position: relative;
    padding-left: 110px;
    margin: 0 0 49px;
}

.icon_box_05 .ib_box {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 5px;
    width: 82px;
    height: 82px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-size: 36px;
    border: 0px solid #2c2f40;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon_box_05 h3 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 13px;
}

.icon_box_05 p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.ser_wrapper {margin-top: 40px}

.ser_wrapper .ser-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 64px;
    height: 64px;
    border: 0px solid #ffcbba;
    border-radius: 50px;
    background: #fff;*/
    transition: 0.5s;
    
  }

.ser_wrapper .ser-icon img {opacity: 1.0; width: 64%;}  



.ser_wrapper .ser-title {
    margin-left: 83px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.ser_wrapper h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.ser_wrapper .ser-title a {
    color: #343a40;
    transition: 0.3s;
}

.ser_wrapper .ser-title a:hover {
    color: #0181ca;
    
}

.ser_wrapper .ser-description {
    margin-left: 83px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

/* Home columns */

.columnsWrap {width: 80%;
    margin: 00 auto;}

.columnsWrap h2 {font-size: 28px; color: #fff; background-color: #231f20;}
.columns {
  float: left;
  width: 33.3%;
  padding: 0px;
}

.price {
  list-style-type: none;
  border: 0px solid #eee;
  margin: 0;
  padding: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price .header {
  background-color: #a7a9ac;
  color: #000; font-weight: 600;
  font-size: 20px;vertical-align: middle;
}

.price li {
  border-bottom: 0px solid #eee;
  padding: 8px;
  text-align: center;margin-bottom: 8px;
}

.price .grey {
  background-color: #414042;
  font-size: 20px;color: white;
}

/* Service details Section
--------------------------------*/

.service-detail {padding: 90px 0;}

.left-nav {
    margin-bottom: 50px; padding: 0;
}

.left-nav li {
    list-style: none;
}

.left-nav li a {
    display: block;
    padding: 16px 26px 18px 22px;
    font-size: 16px;
    color: #1c1c1c;
   
    border-top: 1px solid #dadee8;
    background: #f3f5fa;
    border-left: 5px solid transparent;
}

.left-nav li:first-child a {
    /*border: 0;*/
}

.left-nav li a i {
    float: right;
    font-size: 24px;
    color: #48494b;
}

.left-nav li a:hover, .left-nav li a.active {
    border-color: #0f6685;
}

.left-nav li a:hover, .left-nav li a.active {
    background: #eff2f9;
    border-top-color: #fff !important;
}

.help-widget {
    padding: 42px 33px;
    background: #0f6685 url(../img/help-icon.png) no-repeat right bottom;
}

.help-widget h5, .help-widget p {
    color: #fff;
}

.getin-touch {
    background-color: #fff;
    position: relative;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding: 16px 40px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
}


.content-img {margin-bottom: 40px;}

.content-img img {max-width: 100%;}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Home Clients Section
--------------------------------*/

.homeclients {padding: 60px 0 0;}
.homeclients p {font-size: 16px;
  line-height: 24px;color: #666;text-align: center;}

.homeclients h3 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.homeclients h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00aeea;
  bottom: 0;
  left: calc(50% - 20px);
}

#clients {
 padding-top: 0px; padding-bottom: 60px;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: none;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* new Testimonials 
--------------------------------*/

.new-testi .testimonial4_slide .text-box {width: 100%;}



.testi-heading { margin-bottom:30px; }

.testi-heading h3 {
    color: #063f6e;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;}

.testi-heading h2 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 36px;}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 455px;
    position: relative;
    background-color: #eef2f5;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
/*#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}*/
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

/*.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}*/
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #ed1e24;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}*/

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; /*height: 350px;*/
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: center;
}

.testimonial4_slide .quote-icon {
    width: 68px;
    background-color: #eef2f5;
    margin: auto;
    font-size: 45px;
    color: #2f538a;
    position: relative;
    top: 23px;
    text-align: center;
    line-height: 45px;
}

/*.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
   box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}*/

.testimonial4_slide .text-box {
    vertical-align: middle;
    display: block;width: 70%;
    margin: 0 auto;
    border: 1px solid #2f538a;
    padding: 50px 20px 50px;
}

.clearfix:before, .clearfix:after {display: table;
    content: " ";}

.testimonial4_slide p.name {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    font-family: "PT Serif",serif;
    text-align: center;
    color: #2f538a;
}

.testimonial4_slide .text-box p {
    color: #656565;
    font-size: 16px;
    font-style: italic;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-family: "PT Serif",sans-serif;
    position: relative;
}

.testimonial4_slide .client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #FFF;
    margin: auto;
    top: -20px;
    position: relative;
}
/*.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 0px 0 20px 0;
}*/
.testimonial4_slide h4 {
  color: #000; text-transform: uppercase;
  font-size: 22px; margin-bottom: 30px; margin-top: 30px;
}

.testimonial4_slide h4 span {color: #ed1e24;}

.testimonial .carousel {
  padding-bottom:40px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*.carousel .carousel-indicators li {
   width: 10px;
  height: 10px;
  border-radius: 100%;
}*/
/* Home Testimonials Section
--------------------------------*/

/* testi --*/

/* --new inner banner--*/

.inner-banner {
    position: relative;
    margin-top: 90px;
    background-image: url(images/backgrounds/inner-banner-bg-1-1.jpg);
    background-repeat: no-repeat;background-size: cover;
   /* 
    background-attachment: fixed;
    background-position: center top;*/
}

.inner-banner .container {
    /*padding-top: 260px;
    padding-bottom: 213px;*/
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    
}

.inner-banner__title {
    margin: 0; margin-bottom: 15px;
   color: #fff; 
    font-size: 40px;
    font-weight: bold;
}

.inner-banner ul {margin: 0; padding:0;}

.inner-banner ul li {
    display: inline-block;
    position: relative;
}

.inner-banner ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.inner-banner ul li a:hover {color: #ff850f;}

.inner-banner ul li + li {
    margin-left: 30px; color: #ff850f;font-weight: 500; font-size: 18px;
}

.inner-banner ul li + li::before {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    left: -24px;
    top: 3px;
}

.sure-list {
    position: relative;
    list-style: none;
     margin-bottom: 30px;
    padding: 0;
}

.sure-list li {
    position: relative;
    padding-left: 32px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-page ul li {
    margin-bottom: 20px;
}

.sure-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-check.png);
}

.products-area { padding-bottom:20px; padding-top:40px; }

.products-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.products-in ul li {
    font-weight: 400;
    font-size: 18px;
    background-position: 0px 13px;
    padding-left: 30px;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
    background-image: url('../img/cir-icon.png');
    background-repeat: no-repeat;
}


/* Services page --*/

.inner-services {
  background-color: transparent;
    padding-top: 98px;
    padding-bottom: 98px;
  }

.inner-services .servi {
    background-color: #f2f5f8;
    border-radius: 5px;
    
    padding: 40px 30px;
    box-shadow: 4px 6px 44.62px 1.38px rgba(204, 204, 204, 0.09);
    margin-bottom: 20px;
}

.servi-img img {
    /*border-radius: 100%;*/
    margin-bottom: 26px; width: 90%;
}

.servi-text h4 {
    margin-bottom: 16px; font-size: 21px; font-weight: 600;
}

.servi-text h4 a {
    color: #000;
}

.servi-text p {
    color: #444444;
    margin-bottom: 20px;font-size: 15px;
}

.servi-text a {
    color: #7fc540; font-weight: 700;
}

.servi-text a:hover {
    color: #000;
}

/* About us --*/

.aboutMain {padding: 60px 0 40px 0;}

.dec-img {margin-bottom: 50px;}

.dec-img .cap { margin-top: 20px; }

.dec-img .cap h5 { font-size: 20px; color: #000; font-weight:600; margin-bottom: 10px;}

.dec-img .cap span {font-size: 18px; color: #000;}

.dec {margin-top: 30px; }

.dec p { margin-bottom: 10px; font-size: 18px; color: #000; line-height: 28px;}


.aboutVision {background-color: #000; padding: 80px 0 50px;}

.ibox {position: relative;overflow: hidden;}

.ibox { margin-bottom: 30px; }

.zoomOut img {-webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}

.zoomOut:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ibox img {width: 100%;}

.overTxt {padding: 20px 10px; background-color: rgba(0, 0, 0, 0.70); position: absolute;bottom: 0;width: 100%; text-align: center;}

.overTxt h3 { margin-bottom: 0; color: #fff; font-size: 34px; font-weight: 500;}


/*.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}*/

.sq {width:100%;height:110px;background-color: #000;}

.arrowBox{
  position: relative;
  width:100%;
  background: #0085D1;
  height:110px;
  line-height: 40px;
  margin-bottom:30px; 
  text-align:left;
  color:#fff;
}

.arrowBox h2 {font-size: 47px;
    color: #fff;}

.arrow-right:after{
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #0085D1; 
}

.partners {
    transition: all 0.3s ease-in-out;
    padding-top: 60px;
    padding-bottom: 20px;
}

.partners-in h4 {
    color: #1f3645;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.partners-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.partners-in ul li {
    font-weight: 400;
    font-size: 18px;
    background-position: 0px 13px;
    padding-left: 30px;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
    background-image: url('../img/cir-icon.png');
    background-repeat: no-repeat;
}


/* Bonded */

.bonded {
    padding: 60px 0 40px 0;
}

.brand_content_box { border: 1px solid #e5e5e5; margin-bottom: 50px;}

.brand_content {padding: 30px;}

.brand_content a { color: #007ed5; }

.brand_content a:hover { color: #000; }

.brand_content h2 { font-weight:600; }

.brand_content .view-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    color: #fff;
    background-color: #007ed5;
}

.brand_content .view-btn:hover {
  background-color: #0d4159; 
  color: #fff;
}

.brand_img {padding: 30px; text-align: center;
    background-color: #f2f2f3; overflow: hidden;}

.brand_img figure {
    width: 275px;
    height: 275px;
    margin: 0 auto;
    padding: 0;
}

.brand_img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.brand_img figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* cutting */

.cutting {padding: 60px 0 40px 0;}

.application { border-bottom: 1px solid #000; padding-top: 8px; padding-bottom: 8px; 
  margin-bottom: 30px;}

.application span {text-transform: uppercase; font-size: 24px;
  font-weight: 600;}

.cutting_box { border: 1px solid #e5e5e5;
    margin-bottom: 50px; }

.cutting_img {padding: 20px; text-align: center;
    background-color: #f2f2f3; }

.cutting_img figure {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    padding: 0;
}

.cutting_img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cutting_img figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cutting_cap {padding: 15px;}

.cutting_cap a {
    color: #000;
}

.cutting_cap a:hover {
    color: #bad401;
}

.cutting_cap h2 { text-transform: uppercase; font-size: 20px; text-align: center; font-weight: 600;}


/* cutting disc */

.cutting_disc {
    padding: 60px 0 40px 0;
}

.cutting_disc_box {
    border: 0px solid #e5e5e5;
    margin-bottom: 50px;
}

.cutting_disc_img {
    padding: 30px;
    text-align: center;
    background-color: #f2f2f3;
    overflow: hidden;
}

.cutting_disc_img figure { margin:0; }

.cutting_disc_content {
    padding: 0px 30px;
}

.cutting_disc_content h2 {
    font-weight: 600;
}

.cutting_disc_content p {}


.pro_range_table .table-responsive {
    padding: 0;
}

.pro_range_table thead {
    background: #bad401; color: #fff;
}

.pro_range_table .table-responsive {
    border: 0px solid #e0d8c2;
}

.pro_range_table .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


/* cutting */

.offering { margin-top: 30px; padding: 80px 0; background-color: #000;}

.offering-box { margin:50px 0; }

.offering-box p { font-size: 30px; color: #fff; padding: 20px 0 0 0px; }

.offering-text { color: #fff; width: 62%; margin: 0 auto;}

.offering-text table {text-align: center;  font-size: 20px; margin-bottom: 40px;}

.offering-text table tr td { width: 33%; padding: 35px;}

.offeringLink {margin-top: -15px; padding: 50px 10px; text-align: center; background-color: #b27d2d; background-image: linear-gradient(to right, #b27d2d, #efc76a, #b27d2d);}

.offeringLink h4 {font-size: 44px; font-weight: 700; margin-bottom: 5px; }

.offeringLink span {font-size: 36px;  font-weight: 400;}

.offeringLink a {color: #000;}

.offeringLink a:hover {color: #fff;}

.NumberBox {width: 30%; height: 70px; margin: 0 auto; background-color: #a7aaac ;    z-index: 996;
    position: relative;text-align: center;}

 .NumberBox span {font-size: 40px; color: #fff; font-weight: 600; }   

/* Flashing */

.hover13:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/* Know --*/

.know {margin-top: 50px; margin-bottom: 50px;}

.knowBg {background: url(../img/knowBg.png) center top no-repeat;
  margin: 0 auto;width: 100%;}

.knowBg2 {background: url(../img/knowBg2.png) center top no-repeat;
   margin: 0 auto;width: 100%;}  

.knowText { padding: 80px 0px 40px 50px; }

.knowText h2 {font-size: 36px; color: #fff; font-weight: 700; text-transform: uppercase;}

.knowText p {font-size: 14px; color: #fff;}

.knowText .knowBtn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    background: #0d4159;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    }

.knowText .knowBtn:hover {background: #105473;}

.knowImg {margin-bottom: 0; margin-top: 38px;background-color: #a7aaac;}

.knowImg img {}

.gey {background-color: #a7aaac;}

/* operating */

.operating {padding-top: 90px; padding-bottom: 80px;}

.widget-heading {margin-bottom: 70px; text-align: center;}

.operating .widget-heading h3 {font-size: 45px; line-height: 48px; 
  font-weight: 500; color: #bad401; }

.operatingImg {
    background: url("../img/operatingImg.png") no-repeat center;
       
    position: relative;
    width: 100%; height:1098px;
  }

.widget-container {margin: 60px 0px 0px 0px;}

.widgetTop {margin-top: 190px;}

.widgetTop2 {margin-top: 250px;}

.elementor-heading-title {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
  }

.widget-container p {font-size: 14px; margin-bottom: 10px; color: #333; line-height: 24px;}

.widget-container a {color: #bad401;} 

.widget-container a:hover {color: #0a4d72;} 

/* Counter */

#counter { }

.HomeCounter {
     background-color: #fff;
    display: block;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 5px;
}



.counter-home {margin-top: 40px; margin-bottom: 20px;}

.counter-box-heading {
    text-align: center;
}

.counter-box-heading h3 {
    
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
}

.counter-box-heading h2 {
    
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
}

.counter-wrap, .counter-wrap2, .counter-wrap3, .counter-wrap4 {
    text-align: center;
    padding: 30px 0;
    margin: 0px 0;
}

.wrapLine {
  border-right: 1px solid #fff;
}

.counter-wrap {margin-top: 30px; margin-bottom: 30px; background:#fff;padding: 20px; border-radius: 5px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); text-align: center;
 }

.counter-wrap2 {border: 1px solid #0a4d72;
    border-width: 0px 1px 0px 0;}

.counter-wrap3 {border: 1px solid #0a4d72;
    border-width: 0px 0px 1px 0;}

.counter-wrap4 {border: 1px solid #0a4d72;
    border-width: 0px 0px 0px 0;}

.counter-wrap * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap2 * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap3 * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap4 * + .counter-value2 {
    margin-top: 28px;
}

#circle {
    margin: 0;
}
.counter-wrap .img-responsive {
    margin: 0 auto;
}
.counter-value2 p {
    color: #7fc540;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    
}
.counter-wrap span {
    display: inline;
}
.counter-value2 h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
   color: #000;margin-top: 0px;
 }

.counter-icon {margin-bottom: 10px;}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/* New inner Banner Section */

.rs-breadcrumbs {
   /* position: relative;*/
    margin-top: 92px;
    background: url(../img/services_1A.jpg)no-repeat;
    background-size: cover;
    /*margin: 0px;*/
    padding: 0px;
    border: 0px;
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-single {
    min-height: 645px;
    background-size: cover;
    background-position: center;
}


.breadcrumbs-inner {
   padding-top: 266px;
    text-align:left;
    padding-bottom: 206px;
}

.breadcrumbs-inner .page-title {
    margin: 0 0 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
font-size: 44px;
font-family: 'Poppins';
text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}
    
.page-breadcrumb {text-align: left;}
.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: #fff;display: block;
    
    text-transform: uppercase;
    
    
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li>a {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}


section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
  color: #fff;
}

/* inner Banner Section 
--------------------------------*/



/*.g-bg-position--center {background: url(../img/services_1A.jpg) 0 0 no-repeat;
    background-size: cover !important;
    background-position: top center !important;
}

.g-container--md {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

.g-text-center--xs {
    text-align: center;
}

.g-padding-y-150--xs {
    padding-top: 295px;
    padding-bottom: 295px;
}
.g-color--white {
    color: #fff !important;font-weight: 700;margin-bottom: 10px;text-shadow: 2px 2px 4px #000000;
}

.g-font-size-40--xs {
  font-size: 40px !important;
}

.page-breadcrumb {text-align: center;}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 800;
    border: none; display: block;
    color: #fff;
    -webkit-text-shadow: 2px 2px 5px #000;
   
    -moz-text-shadow: 2px 2px 5px #000;
    text-shadow: 2px 2px 5px #000;
    right: 0;
    left: 0;
    position: absolute;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li>a {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}*/

/* Soluctions Section
--------------------------------*/

.shadow-img {box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1); margin-bottom: 50px;}


#soluctions {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}
#soluctions h4 {font-size: 22px;  font-weight: 700;}
#soluctions ul li {font-size: 17px;  }

.section-header h2 {
    font-size: 32px;
    color: #00b1f2;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.apps1 {margin-bottom: 30px; }

.apps1 img {margin-bottom: 30px; }

.section-header h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00aeea;
    bottom: 0;
    left: calc(50% - 20px);
}

#extraElement {
    background: url(../img/extraElementBg.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#extraElement p {
    line-height: 28px;
    color: #fff; font-weight: 700;
    margin-bottom: 30px;font-size: 26px;
}
#extraElement ul {margin-left: -36px;}
#extraElement ul li {
    line-height: 25px;
    color: #fff; font-size: 17px;
    background-image: url(../img/bullet.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 28px;
    list-style: none !important;
   margin-bottom: 26px;
}

#extraElement2 {

    background-color: #eef1f8;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#extraElement2 p {
    line-height: 28px;
    color: #00aeea; font-weight: 700;
    margin-bottom: 30px;
}
#extraElement2 ul {margin-left: -36px;}
#extraElement2 ul li {
    line-height: 28px;
    color: #666666; font-size: 18px;
    background-image: url(../img/bullet2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding-left: 28px;
    list-style: none !important;
   
}

.soluctions2 {  padding: 60px 0 40px 0;}

.soluctions2 h4 {
   font-size: 26px;
    color: #00aeea;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.soluctions2 h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00aeea;
    bottom: 0;
    left: 0;
}

.rightImg {margin-top: 50px; text-align: right;}
.leftImg {margin-top: 50px; margin-bottom: 60px; text-align: left;}

.soluctions3 {
   /* background: url(../img/counterBg.jpg) center top no-repeat;*/
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
}

.icon-box {
  box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1);
  padding: 20px 10px;
}

.iconbox-paddLeft {
  margin-left: -10px;
}

.iconbox-paddRt { margin-right: -10px;

}

.soluctions3 h4 {
    font-size: 18px;
     color: #00aeea;
    margin-bottom: 20px;
}

.soluctions3 p{
    font-size:34px;
    font-weight: bold;
    color: #00aeea;
    margin-bottom: 5px;
}

.soluctions3 img {
    margin-bottom: 20px;
}

/* Services page Section
--------------------------------*/

.service-page { padding: 80px 0 60px 0; margin-bottom:0px; }

.service-pic img {width: 60%; height: auto;}

.service-page h2 {font-size: 28px;
    font-weight: 600;
    color: #000;}

.service-page h3 {font-size: 18px;
    font-weight: 600;
    color: #000;}

.why {background-color: #edeff2; margin-top: 40px; 
  margin-bottom: 20px; padding: 30px 20px;} 

.why p a {color: #7fc540;font-weight: 600;}

.why p a:hover {color: #666666;}

.why ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.whyList li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;text-align: justify;
    font-family: "Lato", sans-serif;
}

.whyList li:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.client {padding: 80px 0 60px 0;}

.client ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.clientList li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: "Lato", sans-serif;
}

.clientList li:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.offer {margin-top: 40px; margin-bottom: 20px;}

.offer ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.offerList li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;text-align: justify;
    font-family: "Lato", sans-serif;
}

.offerList li:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.single-career-sidebar {
    margin-bottom: 30px;
}

.quick-contact {
    padding: 25px;
    background: #edeff2 none repeat scroll 0 0;
}

.quick-contact ul li {
    margin: 5px 0; list-style-type: none;
}

.quick-contact ul, ol {
    margin: 0;
    padding: 0;
}

.quick-contact ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #d7d7d7;
}

.quick-contact ul li a i {
    float: right;
    font-size: 20px;
}

.quick-contact ul li a:hover, .quick-contact ul li.active a {
    background: #7fc540 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}

/* Contact Section
--------------------------------*/

.contact-area {padding: 70px 0; }

.cont-section { background-color: #fafcfd; padding: 40px 40px 20px 40px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10); }

.cont-wrap { display:flex; margin-bottom: 30px;}

.cont-wrap-line { background-image: url(../img/vline.png); 
    background-size: auto 153px;
    background-position: 100% 0%;
    background-repeat: no-repeat; }

.cont-icon { padding-right: 15px; }

.cont-info { text-align:left; }

.cont-info h3 { color: #1f3645;  font-size:24px; font-weight:600; }

.cont-info p { color: #333333;  font-size:17px; font-weight:400; margin: 0; padding-right: 20px;}

.cont-info span { display:block; padding-bottom: 5px; }

.cont-info span a { color: #333333; font-size:17px; font-weight:400;}

.cont-info span a:hover { color: #ff850f;}


.career {padding: 50px 0px 0px;}

.career p { color: #1f3645;  font-size:18px; margin: 0;}

.career p a { color: #ff850f;  font-size:18px; }

.career p a:hover { color: #1f3645; }

.contact-form {
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}

.contact-form form p {
    margin-top: 14px;
}

.contact-form form p input {
    width: 100%;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p textarea {
    width: 100%;
    min-height: 130px;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p button {
    width: auto;
    padding: 15px 20px;
    background: #ed1e24 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; margin-top: 20px;
}

.contact-form form p button:hover {
    background: #111 none repeat scroll 0 0;
}


.contact-form h3, .contact-info h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
}

.contact-info h3:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #ff6d34 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -15px;
}

.single-contact-info {
    
    padding: 10px 0px; 
    background-color: #FFFFFF;
    /*border-style: solid;
    text-align: center;
    min-height: 202px;
    border-width: 7px 0px 0px 0px;
    border-color: #57CC99;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);*/
}

/*.single-contact-info:hover {
    border-style: solid;
    border-color: #FFFFFF;
}*/

.single-contact-info img {margin-bottom: 20px;}

.single-contact-info {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.single-contact-info p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px; color: #2D2D2D;
}

.single-contact-info h4 {
    font-size: 15px;
    color: #7F7F7F;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
}

.single-contact-info h4 a {color: #7F7F7F;}

.single-contact-info h4 a:hover {color: #57CC99;}

.single-contact-info ul {padding: 0;}

.contact-social li {
    display: inline-block;
}

.contact-social li a {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: rgba(35, 61, 99, 0.1);
    color: #677286;
    position: relative;
}

.contact-social li a:hover {
    background: #ed1e24 none repeat scroll 0 0;
    color: #fff;
}

.contact-social li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}


.googlemap { margin-top:50px; }



/*-- # Home step -*/

.step {background-color: #0439AB;
    background-image: url(../img/step-Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; position: relative; padding-bottom: 50px;}

.bg-overlay {
  background-image: url(../img/Line-1-1.png);
    background-position: 0px 247px;
    background-repeat: no-repeat;
    opacity: 1}

.bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.step-heading {
    text-align: center;
    margin-bottom: 90px; margin-top: 70px;overflow: hidden;
}

.step-heading h3 {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
}

.step-heading h2 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
}

.step-1 {}

.step-2 .step-container {margin: -35px 0px 0px 0px;}

.step-icon-box {text-align: center;}

.step-icon-wrapper {
  background-color: #fff; border-radius: 50% 50% 50% 50%;
    overflow: hidden; 
    width: 180px;
    height: 180px;
  display: inline-block;
  text-align: center;position: relative;
}

.step-content {margin-top: 20px;}

.step-content h4 {font-size: 22px; color: #fff; font-weight:600; }


/*-- # Advantages -*/

.advantages {padding: 105px 0px 65px 0px;}

.bdt-sub-heading {color: #000;display: inline-block;
 position: relative; margin-bottom: 30px; margin-top: 90px;}

.bdt-sub-heading-content {
    vertical-align: middle; font-size: 18px; text-transform: uppercase;}

.bdt-sub-heading-content:before {
  content: "";
    display: inline-flex;
    width: 100px;
    height: 4px;
    background-color: #ed1e24;
    position: relative;
    margin-right: 20px;}

.adv-title { font-size:43px; color:#000; font-weight:600; }

.advantages p {font-size:16px; color:#999; font-weight:400;}

.para-wrap {padding: 0px 80px 30px 0px;}

.benefits { margin-top:50px; margin-bottom:30px; }

.bene-title {padding-bottom: 60px;}

.bene-title h3 {font-size: 32px;
    font-weight: 700;
    color: #000;}

.ben-box {text-align: center; border: 1px solid #cccccc; 
  padding: 20px 20px; margin-bottom: 30px;}

.ben-box h4 {font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;}

.feature-icon-holder {
    height: 80px;
    width: 80px;
    font-size: 0;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #E0E0E0;
    color: #202020;
}



.advantages-img {}

.extra-img {position: relative; margin: -180px -73px 0px 339px;}

/*-- # why -*/

.why-choose-us {
    position: relative;
    background-color: #e8eff3;
}

.why-choose-us .content-column {
    position: relative;
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding: 100px 0 50px;
}

.why-choose-us .content-column .sec-title {
    margin-bottom: 35px;
}

.sec-title.style-two h4 {
    padding-bottom: 20px;
}

.sec-title h4 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #073d60;
    font-weight: 600;
    margin-top: -3px;
}

.sec-title.style-two h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color: #7fc540;
    content: "";
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.feature-outer ul, li {list-style: none;
    padding: 0px;
    margin: 0px;}


.explore {padding-top: 30px; padding-bottom: 0px;}

.explore h5 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.explore p {font-size: 17px; color: #666666;}


.tech {padding: 30px 0; background-color: #e5e5e5;}

.tech h5 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.tech ul, li {list-style: none;
    padding: 0px;
    margin: 0px;}

.list-two li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
}

.list-two li:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

/*-- # Band -*/

.elementor-element-d5bc87a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -120px;
    margin-bottom: 95px;
    padding: 35px 80px 35px 80px;
    z-index: 1; background-color:#F0F1F2;
}

.rw_side_clip {
    clip-path: polygon(3.5% 0, 100% 0%, 96.5% 100%, 0% 100%);
    margin-right: -30px;
    margin-left: -30px;
    width: 110% !important;
}

.bdt-icon-heading {margin-bottom: 0px;}

.bdt-advanced-icon {margin-right: 30px; float: left;}

.bdt-icon-box-title-wrapper {text-align: left;}

.bdt-advanced-icon-box-title { color: #000;
  font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
  margin-bottom: 10px;
    display: inline-block;}

.bdt-advanced-icon-box-sub-title {color: #000; margin-bottom: 0;
    margin-top: 0; font-size: 16px; font-weight: 700;}

.bdt-advanced-icon-box-sub-title a {color: #000;}

.bdt-advanced-icon-box-sub-title a:hover {color: #ed1e24;}  




.band-action {
    background-color: #7fc540;
    
    display: block;
    width: 100%;
    padding: 40px 0; 
}

.band-action h4 {padding-top: 10px; font-size: 36px; 
  color: #fff; font-weight: 600; margin-bottom: 0;}

.btn_explore {
    display: inline-block;
    background: #064171;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0px;
    float: right; text-transform: uppercase;
}

.btn_explore:hover {background: #052139; color: #FFF;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-image: url(../img/footerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
  color: #0f4d99;
  font-size: 16px;
}

.footer-top-design img { width: 100%; margin-bottom: -31px;}

#footer .footer-top {    
  
  padding: 54px 0 0px 0;
  /*background-image: linear-gradient(#064272, #00192e);*/
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info ul { list-style: none;
    padding: 0;}

#footer .footer-top .footer-info ul li {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
}

#footer .footer-top .footer-info ul li:not(:last-child) {
    margin-bottom: 12px;
}

#footer .footer-top .footer-info ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #007ed5;
}

#footer .footer-top .footer-info ul li a {color: #fff;}

#footer .footer-top .footer-info ul li a:hover {color: #007ed5}

#footer .border-1 {border-right: 1px solid hsla(0,0%,100%,.1);}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
 
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info img {height: 100px; margin-bottom: 22px;}
#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
 color: #0f4d99;
    margin-top: 10px;
}

#footer .footer-top .footer-info p a {color: #fff;}

#footer .footer-top .social-links2 a {
  display: inline-block;
  color: #333;
  line-height: 1;
 margin-right: 10px;
  border-radius: 0%;
  text-align: center;
  transition: 0.3s;margin-bottom: 20px;
}
#footer .footer-top .social-links2 a img:hover { opacity: 0.6; }
#footer .footer-top .social-links2 a img {box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1);}

#footer .footer-top .social-links .twitter {background: #1bd741;}
#footer .footer-top .social-links {margin-top: 20px;}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: transparent;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;margin-bottom: 20px;
}

#footer .footer-top .social-links a:hover {
  /*background: #bad401;*/
  color: #ff850f;
}

.download {margin-top: 15px; }



.download figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.download figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f4d99;
  padding-bottom: 23px;
  position: relative;
  padding-top: 15px;
margin-bottom: 10px;
}

.newsletter input {height: 60px;width: 250px;padding: 10px}
.add-on {padding: 0px;}

/*#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}*/

#footer .footer-top .footer-links {
  margin-bottom: 30px; padding-left: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0; margin-right: 25px;
display: inline-table;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px; position: relative;
  color: #ed1e24; font-size: 8px; top: -2px;
}

#footer .footer-top .footer-links ul li {
  /*border-bottom: 1px solid #333;*/
  padding: 7px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #0f4d99; font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff850f;
}

#footer .footer-top .footer-links ul i {
    padding-right: 5px;
    position: relative;
    color: #6c6c6c;
    font-size: 14px;
    top: -1px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;padding-left: 26px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px; color: #fff; font-size: 15px;
}
#footer .footer-top .footer-contact p a {
  line-height: 26px;color: #333;font-size: 15px;
}

#footer .footer-top .footer-contact p a:hover {
  color: #007bff;
}

#footer .footer-top .footer-contact ul {
    list-style: none;
    padding: 0;
}

#footer .footer-top .footer-contact ul li {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
}

#footer .footer-top .footer-contact ul li a {color: #0f4d99;}

#footer .footer-top .footer-contact ul li a:hover {color: #ff850f;}

#footer .footer-top .footer-contact ul li:not(:last-child) {
    margin-bottom: 12px;
}

#footer .footer-top .footer-contact ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #f58221;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}



#footerBot .credits {
  text-align: center;
 }


#footerBot .credits a {
  color: #ff850f;
 }

#footerBot .credits a:hover {
  color: #fff;
 }


#footerBot {
  background: #fff;
  padding: 30px 0px;
  color: #cccccc; font-weight: 400;
  font-size: 14px;text-align: center;
  
  border-top: 0px solid #707173;
}


#footerBot .copyright span {
   color: #cccccc;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
    
    #contact .vline {
   
    border-right: 1px solid #ddd;    padding: 20px 0;
  }  
    
  .g-font-size-60--md {font-size: 48px !important;} 



  
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    
  }
}

@media (max-width: 768px) {

  .offering-box p {
    font-size: 20px;
   padding: 20px 0 0 0px;
}

.offering-box {
    margin: 30px 0;
}

.offering-text {width: 100%;}

.offeringLink {margin-bottom: 50px;}

  .breadcrumbs-inner {
    padding-top: 100px;
    padding-bottom: 148px;
}

  .banner-design {
    display: none;
}
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 60px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
    .rs_slider .text-container .con_text { font-size: 26px; line-height: 38px;}
    .rs_slider .text-container .con_text2 {font-size: 34px;}
    
     #services {text-align: center;}
    }

    
    .homeclients {text-align: center;}
    .homeclients h3 {text-align: center;}
    .homeclients h3::after { left: calc(50% - 20px);}
    #clients {padding-top: 0px; }
    #footer {/*text-align: center;*/}

    #footerBot {text-align:left; background: #0a598e;}

    #footerBot .credits {text-align:right;}
    #footerBot .copyright {/*text-align: center;*/ }


    
  
}

@media (max-width: 480px) {
  .breadcrumbs-inner {
    padding-top: 50px;
    padding-bottom: 65px;
}

}

@media (min-width: 480px) {
   
    .g-font-size-50--sm {font-size: 46px !important;}

     
}

@media (min-width: 320px) and (max-width: 480px) {

  .rs_slider .text-container .con_text {
    font-size: 14px; 
    line-height: 20px;margin-bottom: 8px;
    }

    .rs_slider .text-container .con_text2 {
    font-size: 19px;
    line-height: 28px;
    }

    .rs_slider .flexslider .breadcrumb {
    font-size: 15px !important;
    }


}


/* Faqs */
.faq {margin-bottom: 40px;}

.faq h3 { color: #000;
    font-size: 24px;font-family: 'Poppins';
    font-weight:bold;
    margin-bottom: 38px;
    text-transform: capitalize;
}
.faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    padding: 0;
    /*background: #f2f5f8;*/border-bottom: 1px solid #d4d4d4;
}
.faq .panel-heading {
    border-radius: 0;
}
.faq .panel-default > .panel-heading a.collapsed {
    background-position: right top;
}
.faq .panel-default > .panel-heading a {
    padding: 13px 60px 14px 0px;
    color: #000;
    position: relative;line-height: 30px; 
}
.faq .panel-title > a {
    display: block;
}
.faq .collape-plus {
    background: #00aeea;
    color: #fff;
}
.faq .collape-plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 30px 28px;
   /* background: #e9ecee;*/ border-bottom: 1px solid #d4d4d4;
}
.faq .panel-group .panel p {
    font-weight: 300; font-size: 20px;
}
.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
    font-weight: 600;
    /*text-transform: capitalize;*/
}

.padding-top {
    padding-top: 100px;
}

.contactformbg {
    background-image: url(../img/contactbg.png);
    padding-top: 50px; padding-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: 40px;
}

.get-in-touch {
    background-image: url(../img/contact-shap.png);
    display: inline-block;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.get-in-touch h4 {
    position: relative;
    top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-contact-address .content h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-contact-address .content p {
    font-size: 16px;
}

.single-contact-address .icon {
    background: transparent;
    color: #bad401;
    font-size: 22px;
}

.icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    color: #404040;
    transition: .6s;
    margin-bottom: 85px;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-google-map:before {
    content: "\ed42";
}


.single-contact-address .icon2 {
    background: transparent;
    color: #bad401;
    font-size: 22px;
}

.icon2 {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    color: #404040;
    transition: .6s;
    margin-bottom: 21px;
}

.single-contact-address .content p a {
    color: #fff;
}

/* Form */


.contact-page .section-title {
    text-align: center;
    padding-bottom: 0px;
}

.contact-page .section-title .title {
    color: #de3c2f; font-size: 22px;
    font-weight: 600;
}

.contact-form .single-contact-form {
    margin-top: 30px;
    position: relative; text-align: center;
}

.contact-form .single-contact-form input, .contact-form .single-contact-form textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 20px;
    font-size: 16px;
    color: #56566a;
}

.contact-form .single-contact-form textarea {
    height: 190px;
    resize: none;
    padding-top: 15px;
}

.contact-form .single-contact-form .main-btn {
    width: 165px;
    height: 60px;
}

.contact-form .abt-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background-color: #007ed5;
    cursor: pointer;
}

.contact-form .abt-btn:hover {background-color: #052139;}


/* New Testimonials */
    .section-title{text-align:center;margin:0 0 40px}
    .section-title h2{margin:0 0 10px}

    .testimonials-wrapper .subTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: .9;
    text-align: center;
    color: #107cb3;
    margin: 0 0 24px;
    }

    .testimonials-wrapper .subTitle span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #107cb3;
    margin-right: 20px;
    position: relative;
    top: -5px;
    } 

    .separator::after{background:#666;content:"";
      height:5px;left:-1px;position:absolute;
      top:-1px;width:30px
    }
    .separator{background-color:#ccc;border:1px solid #ccc;
      display:block;height:5px;margin:0 auto;
      position:relative;width:60px}

    .title-border-left::after{content:"";
      position:absolute;width:50px;border:1px solid #033d75}

    .testimonials-wrapper .owl-dots{display:none}

    .testimonials-wrapper{
      background-color: #e7e7e9;
         
      min-height: 100vh;
      padding:70px 0 80px;
      position:relative
    }
    .inner-page-wrapper.testimonials-wrapper{background:0 0}
    .inner-page-wrapper.testimonials-wrapper .owl-nav{position:absolute;right:0;top:-30px;z-index:99}
    .inner-page-wrapper.testimonials-wrapper .owl-nav>div{border:2px solid #333;color:#333}
    
    .testimonials-wrapper .section-title h2{
      margin:0 0 10px;
      font-size: 42px;
    margin-bottom: 25px;
    font-weight: 700;
    color:#107cb3
  }

    .testimonials-wrapper .owl-nav {
      position:absolute;
        right:0;top:-80px;z-index:99}

    .testimonials-wrapper .owl-next,.testimonials-wrapper .owl-prev{
      position:relative;
      height:38px;
      width:38px;
      line-height:33px;
      text-align:center;font-size:22px;color:#fff;
      margin-left:10px;display:inline-block;
      border:2px solid #fff;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
      .testimonials-wrapper.style-two .owl-next,.testimonials-wrapper.style-two .owl-prev{color:#444;border-color:#444}
      .testimonials-wrapper .owl-carousel .owl-stage-outer{padding-top:50px}.testimonial-block{position:relative}
      
      .testimonial-block .inner-box{margin: 0 15px 10px 15px;
        position:relative;padding:0 30px 30px;
        background-color:#fff
      }
      
      .testimonial-block .inner-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #107cb3;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.9;
    z-index: -1;
}
      .testimonial-block .inner-box .image{position:relative;width:100px;height:100px;border-radius:50%;overflow:hidden;margin-top:-50px;margin-bottom:25px;display:inline-block}
      .testimonial-block .inner-box .content{position:relative}
      .testimonial-block .inner-box .content i{position:absolute;right:0;top:-35px;font-size:30px;font-style:italic;color:#a8a8a8}
      .testimonial-block .inner-box .content .author-info{position:relative;font-size:20px;font-weight:500;color:#000}
      .testimonial-block .inner-box .content span{position:relative;color:#aaa;font-size:14px}
      .testimonial-block .inner-box .content .text{position:relative;margin-top:20px;color:#aaa;font-size:15px}
      .testimonials-wrapper .owl-nav .owl-next{right:auto}
      .testimonials-wrapper .owl-carousel .owl-item img{background:#f5f5f5}
      .testimonials-wrapper .owl-theme .owl-nav [class*=owl-]{border:2px solid #fff;color:#fff}
      .owl-theme .owl-nav [class*=owl-]:hover{border-color:#da5e00!important;color:#da5e00!important;background:0 0}
      
      @media only screen and (max-width:991px){.testimonials-wrapper .owl-dots{display:block}}

    /* End New Testimonials */


    /*--------------------------------------------------------------
# Globaly
--------------------------------------------------------------*/

.global{ overflow: hidden; padding: 50px 0;}

.globalBg {/*background-image:url(../img/globalBg.jpg) !important;*/ background-color: #fafafa;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;}

.global h5{  
    color: #000000;
    font-weight: 600;
    padding: 0;
    font-size: 40px;
    margin-bottom: 60px;}

.global h5 span{  color: #cfa354; }
.wpb_wrapper{}
.tooltip {}
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.hotspot-item a:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.cqtooltip-wrapper img {
    width: 100%;
    height: auto;
}
.cqtooltip-wrapper {
    position: relative;
    margin: 0 auto;
}
.cq-hotspots{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 100;}
.cq-hotspots .hotspot-item {
    position: absolute;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a {
    border: none;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cq-hotspots .hotspot-item a{width:24px;height:24px;border:2px solid rgba(255,255,255,.4);color:#fff;text-decoration:none;position:absolute;left:auto;top:auto;border-radius:100%;-moz-transition:all .2s ease-out 0;-o-transition:all .2s ease-out 0;-webkit-transition:all .2s ease-out;-webkit-transition-delay:0;transition:all .2s ease-out 0}

.cq-hotspots .hotspot-item.pulse-white a{border:none;-webkit-animation:pulse-white 2s ease-out infinite;-moz-animation:pulse-white 2s ease-out infinite;animation:pulse-white 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-gray a{border:none;-webkit-animation:pulse-gray 2s ease-out infinite;-moz-animation:pulse-gray 2s ease-out infinite;animation:pulse-gray 2s ease-out infinite}

.cq-hotspots .hotspot-item.pulse-red a{border:none;-webkit-animation:pulse-red 2s ease-out infinite;-moz-animation:pulse-red 2s ease-out infinite;animation:pulse-red 2s ease-out infinite}

.cq-hotspots .hotspot-item.pulse-green a{border:none;-webkit-animation:pulse-green 2s ease-out infinite;-moz-animation:pulse-green 2s ease-out infinite;animation:pulse-green 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-yellow a{border:none;-webkit-animation:pulse-yellow 2s ease-out infinite;-moz-animation:pulse-yellow 2s ease-out infinite;animation:pulse-yellow 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-blue a{border:none;-webkit-animation:pulse-blue 2s ease-out infinite;-moz-animation:pulse-blue 2s ease-out infinite;animation:pulse-blue 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-purple a{border:none;-webkit-animation:pulse-purple 2s ease-out infinite;-moz-animation:pulse-purple 2s ease-out infinite;animation:pulse-purple 2s ease-out infinite}
.cq-hotspots .hotspot-item a:hover{-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-animation:none;-moz-animation:none;animation:none}
.cq-hotspots .hotspot-item a span{width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:100%;position:absolute;display:block;background:#FFF;left:50%;top:50%}
.cq-hotspots .hotspot-item a i{display:block;font-size:12px;position:relative;width:100%;text-align:center;font-style:normal;color:#fff;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.cq-hotspots .hotspot-item.cq-pulse a i{margin-top:6px}

.cq-hotspots .hotspot-item a span .tooltiptext {
    background: #125693;     width: 100px;padding: 5px 0;position: absolute;
    height: 40px;border-radius: 6px;margin-left: -53px;left: 61%;top: -620%; z-index: 1;
}
.tooltipster-base.tooltipster-light .tooltipster-content {
    padding: 1em 1em;
    border: none;
    background-color: #13162b;
    color: #fff;
}
.wpb_content_element{margin-bottom: 0 !important;}


.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
    background-color: rgba(12,18,32,0.1);
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
    color: #0c1220;
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
    color: #ffffff;
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
    background-color: rgba(255,255,255,0.1);
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units {
    color: #68738b;
}

.brand { padding: 50px 0; }

.brand h4 { color: #000000;
    font-weight: 600;
    padding: 0;
    font-size: 40px;
 }

.bdt-heading {
    margin-bottom: 70px;
    text-align: center;
}

.brandBox {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dedfe0;
    margin-bottom: 30px;
    text-align: center;
    padding: 50px 20px;
}

.brandBox img {opacity: 1.0;}

.brandBox img:hover {opacity: 0.5;}

.band {
    background-image: url(../img/bandBg.jpg);
    padding-top: 60px;
    padding-bottom: 50px;
}

.band h4 {
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.band .get-btn {
    padding: 14px 36px 14px 36px;
    color: #000;
    border: 0;
    
    background-color: #fff;
    display: inline-block;
}

.band .get-btn:hover {background-color: #125693; color: #fff;}


.home-product {
    /*background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(../img/productBg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: #fcfcfc;
    padding-bottom: 70px; padding-top: 40px;
}

.product-title {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.product-title h4 {
    color: #0b5aa2;
    font-weight: 600;
    padding: 0;
    font-size: 25px;
    margin: 0px 0 2px 0;
}

.product-title h5 {
    color: #f58221;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pro-box {
    
    padding-bottom: 20px;
    border-radius: 0px;
    margin-bottom: 0px;
    
}

.pro-box figure {
    /*width: 263px;
    height: 156px;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pro-box figure img {
    /*-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    
}

.pro-box figure:hover img {
  /*-webkit-transform: scale(1.2);
  transform: scale(1.2);*/

}

.boxbor { 
    width: 100%;
    margin: 0 auto;
    padding: 30px 5px;
    border: 1px solid #c4c4c4 !important;
    border-radius: 5px !important; }

.home-product .pro-box h4 { margin: 15px 0; }

.home-product .pro-box h4 a {
    color: #1f3645;
    font-size: 18px; 
    font-weight: 700;
    transition: ease-in-out 0.3s;
}

.home-product .pro-box:hover h4 a {
  color: #0b5aa2;
}

.home-product .pro-box p {
    color: #626262;
    font-size: 15px; 
    font-weight: 400;
    margin: 0;
    padding: 0;
      }
.readBtn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 14px 26px;
    border: 1px solid #ff850f;
    transition: 0.5s;
    line-height: 1;
    color: #ff850f;
    -webkit-animation-delay: 0.8s;
}

.home-product .readBtn:hover {color: #fff; 
    background: #125693; border: 1px solid #125693;
}

.ceos-message {
    padding-top: 80px;
    padding-bottom: 80px; 
}

.ceos-message p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
}

.ceos-message h5 {font-weight: 600; font-size:16px; line-height: 26px;}

.ceos { margin-bottom:30px; text-align: center;}

.ceos img { margin-bottom:10px; }

.ceos-cap {background-color: #125693; padding:5px 10px; border-radius:10px; }

.ceos-cap h2 { color:#fff; margin-bottom:5px; font-size:18px; }

.ceos-cap span { color:#fff; margin-bottom:5px; font-size:15px; }

.vision { 
    padding-top: 80px;
    padding-bottom: 80px; 
}

.visionIn {margin-bottom: 60px;}

.visionIn h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px !important;
    color: #125693;
}


.visi-list {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.visi-list li {
    position: relative;
    padding-left: 32px;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.visi-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-check.png);
}

.cover {
    position: relative;
    display: flex;
    align-items: start;
    gap: 18px;
}

.cover-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.cover-content h4 {
    display: flex;
    align-items: center; 
    font-size: 30px;
    color: #125693;
    font-weight: 600;
    margin: 0 0 4px;

}

.product {
    padding-top: 80px;
    padding-bottom: 80px; 
}

.api h4 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    background-color: #ff850f;
    padding: 5px 15px;
}

.nutrac {text-align: center; }

.nutrac:hover h6 {color: #ff850f; }
.nutrac img { width: 90%; height: auto; border: 1px solid #b0b0af;}

.nutrac h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000; 
    padding-bottom: 10px;
    padding-top: 10px;
}

.gallery-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallerybox-4 { margin-bottom: 30px;}

.gallerybox-4:hover .gallerybox-4 img {
  top: -15px;
}

.gallerybox-4 img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    transition: .5s ease;
    opacity: 1;
    
}

.gallerybox-4 img:hover {
     top: -15px;
}

.gallerybox-4 .mask { 
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07); 
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gallerybox-5 { margin-bottom: 30px;}

.gallerybox-5:hover .gallerybox-5 img {
  top: -15px;
}

.gallerybox-5 img {
    position: relative;
    top: 0;
    width: 212px;
    height: 227px;
    transition: .5s ease;
    opacity: 1;
    
}

.gallerybox-5 img:hover {
     top: -15px;
}



.map iframe {
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
    padding: 8px;
}


.foods h4 {
    font-weight: 700;
    font-size: 24px;
    color: #125693;

}

.foodImg {text-align: center; margin-bottom: 100px;}

.foodImg img { width:50%; height:auto; }

.foodsContent { padding: 40px 30px 20px 40px;}

.MoreBtn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 14px 26px;
    border: 1px solid #ff850f;
    transition: 0.5s;
    line-height: 1;
    color: #ff850f;
    -webkit-animation-delay: 0.8s;
    margin-bottom: 20px;
}

.MoreBtn:hover {
    color: #fff;
    background: #125693;
    border: 1px solid #125693;
}

.foodImg2 {text-align: center; margin-bottom: 50px; }

.foodImg2 img { width:70%; height:auto; padding-top:40px; }

.food-list {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.foods-1 { background-image: linear-gradient(to right, #fff7bc , #fffdf0 );
margin-bottom:60px; }

.food-list li {
    position: relative;
    padding-left: 32px;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.food-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-check.png);
}

.derma-1 {
    padding: 40px 40px; 
    background-image: url(../img/dermaBg.png);
    margin-bottom: 30px;
}

.dermaContent h4 {color: #125693; font-weight: 700;
    font-size: 30px;}

.dermaContent h6 {color: #000; font-weight: 700;
    font-size: 24px;}

.dermaTitle {margin-bottom: 30px;}

.dermaImg {text-align: center; padding-top: 40px;}
.dermaImg img {width: 60%; height: auto; }

.dermaContent ul {padding: 0; margin: 0;}
.derma-list li {
    position: relative;
    padding-left: 32px;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.derma-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-check.png);
}