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

#main {
  background-color: #ECECEC;
  background-image: url(../img/body_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}



.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;
}



.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;
}


.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-after { 
    padding:0;
    margin:0;
    background-image: url(../img/body_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  height: 50px;
 }

#header {
  padding: 0px 0;
  /*position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  transition: all 0.5s;*/
  z-index: 997;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #ECECEC;
  background-image: url(../img/body_bg.png);
  background-repeat: repeat-y;
  background-position: center top;

}

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


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

#header #logo {
  float: left;
  font-size: 25px; 
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header #logo a {
  color: #122428;

}

#header #logo a span { color:#FF8851; }

#header #logo a:hover, #header #logo a:focus { 
  transition: 0.3s;
  color: #707070;
 }

#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 {
 
    margin: 0;
    height: 118px;
}

#header .top-btn {  }


.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  -*/


.home-about { 
  padding-top:30px; 
  
}

.home-about-img {  }

.home-about-img img { 
    max-width: 100%;
    height: 600px; 
  }

.home-about-wrap { position: relative; margin-bottom: 100px; }

.home-about-txt { margin-bottom: 40px; }

.home-about-text { left: 0px; position: absolute; top: 0; padding: 0px 12px 0px 12px; z-index: 0; }

.home-about-text h2 { 
    font-size: 200px;
    font-weight: 700;
    line-height: 0.75em;
    color: #F6F6F6; 
    text-transform: uppercase;
  }

.home-about-title { z-index: 1; }

.about-title-box { display: flex; margin:0; padding:50px 12px; }

.title-box-wrap { 
   position: relative;
    align-self: flex-start; 
    display: inline;
  }

.home-about-txt h2 {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #191919;
}

.home-about-txt p { 
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;
    color: #777777; 
  }



.home-client {
   /* background-image: url(../img/body_bg.png);
    background-repeat: repeat;
    background-size: contain;*/
    padding-top: 100px;  
    padding-bottom: 0; 
    margin-bottom:20px; 
}

.home-client-title h2 { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #191919; 
}

.home-client-text { padding: 20px 0 0 3rem; margin:0; text-align:right; }

.home-client-text img { 
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
}

.home-client-text h2 { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    color: #777777; 
}

.home-client-logo {
    padding-top: 20px;
    padding-bottom: 0px;
}

.client-logo-bg1 { 
    
    background-image: url(../img/vec9.png); 
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 14px auto;
}

.padd-bot { padding-bottom: 100px; }

.client-logo-bg { 
    
    background-image: url(../img/vec9.png), url(../img/vec9.png); 
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 80%, 0% 30%;
    background-size: 14px auto, 14px auto;
}

.client-logo {
    border-style: solid;
    border-width: 1px;
    border-color: #99999944;
    border-radius: 0px;
    margin: 30px 0px 0px;
    padding: 10px 0px;;
    text-align: center;
}

.client-logo img { 
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

.bann { 
   padding-top:100px; 
}

.left-cont {  }

.right-cont { text-align:right; }

.right-cont img { 
    width: 60%;
    height: 100%;  }

.bann-text { text-align:right; margin-bottom: 30px;}

.bann-text h2 { 
  margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #191919; }

.artech-heading-wrap { 
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px; 
   
  }

.artech-heading-text {display: block; position: relative; }

.artech-heading-text img { 
    opacity: 1;
    position: absolute;
    right: 15px;
    bottom: -14px;
 }

.artech-heading-text .artech-heading { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #191919;
  }

.artech-heading-text .artech-heading { 
    text-wrap: wrap;
    display: block;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
  }

.artech-rotate-box {  }

.rotate-box { 
    width: 220px;
    height: 220px;
    padding-top: 30px;
}

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

.rotate-box-head { text-align:right; }

.rotate-box-head h4 {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    color: #191919;
    margin: 0px 0 0px 0;
}

.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: 118px;
    overflow: hidden;
    padding-bottom: 0px;
}

.rs_slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    /*max-height: 609px;*/max-height: 729px;
    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: 63px;
   line-height: 65px;
   color: #fff; font-weight: normal;
   display: block; margin-bottom: 30px;
}

.rs_slider .text-container .con_text span {font-weight: bold;}

.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, #f2c41a, #f2c41a) repeat scroll 0 0 #00b1f2;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: inherit;
    padding: 10px 34px;
    position: absolute;
    border-radius: 5px;
    text-decoration: none;
    z-index: 999;
}

.rs_slider .text-container .con_link:hover {
    background: linear-gradient(to bottom, #35a217, #35a217) 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: #35a217;
  padding: 6px 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 .contact-info {
  font-style: normal; color: #fff;padding-right: 20px;}

#topbar .contact-info a, #topbar .contact-info i span {
  padding-right: 20px;
  color: #fff;
}
#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 .social-links a i {color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;}

#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: #0083c9; background-color: #0181ca;
}
/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# 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
--------------------------------*/

#aboutus {
  background-color: #fff;
  padding: 60px 0 40px 0;
  background-image: linear-gradient(#f6f7f7, #ffffff);
}

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

/*#aboutus .container .row { margin-bottom:70px; }*/

#aboutus .about-img {
  
}

.responsive-iframe {
  
  width: 450px;
  height: 647px;
  border: none;
}

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

#aboutus .about-col .btn {padding: 2px 10px; font-size: 14px;}



#aboutus .about-col span {font-size: 32px; color: #f2c41a; font-weight: 700; margin-bottom: 8px; display: block;}

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

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

