/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: Harrison Serif Pro;
    src: url(../fonts/HarrisonSerifProDEMO-Black.otf)
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    /* transition: ease all 0.5s; */
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Raleway;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
	padding-top: 80px; /* top adjustment to content */
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #e05306;
    margin: 0
}

.padding_0 {
    padding: 0 !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 10px;
}

.my-custom-layout-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-color: #000; /** #e05306 **/ 
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
	position: fixed;
	z-index: 9999;
	top: 0; /* to stay the content below header */
}

.video_section {
	background-color: #e05306;
}

.container_video {
	margin-top: 0px;
	margin-bottom: -10px;
}

/* video start */
@media screen and (max-width: 374px) {
  .container_video {
    /* margin-top: 50px; */
  }
}

@media screen and (min-width: 374px) {
    .container_video {
      /* margin-top: 50px; */
    }
  }
/*@media screen and (min-width: 428px) {
  .selector {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .selector {
    max-width: 720px;
  }
}*/
/* video end */

/* nav menu start here */
.menu_text {
    width: 100%;
    float: left;
	margin-top: 15px;
}

.menu_text li {
    float: left; /* this next in line */
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #ffffff;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li a {
    color: #ffffff;
}
.menu_text li a:hover {
    color: #e05306;
    text-decoration: none;
	transition: 0.5s;

    background: none;
    border-bottom: 1px solid;
    border-color: #fff;
}

.menu_text li span {
    color: #e05306;
    background: none;
    border-bottom: 1px solid;
    border-color: #fff;
}
/* nav menu  here */

.banner_section {
    width: 100%;
    float: left;
    background-color: #e05306;
    height: auto;
	/* margin-top: 100px; */
}

#carouselExampleIndicators a.carousel-control-prev {
    position: absolute;
    left: 2%;
    top: 55px;
    background-color: #fff;
    color: #000;
}

#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    right: 2%;
    top: 55px;
    background-color: #1a1824;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-aero.png);
}

/* #carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    left: 64%;
    top: 270px;
    background-color: #1a1824;
} */

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

.carousel-control-next-icon {
    background-image: url(../images/right-aero.png);
}

/* prev - next icon start */
@media screen and (min-width: 375px) {
  .carousel-control-prev,
  .carousel-control-next {
    margin-top: 230px;
  }
}

@media screen and (min-width: 428px) {
  .carousel-control-prev,
  .carousel-control-next {
    margin-top: 0px;
  }
}
@media screen and (min-width: 576px) {
  .carousel-control-prev,
  .carousel-control-next {
    margin-top: 225px;
  }
}

@media screen and (min-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
      margin-top: 0px;
    }
  }
/* prev - next icon start */

.toggle_menu {
    top: -15px;
    position: relative;
    left: 230px; /*-- left: 125px;  --*/
}

.logo {
    position: relative;
    left: 6px; /*-- left: -83px; --*/
    top: 10px;
}



.round {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.number_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffdf6;
    padding-left: 10px;
}

.line {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.taital_main {
    width: 100%;
    float: left;
    margin-top: 90px;
    margin-bottom: 0px;

    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    /*.taital_main {
        margin-bottom: 30px;
    }

    .construction_text {
        margin-bottom: -10px;
    }*/
    
}

.col-sm-5 img {
    border-radius: 15px;
    margin-bottom: 10px;
    /* margin-top: 15px; */
}
.construction_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
    margin-top: -50px;
}

.constext {
    width: 80%;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.lorem_text {
    width: 80%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-left: 0px;
	text-align: center;
}

.building_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
}

.contact_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
	margin-left: 215px;
    text-align: center;
    padding-top: 12px;
}

.contact_bt:hover {
	background-color: #000000;
}

.contact_bt a {
    color: #ffffff;
}

.contact_bt a:hover {
    color: #ffffff;
}

.get_bt {
    width: 35%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid#ffffff;
    border-radius: 5px;
    background-color: transparent;
    margin-left: 20px;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
}

.get_bt a {
    color: #ffffff;
}

.get_bt a:hover {
    color: #000000;
}

.about_section {
    width: 100%;
    float: left;
    background-color: #000;
    margin-top: -35px;
    margin-bottom: -15px;
}

/* about-section home welcome image start */
@media screen and (min-width: 375px) {
  .home-img {
  margin-top: 25px;
  }
}
@media screen and (min-width: 428px) {
  .home-img {
  margin-top: 25px;
  }
}
@media screen and (min-width: 576px) {
  .home-img {
  margin-top: 25px;
  }
}
/* about-section home welcome image end */

