/** Generated by FG **/
@font-face {
	font-family: 'Conv_amsipronarw-bold';
	src: url('../fonts/amsipronarw-bold.eot');
	src: local('☺'), url('../fonts/amsipronarw-bold.woff') format('woff'), url('../fonts/amsipronarw-bold.ttf') format('truetype'), url('../fonts/amsipronarw-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0 !important;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*USE CSS for Slider*/


.banner-img-wrapper .slider.slider-for {
    max-width: 100%;
    padding-right: 0;
    border-bottom-right-radius: 110px;
    overflow: hidden;
}
.banner-img-wrapper .slider.slider-nav {
    max-width: 16%;
    position: absolute;
    clear: both;
    content: "";
    left: -105px;
    height: 110px !important;
    top: 325px;
}
.banner-img-wrapper .slider.slider-for,
.banner-img-wrapper .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-img-wrapper .slider.slider-nav {
    overflow: hidden;

}
.slider-banner-image {
    height: 610px;
}
.banner-img-wrapper .slider.slider-nav {
    padding: 0px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 100%;
    height: 100px;
    margin: 5px;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #f6b110;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    background-color: transparent;
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
    background-color: transparent;
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-img-wrapper .slider.slider-for,
	.banner-img-wrapper .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-img-wrapper .slider.slider-for {
		padding-right: 0;
	}
	.banner-img-wrapper .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 400px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}

/* ===== Scrollbar CSS ===== */

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
  }

  *::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 30px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #f6b110;
    height: auto;
    border-radius: 30px;
  }

.more {
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.4s;
    text-decoration: none;
}
.more span {
    margin: 0;
    font-style: initial !important;
    padding: 0;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px !important;
    line-height: initial;
    display: inline-block;
}
.more i{
        color: #fff;
}
.more:hover{
    background-color: #fa8a1e;
}

.site-header {
    position: absolute;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0px;
    left: 0;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0, 6);
}


.site-header .toppest-bar {
    padding: 5px 0;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.site-header .toppest-bar::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -20%;
    width: 92%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    border-bottom-left-radius: 6px;
}
.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
}
.site-header .toppest-bar .top-info2.special{
    float: right;
}
.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i, .site-header .toppest-bar .top-info2 .email i {
    color: #f6b110;
    margin: 0;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 8px;
    margin-right: 6px;
}

.site-header .toppest-bar .top-info2 .contact-num a, .site-header .toppest-bar .top-info2 .contact-num2 a, .site-header .toppest-bar .top-info2 .email a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0;
}
.site-header .toppest-bar ul{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.site-header .toppest-bar ul li{
    position: relative;
}
.site-header .toppest-bar ul li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -40%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.site-header .toppest-bar ul li:first-child::after{
    display: none;
}
.site-header .toppest-bar ul li:last-child::after{
    display: none;
}
.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 0px 0 0 0;
    background-color: transparent !important;
    height: 80px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #F8B800;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #F8B800;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #F8B800;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #F8B800;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #F8B800;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #F8B800;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 150px;
    margin-top: 5px;
    position: relative;
}
.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #000;
	position: relative;
}
.site-header .navbar .more span{
	font-size: 18px !important;
}
.site-header .navbar .more::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: -90px;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 9;
}
.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus, .site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f6b110;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}



/* banner section  */

section#main-banner {
    padding: 118px 0px 0px 0;
    overflow: hidden !important;
    background: url(../images/bannerBg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.after-anchor {
  position: relative;
}

/* .button-wrapper a:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
} */
section#main-banner .banner-cont{
    position: relative;
    padding-top: 15%;
    padding-left: 10%;
}
section#main-banner h4{
    font-style: italic;
    margin-bottom: 20px;
    color: #686868;
}
section#main-banner h1 {
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 40px;
}
section#main-banner h1 span{
    color: #f6b110;
    text-decoration: underline;
    margin-bottom: 0;
}
section#main-banner span.chnageing-text {
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
}

