/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Jost', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    overflow-x: hidden;
}

p {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 5px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #000;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
	font-family: 'Jost', sans-serif;
}

b {
    font-weight: 400;
    color: #555;
}

/* text field */
input[type='password']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus {
    outline: none;
}

input[type='password'],
input[type='email'],
input[type='text'],
input[type='file'],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    /* padding: 15px 0; */
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
/*     border-width: 0 0 1px; */
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
/*     border-bottom: 1px solid rgba(0, 0, 0, 0.04); */
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #c6321b;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: #fff;
    border: none;
	background: #212121;
    border: none;
/*     padding: 10px 17px; */
    color: #fff;
    line-height: 20px;
    border-radius: 6px;
}

input[type='submit']:hover {
    background-color: #f4f4f4;
    color: #555;
    border: none;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f4f4f4;
}

th,
tr,
td {
    padding: 10px;
}

input[type='radio'],
input[type='checkbox'] {
    display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}


/* Top head style start */
.top-head {
    background: #1e2c5d;
    height: 70px;
    line-height: 70px;
    /* padding-top: 5px; */
}

.top-head .top-area {
    display: flex;
}

.top-head .top-area li {
    display: flex;
}

/* .top-head .top-area li a{
color: #000;
} */
.top-head .social-media {
    padding-top: 10px;
    /* margin: auto; */
}

.top-head .social-media li {
    margin-left: auto;
    padding-right: 0 !important;
}

.top-head .social-media li i {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.top-head .top-area li:first-child {
    padding-right: 30px;
    /* padding-top: 10px; */
}

#google_translate_element span {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 2px solid #b03333;
    color: #b03333;
    font-weight: bold;
    font-size: 16px;
}

.top-head .top-area li a {
    padding-left: 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.top-head .top-area li p span {
    font-weight: 700;
    color: #ee7b07;
}

.top-head .top-area li p {
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}


.top-head .top-area li i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ee7b07;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 22px;
    /* margin-top: -5px; */
}

.social-media a i {
    width: 40px;
    height: 40px;
}

.top-head .social-media a i {
    width: 40px;
    height: 40px;
    background: #11a4fa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-top: 10px;
    font-size: 19px;
}

.top-head .social-media a {
    text-decoration: none;
}

/* Top Head style end */
/* Nav section style start */
.nav-section {
    /* margin-top: 70px; */
    background: #ffffff;
    height: auto;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-section .navbar ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-family: 'Jost', sans-serif;
}

.nav-section .navbar ul li ul li a {
    color: #000;
}

.nav-section .navbar ul li {
    padding-right: 30px;
}

.nav-section .navbar .dropdown .dropdown-menu li {
    border-bottom: 1px solid #e5e3e3;
    padding: 5px 0;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #ee7b07 !important;
    color: #fff !important;
}

/* .nav-section .navbar .dropdown .dropdown-menu li:hover a{
color: #fff;
} */
.nav-section .navbar .dropdown .dropdown-menu li:last-child {
    border: none;
}

.navbar-brand {
    width: 210px;
}

/* .nav-section .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show>.nav-link {
    color: #f25c27;
} */
.nav-section .navbar form p {
    width: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f25c27;
}

.nav-section .navbar form .form-select {
    width: 50%;
    margin-left: 20px;
    /* background-color: #f25c27 !important;
    color: #fff; */
    background-image: url(../img/dw.png) !important;
}

.call-area {
    background: #ee7b07;
    position: relative;
    top: 0;
    padding-right: 0 !important;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}

.call-area:hover {
    background: #1e2c5d;

}

.call-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    -khtml-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
    transition: all 500ms linear 0ms;
}

.call-area:hover:before {
    animation: shine 1s;
}

.call-area a {
    color: #fff !important;
    height: 70px;
    line-height: 55px;
    text-align: center;


}

.call-area i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-size: 15px;

}

/* Nav section style end */

/* banner style start */
.banner-sec {}

.carousel-inner {
    position: relative;
    z-index: 1;
    height: 750px;
}

.carousel-inner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #1d1e1e63;
}

