font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.woff2') format('woff2'),
      url('../fonts/Oswald-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2'),
      url('../fonts/Oswald-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
      url('../fonts/swald-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
      url('../fonts/Oswald-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
      url('../fonts/Oswald-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
      url('../fonts/Oswald-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Oswald', sans-serif;

    color: #313030;
    margin: 0;
    padding: 0;
  }

  *{
    box-sizing: border-box;
  }
  
  a {
    color: #000;
    text-decoration: none;
  }
  
  a:hover {
    color: #f9af17;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  
    margin-top: 0;
    margin-bottom: 20px;
  }

  h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
  }

  h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
  }

  h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
  }

  h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }

  

  p{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
  }

  .container{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }


.header{
	background-color:#fff;
	position:fixed;
  top: 0;
  width: 100%;
  transition: 0.3s all ease-in-out;  
  z-index: 99;
}

.fixed-header .header-top{
  display: none;
}
.header-spacer {
  height: 112px;
}
.navigation {
  display: flex;
  align-items: center;
}

.header_top .container {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.header_top {
    background: #000;
    padding: 10px 0;
}

.header_top a.email,  a.contact_number {
    color: #fff;
    display: flex;
    align-items: center;
}

.header_top address {
    margin-bottom: 0;
    COLOR: #FFF;
    line-height: inherit;
    font-style: normal;
    display: flex;
    align-items: center;
}

.header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
  width: 131px;
  display: inline-block;
  position: relative;
  top: 0px;
 
}

.logo img {
  width: 100%;
  display: block;

}

.navigation ul{
    display: flex;
    margin: 0;
    padding: 0;
}

.navigation ul li{
    
    list-style: none;
}

.navigation ul li:last-child{
    margin-right: 0;
}

.navigation ul li a{
  color: #021a47;
  font-weight: 500;
  padding: 0 25px;
  display: block;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;

}


.navigation ul li > .sub-menu{
    position: absolute;
    width: 280px;
    padding: 20px;
    background: #fff;
    z-index: 9;
    flex-direction: column;
    display: none;
}

.navigation ul li > .sub-menu li{
    margin-bottom: 5px;
}

.navigation ul li > .sub-menu li a{
    padding: 5px 10px;
}

.header-top {
   background: #010b1d;
   padding: 10px 0;
}

.top_main{
    display: flex;
    justify-content: space-between;
}


.header-top ul{
    display: flex;
    margin: 0;
    padding: 0;
}

.header-top ul li{
    list-style: none;
    margin-right: 20px;
}

.header-top ul li span{
    color: #fff;
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.header-top ul li:last-child{
    margin-right: 0;
}

.header-top ul li a{
    color: #fff;
}

.social li img{
    width: 20px;
    display: block;
}

.banner_slider {
    width: 100%;
    display: block;
    height: 600px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: center;
    text-align: center;
}

.banner_slider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  content: "";
}

.banner-main{
  max-width: 900px;
  margin: 0 auto;
}

.banner-main h1{
  color: #fff;
}

.quote_btn {
  background: #f9af17;
  padding: 0 20px;
  height: 55px;
  color: #fff;
  display: inline-block;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
}

.quote_btn:hover{
  background: #010b1d;
  color: #fff;
}

.banner-main{
 
  position: relative;
  z-index: 1;
  
}

.banner-main .sub-title{
  font-size: 36px;
  line-height: 45px;
  color: #ff5e15;
  border-left: 6px solid #ff5e15;
  padding-left: 30px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 600;
}

.banner-main h2 {
  font-size: 49px;
  color: #fff;
  font-weight: bold;
  line-height: 65px;
  text-transform: uppercase;
}

.recent-section{
  padding: 60px 0;
}