#aboutus .about-col h6 {font-size: 20px; font-weight: 600; color: #000; }

/*#aboutus .about-col h3 {
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;margin-bottom: 40px;
}

#aboutus .about-col h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}*/

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

.text_bg {
    background: url(../img/text_bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    display: inline-block;
    font-weight: 700;
    font-size: 70px;
    
    letter-spacing: 3px;
    position: relative;
}

.about-action a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 34px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    background-color: #f2c41a;
    border-radius: 5px;
}

.about-action a:hover {
    color: #fff;
    background-color: #35a217;
}

.about-action a:hover i {
    padding-left: 5px;
}

.zoombtn {color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    font-size: 14px;display: block;
  }

.zoombtn:hover {
  background-color: #e6e6e6;
}

.zoombtn:active, .zoombtn:focus {
  color: #333; outline: none; box-shadow:none;
}


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

.courses-box {background-color: #fff; 
  border: 2px solid #f2c41a; 
  padding: 50px 25px 20px;
  margin-bottom: 50px;
}

.courses-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #f2c41a;
}

.courses-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.courses-box ul li {
    font-size: 18px;
    color: #777;
    line-height: 36px;
}

.courses-box ul li i {
    padding-right: 10px;
    color: #f2c41a; padding-top: 10px;
}

.courses-box2 {background-color: #fff; 
  border: 2px solid #339900; 
  padding: 50px 25px 20px;
  margin-bottom: 50px;
}

.courses-box2 h4 {
    font-size: 26px;
    font-weight: 700;
    color: #339900;
}

.courses-box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.courses-box2 ul li {
    font-size: 18px;
    color: #777;
    line-height: 36px;
}

.courses-box2 ul li i {
    padding-right: 10px;
    color: #339900;
}

.courses-box3 {background-color: #fff; 
  border: 2px solid #000; 
  padding: 50px 25px 20px;
  margin-bottom: 50px;
}

.courses-box3 h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.courses-box3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.courses-box3 ul li {
    font-size: 18px;
    color: #777;
    line-height: 36px; 

}

.courses-box3 ul li i {
    padding-right: 10px;
    color: #000; padding-top: 10px;
}

.IntCourses {background-color: #eff0f1; padding-top:60px; padding-bottom:30px; }

.title-heading {margin-bottom: 60px; text-align: center;}

.title-heading h4 {
    font-size: 36px;
    color: #181b31;
    font-weight: 600;
  }

.title-heading span {
    font-size: 19px;
    color: #339900;
    font-weight: 500;
  }

.single-info {
    margin-top: 30px;
    text-align: center;
    padding: 24px 20px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    position: relative;
}

.info-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.info-icon img {
    width: 100%;
    height: 100%;
}

.info-text {
    margin-top: 15px;
}

.info-text h4 {
    color: #111;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500; margin-bottom: 0px;
}

.info-text h4 span {
    display: block;
}

.single-info:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff6d34;
    left: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

.about-left .about-img-left:nth-child(1) {
    position: absolute;
    bottom: 45px;
    Right: 54px;
    z-index: 1;
    width: 50%;
}

.about-left .about-img-left {
    width: 64%;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}


.about-right {
    position: relative; text-align: right;margin-bottom: 40px;
}

.about-right .about-img:nth-child(1) {
    position: absolute;
    bottom: 45px;
    left: 54px;
    z-index: 1;
    width: 50%;
}

.about-right .about-img {
    width: 64%;
    border-radius: 4px;
    position: relative;
   box-shadow: 9px 11px 11px 0px rgba(82, 85, 90, 0.3);

}

.bbg {background-color: #eff0f1; padding: 5px 12px;}

.bbc {background-color: #eff0f1; padding: 5px 12px;}

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

#aboutus .about-col ul li {font-size: 18px; color: #777; line-height: 36px;}

#aboutus .about-col ul li i {padding-right: 10px;}
/*#aboutus .about-col ul li::before {
  content: "■";
  color: #007ed5;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: 0em; padding-right:20px;
}*/
#aboutus .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; 
}

#aboutus .abt-btn:hover {
  background-color: #0d4159; 
  color: #fff;
}

.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;
}

/* Home Products Section
--------------------------------*/


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


/* 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;
}

/* 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 
--------------------------------*/

.testi-heading {
    width: 50%; 
    margin: 0 auto;
    text-align: center; 
    margin-bottom:50px; 
}

.testi-heading h3 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 50px;
}

.testi-heading span { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
    color: #151515;
    margin-bottom: 20px;
    display: inline-block;
}

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

/*.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 {
   
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: transparent;
    /*
     min-height: 455px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/testimonialBg.jpg);*/
}

/*#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: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 10px;
  cursor: pointer;
  display: inline-block;
  background: #191919;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 10px;
  background-color: #191919;
  -webkit-border-radius: 100%;
  border-radius: 100%; outline: 1px solid #fff; outline-color: #191919; outline-offset: 5px;
}
.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: 450px;
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: left;
}

/*.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    
}*/

.testimonial4_slide .textt {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 30px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #99999933;
}

.testimonial4_slide .textt p {
    color: #191919;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0 0px 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.testimonial4_slide .user-info {
    margin: 0px 0px 0px 0px;
}

.testimonial4_slide .user-info .btn-custom { display: inline-block; }

.testimonial4_slide .name {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #191919;
    margin: 20px 0px 0px 0px;
}