.carousel-inner::before {
    position: absolute;
    top: 23px;
    right: 12%;
    content: "";
    width: 173px;
    height: 45px;
    background: url(../img/dot.png) no-repeat;
    z-index: 9;
}

.banner-btn {
    text-transform: uppercase;
    background: #000 !important;
    font-size: 15px !important;
    border-radius: 6px;
}
.banner-btn-area .call-btn{
margin-left: 15px;
}
.banner-btn-area .banner-btn:after{
    
    }

.banner-sec .banner-btn:hover {
    color: #fff;
}
.banner-sec .carousel-inner .carousel-caption{
    top: 13%;
}

.banner-sec .banner-btn::after {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 57px;
    content: "";
    background: #ee7b07;
    transition: 0.6s;
    z-index: -1;
}

.banner-sec .banner-btn:hover:after {
    right: -1px;

}

.carousel-caption p span {
    display: block;
}
.carousel-inner .carousel-item img{
height:100%;
object-fit:cover;	
}



.carousel-caption {
    position: absolute;
    right: 12% !important;
    top: 5%;
    left: 12% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
    z-index: 99999;
}

.banner-img {
    margin-top: 60px;
    position: relative;
    z-index: 999;
}

.carousel-caption h1 {
    color: #ee7b07;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.carousel-caption h1 span {
    color: #fff;
	text-shadow: none;
}

.carousel-caption p {
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

.carousel-caption h2 span {
    color: #000000;
}

/* banner style end */

/* usp style start */
.usp-sec {
    /* padding-bottom: 40px; */
    position: relative;
    top: -100px;
    z-index: 9;
}

.usp-sec .usp-area .usp-icon {
    height: 220px;
    width: auto;
    background: #ee7b07;
    /* border-radius: 5px; */
    padding: 40px;
    position: relative;
    box-shadow: 0 0.5rem 1.1rem #00000024;
    transition: 0.5s;
}

.usp-sec .usp-area:hover .usp-icon {
    background: #e96a0d;
}

.usp-sec .usp-area:hover .usp-icon:after {
    border-style: solid;
    border-width: 43px 0 0 40px;
    border-color: transparent transparent transparent #cd6701;
}

.usp-sec .usp-area .usp-icon::after {
    position: absolute;
    top: 0;
    right: -39px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 0 0 40px;
    border-color: transparent transparent transparent #cd6701;
    z-index: -1;
    transition: 0.5s;
}

.usp-sec .usp-area .usp-img {
    width: 80px;
    height: auto;
    margin: auto;
    padding-top: 13px;
}


.usp-sec .usp-area .usp-icon h4 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.usp-sec .usp-area .usp-content-box {
    width: auto;
    height: 177px;
    background: #ffffff;
    margin-top: 43px;
    /* border-radius: 5px; */
    padding: 20px;
    box-shadow: 0 0.5rem 1.1rem #00000024;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.usp-sec .usp-area:hover .usp-content-box {
    background: #1e2c5d;
}

.usp-sec .usp-area:hover .usp-content-box p {
    color: #fff;
}

.usp-sec .usp-area .usp-cnt-img {
    position: absolute;
    bottom: -20px;
    right: 0;
    opacity: 0.4;
}

.usp-sec .usp-area .usp-cnt-img img {
 filter: brightness(0) saturate(100%) invert(79%) sepia(37%) saturate(7102%) hue-rotate(348deg) brightness(100%) contrast(91%);
}
.usp-sec .usp-area:hover .usp-cnt-img img {
 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(230deg) brightness(100%) contrast(103%);
}
.usp-area {
    display: flex;
}

/* usp style end */


/* about style start */

.about {
    padding: 35px 0 96px;
    position: relative;
    z-index: 1;
    margin-top: -39px;
    z-index: 1;
}

.about::after {
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 1094px;
    height: 890px;
    content: "";
    background: url(../img/house.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.1;
}

.about .about-img {
    position: relative;
    z-index: 1;
}

.about .about-first-img {
    width: 400px;
    height: 300px;
    margin-left: auto;
}

.about .about-first-img img {
    border-radius: 10px 10px 0 0;
}

.about-content span {
    display: unset;
}

.about .about-snd-img {
    width: 400px;
    height: 350px;
    margin-top: -134px;
}

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

.about .about-content h6 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #060606;
}

/* .about .about-content h1{
text-transform: uppercase;
} */
.about .about-content h1 span {
    color: #ee7b07;
}

.about .about-content li {
    display: flex;
    margin-bottom: 18px;

}

.about .about-content li i {
    padding-top: 5px;
    font-size: 21px;
    padding-right: 20px;
    color: #ee7b07;
}



.about .count-area {
    position: absolute;
    top: -40px;
    right: 50px;
    width: 200px;
    height: 160px;
    background: #f25c27;
    border-radius: 7px;
    overflow: hidden;
}

.about .count-area .count-icon {
    width: 90px;
    height: 67px;
    border-radius: 0 0 37px 37px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}

.about .count-area .count-cont {
    margin-top: 65px;
}

.about .count-area .count-cont p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}