section#main-banner .more span {
    margin-bottom: 0;
    color: #fff;
    line-height: initial;
}
section#main-banner p {
    color: #6D6B6E;
    margin-bottom: 40px;
    font-size: 17px;
}

.banner-img-wrapper {
    position: relative;
    height: 100%;
}
.banner-img-wrapper .info{
    width: 20%;
    background-color: #F5B00F;
    position: absolute;
    clear: both;
    content: "";
    bottom: 29%;
    left: 0;
    z-index: 9999999;
    padding: 15px;
}
.banner-img-wrapper .info p {
    margin-bottom: 0 !important;
    max-width: 100% !important;
    font-size: 12px;
}
.banner-img-wrapper .info span{
        font-weight: 600;
    color: #644806;
}

.next-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.next-image img {
  width: 100%;
  height: 100%;
}

.next-viewer {
  width: 350px;
  height: 120px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.next-image,
.next-title {
  width: 50%;
}

span.chnageing-text::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-tag {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.banner-img-wrapper img {
  width: 100%;
}

section#main-banner span.title-holder {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000;
}

.next-title {
  padding: 20px 22px;
}

span.chnageing-text {
  position: relative;
}

.installation-step-card {
  width: calc(100%/4 - 20px);
}

.installation-step-card {
  padding: 20px 20px;
}

.counter-number {
  font: normal normal 900 36px/40px DM Sans;
}

.counter-text {
  font: normal normal 600 18px/40px DM Sans;
}

.banner-counter {
  display: flex;
  gap: 60px;
  padding: 30px 26px;
  background: #fff;
  max-width: 770px;
  text-align: center;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  justify-content: space-between;
}


.count {
  font: normal normal 600 20px/25px Mulish;
}

.count-wraper {
  display: flex;
  justify-content: space-between;
}

.progress-bar-wrap {
  max-width: 173px;
  margin-top: 100px;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #000;
  border-radius: 6px;
  margin-top: 3px;
  position: relative;
}

.progress-bar-inner {
  height: 100%;
  width: 0;
  background: #000;
  transition: 0.1s ease-in-out;
}

@media(max-width:1399px) {

  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  section#main-banner p {

  }

  section#site_top {
    color: #000;
    background-color: #0000;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  section#main-banner {
    padding: 110px 0px 0px;
    overflow: hidden !important;
  }
}

@media(max-width:1299px) {
  section#main-banner {
    padding: 250px 0px 100px;
    overflow: hidden !important;
  }

  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  section#main-banner span {

  }
}

@media(max-width:991px) {

  .banner-img-wrapper {
    position: unset;
    max-height: 500px;
  }

  .banner-img-wrapper img {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
  }

  .progress-bar-wrap {
    margin: 0px auto 80px;
  }

  section#main-banner {
    padding: 160px 0px 70px;
    overflow: hidden !important;
  }

  .next-viewer {

    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0%;
  }

}

@media(max-width:575px) {
  section#main-banner h1 {
    text-align: center;
  }

  section#main-banner p {
    margin-bottom: 30px;
  }

  section#main-banner {
    text-align: center;
  }

  section#main-banner {
    padding: 90px 0px 40px;
  }

  .banner-counter {
    flex-direction: column;
    position: unset;
    margin-top: 40px;
  }

  .next-viewer {
    width: 190px;
    height: 80px;
    left: 0;
    top: unset;
    margin: auto;
    bottom: 4%;
  }


  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  next-viewer {
    left: 0;
    right: 0;
    /* top: 0; */
    margin: auto;
    bottom: 7%;
  }

  section#main-banner span.title-holder {
    font-size: 14px;
    line-height: 16px;
  }

  .slider-tag {
    font-size: 10px;
  }

}


/* home page ends  */


/*==========================
About  Section CSS
==========================*/
.about-wrap {
    margin: 80px 0;
    position: relative;
}
.about-wrap .about-cont {
    padding-left: 0%;
}
.about-wrap .about-cont h4 {
    color: #4D4D50;
    font-size: 24px;
    font-weight: 600;
}

.about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 30px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}