.testimonial4_slide .rate-wrapper {
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.testimonial4_slide .rate-wrapper .icon { 
    height: 30px;
    margin-inline-end: 40px;
    position: relative;
    top: -10px; 
}

.testimonial4_slide .rate-wrapper .icon img { 
    max-width: 100%;
    max-height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.testimonial4_slide .rate-wrapper .num {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    color: #191919;
}

.testimonial4_slide .rate-wrapper .stars {
    margin-inline-start: 20px;
}

.testimonial4_slide .rate-wrapper .stars i { 
    width: 15px;
    height: 15px;
    margin: 0px 0px 0px 0px;
    color: #FF8851;
 
 }

.testimonial4_slide .rate-title { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #191919;
    opacity: 0.4;
    margin-left: 0.5rem;
}

.testi-image { margin-top:50px; text-align: right;}

.testi-image img { 
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none; 
}

.testimonial4_slide h4 {
  color: #000; text-transform: uppercase; font-weight: 500;
  font-size: 22px; margin-bottom: 30px; margin-top: 30px;
}

.testimonial4_slide h4 span {color: #ed1e24;}

.testimonial .carousel {
  padding-bottom:20px;
}
.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");
}

.promise { padding: 0 50px; }

.promise .container-fluid { 
    padding-right: 0px;
    padding-left: 0px; 
}

.promise-bg { 
    background-image: url(../img/video_bg-1-compressed.jpg);
    background-size: cover;
 }

 .promise-padd { 
    padding-top: 80px;
    padding-bottom: 60px; 
    display: inline-block;
}

.promise-heading { 
    width: 71%;
    text-align:left; 
    padding-left: 12px;  
    padding-right: 12px;
}

.promise-heading h2 { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1em;
    color: #FFFFFF;
 }

  .promise-text {
     width: 50%;
     float: right;
    text-align:left; 
    padding-left: 12px;  
    padding-right: 12px;
  }

 .promise-text p { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #FFFFFF; }

.promise-blank { 
    width: 50%;
    float: left;
    height: 100px;
}

.promise-logo-wrap {width: 100%; display:flex; }

.promise-logo { 
    width: 50%;
    
    padding-left: 12px;
    padding-right: 12px;
}

.promise-rotate {
    width: 50%;
    
    margin: 70px 0px 0px 0px;
}

.promise-logo h3 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 107px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #99999944;
    stroke: #99999944;
    color: #00000000;
}

.whyus { 
    padding-top: 140px;
    padding-bottom: 140px;
 }

.whyus-text-heading {}

.whyus-text-heading h2 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #191919;
}

.whyus-text-heading h2 span {
    display: inline-block;
    color: #00000000;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    stroke: #151515;
}

.whyus-text-img {
    margin: 40px 0px 0px 0px;
}

.whyus-text-img img { 
    width: 100%;
    height: 330px;
    object-fit: contain;
    object-position: center center;
}

.whyus-list { 
    background-color: #FFFFFF;
    border: 1px solid #99999933;
    margin: 80px 0 0 0;
    padding: 20px 40px;
}

.whyus-list-item { 
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #99999933;
    height: 100%;
}

.whyus-list-item:last-child {  border-width: 0px 0px 0px 0px; }

.whyus-list-card {  }

.whyus-list-card.num {
    display: flex;
    padding: 30px 0px;
}

.whyus-list-card .num {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #191919;
}

.whyus-list-card.num .num { 
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-inline-end: 20px;
    flex-shrink: 0;
    margin-top: 5px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(21, 21, 21);
    border-image: initial;
}

.whyus-list-card .title {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #191919;
    margin: 0px 0px 10px;
}

.whyus-list-card .description {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #777777;
}

.whyus-list-card.num .description {
    word-spacing: 0px;
    margin: 0px;
}

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


.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {font-size: 44px; color: #000; font-weight: 600;}

/* 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;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
    color: #fff; text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;text-shadow: 2px 0px 7px #000000;
}

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

.inner-banner ul li {
    display: inline-block; font-weight: 500;
    position: relative; color: #f2c41a;
}

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

.inner-banner ul li + li {
    margin-left: 30px;
}

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

/* 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; 
}


/* 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;
}

.inter-cours {padding: 60px 0 40px 0;}

.inter-item {border: 1px solid #339900;
    margin-bottom: 40px;}

.inter-cours .inter-item h3 {
    text-align: center;
    background: #339900;
    display: block;
    margin: 0px;
    padding: 20px 0px 20px;
    font-size: 16px;
}

.inter-cours .inter-item h3 a {
    font-size: 20px;
    color: #fff;
}

.inter-cours .inter-item h3:hover {
    background: #000;
}

.inter-cours .inter-item img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.inter-cours .inter-item img {
    display: block;
    width: 100%;
}

.inter-cours .inter-item img:hover {
    opacity: .5;
}

.cours-details { padding: 60px 0 40px 0; }

.cours-details h2 {
    font-size: 26px;
    font-weight: 700;
    color: #f2c41a;
}

.cours-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.cours-details p {
    font-size: 18px;
    color: #777;
    line-height: 36px;
  }

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

.cours-details ul li {
    font-size: 18px;
    color: #777;
    line-height: 36px;
}

.cours-details ul li i {
    padding-right: 10px;
}

/* 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: url(../img/about-section.png) no-repeat center #ed1e24;
    background-size: cover;
    display: block;
    width: 100%;
    padding: 100px 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;
}

.vision-mission {margin-bottom: 30px}

.vision-mission h4 {
  font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #000; }

.vision-mission p {font-size: 16px;
    line-height: 24px;
    color: #999; text-align: justify;}

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

.vision-mission ul li {
    font-size: 18px;
    color: #777;
    line-height: 36px; display: inline-flex;
}

.vision-mission ul li i {
    padding-right: 10px; line-height: 2;
}

.mission {
  background-color: #339900;
  padding: 30px 30px; text-align: center;
  margin-bottom: 30px; min-height: 345px;
}

.mission img {margin-bottom: 15px;}

.mission h3 {font-size: 26px;
    font-weight: 700;
   color: #fff;}

.mission p {font-size: 20px; font-weight: 600; color: #fff;}

.vision {
  background-color: #f2c41a; min-height: 345px;
  padding: 30px 30px;  margin-bottom: 30px; text-align: center;
}

.vision img {margin-bottom: 15px;}

.vision h3 {font-size: 26px;
    font-weight: 700;
   color: #fff;}

.vision p {font-size: 20px; font-weight: 600; color: #fff;}


.value {
  background-color: #007bff; text-align: center;
  padding: 30px 30px;  margin-bottom: 30px; 
}

.value img {margin-bottom: 15px;}

.value h3 {font-size: 26px;
    font-weight: 700;
   color: #fff;}

.value p {font-size: 20px; font-weight: 600; color: #fff;}

.motto { text-align: center;
  background-image: linear-gradient(#FFC225, #FFC225);
  padding: 30px 30px;  margin-bottom: 30px; }

.motto img {margin-bottom: 15px;}

.motto h3 {font-size: 26px;
    font-weight: 700;
   color: #fff;}

.motto p {font-size: 20px; font-weight: 600; color: #fff;}

/* 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:50px; }

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

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

.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: #ff6d34 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}

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

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

.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 {
    margin-top: 30px;
}

.single-contact-info p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
}

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

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

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

.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 Services -*/

.home-service-area {padding: 70px 0;}

.site-heading {
    width: 100%;
    margin-bottom: 30px;
}

.site-heading h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff6d34;
}

.site-heading h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
    margin: 15px 0;
    position: relative;
}