.about .count-area h2 {
    color: #fff;
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 0;
}

/* .about .about-content h6{
  font-size: 20px;
  font-weight: 600;
} */
.about .about-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
}

/* about style end */
/* service style start */
.service-sec {
    padding: 80px 0;
    position: relative;
    background-size: cover !important;
    background: linear-gradient(#00000091, #0000008a), url(../img/service_bg.jpg) no-repeat;
}


.service-sec .service-head h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #029ff7;
}

.service-sec .service-head h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    /* text-transform: uppercase; */
}

.service-sec .service-item {
    box-shadow: 0 .7rem 1.3rem rgba(0, 0, 0, .22);
    transition: 0.5s;
margin-bottom: 30px;
    position: relative;
}

.service-sec .service-item .service-content {
    padding: 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0.5rem 1.1rem #00000054;
    position: relative;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
}

.service-sec .service-item .service-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
}

.service-sec .service-item .service-content {
	height: 250px;
    transition: 0.5s;
    border-radius:  0 0 6px 6px;
	position:relative;
}
.service-sec .service-item:hover .service-content p {
    opacity: 1;
}
.service-box-head {
    width: 85%;
    height: 40px;
    background: #1e2c5d;
    left: -32px;
    position: relative;
}
.service-box-head::after {
    position: absolute;
    content: "";
    top: 40px;
    left: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 15px 0;
    border-color: transparent #041c28 transparent transparent;

}

.service-sec .service-item .service-icon {
    position: absolute;
    top: 53%;
    width: 100px;
    height: 100px;
    padding: 15px;
    right: 28px;
    transform: translateY(-50%);
    background: #ee7b07;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-sec .service-item .service-icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, #1e2c5d 0%, #0e2883 100%);
    transform: translateX(-100px);
    transition: 0.9s;
    z-index: -1;
}

.service-sec .service-item a {
    color: #ee7b07;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}

.service-sec .service-item a i {
    color: #ee7b07;
    padding-left: 20px;
}

.service-sec .service-item:hover .service-icon::after {
    transform: translateX(150px);
}

.service-sec .service-item:hover .service-icon {
    top: 12%;
}

.service-sec .service-item .service-content p {
    margin-bottom: 0;
}

.service-sec .service-item .service-img {
    width: 100%;
   height: 270px;
    position: relative;
    overflow: hidden; 
}

.service-button {
    margin-top: 152px;
    text-align: center;
}

.service-sec .service-item .service-img .button-area {
    position: absolute;
    top: 100px;
    left: 100px;
}

.service-sec .service-item .service-img .button-area a {
    font-size: 15px;
    background: #fff;
    color: #000;
    transition-delay: 0.5s;
    opacity: 0;
    transform: translateY(200px);
}

.service-sec .service-item .service-img .button-area a::after,
.service-sec .service-item .service-img .button-area a::before {
    background: #1e2c5d;
}

.service-sec .service-item:hover .service-img .button-area a {
    opacity: 1;
    transform: translateY(0px);
}

.service-sec .service-item .service-img .button-area a:hover {
    /* background: #f25c27; */
    color: #fff;
}

.service-sec .view-btn {
    background: #000;
}

.service-sec .view-btn:hover {
    color: #fff;
}

.service-sec .view-btn::after {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 57px;
    content: "";
    background: #000;
    transition: 0.6s;
    z-index: -1;
}

.service-sec .view-btn:hover:after {
    right: -1px;

}

.service-sec .service-item .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}