.about_taital {
    width: 100%;
    float: right;
    margin-top: 140px;
    padding: 0 30px;
}

.about_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #e05306;
    font-weight: bold;
	margin-left: 0px; /* -100px */
	text-align: center;
}

@media screen and (max-width: 576px) {
  .about_text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about_text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .about_text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .about_text {
    margin-top: 40px;
  }
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px; /* -100px */
	text-align: center;
}

.about_bt a {
    width: 40%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #e05306;
    height: 50px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
}

.about_bt a {
    color: #ffffff;
    background-color: #e05306;
}

.about_bt a:hover {
    color: #000000;
    background-color: #ffffff;
}

.about_img {
    width: 100%;
    float: left;
}

.our_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
	padding-top: 60px;
}

.design_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;_text
    font-weight: bold;
}

.design_text2 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin-left: 0px;
	margin-top: -13px;
    text-align: center;
	margin-top: -3px;
}

.bt_main {
    width: 30%;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 30px;
	margin-top: -30px
}

.project_section {
    width: 100%;
    float: left;
    background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1)), url(../images/img-4b.png);
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 100%;
    background-size: cover;
    margin-top: -10px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    object-fit: cover;
}

.partner_text {
    font-family: "Harrison Serif Pro", system-ui;
    line-height: 75px;
    width: 100%;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
    text-align: right;
}

.my-const-text {
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.lorem_ipsum_text {
    width: 700%;
    color: #fffcf4;
    font-size: 18px;
    margin-left: 0;
    text-align: right;
    line-height: 25px;
}

.choice_main {
    width: 100%;
    float: left;
}

.choose_bt {
    float: right;
    width: 100%;
    margin-top: 15px;
}

.choose_bt a {
    float: right;
    background-color: #e05306; /* #041d2c */
    color: #fff;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    /* text-align: right; */
    padding: 9px 15px;
}

/* .choose_bt a {
    color: #ffffff;
    background-color: #041d2c;
} */

.choose_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.choose_bt2 {
    margin-top: 25px;
    margin-bottom: 40px;
}

.choose_bt2 a {
    width: 100%;
    float: left;
    background-color: #041d2c;
    color: #fffcf4;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
}

/* carousel contact us button */
/* .choose_bt2 a {
    color: #ffffff;
    background-color: #041d2c;
} */

.choose_bt2 a:hover {
    color: #000;
    background-color: #ffffff;
}

.clients_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: auto;
    background-size: 100%;
}
/* carousel contact us button end */

.our_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 5px solid #e05306;
    text-align: center;
    margin-top: 25px;
}

.seemore_bt a {
    width: 50%;
    font-size: 20px;
    color: #fffcf4;
    border-radius: 5px;
    background-color: #041d2c;
    height: 50px;
    margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}

.seemore_bt a {
    color: #fffcf4;
    background-color: #041d2c;
}

.seemore_bt a:hover {
    color: #fffcf4;
    background-color: #e05306;
}

.padding_top_0 {
    padding-top: 50px;
}