.site-heading p {}

.single-service {
    margin-top: 30px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    position: relative;
}

.service-image img {
    max-width: 100%;
    height: auto;
}

.service-desc {
    padding: 30px 20px;
}

.service-desc h3 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-desc h3 a {
    color: #111;
}

.service-desc p {margin: 0; font-size: 16px; color: #999;}

.service-box-action a.felona-btn-border {
    margin-top: 20px;
}

.felona-btn-border {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #ed1e24;
    
    font-weight: 600;
    font-size: 14px;
    padding: 8px 35px;
    border: 2px solid #ed1e24;
    letter-spacing: 1px;
}

.felona-btn-border:hover {
    background: #ed1e24 none repeat scroll 0 0;
    color: #fff;
}

/*-- # 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 {}

.ben-box {margin-bottom: 20px; display: inline-block;}

.ben-img {float: left; margin-right: 20px; width: 63px;}

.ben-txt {float: left;}

.ben-txt h4 {font-size: 18px; line-height: 26px; color: #000; font-weight: 500; margin-top: 10px;}


.advantages-img {}

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


/*-- # 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;} 

.get {padding: 80px 0px 80px 0px; background-color: #43af13;} 

.get h2 {
  color: #ffffff;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
  }

.get p {
  color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
  }

.get-button-wrap {text-align: right; padding-top: 26px;}

.get-button {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 34px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
}

.get-button:hover {background-color: #000; color: #fff;}

.blog-post-card {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-heading { 
    margin-bottom:50px; 
    display:flex;
    justify-content:space-between;

}

.blog-heading-text { text-align:right; padding-right: 50px;}

.blog-heading-text p { 
    margin: 20px 0px 0px 0px;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #777777;
}

.blog-heading-line {
    position:relative;
    
    top: 0px;
}

.blog-heading-title {  }

.blog-heading-title span span { 
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 0px 0px;
}

.blog-heading-title h4 { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #191919;
    margin: 30px 0px 0px 0px;
}


.blog-post-card {  }

.blog-card .post { 
    position: relative;
    padding: 25px;
    border: 1px solid rgba(153, 153, 153, 0.3333333333);
    margin-bottom: 20px;
}

.blog-card .post .img { 
    display: inline-block;
    height: 160px;
    width: 100%;
}

.blog-card .post .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-info .tags {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.post-info .tags .author { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #191919;
 }

.blog-card .post-info .tags .author { 
     padding-inline-end: 20px;
    margin-inline-end: 20px;
    border-right: 1px solid #dee2e6;
 }

 .blog-card .more-link {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #191919;
}

 .blog-card .post-info .more-link .arrow { 
    width: 28px;
    margin-inline-start: 5px; 
}

.post-info .tags .author span { color: #FF8851; }

.blog-card .category {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #191919;  
}



.post-info .post-title { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.6em;
    color: #191919;
}

.post-info .post-title a { color: #191919; }

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

#footer {
  background-color: #151515;
  color: #eee;
  font-size: 16px;
}

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

#footer .footer-top {    
    padding: 70px 0 0px 0;
    /*background-image: url(../img/fav_line-1.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: 0% 100%;*/
}