.service-sec .service-item .service_icon {
    padding-left: 10px;
    padding-top: 29px;
}

.service-sec .service-item .service-content h3 {
    color: #f25c27;
    font-weight: 600;
}

.service-sec .service-item .service-content p {
    line-height: 23px;
}

/* service style end */

.count-sec {
    padding: 60px 0;
    position: relative;
}

.count-area {
    display: flex;
    justify-content: center;
}

.count-sec .count-area img {
   filter: brightness(0) saturate(100%) invert(50%) sepia(17%) saturate(4919%) hue-rotate(4deg) brightness(100%) contrast(94%);
}

.count-sec .count-area .count-number h3 {
    font-size: 40px;
    font-weight: 700;
    padding-left: 10px;
}

.count-sec p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.count-icon {
    width: 70px;
    height: 70px;
}

/* Main button  */
.main-btn {
    text-decoration: none;
    padding: 12px 30px;
    background: #ee7b07;
    /* border-radius: 7px; */
    color: #ffffff;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    z-index: 1;
    border-radius: 6px;
    /* text-transform: uppercase; */
}

.main-btn:hover {
    color: #fff;
}

.main-btn::after {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 57px;
    content: "";
    background: #1e2c5d;
    transition: 0.6s;
    z-index: -1;
}

.main-btn:hover:after {
    right: 0;

}




.main-btn.book-btn {
    margin-left: 20px;
    background: e40a09;
}

.main-btn.book-btn::after,
.main-btn.book-btn::before {
    background: #f25c27;

}




/* main button style end */

/* project-sec style start */
#gallery .img-wrapper {
    position: relative;
    margin-top: 15px;
    transition: 0.5s;
	height:320px;
	overflow:hidden;
	border-radius:6px;
}
#gallery .img-wrapper a {display:unset;}

#gallery .img-wrapper img {
    width: 100%;
	height:100%;
	object-fit:cover;
}

#gallery .img-wrapper:hover .img-overlay {
    opacity: 1;
}



#gallery .img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgb(0 0 0 / 91%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.5s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15%;
    right: 28%;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* For gallery style start */
.project-sec {
    position: relative;
    background: linear-gradient(#002e4c8d, #002e4c71), url(../img/pro_bg.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover !important;
}

.project-sec .project-content h1 {
    font-size: 42px;
}

#gallery .img-wrapper {
    position: relative;
    margin-top: 15px;
    transition: 0.5s;
}

#gallery .img-wrapper img {
    width: 100%;
    border-radius: 6px;
}

.project-sec .owl-carousel.owl-drag .owl-item {
    width: 485px !important;
}

/* #gallery .img-wrapper:hover .img-overlay {
    opacity: 1;
  } */

#gallery .img-wrapper .img-overlay {
    background: #fe9d3c91;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

#gallery .img-wrapper .img-overlay h5 {
    position: absolute;
    left: 70px;
    bottom: 50px;
    color: #fff;

}

#gallery .img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgb(0 0 0 / 91%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.5s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 4%;
    right: 24%;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* project-sec style end */
/* call sec style start */
.call-sec {
    padding: 40px 0;
    background: #eaeaea;
}

.call-sec h5 {
    font-size: 40px;
    font-weight: 700;
}

.call-sec h6 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}

/* call sec style end */

/* testimonial style start */


/* =======  Testimonials style ======= */
.testimonials {
    padding: 80px 0;
    /* background: url(../img/pattren.png) no-repeat;
    background-size: cover; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* .testimonials::after {
    position: absolute;
    top: 30px;
    left: -136px;
    content: "";
    width: 544px;
    height: 222px;
    background: url(../img/cutter.png) no-repeat;
    opacity: 0.4;
    z-index: -1;
  } */
/* .testimonials::before {
    position: absolute;
    bottom: 0px;
    right: -60px;
    content: "";
    width: 243px;
    height: 192px;
    background: url(../img/plus.png) no-repeat;
    opacity: 0.4;
    z-index: -1;
  } */




.testimonials .para p {
    color: #000;
}

.testi-head h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    /* text-transform: uppercase; */
}