.banner-main p{
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.banner-slider .owl-dots{
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.banner-slider .owl-dot{
  background: #ff5e15 !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid transparent;
}

.banner-slider .owl-dot.active{
  background: #010b1d !important;
  border: 1px solid #fff;
}

.custom-btn {
  background: #f9af17;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 22px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  position: relative;
  position: relative;
  margin-right: 20px;
}

.custom-btn:hover{
  color: #fff;
  background: #000;
}

.intro-section {
  background: #997834;
  padding: 60px 0;
}

.intro-section h2{
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.modern-contruction{
  padding: 100px 0;
  text-align: center;
}

.modern-top{
  margin-bottom: 50px;
}

.modern-list{
  display: flex;
  margin: 0 15px;
}

.modern-box{
  padding: 0 15px;
  width: 25%;
}


.col_third {
  width: 24%;
}

.panel {
	margin: 0 auto;
	height: 130px;  
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.panel .front,
.panel .back {
	text-align: center;
}
	
.panel .front {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1{
	background-color: #f5f5f5;
	width: 250px;
	height: 200px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.box2{
	background-color: #f9af17;
	width: 250px;
  height: 200px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.counter-section{
  height: 600px;
  width: 100%;
  background-size: cover !important;
  margin:50px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-section .container{
  position: relative;
  z-index: 1;
}


#counter .item .count {
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 76px;
  font-weight: bold;
}


#counter .item h3{
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}

.counter-bg:before{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  content: "";
}

.counter-section:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:80px;
  content: "";
  background: url(../images/demo.svg) no-repeat left top;
  z-index: 9;
}

.counter-section:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:80px;
  content: "";
  background: url(../images/demo1.svg) no-repeat left top;
}

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 40px 0px;
  width: 100%;
}
#counter .item{
  background: transparent;
  width: 200px;
  padding: 0;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
 
} 
#counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 90px;
}
#counter .item h3{
  margin-bottom: 0;
  text-transform: capitalize;
}

.recent-section{
  padding-bottom: 100px;
}

.recent-top{
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.recent-top h2{
  margin-bottom: 30px;
}

.reecent-grid{
  margin: 50px -15px 0;
  display: flex;
}

.recent-section .recent-box{
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}

.recent-section .recent-box figure{
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.recent-section .recent-box figure:before{
  background: rgba(249,175,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  transform: translateY(100%);
  transition: 0.3s;
}

.recent-section .recent-box:hover figure:before{
  transform: translateY(0);
}

.recent-section .recent-box:hover figure img{
  transform: scale(1.2);
}

.recent-section .recent-box figure img{
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
  transform: scale(1.0);
  transition: 0.3s;
}

.recent-section .recent-box .recent-desc{
  padding-top: 30px;
}

.recent-desc h4{
  text-transform: uppercase;
}

.recent-btn{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.core-section{
  padding: 100px 0;
  background: #f5f5f5;
}

.testimnonial-section{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    position: relative;
    display: flex;
    padding: 150px 0;
    justify-content: center;
}

.testimnonial-section h2{
  color: #fff;
  position: relative;
  z-index: 1;
}

.testimonial-bg:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  content: "";
}
.testimnonial-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: "";
  background: url(../images/test-image.svg) no-repeat left top;
  z-index: 9;
}

.testimnonial-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: "";
  background: url(../images/demo1.svg) no-repeat left top;
}

.testimonial-slider{
  text-align: center;
  margin-top: 60px;
}

.testimonial-slider .banner-main{
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-slider .banner-main h3{
  font-size: 32px;
  color: #fff;
}

.testimonial-slider .banner-main img{
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 100%;
  margin: 0 auto 30px;
}

.testimonial-slider .banner-main p{
  font-size: 18px;
  margin-bottom: 20px;
}

.date{
  margin-bottom: 10px;
  display: block;
}

.latest-section{
  padding: 60px 0;
}

.latest-section h4{
  font-size: 17px;
}

.partner-section{
  padding: 40px 0 100px;
}

footer{
  background: #021a47;
  padding: 60px 0 0;
}

.footer_main{
  display: flex;
}

.footer_box{
  width: 25%;
}

.footer_box img{
  width: 100%;
}

.footer_box h5{
  color: #fff;
}

.footer_box p, .footer_box a, .footer_box address{
  color: #fff;
  display: block;
}

.footer_box ul{
  margin: 0;
  padding: 0;
}

.footer_box ul li{
  list-style: none;
}

.copy-right {
  margin-top: 30px
  ;
}

.copy-right .container{
  display: flex;
  justify-content: space-between;
}

.copy-right p{
  color: #fff;
}

.inner-banner {
  height: 350px;
  background-size: cover !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  content: "";
}

.inner-banner h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}

.about-section {
  margin: 100px 0 150px;
  position: relative;
  padding: 100px 0;
}

.about-main {
  align-items: center;
}

.about-left {
  padding-right: 50px;
}

.about-right img {
  width: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.about-choose-right .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #f9af17;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.about-main .col-md-6 {
  position: static;
}

.about-choose-section {
  background: #021a47;
  padding: 100px 0;
}

.about-choose-section ul{
  padding-left: 0;
}

.about-choose-right h2 {
  color: #fff;
}

.about-choose-right ul li {
  margin-bottom: 0;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  list-style: none;
  margin-bottom: 30px;
  background: url(../images/confirm.png) no-repeat left 6px;
  padding-left: 45px;
  background-size: 24px;
}

.choose-image {
  margin-top: -130px;
}

.choose-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.what-we-top {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.what-we-do-section {
  padding: 100px 0;
}

.what-we-top .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  display: inline-block;
  color: #f9af17;
  text-transform: uppercase;
}

.what-we-top h2 {
  color: #000;
}

.what_box {
  padding: 20px 30px;
  border: 1px solid #efefef;
  border-right: none;
  position: relative;
  width: 100%;
  display: inline-block;
}

.what_box h4 {
  text-transform: uppercase;
  color: #010b1d;
}

.what_box .icon {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.what_box .icon img {
  position: relative;
  z-index: 1;
  width: 70px;
}

.what_box .icon:before {
  position: absolute;
  width: 60px;
  height: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #010b1d;
  content: "";
  left: 0;
  top: 0;
}

.mision-section {
  padding: 100px 0;
  background-size: cover !important;
  position: relative;
}


.mision-box {
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
  line-height: 1.8em;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  height: 100%;
  text-align: center;
}

.mision-section:before {
  background: rgba(249,175,23,0.7);
 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.blog-page {
  padding: 100px 0 50px;
}

.blog-page img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transform: scale(1.0);
  transition: 0.3s;
}

.blog-box:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.blog-page .col-md-4 {
  margin-bottom: 50px;
}

.blog-page figure {
  overflow: hidden;
}

.contact-section {
  padding: 60px 0;
  text-align: center;
}

.contact-box {
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
  line-height: 1.8em;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  height: 100%;
}

.contact-form {
  padding: 40px 0 100px;
}

.contact-form .sub-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #f9af17;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 50px;
}

.form-group input, .form-group textarea {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 20px;
  background: #f1f0f0;
}
.form-group textarea {
  height: 100px;
  padding-top: 20px;
}
.form-group .button .btn {
  background: #f9af17;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width: auto;
}

.form-group .button .btn:hover{
  background: #000;
}

.row.sub-btn {
    padding-left: 30px;
}
.service-intro {
  padding: 100px 0;
  background: #f1f1f1;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.key-feture-section {
  padding: 100px 0;
  background: #fff;
}

.images-column .inner-column {
  position: relative;
}

.images-column .image:nth-child(1) {
  z-index: 3;
  width: 300px;
}

.images-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.10);
  max-width: 100%;
}