.client_text {
    width: 100%;
    float: left;
    text-align: center;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.clients_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.client_img {
    width: 100%;
    float: left;
}

.henrry_text {
    width: 100%;
    float: left;
    color: #0b0e13;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

.henrry_taital {
    width: 100%;
    float: left;
    color: #e07c06;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
}

.client_lorem_text {
    width: 80%;
    float: left;
    color: #fffdf6;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.client_lorem_text2 {
    width: 60%;
    float: left;
    color: #fffdf6;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.img_5 {
    width: 100%;
    float: left;
}

.contact_section {
    width: 100%;
    float: left;
    background-color: #e05306;
    height: auto;
	margin-top: 60px; #added
	
}

.contact_main {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.contact_bg {
    width: 82%;
    float: right;
}

.request_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #fffcf4;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #fffcf4;
}

.send_bt a {
    width: 30%;
    float: left;
    background-color: #041d2c;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a {
    color: #fffdf6;
    background-color: #041d2c;
}

.send_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.footer_section_2 {
    width: 100%;
    float: left;
    background-color: #1c1d1d;
    height: auto;
    margin-top: -8px;
	padding-top: 10px;
    padding-bottom: 0px;
}

.footer-bg {
    width: 100%;
    background-image: url(../images/new-ofc-main-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /* transform: translateY(40px); */
    /* background-attachment: fixed; */
 }

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e05306;
    color: #fff;
    border: 0px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
    width: 65%;
    margin: 0 auto;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-left: 175px;
}

.addres_text {
    font-family: "Harrison Serif Pro", system-ui;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #fcf8f9;
    border-bottom: 5px solid #e05306;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fffcf4;
    display: flex;
	line-height: 110%; ##added##
	max-width: 200%; ##added##
}

.map_text a:active,
.map_text a:visited,
.map_text a:link {
    color: #fff;
}

.map_text a:hover {
    color: #e05306;
}

.map_icon {
    padding-left: 10px;
    padding-top: 10px;
}

.social_icon {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px
}

.social_icon li {
    float: left;
    padding-left: 10px;
}

/*  .copyright_section {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #e05306;
}
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
    margin-left: -2px;
}

.copyright_text .copy {
    font-family: "Harrison Serif Pro", system-ui;
    font-size: 20pt;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000000;
} */

/* copyright section start */
.copyright_section {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #e05306;
  }

  .copyright_text1 {
    font-size: 12pt;
    color: #ffffff;
    text-align: center;
  }
  
  .copyright_text {
    font-size: 12pt;
    color: #ffffff;
    text-align: center;
  }
  
  .copyright_section #adim {
    font-family: "Harrison Serif Pro", system-ui;
    font-style: italic;
    color: #ffffff;
    font-size: 17pt;
  }
  
  .copyright_text a {
    color: #ffffff;
  }
  
  .copyright_text a:hover {
    color: #000000;
  }
  
  /* .footer-copyright {
    margin-bottom: -9px;
  } */

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

/* .container_services_about {
	margin-top: -80px;
} */

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
	margin-top: 30px;
	border-radius: 15px;
}

.image_7 img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.image_7 a {
    color: #000;
}

.image_7 a:hover {
    color: #000;
}

.image_7b {
    width: 100%;
	height: 100%
    float: left;
    text-align: center;
	margin-top: 10px;
    /* border-style: solid;
	border-radius: 10px;
    border-width: 1px;
    border-color: #000; */
}

.image_7c {
    width: 100%;
    float: left;
    text-align: center;
	margin-top: 10px;
    border-style: solid;
	border-radius: 10px;
    border-width: 1px;
    border-color: #000;
}

.image_7c :hover {
    transform: scale(100%);
    border-width: 0.5px;
    border-color: #e05306;
    border-style: none;
    border-radius: none;
    filter: blur(0.5px) grayscale(50%);
}

.image_7b:hover {
    transform: scale(105%);
    border-width: 0.5px;
    border-color: #e05306;
    border-style: solid;
    border-radius: 10px;
    filter: blur(0.5px) grayscale(50%);
}

/* overlay slider */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(0, 0, 0); */
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;

    text-align: end;
    right: 9%
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
	outline: none !important;
    transition: 0.3s;
}

.overlay a:hover {
	color: #e05306;
	transition: 0.3s;
}

.container-fluid video {
	padding-top: 0px;
}

.row-contact {
    padding-top: 25px;
}

/*** logo section start here **/
.logo-wrapper-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-wrapper{
    width: 70%;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
	/* flex-direction: row; */
	align-items: center;
	justify-content: center;
	/* column-gap: 40px; */
	/* row-gap: 30px; */
	/* padding: 0 100px 0 100px; */
}

.image{
	width: 350px;
	position: relative;
}

.image:hover img.client-logo{
	-webkit-filter: blur(0px);
	filter: blur(0px) grayscale(100%);
}

img.client-logo{
	width: 100%;
	display: block;
	border-radius: 10px;
}

.content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6); /*-- background: rgba(224, 83, 6,0.8); --*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.6s;
	border-radius: 10px;
    text-align: center;
	/* border-style: solid;
	border-width: 2px;
	border-color: #fff; */
}

.content:hover{
	opacity: 1;
}

.content p{
	font-size: 13px;
    line-height: 14px;
	font-weight: normal;
	color: #fff;
	background-color: rgba(255,255,255,0.00);
}

.content >*{
	transform: translateY(25px);
	transition: transform 0.6s;
}

.content:hover >*{
	transform: translateY(0px);
}

img.burger:hover{
	background-image: url("images/togglehover.png")
}
.form-group button{
	width: 25%;
    margin-top: 0px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.form-group button:hover{
    background: white;
    color: black;

}

/*-- nav start here **/

nav a{
	text-decoration: none;
	text-transform: capitalize;
	color: #898989;
	font-size: 18px;
	font-weight: 600;
	padding: 0 10px;
	margin:  0 0px;
	position: relative;
}

nav a:hover{
	color: #fff;
}

nav a::before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #EE0653;
	transition: all .5s;
}