/* testimonials */
.testimonials h5 {
    font-size: 24px;
    margin-bottom: 7px;
}

.testimonials .item .client-desk p.star-para {
    padding-left: 70px;
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
    top: -10px;
    left: 26px;
}

.testimonials .item .client-desk .cont {
    position: relative;
    text-align: center;
}

.testimonials .item .client-desk .google {
    padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    font-weight: 400;
    line-height: 30px !important;
}

.testimonials .item .client-desk .cont h6 span {
    color: #6b6b6b;
}

.rating {
    padding-left: 18px;
}

.testimonials .item .client-desk .star i {
    color: #ffc107;

}

.testimonials-box .head-box h6 {
    position: relative;
    font-weight: 400;
    color: #555;
    font-size: 19px;
    margin-bottom: 0px;
    padding-left: 50px;
}

.testimonials .item {
    width: 100%;
    height: 322px;
    /* padding: 10px; */
    background: #c4c6c8;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1.1rem #00000012;
}

.testimonials .owl-carousel .owl-stage-outer {
    padding: 23px 0;
}

.testimonials .item .client-desk .client-area p {
    color: #000;
    /* padding-top: 20px; */
    text-align: start;
}

.testimonials .item .client-desk {
    padding: 15px;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
    position: relative;
    left: 50%;
}

.testimonials .owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a2a2a2 !important;
    margin-right: 8px;
}

.testimonials .owl-carousel button.owl-dot.active {
    background: #000 !important;
}

.view-para {
    text-decoration: underline !important;
    color: #287ff9;
}

.testimonials-box .head-box h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 0;
    top: 50%;
}

.testimonials-box .head-box h4 {
    font-size: 27px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
    color: #000;
}

.testimonials .item {
    position: relative;
}

.testimonials .item p.v-border {
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
}

.testimonials .item p {
    color: #ffffff;
}

.testimonials-box ul {
    display: flex;
    padding-top: 22px;
}

.testimonials-box ul li i {
    color: #ffd000;
}

.owl-next>span.ti-angle-right {
    position: absolute !important;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 28px;
    background: url(../../assets/img/next.png) no-repeat !important;
    filter: brightness(0) saturate(100%) invert(93%) sepia(43%) saturate(1%) hue-rotate(84deg) brightness(106%) contrast(101%);
}

.owl-prev>span.ti-angle-left {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 28px;
    background: url(../../assets/img/prev.png) no-repeat !important;
    filter: brightness(0) saturate(100%) invert(93%) sepia(43%) saturate(1%) hue-rotate(84deg) brightness(106%) contrast(101%);
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* .client-desk{
      margin-top: 80px;
  } */
.testimonials .item .info {
    /* text-align: left; */
    margin: auto;
    /* padding: 2px 0 10px 20px;   */
    padding-top: 20px;
    justify-content: center;
}

.testimonials .item .cont h6 {
    color: #fff;
}

.testimonials .item .cont ul li i {
    color: #ffc107;
}

.testimonials .item .info .author-img {
    margin-top: 10px;
    width: 71px;
    margin: auto;
}

.testimonials .item .info .author-img h6 {
    padding-left: 20px;
}

.testimonials .item .info .cont {
    margin-left: 40px;
    padding-top: 16px;
}

.testimonials .item .client-desk .info h6 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 7px;
    color: #000;
    line-height: 1em;
    font-weight: 700;
}

.testi-cont-head h6 {
    margin-top: 20px;
    /*     padding-left: 30px; */
    font-size: 25px;
    color: #ee7b07;
    text-align: center;
}

.testi-cont-head p {
    padding-left: 30px;
}