#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 {margin-bottom: 32px;}
#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
 color: #fff;
    margin-top: 10px;
}

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

#footer .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);}

.social-links .twitter {background: #1bd741;}
#footerBot .social-links {margin-top: 0px; text-align: center;}
#footerBot .social-links a {
  font-size: 15px;
  display: inline-block;
  background: #53be0d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;margin-bottom: 0px;
}

#footerBot .social-links a:hover {
  background: #000;
  color: #53be0d;
}

.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-social {padding: 50px 0; }

.footer-social .social-row { 
    position: relative;
    display: flex;
 }

.footer-social .social-row a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202C45;
    background: #ffffff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s;
}

.footer-social .social-row a:hover {
    
    background: #f4f1f1;
}

.footer-social .social-tex { margin: 25px 0px 30px 0px; }

.footer-social .social-tex p {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #FFFFFF;  
}

.footer-social .certifi ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
 }

 .footer-social .certifi ul li {
    display: inline-block;
    margin: 0px 0px 0px 24px;
    padding: 0;
}

 .footer-social .certifi ul li img { 
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    max-width: 100%;
 }

  .footer-social .certifi .code img {width: 90px; height: 90px;}

.footer-add { padding-top: 50px; padding-bottom: 0px;}

.footer-add h6 { 
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    color: #FFFFFF;
}

.footer-add p { 
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer-agency { 
    padding: 0; margin: 0; text-align: right;
}

.footer-agency h3 {
    font-family: "MonaSans-Medium", Sans-serif;
    font-size: 150px;
    font-weight: 300;
    line-height: 1em;
    color: #FFFFFF;
    opacity: 0.05;
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.footer-copy { 
    background-color: #3f3f3f;
    padding: 10px 0;
}

.footer-copy .copy-rit { text-align:right; }

.footer-copy ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-copy ul li {
    
    word-break: break-word;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-copy ul li a::after {
    content: "|"; 
    margin-left: 7px;
    color: #ccc
}

.footer-copy ul li:last-child a::after {
    content: "";
}

#footer .footer-copy ul li a {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 13px;
    color: #fff;
}

#footer .footer-copy ul li a:hover { color: #FF8851;  }

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 23px;
  padding-left: 0px;
  position: relative;
  
margin-bottom: 10px;
text-align: left;
}

.left-line {position: relative;
  
}

/*.left-line::before {  
  content:'';
  position: absolute;
  background-color: #39a616;
   width: 13%;
  height: 2px;
  top: 10px;
    left: 0; } */

.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-con h2 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-con h2 span { color: #FF8851; }

#footer .footer-top .footer-con ul {  
  list-style: none;
  margin: 0; padding-left: 0px; 
}

#footer .footer-top .footer-con ul li {  
  font-size: 30px; font-weight: 400; margin-bottom: 16px;
}

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

#footer .footer-top .footer-con ul li a:hover {  
  color: #FF8851;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px; 
}

#footer .footer-top .footer-links ul {
  list-style: none;
  margin: 0;padding-left: 0px;
}

#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;color: #7e8090; font-size: 16px;
}

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

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

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



#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-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 {
  background-color: #0F0F0F;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footerBot .copyright { font-size: 16px; font-weight: 400; color: #999999;}

#footerBot .credits { font-size: 16px; font-weight: 400; text-align:right; }

#footerBot .credits ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerBot .credits ul li {
    word-break: break-word;
    display: inline-block;
    margin: 0;
    padding-left: 12px;
}

#footerBot .credits ul li a {
    color: #fff;
}

#footerBot .credits ul li a:hover { color: #FF8851; }

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

/*--------------------------------------------------------------
# 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 {
    font-size: 28px; font-weight: 700;
   
  }

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

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

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

  #mobile-nav-toggle {
    display: inline; top: 48px;
  }
    .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 {background-color: #151515;}

    

}

@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: 20px;
    line-height: 28px;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;
}

.single-contact-address .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 {padding-top: 80px; padding-bottom: 80px;}

.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;}

.our-client {
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-client h4 {font-size: 43px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    text-align: center;}


/* New Contact */