nav a:hover::before{
	width: 100%;
}

/** dropdown menu start here **/

.col-lg-4 .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 100px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
    margin-left: 210px;
    margin-top: -160px;
    border-radius: 10px;
}

.dropdown-content a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
}

.col-lg-4:hover .dropdown-content {
    display: block;
}

.col-lg-4 .dropdown-content a:hover {
    background-color: #e05306;
}

/** transit **/

.col-lg-4 .dropdown-content5 {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 100px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
    margin-left: 210px;
    margin-top: -205px;
    border-radius: 10px;
}

.dropdown-content5 a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
}

.col-lg-4:hover .dropdown-content5 {
    display: block;
}

.col-lg-4 .dropdown-content5 a:hover {
    background-color: #e05306;
}

@media screen and (max-width:600px) {
    .copyright_section {
        width: 100%;
        flex-direction: column;
		padding-top: 20px;
	}
		
	.copyright_text {
		margin-top: -20px;
	}
}

.portrait img {
    width: 200px;
    height: 300px;
}

/* Jumbotron start */
/* .jumbo-section {
    width: 100%;
    float: left;
    margin-top: -35px;
    margin-bottom: -15px;
    height: 50%;
    background-color: #000;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url("..images/jumbo-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.jumbo-taital {
    width: 100%;
    float: right;
    margin-top: 140px;
    padding: 0 30px;
}

.jumbo-title {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: right;
    font-size: 60px;
    color: #e05306;
    font-weight: bold;
    text-align: right;
    margin-right: 16px;
    margin-bottom: 20px;
    line-height: 55px;
}

@media only screen and (max-width: 600px) {
    .jumbo-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: -5px;
    }

    .jumbo-long-text {
        font-size: 10px;
    }

    .jumbo-button a {
        margin: -15px 0 25px 0;

    }

    .jumbo-section {
        background-position: center;
    }
}

.jumbo-long-text {
    width: 100%;
    float: right;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 50px;
}

.jumbo-button a {
    float: right;
    font-size: 16px;
    color: #fff;
    text-align: right;
    background: #e05306;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 60px;
    transition: 0.3s ease-in-out;
}

.jumbo-button:hover a {
    background: #fff;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transform: scale(1.1);

}

.row-jumbo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}

.container-jumbo {
    min-width: 992px !important;
}

.container-jumbo-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jumbo-img {
    width: 100%;
    float: left;

} */
/* Jumbotron end */

.jumbo-section {
    width: 100%;
    float: left;
    background-color: #000;
    margin-top: -35px;
    margin-bottom: -15px;
    height: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url("../images/jumbo-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.jumbo-section-index {
    width: 100%;
    float: left;
    background-color: #000;
    margin-top: -35px;
    margin-bottom: -15px;
    height: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url("../images/jumbo-bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.jumbo-taital {
    width: 100%;
    float: right;
    margin-top: 140px;
    padding: 0 30px;
}

.jumbo-title {
    font-family: "Harrison Serif Pro", system-ui;
    width: 100%;
    float: right;
    font-size: 60px;
    color: #e05306;
    font-weight: bold;
    text-align: right;
    margin-right: 16px;
    margin-bottom: 20px;
    line-height: 55px;
    margin-top: -100px;
}

@media only screen and (max-width: 600px) {
    .jumbo-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: -5px;
        color: #fff;
    }

    .jumbo-long-text {
        font-size: 10px;
    }

    /* .jumbo-button a {
        margin: -15px 0 25px 0;

    } */

    /* .carousel-control-prev, .carousel-control-next {
        margin-top: 200px;
    } */

    .jumbo-section {
        background-position: center;
        padding-top: -100px;
    }

    .building_text {
        visibility: none;
    }
}

.jumbo-long-text {
    width: 100%;
    float: right;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 50px;
}

.jumbo-button a {
    float: right;
    font-size: 16px;
    color: #fff;
    text-align: right;
    background: #e05306;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 60px;
    transition: 0.3s ease-in-out;
}

.jumbo-button:hover a {
    background: #fff;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transform: scale(1.1);

}

.row-jumbo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}

.container-jumbo {
    min-width: 992px !important;
}

.container-jumbo-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.col-sm-5 img {
    padding-bottom: 25px;
}