.about-wrap .about-cont p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #7a7a7a;
    font-size: 16px;
}
.about-wrap .about-list {
    margin: 25px 0;
}

.about-wrap .about-list .list {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 5px;
}

.about-wrap .about-list .list i {
    color: #000;
    padding-right: 5px;
}

.about-wrap .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}

.about-wrap .about-box .image img {
    width: 80px;
    transition: 0.4s;
}

.about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}

.about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
}

.about-wrap .about-box .content {
    padding-left: 15px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}
.about-wrap .about-img::before {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 15px;
    background: #F6B110;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -1;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.about-wrap .about-img::after {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 15px;
    background: #000;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-wrap .more {
    color: #000;
}

.inner-tender-wrap.part2{
    position: relative;
    padding: 60px 0 0 0;
    background: url('../images/serviceBg.png');
    background-position: center;
    background-size: cover;
}
.inner-tender-wrap.part2 .heading{
    margin-bottom: 50px;
}
.inner-tender-wrap.part2 .heading .more{
    float: right;
}
.inner-tender-wrap.part2 .heading h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
.inner-tender-wrap.part2 .heading p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #7a7a7a;
    font-size: 16px;
}
.inner-tender-wrap.part2 .about-box{
    display: flex;
    background-color: #fff;
    height: 285px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.inner-tender-wrap.part2 .about-box::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 0;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.inner-tender-wrap.part2 .about-box::after{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.inner-tender-wrap.part2 .about-box:hover::before {
    background: #F6B110;
}
.inner-tender-wrap.part2 .row .col-md-3:last-child .about-box{
    height: 400px;
    top: -117px;
}
.inner-tender-wrap.part2 .about-box .image {
    width: 60px;
    height: 60px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.inner-tender-wrap.part2 .about-box .content h4 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.inner-tender-wrap.part2 .about-box .content .arrow {
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    left: 10px;
}


.about-wrap.part2 {
    padding: 80px 0;
    position: relative;
    background: url('../images/aboutBg.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}
.about-wrap.part2 .about-cont {
    padding-left: 7%;
}
.about-wrap.part2 .about-cont h4{
    color: #4D4D50;
    font-size: 22px;
}

.about-wrap.part2 .about-cont h2 {
    font-weight: 600;
    font-size: 35px;
    padding: 5px 0;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.about-wrap.part2 .about-cont p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #fff;
    font-size: 16px;
}
.about-wrap.part2 .about-list {
    margin: 25px 0;
}

.about-wrap.part2 .about-list .list {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 5px;
}

.about-wrap.part2 .about-list .list i {
    color: #fff;
    padding-right: 5px;
}

.about-wrap.part2 .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}

.about-wrap.part2 .about-box .image img {
    width: 80px;
    transition: 0.4s;
}

.about-wrap.part2 .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}

.about-wrap.part2 .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
}

.about-wrap.part2 .about-box .content {
    padding-left: 15px;
}

.about-wrap.part2 .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}
.about-wrap.part2 .about-img::before {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 15px;
    background: #F6B110;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 0;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.about-wrap.part2 .about-img::after {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 0;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}
.about-wrap.part2 .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
}

.about-wrap.part2 .more {
    color: #000;
}


/* Awards and Infrastructure section  */

  /*==========================
Projects CSS
==========================*/
.projects {
    padding: 80px 0 80px 0;
    margin: 0px;
    position: relative;
    background: url(../images/galleryBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.projects .heading{
    margin-bottom: 50px;
}
.projects .heading h2 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.projects .heading p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #fff;
    font-size: 16px;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}
.projects .projects-img-wrapper.img1 img{
    height: 400px;
}
.projects .projects-img-wrapper.img2 img{
    height: 400px;
}
.projects .projects-img-wrapper.img3 img {
    height: 390px;
}
.projects .projects-img-wrapper.img4 img{
    height: 200px;
}
.projects .projects-img-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.projects .projects-img-wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7));
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%; 
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f6b110;
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: #000;
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: #000;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 60px 0;
    background: url('../images/testiBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonials .heading{
    margin-bottom: 50px;
}
.testimonials .heading h2 {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
.testimonials .heading p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #000;
    font-size: 16px;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .testimonials-wrapper .testimonials-content {
    background-color: transparent;
    background-size: cover;
    padding: 30px 20px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
    border: 2px solid #b7b7b7;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text {
    margin-bottom: 15px;
    color: #6B6B6B;
    margin-top: 15px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3 {
    color: #000;
    font-weight: 600;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #0b3d2c;
    background-color: #94d96b;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #0b3d2c;
    background-color: #94d96b;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


/*==========================
  Blog CSS
==========================*/
.blog{
    position: relative;
    padding: 60px 0 20px 0;
    background: url('../images/blogBg.png') no-repeat;
    background-position: center;
    background-size: cover;
 }
.blog .heading {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    color: #000;
}
.blog .heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.blog .owl-stage-outer{
    padding: 20px 0;
}
.blog .blog-content {
    padding: 0;
    background: transparent;
    position: relative;
    margin: 10px;
    border-radius: 0;
}
.blog .blog-content .content{
    position: relative;
    margin: 0 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px #00000033;
    top: -50px;
    border-radius: 10px;
    padding: 15px;
}
.blog .blog-content .blog-img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}  
 .blog .blog-content .blog-img-wrapper{
     position: relative;
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date span{
     width: 55px;
    
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-day{
     background: #000;
     padding: 6px 8px 5px;
     color: #fff;
     display: block;
     text-align: center;
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-month{
     background: #fff;
     padding: 6px 8px 5px 8px;
     color: #000;
     display: block;
     text-align: center;
 }
.blog .blog-content .blog-content-title h3 a {
    color: #000;
    background: linear-gradient(to right, rgb(43, 30, 22) 0%, rgb(43, 30, 22) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
 .blog .blog-content .blog-content-title h3 a:hover{
     background-size: 100% 1px;
 }
.blog .blog-content .blog-content-text {
    margin-bottom: 30px;
}
 .blog .blog-content .blog-content-text p{
 color: #7a736a;
 margin-bottom: 0;
 }
 .blog .blog-content .blog-content-date{
    background-color: #F8BD00;
    color: #fff;
    padding: 10px 10px 10px 40px;
    float: right;
    position: relative;
    top: -29px;
    right: -15px;
    border-radius: 45px;
    border-top-left-radius: 200px;
 }
 .blog .blog-content .blog-content-admin {
    position: absolute;
    bottom: 0;
    background: #F8B800;
    width: 100%;
    left: 0;
    padding: 15px 30px;
}
 .blog .blog-content .blog-content-admin svg,
 .blog .blog-content .blog-content-admin a{
     color: var(--text-white);
     text-transform: capitalize;
 }

 /* arrow */
#blog-slider .owl-nav .owl-prev{
    color: #000;
    background-color: #f6b110;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 20px;
}

#blog-slider .owl-nav .owl-next{
    color: #fff;
    background-color: #000;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 20px;
}


/*==========================
   Footer CSS
==========================*/
.site-footer {
    position: relative;
    padding: 60px 0 20px 0;
    background: url('../images/footerBg.webp') no-repeat;
	background-size: cover;
	background-position: center;
}
.site-footer .footer-logo {
    display: inline-block;
    width: 160px;
    margin-bottom: 0;
}
            .site-footer .heading {
                text-align: left;
                margin-bottom: 60px;
                color: #fff;
            }
            .site-footer .heading h2 {
                font-weight: 500;
                font-size: 40px;
                color: #fff;
            }
            .site-footer .footer-location {
                padding: 0;
                margin: 0;
                display: inline-block;
                width: 100%;
              }
              .site-footer .footer-location li {
    color: #fff;
    display: flex
;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
            .site-footer .footer-location li:last-child{
                border-bottom: none;
            }
              .site-footer .footer-location li a {
                color: #fff;
                font-size: 16px;
                text-decoration: none;
            }
            .site-footer .footer-location li i {
                padding-top: 4px;
                padding-right: 12px;
                color: #fff;
            }
              .site-footer .footer-social {
                /* padding-left: 88px; */
                padding: 0;
                margin: 0;
                display: inline-block;
                width: 100%;
              }
              .site-footer .footer-social li {
                color: #fff;
                display: flex;
                margin-bottom: 13px;
                font-weight: 300;
                font-size: 15px;
              }
              .site-footer .footer-social li a{
                color: #fff;
              }
              .site-footer .footer-social li i {
                padding-top: 4px;
                padding-right: 12px;
                color: #fff;
              }
.site-footer .footer-social i {
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}
            .site-footer .footer-social a {
                color: #fff;
            }
            .site-footer .footer-social {
                color: #fff;
                font-size: 14px;
                padding-top: 20px;
            }
            .site-footer .footer-img .image{
                width: 100%;
            }
.site-footer .footer-img .image img {
    width: 66px;
    display: block;
    margin: 0 auto;
}
            .site-footer .footer-img .image.part1 {
    width: 100%;
}
.site-footer .footer-img .image.part1 img {
    width: 30px;
    display: block;
    margin: 0 auto;
}
            .site-footer .footer-img .image.part2 {
    width: 100%;
}
.site-footer .footer-img .image.part2 img {
    width: 215px;
    display: block;
    margin: 0 auto;
}
            .site-footer .footer-nav {
                position: relative;
                padding-left: 0;
                margin: 0;
                display: inline-block;
            }
            
            .site-footer .footer-nav li {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                float: left;
                position: relative;
                color: #000;
                font-size: 13px;
                padding-left: 2px;
            }
            .site-footer .footer-hour {
                position: relative;
                padding-left: 0;
                margin: 0;
                display: inline-block;
            }
            
            .site-footer .footer-hour li {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                float: left;
                position: relative;
                color: #fff;
                font-size: 13px;
            }
            .site-footer h4 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.site-footer h4::after {
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -18px;
    z-index: 0;
    opacity: 0.5;
}
.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
}
            .site-footer .footer-location .footer-social {
                color: #fff;
                font-size: 25px;
                margin-bottom: 30px;
                margin-top: 20px;
                font-family: 'Oswald', sans-serif;
            }
            .site-footer .footer-location .footer-social i {
                color: #fff;
                font-size: 20px;
                padding-left: 0;
                border-radius: 50%;
                border: 2px solid #fff;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 36px;
                margin-left: 10px;
                transition: 0.3s;
            }
            .site-footer .footer-location .footer-social i:hover{
                border: 2px solid #b27d26;
                color: #b27d26;
            }
            .site-footer .footer-blog {
                display: flex;
                align-items: center;
                margin-bottom: 20px;
            }
            .site-footer .footer-blog img {
                border-radius: 0px;
                width: 60px;
                height: 60px;
                object-fit: cover;
            }
            .site-footer .footer-blog .content {
                margin-left: 15px;
            }
            .site-footer .footer-info .num {
                font-size: 35px;
                font-weight: 600;
                color: #fff;
                text-decoration: none;
            }
            .site-footer .footer-info .online{
                font-size: 14px;
                padding: 12px 20px;
                color: #fff;
                text-decoration: none;
                border: 1px solid #fff;
                display: inline-block;
                margin-top: 20px;
            }
            .site-footer p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
    font-weight: 400;
}
            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #a1a1a1;
    margin-top: 0;
    background-color: #000;
}
            .copyright p {
                color: #fff;
                margin-bottom: 0;
                text-align: center;
                margin-bottom: 0;
            }
             .copyright p a {
                color: #fff;
                font-weight: 400;
            }
            .copyright p.footer-social{
                text-align: right;
            }
            .copyright p.footer-social a{
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                margin: 0 5px;
            }
            .copyright p.special{
                text-align: center;
            }


/********************about-page*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
.breadcrumb-wrapper::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ACE3;
    background: linear-gradient(0deg, rgb(255 255 255 / 25%) 0%, rgb(255 255 255 / 80%) 100%);
    z-index: 0;
    transition: 0.4s;
}
.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0px;
}


/*********************faq-page************************/



.inner-faq-wrap{
    margin: 10px 0 120px 0; 
}

.inner-faq-wrap .heading{
    text-align: center; 
    margin-bottom: 60px;
}

.inner-faq-wrap .heading h2{
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; 
}

.accordion .card{
    border: none;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: transparent;
    border: none;
}
.accordion .card #heading2{
    margin-left: 40%;
}
.accordion .card .card-header .mb-0{
    padding: 0;
}
.accordion .card {
    background-color: transparent;
    align-items: center;
    overflow: initial;
    padding: 10px 0;
}
.accordion .card .card-header button {
    color: #fff;
    width: 60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border-radius: 50%;
    height: 60px;
    outline: 3px dotted #fff;
    outline-offset: 5px;
}

.accordion .card .card-header button.collapsed {
    background-color: #ffffff59 !important;
    color: #000 !important;
}
.accordion .card .card-header button.btn-link{
    background-color: #449a13;
}
.accordion .card .collapsing{
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion .card .collapse.show {
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.accordion .card .card-header:hover button{
    color: #fff;
}

.bs-example{
    margin: 20px;
}

.accordion .fa{
    margin-right: 0;
    font-size: 25px;
    color: #fff;
}

.btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


/*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section{
	background: #fff;
}
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:#0B3D2C;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-content .section-title {
    color: #0B3D2C;
    line-height: 28px;
    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
}
.contact-page-section .contact-section-para{
	color: #0B3D2C;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    border-radius: 4px;
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #0B3D2C;
	     font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #0B3D2C;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
}

.contact-page-section .contact-section-form-details h3{
	color: #0B3D2C;
	line-height: 43px;
	font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 30px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: #000;
	font-weight: 500;
}
.contact-page-section .contact-section-form .form-control{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form .form-control:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px !important;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form .form-control::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .submit {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #000;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: #000 !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: #000 !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

@media (max-width: 767.98px) { 
    
.contact-page-section .contact-section-content {
    padding: 3em 1em 1em 1em;
}
    
}

/* Addtional CSS */

@media screen and (min-width:991px){
	.contact-wrap .contact-wrap-left-img{
	height: 578px !important;
	object-fit: cover;
}
}
.map_section {
    margin-top: 0;
}
.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}



/******************modal*****************/

.modal-body .contact-form .btn-group, .contact-form .btn-group-vertical {
    margin-top: 20px;
}
.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}
.modal-body textarea.form-control {
    height: 130px !important;
}
.modal-header {
    display: initial;
}


.booking {
    position: fixed;
    top: 45%;
    right: -61px;
    transform: rotate(-90deg);
    z-index: 9;
}
.booking .form {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: rgb(21,118,153);
    background: -moz-linear-gradient(left, rgba(21,118,153,1) 0%, rgba(3,169,212,1) 100%);
    background: -webkit-linear-gradient(left, rgba(21,118,153,1) 0%,rgba(3,169,212,1) 100%);
    background: linear-gradient(to right, rgba(21,118,153,1) 0%,rgba(3,169,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157699', endColorstr='#03a9d4',GradientType=1 );
}
.booking .form:hover{
    background: rgb(0,0,0);
}


.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    color: #fff;
}

/*.service-offered-wrap .content .content-bx .more:hover {*/
/*    background: rgb(0, 0, 0);*/
/*    color: #fff;*/
/*}*/


/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
    background: none;
    background: url('../images/inner-about.webp') no-repeat;
    background-position: center;
    background-size: 100%;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 22px;
    display: inline;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 400;
    font-size: 30px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    display: inline;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin: 15px 0;
    line-height: 24px;
    color: #636F77;
    font-size: 15px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

.inner-about-wrap .about-img img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}

.inner-project-page{
    background: none;
}

.inner-project-page.projects .projects-img-wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
}