.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.address-area {
    padding: 25px 45px; margin-bottom: 20px;
    border-radius: 5px; background-image: linear-gradient(#f6f7f7, #ffffff);
}

.address-area h2 {
    font-size: 25px; color: #000;margin-bottom: 25px; font-weight: 600;
}

.pq-icon-box.pq-style-5:nth-child(2) {
    margin: 20px 0;
}

.pq-icon-box.pq-style-5 {
    background: transparent;
    display: flex;
}

.pq-icon-box.pq-style-5 .pq-icon a {
    font-size: 35px;
   color: #007bff;
    text-align: center;
    line-height: 0;
    margin-right: 15px;
}

.pq-icon-box.pq-style-5 .pq-icon a i {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.pq-icon-box-content h4 {
    font-size: 18px; margin: 0 0 14px 0;
}

.getBtn {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 16px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    background-color: #339900;
    border-radius: 20px;
}

.getBtn:hover {background-color: #007bff; color: #fff;}


.pq-text-white {
    color: var(--white-color) !important;
}

.pq-icon-box.pq-style-5:nth-child(3) {
    margin: 20px 0;
}

.pq-icon-box.pq-style-5:nth-child(4) {
    margin: 20px 0;
}

.pq-icon-box.pq-style-5:nth-child(5) {
    margin: 20px 0;
}



.gallery {
    padding-top: 60px;
    margin-bottom: 30px;
}

.gall {
    text-align: center;
    margin-bottom: 20px;
}

.example-image {
  border: 4px solid #43af13; 
  width: 70%;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }

.example-image:hover {opacity: .8;}

/* ======================== Home Int Courses =========================*/

.viewAllwrap { text-align: center; margin-bottom: 30px; margin-top: 60px;}

.viewAll {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 34px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    background-color: #339900;
    border-radius: 5px;
}

.viewAll:hover {background-color: #000; color: #fff;}

.IntCourses .prod-list .item img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.IntCourses .prod-list .item img:hover {opacity: .5;}

.IntCourses .prod-list .item h3 {
  text-align:center;
  background:#339900;
  display:block;
  margin:0px;
  padding:20px 0px 20px;
  font-size:16px;
}

.IntCourses .prod-list .item h3:hover {background:#000;}

.IntCourses .prod-list .item h3 a {font-size:20px; color:#fff;}

.IntCourses .prod-list .item .triangle-down-left {
    width: 100%;
    height: 0;
    padding-bottom: 19%;
    overflow: hidden;
  position: absolute;
    margin-top: -35px;
}
.IntCourses .prod-list .item  .triangle-down-left:after, .avilable-prodc .avilable-color .item .triangle-down-left:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 317px solid transparent;
    border-bottom: 36px solid #142a64;
}

.IntCourses .owl-carousel .owl-nav .owl-prev, .avilable-prodc .owl-carousel .owl-nav .owl-prev{
  position: absolute;
    top: 46%;
    left: -18px;
  background: #b9b7b7;
    border-radius: 0px;
}
.IntCourses .owl-carousel .owl-nav .owl-next, .avilable-prodc .owl-carousel .owl-nav .owl-next{
  position: absolute;
    top: 46%;
    right: -18px;
    background: #b9b7b7;
    border-radius: 0px;
}

.IntCourses .owl-carousel .owl-nav .owl-prev img, .IntCourses .owl-carousel .owl-nav .owl-next img, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev img, .avilable-prodc .owl-carousel .owl-nav .owl-next img{
filter: invert(1);
}

.IntCourses .owl-carousel .owl-nav .owl-prev:hover, .IntCourses .owl-carousel .owl-nav .owl-next:hover, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev:hover, .avilable-prodc .owl-carousel .owl-nav .owl-next:hover{
background:#339900;
}




/* ======================== Home Safty Courses =========================*/

.viewAllwrap2 { text-align: center; margin-bottom: 30px; margin-top: 60px;}

.viewAll2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 34px;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    background-color: #f2c41a;
    border-radius: 5px;
}

.viewAll2:hover {background-color: #000; color: #fff;}

.about-more { 
   padding-top: 140px;
   padding-bottom: 10px;
   
}

.about-more .about-more-heading {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;  
}

.about-more .about-more-heading h3 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 49px;
    margin-bottom: 15px;
    font-size: 41px;
}

.about-more-txt {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    padding: 0;
    
}

.about-more-txt-bg { background-color: #f6f6f6; padding:15px; min-height: 384px; margin-bottom: 30px;  }

.about-more-txt p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #777777;
    margin: 0 0 10px 0;
}

.about-more-txt h2 {
    font-size: 20px;
    font-weight: 600; 
    color: #000;
}

.about-more-txt h3 { 
    font-size: 18px;
    font-weight: 600; 
    color: #000;
}

.about-more-txt .btn-custom {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 50rem 50rem 50rem 50rem;
    padding: 10px 35px 10px 36px;
    background-color: transparent;
    cursor: pointer;
}


.about-more-txt .btn-custom:hover, .about-more-txt .btn-custom:focus {
    background: #000000;
    color: #FFFFFF !important;
    box-shadow: 7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
}

.about-more-wrap { margin-top: 30px; }

.hide-part{
    display: none;
}

.show-part{
    display: block;
}

.home-services {
   position: relative;
   padding-top: 140px;
   padding-bottom: 100px;
}

.home-services .title-heading {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.home-services .title-heading span {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
    color: #151515;
    margin-bottom: 20px;
    display: inline-block;
}

.home-services .title-heading span span {
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 0px 0px;
}

.home-services .title-heading h3 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 49px;
    margin-bottom: 15px;
    font-size: 41px;
}

.home-services .services-list .item {

}

.home-services .services-list .item .service-card {
    position: relative;
    background-color: #f6f6f6;
    display: flex;
}

.home-services .services-list .item .service-card .inf {
    position: relative;
    width: 45%;
    flex-shrink: 0;
    padding: 50px 30px;
}

.home-services .services-list .item .service-card .inf .icon {
    /*height: 85px;*/
    margin-bottom: 30px;
}

.home-services .services-list img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.home-services .services-list .item .service-card .title {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}

.home-services .services-list .item .service-card .inf .title {
    word-wrap: normal;
    margin: 0;
    color: #191919;
}

.home-services .services-list .item .service-card .num {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.home-services .services-list .item .service-card .inf .num {
    color: #191919;
    position: absolute;
    left: 30px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 0.3333333333);
    font-weight: bold;
}

.home-services .services-list .item .service-card .img {
    position: relative;
    margin: 40px 0;
    height: 320px;
    width: 100%;
}

.home-services .services-list .item .service-card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.home-services .services-list .item .triangle-down-left {
    width: 100%;
    height: 0;
    padding-bottom: 19%;
    overflow: hidden;
  position: absolute;
    margin-top: -35px;
}

.home-services .services-list .item  .triangle-down-left:after, .avilable-prodc .avilable-color .item .triangle-down-left:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 317px solid transparent;
    border-bottom: 36px solid #142a64;
}

.home-services .owl-carousel .owl-nav .owl-prev, .avilable-prodc .owl-carousel .owl-nav .owl-prev{
  position: absolute;
    top: 46%;
    left: -18px;
  background: #b9b7b7;
    border-radius: 0px;
}

.home-services .owl-carousel .owl-nav .owl-next, .avilable-prodc .owl-carousel .owl-nav .owl-next{
  position: absolute;
    top: 46%;
    right: -18px;
    background: #b9b7b7;
    border-radius: 0px;
}

.home-services .owl-carousel .owl-nav .owl-prev img, .home-services .owl-carousel .owl-nav .owl-next img, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev img, .avilable-prodc .owl-carousel .owl-nav .owl-next img{
filter: invert(1);
}

.home-services .owl-carousel .owl-nav .owl-prev:hover, .home-services .owl-carousel .owl-nav .owl-next:hover, 
.avilable-prodc .owl-carousel .owl-nav .owl-prev:hover, .avilable-prodc .owl-carousel .owl-nav .owl-next:hover{
background:#f2c41a;
}


.home-services .owl-carousel .owl-nav.disabled {
    display:none ;
}

.home-services .owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.home-services .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.home-services .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.home-services .owl-carousel .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 0px 10px;
    background: #151515;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    outline: 1px solid transparent;
    outline-offset: 5px;
    opacity: 1;
}

.home-services .owl-carousel .owl-dots .owl-dot.active span, .home-services .owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791; outline: 1px solid #151515;
}

.ourServices { padding-top:80px; 
  padding-bottom:100px; 
  background-image: linear-gradient(#eff0f1, #eff0f1);
  /*background-image: url(../img/ServicesleftBg.jpg), url(../img/ServicesleftBg2.jpg);
  background-position: 0% 10%, 100% 0%;
  background-repeat: no-repeat; background-size: 340px auto;*/
}

.serTab { background-color:#fff; 
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); 
}

.serImg img {
  width: 100%; 
  opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

.serImg img:hover  {opacity: .5;}

.ser-wrapper {padding: 40px 24px;}

.ser-header h4 {font-size: 22px; color: #181b31; font-weight: 600; }


.ser-btn a.reading {color: #000000; 
  text-align: left; 
  padding-left: 38px;
    position: absolute;
    font-weight: bold;
  }

.ser-btn a.reading:hover {color: #339900;}

.ser-btn a.reading:before {
    content: '';
    position: absolute;
    background-color: #39a616;
    width: 13%;
    height: 2px;
    top: 10px;
    left: 0;
}


.aboutus {padding-top: 30px; padding-bottom: 50px;}

.aboutus .aboutus-head h1 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #151515;
}

.aboutus .aboutus-head h2 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #151515;
}

.aboutus-text { text-align:right; }

.aboutus-text h3 {
    font-family: "MonaSans-Medium", Sans-serif;
    font-size: 130px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9em;
    color: #191919;
    text-wrap: nowrap;
    display: block;
    opacity: 0.05;
}

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

.team-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
   overflow: hidden;
    margin-bottom: 50px;
}

.team-item .img {
    position: relative;
    height: 300px;
    padding-inline-start: 30px;
    
}

.team-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item .info {
    position: relative;
    padding: 40px 30px;
}

.team-item .info .position {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #777777;
    margin: 0rem 0rem 0.5rem 0rem;
}

.team-item .info p {
    word-spacing: 0;
}

.team-item .info .name {  
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #151515;
    margin: 0px 0px 0px 0px;
}

.service-counter {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
}

.service-counter .counter-value2 {
    display: flex;
}

.service-counter #circle { padding-left: 20px; }

.service-counter .counter-value2 h4 {
    margin-bottom: 0;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em; color: #fff;
}

.service-counter .counter-value2 i {
    margin-top: 0px;
    font-size: 55px;
    color: #fff;
}

.service-counter .counter-wrap {
    min-height: 0px;
    border: 0px solid #999;
    border-radius: 50%;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-counter .counter-value2 h4 span {
    color: #000000;
    display: inline-block;
}

.service-counter .counter-value2 p {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.service-counter .counter-wrap span {
    display: inline;
}

.aboutus-row { margin-top:30px; }

.aboutus-para { margin-top:50px; }

.aboutus-para p {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #777777;
}

.aboutus-rotate {text-align: right;}

.aboutus-bg-img {
  text-align: right;
    margin-top: -60px;
    position: absolute;
    right: 20px;
    /* bottom: 0; */
    display: inline-block;
}

.aboutus-bg-img img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.about-counter {
    padding-top: 100px;
    padding-bottom: 0px;
}

.counter-wrap {
    min-height: 300px;
    border: 1px solid #999;
    border-radius:50%;
    margin-top: 40px;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-value2 p {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2em;
    color: #151515;
    margin: 0;
    padding: 0;
}

.counter-wrap span {
    display: inline;
}

.counter-value2 h4 {
    margin-bottom: 0;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}

.counter-value2 h4 span { color: #000000; display: inline-block; }

.expertise {
    padding-top: 90px;
    padding-bottom: 90px;
}

.expertise-head img {margin-bottom: 15px;}

.expertise-head h2 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #151515;
}

.expertise-head h2 span {
    display: inline-block;
    color: #00000000;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    stroke: #151515;
}

.expertise-logo { margin-top:50px; }

.expertise-logo h3 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 116px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #00000000;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #99999944;
    stroke: #99999944;
}

.expertise-txt { padding-top: 50px; }

.expertise-txt p {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #777777;
}

.expertise-img { text-align:right; }


.ce_ixelgen_progress_bar {
  max-width: 800px;
  margin: 0 auto;
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 2rem;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 5px;
  width: 100%;
  background-color: #E9ECEF;
  border-radius: 4px;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: 0;
  background-color: #151515;
  border-radius: 4px;
  transition: width 100ms ease;
}


.ser-provide { 
    background-color: #151515;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ser-provide-title h2 {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #FFFFFF;
}

.ser-provide-text {
    padding: 20px 0 0 3rem;
    margin: 0;
    text-align: right;
}

.ser-provide-text h2 {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    color: #ABABAB;
    text-align: left;
}

.service-pro-card { margin-top: 50px; position: relative; }

.service-pro-card .icon {
    height: 85px;
    margin-bottom: 30px;
}

.service-pro-card .icon img {
    height: auto;
    max-width: 21%;
}

.service-pro-card .card-title .title {
    font-family: "MonaSans-SemiBold", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}

.service-pro-card .card-title .description {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    word-spacing: 0px;
}

.service-pro-card .num-line {
    position: relative;
    margin: 30px 0;
}

.service-pro-card .num-line::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    
}

.service-pro-card .num-line::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 50%;
    width: calc(100% - 10px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1333333333);
}

.service-pro-card .num {
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

.service-pro-card .num-line .num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #151515;
    margin-inline-start: auto;
    margin-inline-end: 0;
    border-radius: 50%;
    font-size: 14px;
    color: #ababab;
    z-index: 10;
}

.service-pro-card .ser-body {
    margin: 0;
    padding: 0;
}

.service-pro-card .ser-body ul {
    margin: 0;
    padding: 0;
}

.service-pro-card .ser-body ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 15px 0;
    color: #ababab;
    font-size: 16px;
    line-height: 1.5;
}