.testimonials .item .info span {
    font-size: 14px;
    color: #555;
    margin-right: 5px;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

/* video-sec style start */


.owl-carousel {
    z-index: unset !important;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40px;
    top: 42%;
    width: 60px;
    height: 60px;
    background: #ee7b07 !important;
    /* border-radius: 50%;  */
    box-shadow: 0 0.5rem 1.1rem #00000068;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -32px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -32px;

}

.owl-carousel .owl-nav button.owl-next span {
    font-size: 60px;
    position: relative;
    z-index: 1;
    color: #fff;
}


.owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    color: #fff;
}

/* owl */


.contact-form {
    padding: 60px 0;
    position: relative;
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: cover;
}

.contact-form .main-form form {
    padding: 40px 20px 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, .22);
    border-bottom: 5px solid #b92121;
}

.contact-form .main-form form input {
    background: #c4c4c4;
    height: 45px;
}

.contact-form .main-form form label {
    margin-top: 15px;
}

.contact-form .main-form form textarea {
    background: #c4c4c4;
}

.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    /* border-color: transparent !important; */
    border: 2px solid #b92121 !important;
    outline: 0;
    box-shadow: none !important;
    transition: 0.5s;
}

.cnt-button {
    padding: 10px 60px;
    background: #e55a29;
    border-radius: 7px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
}

.contact-head h1 {
    font-size: 46px;
    font-weight: 700;
}

.footer {
    padding: 60px 0;
    background: #09143a;
}

.footer .footer_logo_area p {
    color: #fff;
    font-size: 17px;

}

.footer-logo {
    width: 280px;
    height: auto;
   padding: 10px;
}

.wideget-area h3 {
    border-bottom: 3px solid #ee7b07;
    display: inline-block;
    color: #fff;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 23px;
}

.wideget-area ul {
    padding-top: 20px;
}

.wideget-area ul.footer-menu li i {
    top: 9px;
    font-size: 8px;
    padding-right: 0px;

}

.wideget-area ul li a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    position: relative;

}

.wideget-area ul li i {
    font-size: 25px;
    color: #000;
}


.wideget-area ul li {
    display: flex;
    position: relative;
    padding-left: 25px;
}

.wideget-area ul li:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ee7b07;
}

.wideget-area ul li.facebook i {
    width: 30px;
    height: 30px;
    background: #3a589b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.contact-area li {
    padding-left: 0 !important;
}

.contact-area li::before {
    display: none;
}

.wideget-area ul li.twitter i {
    width: 30px;
    height: 30px;
    background: #1d9bf0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wideget-area ul li.youtube i {
    width: 30px;
    height: 30px;
    background: #ee7b07;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wideget-area ul li i {
    color: #ee7b07;
    font-size: 15px;
    position: relative;
    /* top: -3px; */
    /* padding-right: 10px; */
}

.wideget-contact-area ul li i {
    color: #000;
    padding-top: 6px;
    padding-right: 20px;
    font-size: 28px;
}