.images-column .image:nth-child(2) {
  margin-bottom: 0;
  width: 300px;
  z-index: 1;
  top: 400px;
  left: 28px;
  position: absolute;
}

.images-column .image-two {
  position: absolute;
  right: 0px;
  top: 150px;
  overflow: hidden;
  padding: 10px 10px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  width: 400px;
  z-index: 2;
}

.key-feture-section h2 {
  margin-bottom: 50px;
}

.key-feture-section .inner-box {
  padding-left: 80px;
  position: relative;
}

.key-feture-section .number {
  opacity: 0.30;
  font-weight: 800;
  line-height: 1em;
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtysix) 0%, var(--color-fourtysix) 100%);
  position: absolute;
  left: 0;
}

.key-feture-section .inner-box h3 {
  margin-bottom: 15px;
}

.service-details {
  position: relative;
  padding: 70px 0;
  background-size: cover !important;
  width: 100%;
}

.service-details h2 {
  color: #fff;
  text-align: left;
  max-width: 800px;
  margin: 0 0 70px;
  position: relative;
  z-index: 1;
}

.service-details .service-box {
  text-align: left;
  margin-bottom: 0;
}

.service-details .service-box img {
  display: block;
  margin: 0 auto 30px;
}

.management-left {
  order: 1;
}

.management-left .intro-left{
  padding-right: 0;
  padding-left: 40px;
}

.service-section img {
  height: 75px;
  display: block;
  margin-bottom: 20px;
}

.service-details .service-box h3 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.service-details p {
  color: rgba(254,254,254,0.8);
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
  padding: 0 0;
  font-size: 18px;
  letter-spacing: 0.32px;
}

.intro-section {
  padding-top: 100px;
}

.intro-left {
  padding-right: 40px;
}

.we-serve ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.we-serve ul li {
    margin-bottom: 10px;
}

.intro-right img {
  width: 100%;
  display: block;
}

.intro-right img {
  width: 100%;
  display: block;
}

.we-serve ul li .title {
  font-size: 22px;
  font-weight: 700;
}

.call-section {
  height: 400px;
  background-size: cover !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.call-section:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  content: "";
}

.call-section .call_main {
  text-align: center;
  position: relative;
  z-index: 1;
}