.service-pro-card .ser-body ul li::before {
    line-height: 0.5;
    content: "+";
    color: #ababab;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    margin-inline-end: 15px;
    flex-shrink: 0;
}

.service-pro-card .ser-body ul li a {color: #999999;}

.service-pro-card .ser-body ul li a:hover {color: #FF8851;}

.ser-provide .owl-carousel .owl-nav.disabled {
    display:none;
}

.ser-provide .owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 30px;}

/*.ser-provide .owl-carousel .owl-dots.disabled, .ser-provide .owl-carousel .owl-nav.disabled {
    display: block;
}*/

.ser-provide .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.ser-provide .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.ser-provide .owl-carousel .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 0px 10px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    outline: 1px solid transparent;
    outline-offset: 5px;
    opacity: 1;
}

.ser-provide .owl-carousel .owl-dots .owl-dot.active span, .ser-provide .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff; outline: 1px solid #fff;





.accred {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

.accred .owl-carousel .owl-nav .owl-prev, .avilable-prodc .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: -18px;
    background: #b9b7b7;
    border-radius: 0px;
}

.accred .owl-carousel .owl-nav .owl-next, .avilable-prodc .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 46%;
    right: -18px;
    background: #b9b7b7;
    border-radius: 0px;
}

.accreditation {
  padding-top: 50px; 
  padding-bottom: 50px;
  text-align: center;
}