.wideget-contact-area h3 {
    border-bottom: 3px solid #000;
    display: inline-block;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.wideget-contact-area ul {
    padding-top: 20px;
}

.wideget-contact-area ul li p {
    color: #fff;
    font-size: 18px;
}

.wideget-contact-area ul li {
    display: flex;
}

.wideget-contact-area a {
    text-decoration: none;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}

.wideget-contact-area a:hover {
    color: #fff;
}

/* footer style end */
/* footer-bottom style start */

.footer-bottom {
    padding: 10px 0;
    background: #0d1328;
}

.footer-bottom p {
    padding-top: 10px;
    font-size: 18px;

}

.footer-bottom a {
    color: #e55a29;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #e55a29;

}

.footer .contact-area li i {
    padding-top: 4px;
    font-size: 25px;
}

.footer .contact-area li {
    margin-bottom: 20px;
}

.footer .contact-area li p {
    color: #fff;
    padding-left: 15px;
    font-size: 17px;
    padding-bottom: 0;
}

.footer .contact-area li a {
    padding-left: 15px;
}

/* Modal form start */
.modal .modal-dialog .modal-body .form-box {
    background: #ffffff;
    border-radius: 7px;
    padding: 26px 20px 10px;
    position: relative;
    /* top: -140px; */
    z-index: 11111;
}

.modal .modal-dialog .modal-body .form-box h3 {
    color: #e55a29;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal .modal-dialog .modal-body .form-box input {
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box select {
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box textarea {
    margin-bottom: 15px;
    border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box input[type=submit] {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background: #e55a29;
    width: 140px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    border: none;
}

.modal .modal-dialog .modal-body .form-box input[type=submit]:focus {
    background-color: #000000 !important;
    border: none !important;
}

.modal .modal-dialog .modal-body .form-box input[type=submit].form-control {
    position: relative;
}

.modal .modal-dialog .modal-body .form-box input[type=submit].form-control::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    width: 300px;
    height: 200px;
    border-radius: 50%;
    background: #000;
}

.modal-header {
    border: 0 !important;
}

.btn-close {
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    background: unset !important;
}

.btn-close i {
    font-size: 22px;
    color: #fff;
}

.btn-close::after {
    position: absolute;
    top: -1px;
    right: -3px;
    width: 40px;
    height: 40px;
    content: "";
    background: #e55a29;
    z-index: -1;
    border-radius: 50%;
}

.modal-content {
    background: #e55a29 !important;
}



/* blog style start */
.blog-sec {
    padding: 60px 0;
}

.blog-item {
    transition: 0.5s;
    height: 281px;
    overflow: hidden;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-sec .blog-head h6 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-sec .blog-head h1 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.blog-sec .blog-content h5 {
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

.blog-sec .blog-content:hover h5 {
    color: #000;
}



.blog-sec .blog-content a {
    text-decoration: none;
    color: #00234b;
    font-weight: 700;
}

.blog-sec .blog-content a i {
    padding-left: 10px;
    color: #00234b;
}

.single_service .abt_left {
    padding: 30px;
}

.single_service img {
    float: left;
    width: auto;
    height: auto;
    margin: 0 30px 10px 0;
}

.inner_banner {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.inner_banner img {
    width: 100%;
}

.inner_banner_caption {
    position: absolute;
    top: 40%;
    left: 8%;
    z-index: 9;
}

.inner_banner_caption h1 {
    font-size: 42px;
    color: #fff;
    margin: 0;
}

.inner_banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.singale_service img {
    float: right;
    width: 40%;
    margin: 0 0 20px 30px;
}

.singale_service .inner-img img {
	width: 100%;
}
ol{
	margin-left: 0;
	padding-left: 0;
}



.singale_service img.alignright {
    height: 300px;
}

.singale_service h2 {
    text-align: left;
}

.singale_service {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.singale_service ul {
    padding-left: 0;
}

.singale_service ul li {
    list-style: none;
    color: #505050;
    margin: 5px 0;
    font-weight: 400;
/*     padding-left: 20px; */
    position: relative;
    display: flex;
}
.singale_service ul li i{
	color: #ee7b07;
	padding-right: 15px;
    padding-top: 4px;
	}
.singale_service p a{
	color: #ee7b07;
	text-decoration: none;
}

/* .singale_service ul li:before {
    content: "\f00c";
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
} */
.footer-social-media,
.footer-social-media li{
	display: flex;
}
.social-media ul li{
   padding-left:0;
}
.social-media ul li:before {
   display:none;
}
.footer-social-media li i{
	width: 50px;
    height: 50px;
    background: #fff;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-right: 0 !important;
	border-radius: 60px;
	font-size:23px !important;
}

.footer-social-media li a.fb i{
	color: #0086fa;
}
.footer-social-media li a.insta i{
	color: #fa006a;
}
.footer-social-media li a.google i{
color: #0086fa;
}
.footer-social-media li a.yelp i{
color: #fa0000;
}

/* ======= Section style ======= */
.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.section-title span {
    color: #c6321b;
}

.section-subtitle {
    font-size: 36px;
    font-weight: 800;
    color: #131313;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}

.section-subtitle:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #001873;
    position: absolute;
    left: 0;
    top: 50%;
}

.section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.section-title2 span {
    color: #c6321b;
}

.getin_wrap {
    padding: 60px 0;
}

.getin_wrap h2 {
    text-align: center;
    color: #0490c0;
}

.form_box {
    padding: 0;

}

.home_map {
    background: #ee7b07;
    padding: 20px;
}

.home_map ul {
    font-size: 14px;
    color: #fff;
    padding: 0;
	margin-bottom: 0;
}

.home_map ul li {
    padding: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.home_map ul li i {
    vertical-align: middle;
    margin: 6px 0px 0px 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
}

.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
}

.home_map ul li span h4 {
    margin: 0 0 5px;
}

.home_map ul li a {
    text-decoration: none;
    color: #fff;
}

.map iframe {
    width: 100%;    
}

.form-control {
    padding: 10px 6px;
    margin: 0 0 15px;
}

textarea.form-control {
    height: 150px;
}

.msg_area {
    margin-top: 0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 70px 0;
}

.msg_area h2 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}

.msg_area form input,
.msg_area form select,
.msg_area form textarea {
    background: #f4f5f8;
    border-radius: 8px;
    height: 60px;
    color: #000;
    margin-bottom: 0;
}

.form_area {
    width: 100%;
}

.msg_area form input::placeholder,
.msg_area form select::placeholder,
.msg_area form textarea::placeholder {
    color: #000;
}

.msg_area form input:focus,
.msg_area form select:focus,
.msg_area form textarea:focus {
    background: #f4f5f8;
}

.msg_area form textarea {
    height: 110px;
}

.form_btn {
    color: #fff !important;
    height: 60px !important;
    font-size: 16px;
    font-weight: 600;
    background-color: #1e2c5d !important;
    border-radius: 5px !important;
    margin: auto;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    padding: 0 48px;
    transition: all 0.5s;
    display: inline-block;
    text-transform: uppercase;
    border: none;
}

.form_btn:hover {
    background: #000 !important;
}

.navbar-brand img {
    width: 140px;
}


.call_float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}
.call_float a{
    text-decoration: none;
}


.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}
.mind_area {
    position: relative;
}
.mind_area .map{
    height: 477px;
}
.mind_back {
    background: url(../img/mind_back.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
/*     padding: 190px 0 130px; */
    position: relative;
    z-index: 1;
}

.mind_back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1f1f9e;
    z-index: -1;
}
.mind_area h3 {
    font-weight: bold;
    color: #fff;
    font-size: 66px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.mind_area .btn_area a {
    width: 215px;
}
.mind_area .btn_area {
    text-align: center;
    margin-top: 30px;
}
.get-form {
/*     box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.5); */
    padding: 50px 30px;
    background: #ee7b07;
/*     border-radius: 6px; */
    height: 477px;
}
.get-form h1{
	color: #fff;
	margin-bottom: 15px;
}

.get-form input {
    margin-bottom: 20px;
    height: 41px;
}

/* sticky header start */


/* Nav section style start */

.nav-section-scrolled {
    position: fixed !important;
    width: 100%;
    top: 0;
    transition: 0.5s;
    box-shadow: 0 0.5rem 0.8rem #00000019;
  }
  
  .nav-section main{
  position: relative;
  }
  
  .nav-section{
    /* background: #136798; */
    position: relative;
    z-index: 150;
  }
  .nav-section .navbar{
    padding: 0;
    /* height: 60px; */
    /* overflow: hidden; */
  }
  
.nav-open {
    border: 3px solid white;
    height: 36px !important;
    position: relative;
    width: 40px !important;
  }
  .nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
    background-color: white;
    content: "";
    display: block;
    height: 3px;
    width: 14px;
    transition: all 0.5s ease;
  }
  .nav-open .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-open .inner::before {
    margin-top: -6px;
    position: absolute;
  }
  .nav-open .inner::after {
    margin-top: 6px;
    position: absolute;
  }
  
  .nav-open.nav-close .inner {
    background-color: transparent;
    left: 54%;
  }
  .nav-open.nav-close .inner::before, .nav-open.nav-close .inner::after {
    transform: rotate(45deg);
    transform-origin: 0 50%;
    width: 17px;
  }
  .nav-open.nav-close .inner::after {
    transform: rotate(-45deg);
  }
  .nav-section-scrolled .navbar-brand{
    width: 150px;
    transition: 0.5s;
  }