@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body{
  font-family: Poppins;
}

@font-face {
  font-family: avenir-roman;
  src: url(fonts/avenir-roman.ttf);
}

p,a,li{
  font-size: 14px;
}

a{
  text-decoration: none !important;
}

.pagination{
  justify-content: center;
  margin: 0;
  padding: 5px;
}

.pagination li{
  padding: 5px;
  text-align: center;
  width: 40px;
  height: 30px;
  border: 1px solid #e61017;
  margin: 0 5px;
  line-height: 1.4;
  border-radius: 20px;
  background: #e61017;
  color: #fff;
}

.pagination li a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.navbar{
  padding: 0;
}

header{
  position: fixed;
  padding: 40px 0 10px;
  z-index: 1001;
  width: 100%;
  transition: 0.4s;
}

.stick-top{
  padding: 10px 0;
  transition: 0.4s;
  background: #000 !important;
}

header .logo img{
  width: 70px;
}

header .logo h5{
  display: inline-block;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 50%;
}

.new-pg{
  display: none;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin: 15px 22px !important;
  padding: 0;
  font-size: 12px;
  color: #fff;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link::before{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #f2323a;
  opacity: 0;
  transform: scaleX(1);
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before{
  opacity: 0;
  animation-name: hoverAnimationB;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255,255,255);
  font-family: Comfortaa;
}

.left0{
  left: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 60%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 200px;
  border-top: 3px solid #f2323a;
  transition: 0.4s; 
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.4s;
}

.dropdown-menu{
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.4s;
}

.dropdown-menu .dropdown-item{
  padding: 10px 10px;
  transition: 0.4s;
  font-size: 13px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background: #f2323a;
  transition: 0.4s;
}

@keyframes hoverAnimationA{
  0%{transform:scaleX(1);transform-origin:100% 0%;}
  20%{transform:scaleX(1);transform-origin:100% 0%;}
  50%{transform:scaleX(0);transform-origin:100% 0%;}
  51%{transform:scaleX(0);transform-origin:0% 0%;}
  100%{transform:scaleX(1);transform-origin:0% 0%;}
}
@keyframes hoverAnimationB{
  0%{opacity:0;transform:scaleX(1);transform-origin:100% 0%;}
  20%{opacity:1;transform:scaleX(1);transform-origin:100% 0%;}
  50%{opacity:1;transform:scaleX(0);transform-origin:100% 0%;}
  51%{opacity:1;transform:scaleX(0);transform-origin:0% 0%;}
  100%{opacity:1;transform:scaleX(1);transform-origin:0% 0%;}
}
@keyframes progress{0%{transform:scaleX(0);}
 100%{transform:scaleX(1);}
}
@keyframes progress_slide{0%{transform:scaleX(0);}
 100%{transform:scaleX(1);}
}

.float-text{
  position: absolute;
  z-index: 99;
  color: #fff;
  top: 40%;
  left: 10%;
  width: 42%;
}

/*.custom {
  position: relative;
  float: none;
  width: auto;
  margin-right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: none !important;
  -webkit-transition: none !important;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.3s;
  display: none;
}*/

 .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel .carousel-item img{
  width: 100%;
}

.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 10%;
}

.carousel-caption .flt-cont{
  text-align: left;
}

.carousel-caption .flt-cont h2{
  font-size: 32px;
  font-family: Comfortaa;
  margin-bottom: 0;
}

.carousel-caption .flt-cont h5{
  font-size: 13px;
  font-family: Comfortaa;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

@keyframes dropdown {
  0% {
    width: 0%
  }

  100% {
    width: 100%;
  }
}

.carousel-caption .flt-cont h5::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 100%;
  animation: dropdown 5s ease-in-out infinite;
  overflow-x: hidden;
}

.botn{
  text-align: center;
}

.float-text h3{
  font-size: 34px;
  font-family: Comfortaa;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 58px;
}

.float-text a{
  font-size: 14px;
  color: #fff;
  font-family: Comfortaa;
}

.float-text a span{
  margin-left: 20px;
}

.carousel-height{
  height: 626px;
  overflow: hidden;
}

.two{
  padding: 60px 0;
  position: relative;
  border-top: 1px solid #ddd;
  /*text-align: center;
  background: #f2323a;*/
}

/*.two .two-text img{
  width: 80px;
  display: inline-block;
  margin-left: 20px;
}

.two .two-text h3{
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  font-family: Comfortaa;
  display: inline-block;
}*/

.two .left{
  position: relative;
}

.two .left:first-child::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70%;
  height: 1px;
  background-color: rgba(103, 104, 102, 0.4);
}

.two .left:nth-child(2){
  padding-top: 40px;
}

.two .left a{
  color: #2B2B33;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: Comfortaa;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  position: relative;
}

.two .left a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2323a;
}

.two .left a:hover::before{
  background-color: #f2323a;
  animation-name: hoverAnimationA;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.two .left h3{
  font-family: Comfortaa;
  color: #2B2523;
  font-size: 30px;
  line-height: 47px;
  margin-top: 0px;
  margin-bottom: 25px;
}

/*.two .left p{
  font-size: 12px;
  color: #2B2523;
  font-family: Comfortaa;
  line-height: 2.5;
  margin-bottom: 0;
}*/

.two .right{
  text-align: center;
  position: relative;
}

.two .right .im-dv{
  width: 80%;
  height: 100%;
  margin-left: 10%; 
}

.two .right::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 95px;
  height: 120px;
  width: 100%;
  background-color: #F5F4F2;
  z-index: -1;
}

.two .right::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 235px;
  height: 120px;
  width: 100%;
  background-color: #F5F4F2;
  z-index: -1;
}

.two .right img{
  display: inline-block;
}

.three{
  padding: 40px 0;
  position: relative;
}

.three .slick-initialized .slick-slide{
  margin-right: 10px;
}

.three .slick-dotted.slick-slider{
  margin-bottom: 0;
  position: relative;
}

.three .slick-dots{
  display: none !important;
}

.three .card {
  position: relative;
  min-width: 0;
  height: 240px;
  border: none;
  background-color: #F5F4F2;
}

.card .card-body {
  padding: 30px 30px;
  display: inline-block;
 }

.three p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem
 }

.three h4 {
  line-height: .2 !important
 }

 .three .slick-prev, .three .slick-next{
  position: absolute;
  top: -52px;
  text-decoration: none;
  font-size: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: left;
  padding: 10px;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(242, 50, 58, 0.08);
  color: #f2323a;
}

.three .slick-prev{
  left: 92%;
}

.three .slick-next{
  left: 96%;
}

.three .slick-next::before {
    content: '\f105';
}

.three .slick-prev::before {
    content: '\f104';
}

/*.three .slick-prev::before{
  content: "\f105"  ;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f2323a;
 }*/

.three .slick-prev::before,.three .slick-next::before {
  display: block;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #f2323a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.three .slick-prev:hover,
.three .slick-next:hover{
  background-color: rgba(242, 50, 58, 0.08);
}

.three .slick-prev:active,
.three .slick-next:active{
  background-color: rgba(242, 50, 58, 0.08);
}

.three .slick-prev:focus,
.three .slick-next:focus{
  background-color: rgba(242, 50, 58, 0.08);
}


 .items {
  width: 100%;
  margin: 0px auto;
  margin-top: 0;
 }

 .card-title {
  font-size: 19px;
  font-weight: 200
 }

/*.three{
  position: relative;
  padding: 40px 0;
  background: url(../img/question-bg.png);
  background-size: cover;
  border-top: 1px solid #eee;
}

.three .top-three img{
  width: 51px;
  float: left;
  margin-right: 10px;
}

.three .top-three h2{
  font-size: 28px;
  font-family: 'Comfortaa';
  font-weight: 800;
}

.three .top-three p{
  font-family: 'Comfortaa';
  margin-bottom: 0;
}

.three .top-three{
  margin-bottom: 30px;
}*/

.ctrr{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
}

.box {
  position: relative;
  background: #fff;
  width: 320px;
  padding: 130px 40px 50px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  display: inline-block;
  margin: 0 20px;
}

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2323a;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.box .box-img {
  position: absolute;
  left: 40px;
  top: 60px;
  z-index: 1;
  opacity: 0.2;
  transition: 0.5s;
}

.box .box-img img{
  width: 100px;
}

.box-img .white{
  display: none;
}

.box-img .white, .box-img .black{
  transition: 0.4s;
}

.box h4 {
  position: relative;
  font-size: 1.5em;
  z-index: 2;
  color: #404040;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.box p {
  position: relative;
  z-index: 2;
  color: #555;
  transition: 0.5s;
}

.box:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.box:hover .box-img .white{
  display: block;
  transition: 0.4s;
}

.box:hover .box-img .black{
  display: none;
  transition: 0.4s;
}

.box:hover .box-img {
  opacity: 1;
  color: #fff;
  transform: translateY(-40px);
}

.box:hover h4,
.box:hover p {
  color: #fff;
}

.updown{
  display: flex;
  align-items: center;
}

.gap{
  margin: 20px 0;
  position: relative;
  display: block;
}

.custom-heading{
  position: relative;
  margin-bottom: 30px;
}

.custom-heading img{
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.custom-heading h3{
  display: inline-block;
  font-size: 20px;
  font-family: Comfortaa;
  font-weight: 800;
  color: #2B2B33;
  margin: 0px;
  line-height: 30px;
  position: relative;
}

/*.custom-heading h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 50%; 
  background: #F2323A;
  transition: 0.4s;
}

.custom-heading h3:hover::after{
  transition: 0.4s;
  width: 100%;
}*/

.four{
  border-top: 1px solid #eee;
  position: relative;
  padding: 40px 0;
}

.four .right{
  width: 100%;
}

.four .card{
  border: none;
  position: relative;
}

.four .card .carousel-item {
  height: 220px;
}

.four .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  bottom: 30px;
  color: #3d3d3d;
  text-align: left;
}

.four .card .carousel-caption .number{
  position: relative;
  margin-bottom: 20px;
}

.four .card .carousel-caption .number span{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}

.four .card .carousel-caption .number span:first-child{
  color: #f2323a;
  margin-right: 75px;
}

.four .card .carousel-caption .number span:first-child::after{
  height: 1px;
  width: 60px;
  left: 25px;
  content: "";
  position: absolute;
  background: #f2323a;
  top: 10px;
}

.four .card .carousel-caption h3 {
  color: #3d3d3d;
}

.four .card .carousel-caption p {
  line-height: 30px;
}

.four .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.four .card .carousel-caption .col-sm-9 {
  text-align: left;
}

.four .navi{
  position: relative;
  bottom: -40px;
  float: left;
}

.four .navi a {
  text-decoration: none;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(242, 50, 58, 0.08);
  margin-right: 10px;
  color: #f2323a;
}

.four a > .ico {
    background-color: grey;
    padding: 10px;
    
}

.four a:hover > .ico {
    background-color: #666;
}


/*.four .row{
  margin-bottom: 30px;
}

.four .row:last-child{
  margin-bottom: 0;
}

.four .four-outer .right{
  position: relative;
}

.four .four-outer .right h3{
  font-size: 22px;
  font-weight: 600;
  font-family: Comfortaa;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.four .four-outer .right h3::after{
  content: '';
  position: absolute;
  transition: 0.4s;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #f2323a;
}

.four .four-outer .right h3:hover::after{
  width: 100%;
}

.four .four-outer .right p{
  font-family: 'Comfortaa';
  line-height: 2;
  font-size: 13px;
  margin-bottom: 0;
}*/

.pd0{
  padding: 0;
}

.five{
  padding: 40px 0;
  /*background: url(../img/five-bg.jpg);
  background-size: cover;*/
  border-top: 1px solid #eee;
}

.five .f-left{
  position: relative;
  width: 100%;
}

.five .f-left h3{
  display: inline-block;
  font-family: Comfortaa;
  font-weight: 800;
  position: relative;

  font-size: 30px;
  line-height: 47px;
  color: #2B2523;
  margin: 15px 0px 30px;
}

.five .f-left a{
  color: #2B2B33;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: Comfortaa;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  position: relative;
}

.five .f-left a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2323a;
}