.acc-header {margin-bottom: 50px;}

.acc-header h4 {
  font-size: 36px;
    color: #181b31;
    font-weight: 600;
  }

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

.accreditation .imgborder { padding: 5px; border:1px solid #dbdcdc; }

.values {
    background-color: #f9f7f8;
    padding-top: 60px;
    padding-bottom: 50px;
    }

.valuesWrap {min-height: 700px; padding-top: 50px;}

.values-header span {
    font-size: 46px;
    color: #35a217;
    font-weight: 500;
  }

.values-header h4 {
    font-size: 20px;
    color: #181b31;
    font-weight: 600;
  }






/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  right: 0;
    bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;  z-index: 1060; position: relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}


.join-wrap { padding-top: 50px; padding-bottom: 30px; }

.join-button {padding-top: 50px; padding-bottom: 30px;}

.join-button .joinBtn {
    max-width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #151515;
    fill: #151515;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #151515;
    border-radius: 50% 50% 50% 50%;
    padding: 0px 0px 0px 0px;

    background: #00000000;
    background-image: none;
}

.join-button .joinBtn.hover-effect {
    overflow: hidden;
}

.join-button-content-wrapper { display: block; z-index: 5; }

.join-button-text { 
    margin: 0px 0px 10px 0px;
    display: block; 
    position: relative;
    z-index: 2;
    transition: all 0.2s ease;
}

.joinBtn .image {  
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 25px;
    max-width: 25px;
    height: 25px;
    transform: rotate(-45deg);
}

.joinBtn.hover-effect::after {  
    width: 10%;
    height: 10%;
    background-color: #FF8851;
}

.joinBtn.hover-effect::after {
    position: absolute;
    content: "";
    width: 10%;
    height: 10%;
    border-radius: 50%;
    background-color: #FF8851;
    right: 0;
    bottom: 20%;
    transition: all 0.4s ease;
}