.call-section .call_main h2 {
  color: #fff;
}

.call-section .call_main p{
  color: #fff;
}

.service-details:before {
  background: rgb(1,11,29,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.call-section .call_main a {
  font-size: 22px;
  font-weight: bold;
  color: #f0761f;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
}

.call-section .call_main .custom-btn {
  color: #fff !important;
  font-weight: 600 !important;
  padding: 32px 50px;
  margin-top: 40px !important;
  display: block;
}

.images-column img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  object-fit: cover;
}

.management-section{
  padding: 60px 0;
}

.management-section ul{
  padding-left: 20px;
  margin-bottom: 0;
}

.management-section ul li{
  margin-bottom: 10px;
}

.intro-section.detail-section {
  background: #cacaca;
  padding-top: 60px;
}
.intro-section.detail-section h2{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.faq-section{
  padding:100px 0 100px;
  background: #f7f7fb;
}

.faq-section  h2{
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}

.faq-section .container{
  max-width: 1000px;
  margin: 0 auto;
}

.faq-section .btn-wrapper button{
  background: transparent;
  border: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq-section .btn-wrapper button:before{
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/plus.png) no-repeat right center;
  content: "";
  background-size: 20px;
}

.accordion-wrapper.active button:before{
  background: url(../images/minus.png) no-repeat right center;
  background-size: 25px;
  right: -2px;
}

.faq-section .btn-wrapper button:focus{
  outline: none;
}

.accordion-wrapper{
  background:#fff; 
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.accordion-wrapper.active button{
  color: rgba(6,1,85,1);
}

.collepsing-div{
  padding-top: 20px;
}

.collepsing-div p{
  color: #000;
}

.our-services{
  padding: 100px 0;
}

.our-services h2{
  text-align: center;
  margin-bottom: 50px;
}

.our-services img{
  width: 100%;
  display: block;
}

.our-services h4{
  margin-top: 30px;
  text-transform: uppercase;
}

.who_we_are{
  padding: 60px 0 30px;
}

.who_we_are .row{
  margin-bottom: 60px;
}

.who_we_are img{
  width: 100%;
  display: block;
  height: 100%;
}

.who_we_are .row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.header_top img{
  height: 20px;
  display: block;
  margin-right: 15px;
}

.contact-form .col-md-6 h2{
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
}

.contact-form .sub_title{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.contact-form address{
  margin-bottom: 10px;
  display: block;
}

.contact-form .contact_desc{
  padding-left: 30px;
}

section.febrication_section {
    padding: 80px 0;
}

.febrication_section .febrication_box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}

.febrication_section .febrication_box h2{
  font-size: 30px;
  margin-bottom: 10px;
}

.febrication_section .febrication_box p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.febrication_section .col-md-4{
  padding-bottom: 30px;
}

  a.toggle-menu,  .toggle-close{
    display: none;
  }
.footer_box.contact_imfo a {
    margin-bottom: 15px;
}
@media(max-width:991px){
  .navigation {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s;
    background: #fff;
    height: 100%;
    width: 100%;
    align-items: flex-start;
  }

    a.toggle-menu,  .toggle-close{
      display: block;
    }

  a.toggle-menu img {
      width: 30px;

  }

  .show-toggle .navigation{
    transform: translateX(0)
  }

  .navigation ul{
    flex-direction: column;
    padding: 70px 0;
    width: 100%;
  }

    .navigation ul li{
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }

    .header_top{
      display: none;
    }

    .header-spacer {
        height: 82px;
    }

    h1{
      font-size: 30px;
      line-height: 40px;
    }

    .banner-main p{
      font-size: 18px;
      line-height: 28px;
    }

    .banner_slider{
      height: 400px;
    }

    .reecent-grid{
      flex-wrap: wrap;
    }

    .recent-section .recent-box{
      width: 50%;
    }

    .footer_main{
      flex-wrap: wrap;
    }

    .footer_box{
      width: 50%;
    }

    .toggle-close img {
    width: 30PX;
    position: absolute;
    right: 20px;
    top: 20px;
 
}
}

@media(max-width:767px){
  .who_we_desc {
      margin-top: 30px;
  }

  h2{
    font-size: 30px;
      line-height: 40px;
  }
  .footer_box:last-child {
    margin-top: 20px;
  }
  .footer_box ul li{
    margin-bottom: 15px;
  }

    .recent-section .recent-box{
      width: 100%;
    }

    .footer_box{
      width: 100%;
    }

    .contact-form .contact_desc {
      padding-left: 0;
  }
}