.five .f-left a:hover::after{
  background-color: #f2323a;
  animation-name: hoverAnimationA;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/*.five .boxo{
  background: #f2323a;
  padding: 15px;
  height: 100%;
  margin: 0 0 0 15px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.five .boxo span{
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 50%;
  padding: 17px 0;
}

.five .boxo img{
  width: 65px;
  display: inline-block;
}

.five .boxo h3{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Comfortaa';
  color: #fff;
}

.five .boxo p{
  font-family: 'Comfortaa';
  font-size: 13px;
  color: #fff;
}*/

.footer_logo{
  position: relative;
}

.footer_logo img{
  width: 60px;
}

.footer_logo h5{
  display: inline-block;
  color: #fff;
  font-weight: bolder;
  font-size: 14px;
}

.footer{
  background-color:#333333;
  z-index: 99;
  position: relative;
}

.footer .footer_section{
  padding: 60px 0px 0px;
  border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer_section .footer_menu ul{
  padding:0px;
  margin-bottom:0px;
  margin-left: 0;
  text-align: center;

}

.footer .footer_section .footer_menu ul li:first-child{
  margin-left:0px;
}

.footer .footer_section .footer_menu ul li{
  display:inline-block;
  margin-left: 20px;
}

.footer .footer_section .footer_menu ul li a{
  color:#FFFFFF;
  text-decoration:none;
  padding:10px 0px;
  display:block;
  margin: 0 10px;
}

.footer .footer_section .social_link ul{
  text-align:center;
  border-top: 1px solid #717171;
  margin: 20px 0 0px;
  padding: 15px 0;
}

.consultancy-div{
  position: relative;
  border-top: 1px solid #717171;
  margin: 20px 0 0px;
  padding: 24px 0;
}

.consultancy-div h4{ 
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.footer .footer_section .social_link ul li{
  display:inline-block;
  margin: 0 15px;
}

.footer .footer_section .social_link ul li a{
  padding:10px 0px;
  display:block;
}

.footer .footer_copyright{
  padding:50px 0px;
}

.footer .footer_copyright ul{
  padding-left:0px;
  margin-bottom:0px;
  display: inline-block;
}

.footer .footer_copyright ul li{
  display:inline-block;
  margin-left:25px;
}

.footer .footer_copyright ul li:first-child{
  margin-left:0px;
}

.footer .footer_copyright ul li a{
  color:#FFFFFF;
  text-decoration:none;
  font-size: 12px;
  font-family: Poppins;
}

.footer .footer_copyright p{
  color:#fff;
  font-size:12px;
  margin-bottom: 0px;
  display: inline-block;
  text-align: right;
  margin-left: 26%;
}

.pro-div-1{
  position: relative;
  padding: 130px 0 80px 0;
  z-index: 1;
  width: 100%;
}

.pro-div-1-bg{
  background: url(../img/project-bg.jpg);
  background-size: cover;
}

.breadcrumb{
  margin-bottom: 0;
  padding: 10px;
  min-width: 100px;
background: rgba(255, 0, 8, 0.35);
  border-left: 2px solid #fff;
  border-radius: 0;
  max-width: 250px;
}

.breadcrumb li{
  font-size: 12px;
  font-family: Comfortaa;
  color: #fff;
}

.breadcrumb li a{
  font-size: 12px;
  font-family: Comfortaa;
  color: #fff; 
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.shell{
  position: relative;
  margin-top: -90px;
  z-index: 999;
  background: #fff;
  padding: 15px;
}

.mid-heading{
  text-align: center;
  margin: 0px 0px;
  padding: 10px 0px;
}

.mid-heading h2{
  position: relative;
  font-family: 'Alegreya';
  color: #e61017;
  font-size: 42px;
  line-height: 55px;
  font-weight: bolder;
}

.mid-heading h2 span{
  color: #000;
}

.mid-heading h2::before{
content: '';
position: absolute;
left: 48%;
bottom: -8px;
background: #333;
height: 2px;
width: 60px;
}

.pro-div-2{
  background: #F5F4F2;
  padding: 40px 0;
}

.pro-div-2 a{
  color: inherit;
  text-decoration: none;
}

.pro-div-2 .img-shell .img-shell-text{
  position: relative;
  margin-top: 20px;
}

.pro-div-2 .img-shell .img-shell-text h5{
  font-size: 14px;
  font-family: Comfortaa;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 800;
}

.pro-div-2 .row{
  margin-bottom: 50px;
}

.small-heading{
  padding: 0;
  margin: 10px 0 15px 0;
}

.small-heading span{
  font-size: 15px;
  font-weight: 700;
  font-family: Comfortaa;
}

.detail-one{
  padding: 40px 0;
}

.detail-one .detail-bottom{
  padding: 15px;
}

.detail-one .detail-bottom h2{
  font-size: 28px;
  margin-bottom: 5px;
}

.detail-one .detail-bottom h5{
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 20px;
}

.detail-one .detail-bottom .description{
  position: relative;
}

.detail-one .detail-bottom .description h5{
  font-size: 20px;
  margin-bottom: 5px;
}

.detail-one .detail-bottom .description span{
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}  

.electric-bg{
  background: url(../img/electrical-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.firec-bg{
  background: url(../img/fire-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.about-bg{
  background: url(../img/about-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

/*.electrical-bg{
  background: url(../img/electrical-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.fire-bg{
  background: url(../img/fire-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.lowvoltage-bg{
  background: url(../img/lowvoltage-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}*/

.blog-bg{
  background: url(../img/blog-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.news-bg{
  background: url(../img/news-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.about-one{
  padding: 40px 0;
  background: #F5F4F2;
}

.about-one .about-inside{
  padding: 50px 0 0 0;
}

.about-one .about-inside .ab-left h3{
  color: #2B2523;
  font-size: 28px;
  line-height: 57px;
  font-family: Comfortaa;
  margin: 0px 0px 10px;
}

.about-one .about-inside .ab-right p{
  line-height: 28px;
  font-family: Comfortaa;
  font-size: 13px;
}

.about-two{
  position: relative;
  background: #f5f4f2;
}

.about-two .bozo{
  text-align: center;
  position: relative;
  margin-left: -120px;
  height: 350px;
  padding: 89px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 8px #7773;
  width: 130%;
  z-index: 99;
}

.about-two .bozo img{
  width: 130px;
  margin-bottom: 20px;
}

.about-two .bozo h3{
  /*color: transparent;
  cursor: default;
  -webkit-text-stroke: 1px #422f28;*/
  font-size: 34px;
  font-family: Comfortaa;
}

.about-two .bozo p{
  font-family: Comfortaa;
  font-size: 20px;
}

.about-three{
  position: relative;
  padding: 40px 0;
}

.about-four{
  position: relative;
  padding: 40px 0; 
}

.about-four .substance{
  margin-bottom: 30px;
}

.about-four .substance h4{
  font-size: 22px;
  line-height: 38px;
  font-family: Comfortaa;
  color: #2B2523;
  margin: 24px 0px 20px;
  font-weight: 700;
}

.about-four .substance p{
  color: #2B2523;
  font-size: 13px;
  line-height: 30px;
  font-family: Comfortaa;
  margin-bottom: 20px;
}

.styler{
  list-style: none;
  padding-left: 10px;
}

.styler li{
  padding-left: 5px;
}

.styler li::marker{
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.electrical-one .features{
  position: relative;
  display: flex;
  align-items: center;
  background: #333;
  color: #fff;
  margin-bottom: 15px;
}

.electrical-one .features .inr{
  width: 20%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.electrical-one .features .inr:last-child::before{
  display: none;
}

.electrical-one .features .inr::before{
  position: absolute;
  right: 0;
  top: 10%;
  content: "";
  height: 80%;
  width: 1px;
  background: #fff;
}

.electrical-one .features .inr p{
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}

.electrical-one .features2{
  position: relative;
  display: flex;
  align-items: center;
  border: 1px dashed #333;
}

.electrical-one .features2 .inr{
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.electrical-one .features2 .inr:last-child::before{
  display: none;
}

.electrical-one .features2 .inr::before{
  position: absolute;
  right: 0;
  top: 10%;
  content: "";
  height: 80%;
  width: 1px;
  background: #333;
}

.service-one{
  padding: 40px 0;
}

/*.extra li{
  line-height: 2;
}

.why-box{
text-align: center;
margin: 20px 0px;
position: relative;
overflow: hidden;
-webkit-box-shadow: 0 8px 40px rgba(12,12,12,.1);
-moz-box-shadow: 0 8px 40px rgba(12,12,12,.1);
-ms-box-shadow: 0 8px 40px rgba(12,12,12,.1);
-o-box-shadow: 0 8px 40px rgba(12,12,12,.1);
box-shadow: 0 8px 40px rgba(12,12,12,.1);
padding: 40px 35px;
border-top: 4px solid #e61017;
height: 280px;
}

.why-box:hover span{
  transform: rotateY(360deg);
  -webkit-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
  background: #333;
  color: #fff;
}

.why-box span{
  background: #e61017;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
   -webkit-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}

.why-box h3{
font-family: 'Roboto', sans-serif;
font-weight: 700;
position: relative;
margin-bottom: 30px;
font-size: 23px;
}

.why-box h3::before{
content: '';
position: absolute;
left: 41%;
bottom: -10px;
background: #e61017;
height: 2px;
width: 15px;
}

.why-box h3::after{
content: '';
position: absolute;
left: 49%;
bottom: -10px;
background: #e61017;
height: 2px;
width: 30px;
}
.why-box i{
  position: absolute;
bottom: -6px;
font-size: 100px;
right: -10px;
color: rgba(230, 16, 23, 0.25);
}*/

.service-one{
  padding: 40px 0;
  background: #F5F4F2;
}

.service-one .row a{
  text-decoration: none;
  color: #000;
}

.service-one .img-shell{
  box-shadow: 4px 3px 10px 5px #bbbbbb4f;
  border-radius: 0;
  margin-bottom: 30px;
}

.service-one .img-shell .img-shell-text {
  position: relative;
  margin-top: 10px;
  padding: 10px;
}

.service-one .img-shell .img-shell-text h5 {
  font-size: 14px;
  font-family: Comfortaa;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 800;
}

.service-one .img-shell .img-shell-text p{
  font-size: 13px;
  font-family: Comfortaa;
  font-weight: 300;
  color: #000;
  max-height: 120px;
  min-height: 120px;
  overflow: hidden;
}

.contact-one{
  padding: 40px 0;
  background: #F5F4F2;
}

.juscen{
  justify-content: center;
  display: flex;
}

.contact-one .main-box .detail{
  position: relative;
  width: 265px;
}

.contact-one .main-box .detail h3{
  font-size: 17px;
  font-family: Comfortaa;
  font-weight: 800;
  color: #e61017;
  margin-bottom: 30px;
}

.contact-one .main-box .detail p{
  font-family: Comfortaa;
  line-height: 2;
  font-size: 13px;
}

.contact-one .main-box .detail ul{
  list-style: none;
  padding: 0;
}

.contact-one .main-box .detail ul li{
  line-height: 3;
  text-align: justify;
  font-family: Comfortaa;
  position: relative;
  font-size: 13px;
}

.contact-one .main-box .detail ul li::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.contact-one .main-box .detail ul li span{
  margin-right: 0;
  width: 60px;
  display: inline-block;
}

.contact-one .main-box .detail-img{
  position: relative;
  text-align: center;
}

.contact-one .main-box .detail-img img{
  width: 540px;
  display: inline-block;
}

.contact-bg{
  background: url(../img/contact-bg.jpg); 
  background-size: cover;
  background-position: 50% 0;
}

.left-side-heading{
  padding: 30px 45px;
  position: relative;
}

.left-side-heading img{
  width: 55px;
  display: inline-block;
  margin-right: 15px;
}

.left-side-heading h4{
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: Comfortaa;
  color: #2B2B33;
  margin: 0px;
  font-weight: 700;
  position: relative;
}

.left-side-heading h4::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e61017;
}

.contact-two{
  position: relative;
  padding: 40px 0;
}

.contact-two .boxz{
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #000;
}

.contact-two .boxz .left{
  width: 30%;
  display: inline-block;
  padding: 10px;
  background: #000;
  margin-right: 10px;
}

.contact-two .boxz .left h4{
  font-size: 26px;
  color: #fff;
  font-family: Comfortaa;
  margin: 0;
}

.contact-two .boxz .right p{
  font-size: 13px;
  font-family: Comfortaa;
  margin: 0;
}

.contact-two .boxz .right{
  width: 69%;
  display: inline-block;
}

.contact-three{
  position: relative;
  padding: 40px 0;
  background: #f5f4f2;
}

.contact-three .inside{
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 4px 4px 6px 2px #eee;
  min-height: 228px;
}

.contact-three .inside h3{
  font-family: Comfortaa;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #e61025;
}

.contact-three .inside ul{
  list-style: none;
  padding: 0;
  font-family: Comfortaa; 
  margin: 0; 
}

.contact-three .inside ul li{ 
  font-size: 12px;
  line-height: 4;
  position: relative;
  font-family: Comfortaa; 
}

.contact-three .inside ul li:last-child::after{
  display: none;
}

.contact-three .inside ul li span{
  margin-right: 0;
  width: 65px;
  display: inline-block;
  font-weight: 700;
}

.contact-three .inside ul li::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.blog-top{
  position: relative;
  padding: 40px 0;
  background: #F5F4F2;
}

.blog-top .latest{
  position: relative;
}

.blog-top .latest img{
  width: 100%;
}

.blog-top .latest .text-desk{
  padding: 15px 0;
}

.blog-top .latest .text-desk h3{
  color: #000000;
  font-weight: 600;
  font-family: Comfortaa;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.blog-top .latest .text-desk p{
  color: #747373;
  font-size: 14px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Comfortaa;
}

.blog-top .latest .text-desk a{
  background-color: #E61017;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}

.blog-top .latest .text-desk a.btn-card {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
}

.blog-top .latest .text-desk a:hover {
    background: #000;
}

.blog-one{
  padding: 40px 0;
  position: relative;
}

.blog-one .details-card {
  
}

.blog-one .card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  margin-bottom: 30px;
}

.blog-one .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.blog-one .card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-one .card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #E61017;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%,-50%);
}

.blog-one .card-img span h4{
  font-size: 12px;
  margin:0;
  padding:10px 5px;
  line-height: 0;
}

.blog-one .card-desc {
  padding: 1.25rem;
}

.blog-one .card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-family: Comfortaa;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.blog-one .card-desc p {
  color: #747373;
  font-size: 14px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Comfortaa;
}

.blog-one .btn-card{
  background-color: #E61017;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}

.blog-one .btn-card:hover {
  background: #000;
}

.blog-one a.btn-card {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
}
/* End card section */

/*clock slider*/

.clock{
  padding: 80px 0;
}

.timeline_block{
  width:560px;
  height:560px;
  float:left;
  position:relative;
  background-size: cover;
}

.timeline_box{
  height:auto;
  width:calc(100% - 560px);
  float:left;
  padding-left:100px;
}

.timeline_box .timeline_box_text{
  padding-top:160px;
}

.timeline_box .timeline_box_text .timeline_desk.ml_02{
  margin-left:4px;
}

.timeline_box .timeline_box_text h2{
  color:#f2323a;
  display:block;
  line-height:72px;
  font-size:60px;
  font-family:Comfortaa;
  margin:0px 0px 15px;
}

.timeline_box .timeline_box_text h3{
  color:#2B2523;
  font-size:22px;
  line-height:36px;
  font-family:Comfortaa;
  margin:0px;
}

.timeline_box .timeline_box_text h3+h3{
  margin-top:25px;
}

.timeline_block span{
  position:absolute;
  cursor:pointer;
  height:30px;
  width:30px;
}

.timeline_block span.active:before{
  background-color: #f2323a;
  animation-name:animateTimelineTick;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  animation-timing-function:ease;
}

@keyframes animateTimelineTick{0%{transform:scaleY(1);}
 50%{transform:scaleY(2);}
 100%{transform:scaleY(1);}
}

.timeline_block span:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 6px;
  background-color: #676866;
  transform: scaleY(1);
}

.timeline_block span:first-child:after{
  content:"2011";
  position:absolute;
  top:-24px;
  left:0px;
  font-size:16px;
  line-height:25px;
  color:#676866;
}

.timeline_block span:first-child{
  left: 260px;
  top: -15px;
}

.timeline_block span:nth-child(2){
  right: 87px;
  top: 51px;
  transform: rotate(46deg);
}

.timeline_block span:nth-child(3){
  right: -10px;
  top: 212px;
  transform: rotate(80deg);
}

.timeline_block span:nth-child(4){
  right: 22px;
  bottom: 128px;
  transform: rotate(116deg);
}

.timeline_block span:nth-child(5){
  right: 172px;
  bottom: 0px;
  transform:rotate(160deg);
}

.timeline_block span:nth-child(6){
  left: 159px;
  bottom: 3px;
  transform: rotate(208deg);
}

.timeline_block span:nth-child(7){
  left: 19px;
  bottom: 128px;
  transform: rotate(65deg);
}

.timeline_block span:nth-child(8){
  left: -10px;
  top: 220px;
  transform: rotate(94deg);
}
/*
.timeline_block span:nth-child(9){
  left:83px;
  bottom:58px;
  transform:rotate(40deg);
}

.timeline_block span:nth-child(10){
  left:6px;
  bottom:167px;
  transform:rotate(60deg);
}

.timeline_block span:nth-child(11){
  left:-11px;
  top:232px;
  transform:rotate(97deg);
}

.timeline_block span:nth-child(12){
  left:35px;
  top:107px;
  transform:rotate(130deg);
}

.timeline_block span:nth-child(13){
  left:134px;
  top:22px;
  transform:rotate(-36deg);
}*/

.timeline_image_box{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
}

.groth_story_text{
  width:392px;
}

.groth_story_text h3{
  color:#2B2523;
  margin:60px 0px 20px;
  font-size:24px;
  line-height:38px;
  font-family:Comfortaa;
}

.groth_story,.our_work,.timeline{
  margin-bottom:0;
}

.work_images{
  max-width:525px;
}

.work_text h2{
  font-size:24px;
  line-height:38px;
  font-family:Comfortaa;
  color:#2B2523;
  margin:24px 0px 20px;
}

.work_text p{
  color:#2B2523;
  font-size:18px;
  line-height:30px;
  font-family:Comfortaa;
  margin:0px 0px 30px;
}

.work_text p:last-child{
  margin-bottom:0px;
}

.our_people{
  background-color:#F5F4F2;
  padding:75px 0px;
}

.people_images{
  max-width:525px;
}

@media(max-width: 1024px) {
  .timeline_block{width:50%;height:470px;}
  .timeline_box{width:50%;padding-left:60px;}
  .timeline_block span:first-child{left:219px;top:-14px;}
  .timeline_block span:nth-child(2){right:113px;top:13px;}
  .timeline_block span:nth-child(3){right:29px;top:87px;transform:rotate(53deg);}
  .timeline_block span:nth-child(4){right:-11px;top:191px;transform:rotate(82deg);}
  .timeline_block span:nth-child(5){right:1px;bottom:139px;transform:rotate(115deg);}
  .timeline_block span:nth-child(6){right:66px;bottom:48px;transform:rotate(135deg);}
  .timeline_block span:nth-child(7){right:164px;bottom:-6px;transform:rotate(-17deg);}
  .timeline_block span:nth-child(8){left:165px;bottom:-5px;transform:rotate(18deg);}
  .timeline_block span:nth-child(9){left:66px;bottom:45px;transform:rotate(40deg);}
  .timeline_block span:nth-child(10){left:2px;bottom:137px;transform:rotate(60deg);}
  .timeline_block span:nth-child(11){left:-12px;top:193px;transform:rotate(103deg);}
  .timeline_block span:nth-child(12){left:27px;top:89px;transform:rotate(130deg);}
  .timeline_block span:nth-child(13){left:110px;top:14px;transform:rotate(-34deg);}
  .timeline_box .timeline_box_text{padding-top:35px;}
}
@media(max-width: 991px) {
  .groth_story_text{width:auto;}
  .timeline_block{height:360px;}
}
@media(max-width: 767px) {
  .mbl_groth_story ul{padding-left:0px;background-color:#F5F4F2;margin-bottom:60px;}
  .mbl_groth_story ul li{display:block;position:relative;border-bottom:1px solid rgba(183, 183, 183, 0.4);}
  .mbl_groth_story ul li:last-child{border-bottom:none;}
  .mbl_groth_story ul li a{color:#2B2523;text-decoration:none;font-family:Comfortaa;line-height:24px;font-size:16px;padding:30px 20px;display:block;}
  .mbl_groth_story ul li a img{margin-right:15px;}
  .mbl_groth_story ul li a.mbl_page_arrow img{margin-right:0px;}
  .mbl_groth_story ul li a.mbl_page_arrow{position:absolute;right:20px;height:30px;width:30px;background-color:#fff;text-align:center;border-radius:50%;top:50%;transform:translateY(-50%);padding:0px;line-height:30px;}
  .work_text h2{font-size:16px;line-height:22px;margin-top:50px;margin-bottom:20px;}
  .work_text p{font-size:15px;line-height:24px;}
  .work_text.mb60{margin-bottom:60px;}
  .work_images .text_name{background-color:transparent;padding-right:0px;}
  .work_images{margin-top:20px;margin-bottom:25px;}
  .work_images.mb0{margin-bottom:0px;}
  .work_images.mb0 p.text_name{border:none;}
  .our_work{margin-bottom:0px;}
  .groth_story_text h3{font-size:16px;line-height:24px;margin-top:45px;}
  .groth_story_text p:last-child{margin-bottom:50px;}
  .inner_graph_box_text h3{font-family:Avenir-Roman;color:#2B2523;font-size:15px;line-height:20px;text-align:center;margin-top:15px;margin-bottom:5px;}
  .inner_graph_box_text p{text-align:center;color:#676866;font-size:12px;font-family:Avenir-Book;line-height:15px;}
  .groth_story{margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid rgba(183, 183, 183, 0.35);width:calc(100% + 40px);position:relative;left:-20px;padding:0px 20px 60px;}
  .inner_timeline_slide{padding-left:20px;}
  .inner_timeline_slide .swiper-wrapper{padding-bottom:180px;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide{opacity:0.5;padding-left:20px;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide.swiper-slide-active{opacity:1;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide h2{color:#F15922;font-size:24px;line-height:30px;font-family:Comfortaa;margin:0px 0px 15px;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide p{max-width:80%;font-size:15px;color:#2B2523;line-height:24px;font-family:Comfortaa;}
  .inner_timeline_slide .swiper-pagination span{height:10px;width:1px;border-radius:0px;display:inline-block;padding:0px 13px;position:relative;outline:none;margin:0px !important;background-image:url(../../images/svg/grey_line.svg);background-repeat:no-repeat;background-color:transparent;background-position:center;}
  .inner_timeline_slide .swiper-pagination span.swiper-pagination-bullet-active{height:20px;background-color:transparent;background-image:url(../../images/svg/active_arrow.svg);background-position:center;background-repeat:no-repeat;}
  .inner_timeline_slide .swiper-pagination{bottom:70px;}
  .inner_timeline_slide .swiper-pagination span:before{content:"1927";position:absolute;top:-22px;left:0px;display:none;color:#F15922;font-size:12px;line-height:16px;font-family:Avenir-Light;}
  .inner_timeline_slide .swiper-pagination span:nth-child(2):before{content:"1973";}
  .inner_timeline_slide .swiper-pagination span:nth-child(3):before{content:"1997";}
  .inner_timeline_slide .swiper-pagination span:nth-child(4):before{content:"2004";}
  .inner_timeline_slide .swiper-pagination span:nth-child(5):before{content:"2006";}
  .inner_timeline_slide .swiper-pagination span:nth-child(6):before{content:"2008";}
  .inner_timeline_slide .swiper-pagination span:nth-child(7):before{content:"2011";}
  .inner_timeline_slide .swiper-pagination span:nth-child(8):before{content:"2012";}
  .inner_timeline_slide .swiper-pagination span:nth-child(9):before{content:"2014";}
  .inner_timeline_slide .swiper-pagination span:nth-child(10):before{content:"2015";}
  .inner_timeline_slide .swiper-pagination span:nth-child(11):before{content:"2016";}
  .inner_timeline_slide .swiper-pagination span:nth-child(12):before{content:"2017";}
  .inner_timeline_slide .swiper-pagination span:nth-child(13):before{content:"2018";}
  .inner_timeline_slide .swiper-pagination span.swiper-pagination-bullet-active:before{display:block;}
  .inner_timeline_slide .slide_control, .inner_timeline_slide .slide_control .slide_arrow{position:static;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide:last-child{opacity:1;}
  .inner_timeline_slide .swiper-wrapper .swiper-slide p{display:inline-block;}
  .swiper-slide-active.side_change{left:-63px;z-index:1;animation:lft_anime 0.3s linear;-webkit-animation:lft_anime 0.3s linear;}
  @keyframes lft_anime{
    0%{left:0px;}
    58%{left:-58px;}
  }
  .swiper-slide-active.side_change:before{content:"";position:absolute;left:-10%;top:0px;width:50px;height:100%;background-color:#fff;z-index:-1;}
  span.mbl_timeline_arrow{height:60%;width:100px;display:inline-block;position:absolute;top:0px;z-index:1;outline:none;}
  span.mbl_timeline_next{right:0px;}
  span.mbl_timeline_prev{left:0px;}
}
@media(max-width: 375px) {
  .inner_timeline_slide .swiper-pagination span{padding:0px 11.5px;}
}
@media(max-width: 370px) {
  .swiper-slide-active.side_change {left: -58px;}
}
@media(max-width: 320px) {
  .inner_timeline_slide .swiper-pagination span{padding:0px 9px;}
  .swiper-slide-active.side_change{left:-50px;}
  @keyframes lft_anime{
    0%{left:0px;}
    50%{left:-50px;}
  }
}

/*clock slider*/

.carrer-one{
  position: relative;
  padding: 40px 0;
  background: #F5F4F2;
}

.carrer-one .carrer-text{
  margin-top: 50px;
}

.carrer-one .carrer-text .cr-left h3{
  color: #2B2523;
  font-size: 38px;
  line-height: 57px;
  font-family: Comfortaa;
  margin: 0px 0px 10px;
}

.carrer-one .carrer-text .cr-left p{
  line-height: 28px;
  font-family: Comfortaa;
  font-size: 13px
}

.carrer-two{
  padding: 40px 0;
}

.carrer-two .cr-2{
  margin-bottom: 30px;
}

.carrer-two .cr-2 h3{
  font-size: 22px;
  line-height: 38px;
  font-family: Comfortaa;
  color: #2B2523;
  margin: 24px 0px 20px;
  font-weight: 700;
}

.carrer-two .cr-2 p{
  color: #2B2523;
  font-size: 13px;
  line-height: 30px;
  font-family: Comfortaa;
  margin-bottom: 20px; 
}

.under-line-button{
  color: #2B2B33;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: Comfortaa;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-decoration: none !important; 
  font-weight: 800;
  position: relative;
  color: #000 !important;
}

.under-line-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2323a;
}

.under-line-button:hover::before {
  background-color: #f2323a;
  animation-name: hoverAnimationA;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.carrer-three{
  padding: 40px 0;
}

.carrer-three .cr-3-right{
  position: relative;
  padding-left: 30px;
}

.carrer-three .cr-3-right h3{
  font-size: 22px;
  line-height: 30px;
  font-family: Comfortaa;
  color: #2B2523;
  margin: 24px 0px 20px;
  font-weight: 700;
}

.carrer-three .cr-3-right p{
  color: #2B2523;
  font-size: 13px;
  line-height: 30px;
  font-family: Comfortaa;
  margin-bottom: 20px; 
}

.no-aftr::after{
  display: none;
}

.customp{
  color: #2B2523;
  font-size: 13px;
  line-height: 30px;
  font-family: Comfortaa;
  margin-bottom: 20px; 
}

.logo-slider{
  padding: 40px 0;
  border-top: 1px solid #eee;
  z-index: 99;
  position: relative;
  background: #fff;
}

.logo-slider .otr{ 
  color: #fff;
  padding: 10px;
  height: 120px;
  text-align: center;
  margin: 10px;
  border: 1px solid #eee;
  transition: 0.4s;
}

.logo-slider .otr:hover{
  border: 1px solid #f2323a59;
  transition: 0.4s;
}

.logo-slider .otr img{
  width: 98px;
  display: inline-block;
}

.logo-slider .otr h3{
  font-family: Comfortaa;
  margin-bottom: 0;
}

.logo-slider .slick-prev::before{
  content: "\f104" !important;
}

.logo-slider .slick-next::before{
  content: "\f105" !important;
}

.logo-slider .slick-prev::before, .logo-slider .slick-next::before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f2323a;
}

.logo-slider .slick-prev, .logo-slider .slick-next {
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  background: rgba(242, 50, 58, 0.08) !important;
  border-radius: 50px !important;
  z-index: 99;
}

.logo-slider .slick-prev {
  left: -50px;
}

.logo-slider .slick-next {
  right: -50px;
}

.media-one{
  padding: 40px 0; 
  background: #F5F4F2;
}

.media-one .media-text{
  margin-top: 50px;
}

.media-one .media-text .mr-left h3 {
  color: #2B2523;
  font-size: 34px;
  line-height: 57px;
  font-family: Comfortaa;
  margin: 0px 0px 10px;
  font-weight: 800;
}

.media-one .media-text .mr-right p {
  line-height: 28px;
  font-family: Comfortaa;
  font-size: 13px;
}

.media-news{
  padding: 40px 0;
}

.media-news .news-main .news-box{
  position: relative;
  margin-bottom: 30px;
  padding: 20px 70px 20px 20px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  width: 100%; 
}

.media-news .news-main .news-box a{
  margin-bottom: 0;
}

.map-form{
  padding: 40px 0;
}

.media-heading{
  position: relative;
}

.map-form .down{
  padding: 0 70px;
}

.map-form .down .r-frm{
  text-align: center;
  width: 100%;
}

.map-form .down .r-frm h4{
  display: block;
  font-family: Comfortaa;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
  margin-bottom: 0;
}

.form3 .form-control{ 
  color: #000000;
  border-color: rgba(0,0,0,0.12);
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  min-height: 60px;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 2px;
  background: rgba(255,255,255,0.04);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form3 .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(230, 16, 23, 0.24);
  border: 0;
}

/*.label-input100 {
  font-family: Comfortaa;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.rs1-wrap-input100, .rs2-wrap-input100 {
    border: 1px solid #e6e6e6;
}

.input100 {
    width: 100%;
    background: #f1f1f1;
    font-family: Comfortaa;
    font-size: 13px;
    color: #666;
    line-height: 1.2;
    padding: 0 25px;
}

input.input100 {
    height: 55px;
}

input {
  outline: none;
  border: none;
  font-family: Comfortaa;
}

.map-form .r-frm .row{
  margin-left: 0;
  margin-right: 0;
}

.tx-area{
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px;
    box-shadow: 0 0 0;
  border: 0;
}

.focus-input100 {
    position: absolute;
    z-index: 9;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #ed3237;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tx-area:focus, input:focus {
    border-color: transparent !important;
}
*/

.map-form .r-frm button{
  width: 100%;
}

.btn-mine{
  text-align: center;
  font-size: 13px;
  background: #e61017;
  color: #fff !important;
  height: 50px;
  font-family: Comfortaa;
  transition: 0.4s;
  border: 1px solid #e61017 !important;
}

.btn-mine:hover{
  color: #e61017 !important;
  background: #fff;
  transition: 0.4s;
}

.blog-inside{
  padding: 40px 0;
  background: #F5F4F2;  
}

.blog-inside .blog-inside-top{
  position: relative;
}

.blog-inside .blog-inside-top img{
  width: 100%;
}

.blog-inside .blog-inside-top .text-desk{
  padding: 15px 0; 
  position: relative;
}

.blog-inside .blog-inside-top .text-desk h3 {
  color: #000000;
  font-weight: 600;
  font-family: Comfortaa;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.small-b{
  display: none;
}

.res-blk{
  display: none;
}

.mobile{
  display: none;
}

.mobile1{
  display: none;
}

.enquiry-one{
  position: relative;
  padding: 40px 0;
}

/*.enquiry-one .f-adj{
  padding: 0 150px;
}
*/
.enquiry-one .f-adj h5{
  font-size: 14px;
  font-weight: bold;
}

.enquiry-btn{
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  background: #000;
}

.enquiry-one{
  position: relative;
  background: #F5F4F2;
}

.enquiry-one .container{
  background: #fff;
}

::placeholder{
  font-size: 12px;
}

.enquiry-one form span.fa {
  position: absolute;
  left: 25px;
  top: 11px;
  z-index: 99;
  color: #6c757d;
}

.enquiry-one form{
  padding: 20px;
}

.enquiry-one form img{
  margin-bottom: 20px;
  position: relative;
}

.enquiry-one h3{
  font-size: 22px;
  margin: 20px 0 40px 0;
  font-weight: 600;
}

.enquiry-one form .form-control,.enquiry-one form input{
  position: relative;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  transition: 0.4s;
  margin-bottom: 0;
  color: #6c757d;
  border: 1px solid #c4c4c4;
  height: auto;
}

.enquiry-one .form-group {
  margin-bottom: 20px;
}
/*
.enquiry-one form input{
  padding: 5px;
}
*/
.enquiry-one form .form-control:focus,.enquiry-one form input:focus{
  border-color: #e61017 !important;
  transition: 0.4s;
}
.enqry-form .form-group > .fa + input {
  padding-left: 30px;
}

.land-one{
  position: relative;
  padding: 40px 0;
}

.land-one .lnd-lft form{
  margin-top: 20px;
}

.land-one .category{
  position: relative;
  margin-bottom: 10px;
}

.land-one .category h5{
  font-size: 15px;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 0;
}


.audit-one{
  position: relative;
  padding: 40px 0; 
}

.audit-one .shell-top{
  background: url(../img/fire-engg.jpg);
  height: 580px;
  width: 100%;
  background-size: cover;
}

.audit-one .shell-top .text-inside{
  position: relative;
  color: #fff;
  padding: 0 35px;
}

.audit-one .shell-top .text-inside h3{
  font-size: 34px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
}

.audit-one .shell-top .text-inside h4{
  font-size: 24px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
}

.audit-one .shell-top .text-inside h5{
  font-size: 15px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
}

.audit-one .shell-top .shell-form h3{
  font-size: 24px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  color: #f2323a;
}

.audit-one .shell-top .shell-form{
  position: relative;
  padding: 20px;
  background: #EFEFEF;
  left: -50px;
  top: 40px;
  border-radius: 15px;
}

.audit-one .shell-top .shell-form form .form-control{
  border:none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.audit-one .shell-top .shell-form form .form-control:focus{
  box-shadow: none;  
}

.audit-two{
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.audit-two h2{
  position: relative;
  margin-bottom: 30px;
  color: #f2323a;
  display: inline-block;
}

.audit-two h2::after{
  content: "";
  position: absolute;
  left: 10%;
  bottom: -10px;
  height: 1px;
  width: 80%;
  background: #000;
}

.audit-two p{
  line-height: 2.5;
}

.audit-three{
  position: relative;
  padding: 40px 0;
  background: #F5F4F2;
}

.audit-three .boxo{
  position: relative;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 4px 4px #dddddd54;
  height: 100%;
  background: #fff;
}

.audit-three .boxo h4{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cutomul{
  padding-left: 10px;
  list-style: none;
  text-align: left;
}

.cutomul li{
  line-height: 3;
  font-size: 13px;
  padding-left: 5px;
}

.cutomul li::marker{
  content: "\f101";
  color: #f2323a;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.audit-four{
  position: relative;
  padding: 40px 0;
}

.audit-four .otr{
  margin-top: 40px;
  position: relative;
  padding: 20px;
  height: 540px;
  overflow: auto;
  scrollbar-color: #c1c1c1 #f1f1f1;
  scrollbar-width: thin;
  box-shadow: 4px 4px 12px 8px #ddd;
}

.audit-four .otr img{
  width: 80px;
  display: inline-block;
  margin-bottom: 20px;
}

.audit-four .otr h4{
  font-size: 18px;
  font-weight: 600;
  color: #e61017;
}

.audit-four .otr p{
  font-weight: 500;
  min-height: 65px;
} 

.audit-five{
  position: relative;
  padding: 40px 0; 
}

.audit-five h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*body::-webkit-scrollbar{
  width: 1em;
}
 
body::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb{
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

.noc-one{
  position: relative;
  padding: 40px 0; 
}

.noc-one .shell-top{
  background: url(../img/fire-engg.jpg);
  height: 580px;
  width: 100%;
  background-size: cover;
}

.noc-one .shell-top .text-inside{
  position: relative;
  color: #fff;
  padding: 0 35px;
}

.noc-one .shell-top .text-inside h3{
  font-size: 34px;
  font-family: Comfortaa;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
}

.noc-one .shell-top .text-inside ul{
  padding-left: 13px;
  list-style: none;
}

.noc-one .shell-top .text-inside ul li{
  position: relative;
  line-height: 2;
  padding-left: 10px;
}

.noc-one .shell-top .text-inside ul li::marker{
  content: "\f02b";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: -9px;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  top: -10px;
  font-size: 14px;
  transform: rotate(170deg);
}

.noc-one .shell-top .shell-form{
  position: relative;
  padding: 20px;
  background: #EFEFEF;
  left: -50px;
  top: 40px;
  border-radius: 15px;
}

.noc-one .shell-top .shell-form h3{
  font-size: 20px;
  padding: 10px;
  text-align: center;
  background: #e61017;
  color: #fff;
}

.noc-one .shell-top .shell-form form .form-control{
  border:none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.noc-one .shell-top .shell-form form .form-control:focus{
  box-shadow: none;  
}

.noc-two{
  padding: 40px 0;
  background: #f7f7f7;
  position: relative;
}

.noc-two h3{
  text-align: center;
  font-size: 22px;
  color: #e82026;
  font-weight: 600;
}

.noc-two .mid-img{
  padding: 0 18%;
}

.noc-two .mid-img img{
  width: 100%;
}

.noc-two .float-img{
  position: absolute;
  width: 230px;
  top: -40px;
  left: 80px;
  z-index: 99;
}

.noc-three{
  padding: 40px 0;
  position: relative;
}

.noc-three h3 {
  font-size: 22px;
  text-align: left;
}

.noc-three p {
  line-height: 2;
  text-align: left;
}

.noc-three nav{
  position: relative;
  display: block;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.noc-three  .section-nav li.active > a {
  color: #fff;
  font-weight: 500;
  background: #f2323a;
  border: 1px solid #f2323a;
}

/* Sidebar Navigation */
.noc-three  .section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}

.noc-three  .section-nav a {
  text-decoration: none;
  display: block;
  transition: all 50ms ease-in-out;
  padding: 15px;
  color: #777;
  background: #fff;
  border: 1px solid #ccc;
}

.noc-three  .section-nav a:hover,
.noc-three  .section-nav a:focus {
  color: #666;
}

.fixme{
  transition: 0.4s;
  z-index: 1;
}

.fixmi{
  position: fixed !important;
  top: 15%;
  width: 19%;
  transition: 0.4s;
  z-index: 9;
}

.fixme form{
  border: 1px solid #eee;
}

.fixme form h4{
  color: #fff;
  font-size: 16px;
  background: #f2323a;
  padding: 16px 10px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 10px 10px 0 0
}

.fixme form button{
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #F2323A;
  border: none;
  padding: 10px 0;
  transition: 0.4s;
}

.fixme form button:hover{
  background: #000;
  transition: 0.4s;
}

.noc-three .mrji{
  padding: 0 10px 10px 10px;
}

select {
  font-size: 12px !important;
}

.noc-three nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.noc-three nav ul li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  background: #e31e25;
  margin-top: 10px;
  border-radius: 5px;
}

.noc-three nav ul li a.current {
  background: black;
}

.noc-three main {
  padding-bottom: 0;
}

.noc-three section {
  padding: 1rem;
  margin: 0 0 0rem 0;
}

.w60{
  width: 60%;
}

.w70{
  width: 70%;
}

.w80{
  width: 80%;
}

.w90{
  width: 90%;
}

.noc-three main ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.noc-three main ul li {
  line-height: 2;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.noc-three main ul li::before {
  content: "\f02b";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: -9px;
  text-align: center;
  color: #e61017;
  width: 32px;
  height: 32px;
  top: -5px;
  font-size: 14px;
  transform: rotate(170deg);
}

.noc-four{
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #000;
  z-index: 99;
}

.noc-four h3{
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.noc-four img{
  width: 600px;
}

.common-one{
  padding: 40px 0;
  position: relative;
}

.common-one .shell-top{
  margin-bottom: 20px;
}

.common-one .common-text{
  position: relative;
  margin-right: 30%;
}

.common-one .common-text h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.common-one .common-text span{
  color: #e61017;
}

.common-one .common-text p{
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 14px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #cecece;
  position: relative;
}

.accordion::after{
  position: absolute;
  right: 10px;
  top: 40%;
  color: #000;

  content: "\f107";

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel {
  padding: 10px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: 0.4s;
}

.panel p{
  margin-bottom: 0; 
}

.site-one{
  padding: 40px 0;
}

.site-one .shell{
  padding: 25px;
}

.site-one .row{
  margin-bottom: 30px;
  box-shadow: 2px 2px 8px 6px #f0f0f0;
  padding: 15px;
}

.site-one .site-inr{
  position: relative;
  padding: 0 30px;
}

.site-one .site-inr ul{
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.site-one .site-inr ul li{
  padding-left: 15px;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 3;
}

.site-one .site-inr ul li::before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  left: 1px;
  top: 34%;
  color: #e31e25;
}

.site-one .site-inr ul li a{
  color: #444;
}

.site-one .site-inr ul li a.current{
  color: #e31e25;
}

.cls-main-contact a{
  color: #000;
  text-decoration: none;
}

.copy-one{
  position: relative;
  padding: 40px 0;
}

.copy-one .b-top{
  position: relative;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}

.copy-one .b-top h3{
  font-size: 30px;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 10px;
  position: relative;
}

.copy-one .b-top h3::after{
  position: absolute;
  content: "";
  left: 45%;
  bottom: -10px;
  height: 4px;
  width: 64px;
  background: #f2323a;
}

.copy-one .c-top{
  margin-bottom: 50px;
}

.copy-one .c-top h3{
  font-size: 32px;
  font-weight: bold;
}

.copy-one .c-top p{
  font-size: 16px;
  margin-bottom: 16px;
}

.copy-one .c-top span{
  display: block;
  position: relative;
  font-size: 14px;
  color: #6c757d;
}

.copy-one .d-top{
  margin-bottom: 50px;
}

.copy-one .d-top h3{
  font-size: 32px;
  font-weight: bold;
}

.copy-one .d-top p{
  color: #6c757d;
  font-size: 14px;
}

.p-md-2 {
  padding: .5rem !important;
}

.copy-one .bozo{
  position: relative;
  border: 1px solid rgba(0,0,0,.125);
  margin: 1rem 0.5rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.copy-one .bozo .t-heading{
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: #f2323abd;
}

.copy-one .bozo .bozo-body{
  padding: 1.25rem;
  position: relative;
}

.copy-one .bozo .bozo-body h4{
  padding-top: .5rem;
  font-size: 26px;
  font-weight: 700;
}

.copy-one .bozo .bozo-body p{
  font-size: 13px;
  font-weight: 400;
}

.copy-one .bozo .bozo-body h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.copy-one .bozo .bozo-body span{
  display: block;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}

.last-btn{
  text-align: center;
}

.last-btn a{
  background: #f2323a;
  padding: 13px 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: block;
}

.top25{
  top: 2.2em !important;
}

.vacancy {
  position: absolute;
  right: -.5rem;
  top: 1.5rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  background: #FEA100;
  color: #fff;
  text-decoration: none;
  padding: .5rem 1rem;
}

.vacancy::before {
  width: 0;
  height: 0;
  border-bottom: 10px solid #e49000;
  border-right: 10px solid transparent;
  position: absolute;
  content: "";
  top: -10px;
  right: -1px;
  z-index: -1;
}

.postr{
  background-image: linear-gradient(rgba(25, 113, 190, 0.7), rgba(25, 113, 190, 0.7)), url("../img/terms-ban.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; 
  position: relative;
  text-align: center;
}

.postr h4{
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6
}

.postr a{
  width: 150px;
  display: inline-block;
  color: #fff;
  padding: 12px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 15px;
  text-align: center;
}

/*responsive*/

@media only screen and (min-width:300px) and (max-width:599px) {

  .logo.mobile img{
    width: 50px;
    display: inline-block;
  }

  .logo.mobile h5{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
  }

  .logo.mobile a{
    color: #fff;
    text-decoration: none !important;
  }
  
  .desktop{
    display: none;
  }

  .desktop1{
    display: none;
  }

  .mobile{
    display: inline-block;
    background: transparent;
  }

  .mobile1{
    display: block;
    background: transparent;
  }

  .mobile1 .card:first-child{
    border-top: 1px solid rgba(0,0,0,.125);
  }

  .mobile1 .card .card-body{
    padding: 10px;
  }

  .mobile1 .card{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
  }

  .mobile1 .under-line-button{
    margin-bottom: 0;
  }

  .card .card-header{
    border: none;
    background: transparent;
    position: relative;
  }

  .card .card-header::after{
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 16px;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile1 .card button{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    color: #000;
    width: 100%;
    text-decoration: none;
    padding: 0;
  }

  .logo-slider .slick-prev, .logo-slider .slick-next {
    display: none !important;
  }

  .footer .footer_section .social_link ul li{
    margin: 0 10px;
  }

  /*navbar*/

  button:focus {
    outline: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
    position: relative;
    margin: 0 !important;
    padding: 20px 22px;
  }

  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    margin: 0;
    bottom: 0;
    opacity: 1;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
  }

  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f5f4f2;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse {
      align-items: start;
      -moz-background-clip: padding;
      -webkit-background-clip: padding;
      background-clip: padding-box;
      border-right: 5px solid rgba(0, 0, 0, 0.2);

  }

  .offcanvas-collapse.open {
      left: 0;
      visibility: visible;
  }

  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
  }
  .nav-scroller .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      color: rgba(255, 255, 255, .75);
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }

  .nav-underline .nav-link {
      padding-top: .75rem;
      padding-bottom: .75rem;
      font-size: .875rem;
      color: #6c757d;
  }

  .nav-underline .nav-link:hover {
      color: #007bff;
  }

  .nav-underline .active {
      font-weight: 500;
      color: #343a40;
  }

  .navbar {
    padding: 15px 10px;
  }

  .navbar-dark .navbar-toggler{
    float: right;
    border-color: transparent;
  }

  .stick-top{
    transition: 0.4s;
  }

  .cstmbtn{
    transition: 0.4s;
  }

  .stick-top .cstmbtn{
    margin-top: 12px;
    transition: 0.4s;
  }

  /*/navbar*/

  .small-b{
    display: block;
  }

  .big-b{
    display: none;
  }

  .res-non{
    display: none;
  }

  .res-blk{
    display: block;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px 0 15px;
  }

  .cstmbtn span{
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
  }

  .cstmbtn span:last-child{
    width: 24px;
    margin-bottom: 0; 
  }

  .float-text {
    top: 45%;
    left: 15%;
    width: 70%;
    right: 15%;
    text-align: center;
  }

  .float-text h3{
    font-family: Alegreya;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
  }

  .carousel-caption .flt-cont {
    color: #000;
    padding: 0px 10px 0 20px;
    margin-bottom: 20px;
  }

  .carousel-caption .flt-cont h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .carousel-caption .flt-cont h5 {
    padding-bottom: 10px;
  }

  .carousel-caption .flt-cont h5::after {
    background: #f2323a;
  }

  .two {
    padding: 40px 0 0 0;
    border-top: 0;
    background: #F5F4F2;
  }

  .two .left {
    text-align: center;
  }

  .two .left h3 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .two .left a {
    font-size: 10px;
  }

  .two .left:first-child::after {
    left: 15%;
    right: 15%;
  }

  .two .left:nth-child(2) {
    padding-top: 20px;
  }

  .two .right {
    display: none;
  }

  .custom-heading img {
    width: 30px;
    margin-right: 5px;
  }

  .four .custom-heading h3 {
    font-size: 14px;
    color: #fff;
  }

  .three .card{
    height: auto;
    background: transparent;
  }

  .three p{
    font-size: 13px;
  }

  .three {
    padding: 40px 0 60px;
  }

  .three .card .card-body{
    height: 45%;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .card-title {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #f2323a;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
  }

  .three .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 60px;
  }

  .three .slick-dotted.slick-slider::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 190px;
    right: 8px;
    top: 30px;
    background: url(../img/circle-half2.png);
    background-size: cover;
    opacity: 0.4;
  }

  .three .slick-dotted.slick-slider::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 190px;
    left: 8px;
    top: 30px;
    background: url(../img/circle-half.png);
    background-size: cover;
    opacity: 0.4;
  }

  .three .slick-initialized .slick-slide{
    margin-right: 0;
  }

  .three .slick-prev {
    left: 40%;
    top: 106%;
  }

  .three .slick-next {
    left: 52%;
    top: 106%;
  }

  .three .slick-prev, .three .slick-next{
    height: 30px;
    width: 30px;
    z-index: 99;
    border-radius: 50%;
  }

  .redi{
    display: none !important;
  }

  .three .slick-prev::before, .three .slick-next::before {
    font-size: 14px;
    line-height: 0;
  }

  .four{
    background: url(../img/four-s-bg.jpg);
    background-size: cover;
  }

  .four .left{
    display: none;
  }

  .four .right {
    margin-top: 15px;
  }

  .four .card{
    padding: 10px;
    background: transparent;
  }

  .four .card .carousel-caption .number span{
    font-size: 11px;
  }

  .four .navi{
    bottom: -15px;
  }

  .four .navi a{
    background-color: rgba(255, 255, 255, 0.41);
    color: #fff;
  }

  .four .card .carousel-item {
    height: 162px;
  }

  .four .card .carousel-caption .number {
    margin-bottom: 6px;
    text-align: center;
  }

  .four .card .carousel-caption .number span:first-child::after {left: 19px;
    top: 8px;
  }

  .four .card .carousel-caption h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }

  .four .card .carousel-caption p {
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 6px;
    color: #fff;
    text-align: center;
  }

  .four .card .carousel-caption small{
    display: block;
    text-align: center;
  }

  .four .navi a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    padding: 8px;
  }

  .four .card .carousel-caption{
    color: #fff;
  }

  .four .card .carousel-caption .number span:first-child{
    color: #fff;
  }

  .four .card .carousel-caption .number span:first-child::after {
    background-color: #fff;
  }

  .five{
    display: none;
  }

  .mid-heading{
    padding: 0;
  }

  .mid-heading h2::before {
    left: 42%;
    bottom: 12px;
    height: 1px;
  }

  .mid-heading h2 {
    font-size: 18px;
  }

  .footer .footer_section {
    padding: 20px 0px 0px;
  }

  .footer .footer_section .footer_menu ul li a {
    margin: 0 0px;
    font-size: 12px;
  }

  .footer .footer_section .footer_menu ul {
    margin-top: 10px;
  }

  .consultancy-div {
    margin: 10px 0 0px;
  }

  .consultancy-div h4 {
    font-size: 13px;
    text-align: center;
  }

  .footer .footer_copyright {
    padding: 20px 0px;
  }

  .footer .footer_section .social_link ul {
    margin: 0 0 0px;
  }

  .footer .footer_section .social_link ul li a{
    padding: 5px 0;
  }

  .footer .footer_copyright ul{
    display: none;
  }

  .footer .footer_copyright p {
    margin: 0;
    display: block;
    text-align: center;
  }

  .pro-div-1 {
    padding: 50px 0 80px 0;
  }

  .breadcrumb li a {
    font-size: 10px;
  }

  .breadcrumb li {
    font-size: 10px;
  }

  .shell{
    padding: 5px;
  }

  .new-pg{
    display: block;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #F5F4F2;
    position: relative;
  }

  .new-pg img{
    width: 35px;
    display: inline-block;
    margin-right: 15px;
  }

  .new-pg a{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
  }

  .new-pg span{
    position: absolute;
    right: 15px;
    top: 39%;
    color: #e31e25;
  }

  .about-four .mll:nth-child(1){
    display: none;
  }

  .about-four .mll:nth-child(2){
    display: none;
  }

  .about-one .about-inside {
    padding: 10px 0 0 0;
  }

  .about-one .about-inside .ab-left h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .about-one .about-inside .ab-right p {
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .clock{
    display: none;
  }

  .about-one{
    padding: 20px 0;
    background: transparent;
  }

  .about-two{
    display: none;
  }

  .about-four{
    padding: 30px 0;
  }

  .about-four .substance h4 {
    margin: 10px 0px 0;
    font-size: 17px;
  }

  .about-four .substance p {
    font-size: 11px;
    line-height: 22px;
  }

  .under-line-button {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .about-four .substance {
    margin-bottom: 10px;
  }

  .under-line-button::before{
    height: 1px;
  }

  .carrer-one .carrer-text {
    margin-top: 20px;
  }

  .carrer-one .carrer-text .cr-left{
    padding: 0 10px;
  }

  .carrer-one .carrer-text .cr-right{
    padding: 0 10px;
  }

  .carrer-one .carrer-text .cr-left h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
  }

  .carrer-two {
    padding: 20px 0;
  }

  .carrer-one{
    padding: 20px 0;
  }

  .carrer-one .carrer-text .cr-right p{
    font-size: 11px;
    margin-bottom: 10px;
  }
  
  .custom-heading {
    margin-bottom: 10px;
    text-align: center;
  }

  .carrer-two .cr-2{
    margin-bottom: 10px;
  }

  .carrer-two .cr-2 img{
    margin-bottom: 10px;
  }

  .carrer-two .cr-2 h3 {
    font-size: 16px;
    margin: 10px 0px 0px; 
  }

  .carrer-two .cr-2 p {
    font-size: 11px;
    line-height: 20px;
  }

  .carrer-three{
    padding: 20px 0;
  }

  .carrer-three .cr-3-right {
    padding-left: 0;
  }

  .carrer-three .cr-3-right h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .carrer-three .cr-3-right h3 {
    margin: 10px 0px 5px;
  }

  .carrer-three .cr-3-right p {
    font-size: 11px;
    line-height: 24px;
  }

  .cls-ar-contact{
    bottom: 70px !important;
    left: 17%;    
  }

  .media-one{
    padding: 20px 0;
  }

  .media-one .media-text {
    margin-top: 10px;
  }

  .media-one .media-text .mr-left h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .media-news{
    padding: 20px 0;
  }

  .news-main{
    margin-top: 20px; 
  }

  .blog-top{
    padding: 20px 0;
  }

  .blog-inside .blog-inside-top .text-desk h3{
    font-size: 20px;
  }

  .blog-inside .blog-inside-top .text-desk {
    font-size: 12px;
  }

  .contact-one .main-box .detail-img img {
    width: 100%;
  }

  .contact-two .boxz .left h4 {
    font-size: 16px;
  }

  .contact-two .boxz .right p {
    font-size: 11px;
  }

  .contact-three .inside ul li {
    font-size: 11px;
  }

  .map-form{
    padding: 20px 0;
  }

  .map-form .down {
    padding: 0;
  }

  .map-form .map{
    margin-bottom: 20px;
    position: relative;
    display: block
  }

  .map-form .down .r-frm{
    position: relative;
    display: block;
    margin-top: 25px;
  }

  .map-form .down .r-frm h4{
    padding-bottom: 0;
    font-size: 22px;
  }

  .img-shell-img img{
    width: 100%;
  }

  .pro-div-2 .row{
    margin-bottom: 0;
  }

   
   .noc-one .shell-top .text-inside {
   padding: 30 35px;
  }
    .noc-one .shell-top {
    height: 895px;
    
  }
  .noc-one .shell-top .shell-form {
    left: 0px;
    top: -40px;
  }
  .noc-two .float-img {
    width: 61px;
    top: 0px;
    left: 4px;
   
  }
  .noc-two .mid-img {
    padding: 0 0;
  }

   .w80 {
    width: 100%;
  }
   .w70 {
    width: 100%;
  }

   .noc-four img {
    width: 350px;
}

   .fixmi {
    position: relative !important;
    top: 0%;
    width: 101%;
    transition: 0.4s;
    z-index: 9;
}

   .audit-one .shell-top {
    height: 975;
    }
   .audit-one .shell-top .shell-form {
    left: 0px;
    top: 46px;
  
  }
  .left-side-heading {
    padding: 10px 20px;
  }
  .left-side-heading img {
    width: 45px;
    
  }
  .left-side-heading h4 {
    font-size: 16px;
  }

   .audit-one .shell-top .text-inside {
    padding: 30px 35px;
  } 

.splide__pagination{
  display: none !important;
}

.splide__arrow{
  display: none !important;
}

.splide__slide{
  display: flex;
  align-items: center;
}

.algg{
  position: relative;
  font-size: 16px;
  text-align: center;
  background: #f2323a;
  color: #fff;
  padding: 10px;
}

.splide__slide .v-slider{
  text-align: center;
  width: 100%;
}

.splide__slide .v-slider h3{
  color: #f2323a;
  display: block;
  font-size: 28px;
  font-family: Comfortaa;
  margin: 0px 0px 15px;
}

.splide__slide .v-slider p{
  color: #2B2523;
  font-size: 15px;
  font-family: Comfortaa;
  margin: 0px;
}

.splide__slide .v-slider img{
  width: 150px;
  display: inline-block;
  margin-bottom: 15px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
  
  p{
    font-size: 12px;
  }

  .float-text{
    top: 30%;
    left: 6%;
  }

  .float-text h3 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 28px;
  }

  .float-text a{
    font-size: 12px; 
  }

  .float-text a span {
    margin-left: 10px;
    font-size: 10px;
  }

  .carousel-caption .flt-cont h2{
    font-size: 20px;
  }

  .carousel-caption .flt-cont h5{
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  header{
    padding: 20px 0 10px;
  }

  header .logo h5{
    display: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    margin: 15px 15px !important;
    font-size: 11px;
  }

  .breadcrumb li{
    font-size: 10px;
  }

  .breadcrumb li a{
    font-size: 10px;
  }

  .two .left h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .two .left a{
    font-size: 12px;
  }

  .custom-heading img{
    width: 35px;
  }

  .custom-heading h3{
    font-size: 16px;
  }

  .three .slick-prev, .three .slick-next{
    height: 35px;
    width: 35px;
  }

  .three .slick-prev::before, .three .slick-next::before {
    font-size: 15px;
  }

  .three .slick-prev {
    left: 90%;
  }

  .four .card .carousel-item {
    height: 180px;
  }

  .four .navi{
    bottom: 27px;
    float: right;
    z-index: 99;
  }

  .four .navi a {
    font-size: 15px;
    height: 35px;
    width: 35px;
    margin-right: 5px;  
  }

  .five .f-left h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .five .f-left a {
    font-size: 12px;
  }

  .logo-slider .otr img{
    width: 100%;
  }

  .logo-slider .otr{
    height: auto;
  }

  .footer .footer_section .footer_menu ul li a{
    margin: 0 5px;
    font-size: 12px;
  }

  .consultancy-div h4 {
    font-size: 14px;
  }

  .footer .footer_section .social_link ul li{
    margin: 0 8px;
  }

  .footer .footer_copyright {
    padding: 20px 0px;
    text-align: center;
  }

  .footer .footer_copyright ul li{
    margin-left: 10px;
  }

  .footer .footer_copyright p {
    margin-left: 0;
    margin-top: 10px;
  }

  .footer_logo h5{
    display: none;
  }

  .about-one .about-inside .ab-left h3{
    font-size: 30px;
    line-height: 45px;
  }

  .about-one .about-inside {
    padding: 20px 0 0 0;
  }

  .about-one .about-inside .ab-right p {
    line-height: 24px;
    font-size: 12px;
  }

  .clock{
    display: none;
  }

  .about-two .bozo{
    height: 90%;
    padding: 42px 10px;
    margin-left: -90px;
  }

  .about-two .bozo img {
    width: 100px;
  }

  .about-two .bozo h3{
    font-size: 20px;
  }

  .about-two .bozo p{
    font-size: 14px;
  }

  .about-four .substance h4{
    font-size: 16px;
    margin: 14px 0 0;
  }

  .about-four .substance p{
    font-size: 12px;
    line-height: 25px
  }

  .under-line-button{
    font-size: 10px;
  }

  .footer .footer_section {
    padding: 20px 0px 0px;
  }

  .service-one .img-shell .img-shell-text h5 {
    font-size: 13px;
  }

  .service-one .img-shell .img-shell-text p{
    font-size: 12px;
  }

  .mid-heading h2{
    font-size: 26px;
    display: inline-block; 
  }

  .mid-heading h2::before {
    left: 38%;
    bottom: 4px;
  }

  .pro-div-2 .row{
    margin: 0;
  }

  .carrer-one .carrer-text .cr-left h3{
    font-size: 26px;
    line-height: 35px;
  }

  .carrer-one .carrer-text {
    margin-top: 20px;
  }

  .carrer-two .cr-2 h3 {
    font-size: 16px;
  }

  .carrer-two .cr-2 p{
    font-size: 12px;
    line-height: 25px;
  }

  .carrer-three .cr-3-right{
    padding-left: 0;
  }

  .carrer-three .cr-3-right h3 {
    font-size: 18px;
    margin: 0 0px 5px;
    font-weight: 700;
  }

  .carrer-three .cr-3-right p{
    font-size: 12px;
    line-height: 26px;
  }

  .media-one .media-text .mr-left h3{
    font-size: 26px;
    line-height: 35px;
  }

  .media-one .media-text .mr-right p {
    font-size: 12px;
  }

  .contact-one .main-box .detail-img img {
    width: 100%;
  }

  .contact-one .main-box .detail h3 {
    font-size: 12px;
  }

  .contact-one .main-box .detail p {
    font-size: 12px;
  }

  .contact-one .main-box .detail ul li {
    font-size: 10px;
  }

  .contact-one .main-box .detail ul li span{
    width: 40px;
  }

  .contact-two .boxz .left h4 {
    font-size: 16px;
  }

  .contact-two .boxz .right p {
    font-size: 12px;
  }

  .map-form .down {
    padding: 0;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {

}