/*--------------------------------------------------------------------- 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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 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(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;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #333333;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.7;
     font-weight: 400;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

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: #111111;
     margin: 0
}

h1 {
     font-size: 42px;
     font-weight: 700;
     line-height: 1.2;
}

h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 36px;
     font-weight: 700;
     line-height: 1.3;
}

h3 {
     font-size: 24px;
     font-weight: 600;
     line-height: 1.4;
}

h4 {
     font-size: 20px;
     font-weight: 600;
     line-height: 1.4;
}

h5 {
     font-size: 18px;
     font-weight: 500;
     line-height: 1.5;
}

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: 0px;
     font-weight: 500;
     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;
}

.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%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

/* Section spacing for better readability */
.about,
.projects, 
.choose,
.contact {
     padding: 80px 0;
}

/* Add visual separation between sections */
.about,
.choose {
     background: #f9f9f9;
}

.projects,
.contact {
     background: #fff;
}

.text_align_center {
     text-align: center;
}

.text_align_center h1,
.text_align_center h2,
.text_align_center h3,
.text_align_center h4,
.text_align_center h5,
.text_align_center h6,
.text_align_center p,
.text_align_center i,
.text_align_center img {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     height: 116px;
}

.header_top {
     background-color: #161825;
     padding: 12px 0;
     padding: 13px 0;
}

ul.contat_infoma {
     display: block ruby;
}

ul.contat_infoma li {
     color: #fff;
     font-size: 16px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding: 0 15px;
     line-height: 1.6;
}

ul.contat_infoma li i {
     font-size: 17px;
     padding-right: 14px;
}

ul.contat_infoma li a {
     color: #fff;
}

ul.contat_infoma li a:hover {
     color: #fe9901;
}

ul.social_icon {
     margin-left: 15px;
     padding-top: 15px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon_top li {
     display: inline-block;
}

ul.social_icon_top li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 17px;
     border-radius: 30px;
     margin: 0 1px;
     color: #161825;
     background: #fff;
     width: 26px;
     height: 26px;
}

ul.social_icon_top li a:hover {
     color: #fe9901;
}

.header_bottom {
     background-color: #fff;
     height: 100px;
     padding: 25px 25px;
}

.logo {
     padding-top: 13px;
}

.logo a {
     font-size: 30px;
     line-height: 25px;
     color: #161825;
     font-weight: bold;
     text-transform: uppercase;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 25px;
     color: #161825;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/

.full_bg {
     background: url(../images/banner2.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: scroll;
     position: relative;
}

.full_bg::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(27, 27, 26, 0.4);
     z-index: 0;
}

.banner_main {
     position: relative;
     padding-bottom: 212px;
     z-index: 1;
}

.banner_main .container {
     position: relative;
     z-index: 2;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #fff;
     font-size: 18px;
     line-height: 1.8;
     font-weight: 400;
     margin-bottom: 40px;
     max-width: 650px;
}

.build_box h1 {
     font-size: 100px;
     font-weight: bold;
     color: #fff;
     line-height: 90px;
     padding-bottom: 20px;
     display: block;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.build_box .conatct_btn {
     font-size: 20px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: normal;
     max-width: 278px;
     background: #fc9701;
     border: none;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.build_box .conatct_btn:hover {
     background: #1b1b1a;
     box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 75px;
     height: 75px;
     background: rgba(22, 24, 37, 0.9);
     opacity: 1;
     font-size: 42px;
     color: #fff;
     top: 134%;
     border-radius: 40px;
     transition: all 0.3s ease;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #fd9801;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     right: 15%;
     left: inherit;
}

#myCarousel .carousel-control-next {
     right: 9%;
}

.banner .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
     margin-bottom: 20px;
}

.titlepage h2 {
     font-size: 42px;
     color: #1c1c1c;
     line-height: 1.3;
     font-weight: 700;
     padding: 0 0 20px 0;
     margin-bottom: 20px;
     text-align: center;
}

.titlepage span {
     font-size: 18px;
     line-height: 1.7;
     color: #333;
     padding-top: 10px;
     display: block;
     max-width: 800px;
     margin: 0 auto;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}


/* three_box */

.three_box {
     margin-top: -90px;
}

.const {
     padding: 50px 30px 35px 30px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
     border-radius: 8px;
     text-align: center;
}

.const i {
     display: block;
     margin: 0 auto 20px;
     text-align: center;
}

.const i img {
     margin: 0 auto;
     display: inline-block;
}

.const span {
     transition: ease-in all 0.5s;
     display: block;
     font-size: 17px;
     font-weight: 600;
     text-transform: uppercase;
     font-family: 'Raleway', sans-serif;
     color: #090a0b;
     padding-top: 30px;
     line-height: 1.5;
     text-align: center;
}

#text_hover:hover.const {
     background-color: #f89501;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#text_hover:hover.const span {
     color: #fff;
     transition: ease-in all 0.5s;
}


/* end three_box */


/** about section **/

.about {
     background-color: #f9f9f9;
     padding: 90px 0;
}

.about .titlepage {
     max-width: 666px;
     margin: 0 auto;
     float: none;
     width: 100%;
     text-align: center;
     padding-bottom: 0;
}

.about .titlepage span {
     font-family: 'Raleway', sans-serif;
     padding-bottom: 30px;
     padding-top: 20px;
     font-size: 17px;
     line-height: 1.7;
}

.about_img {
     padding-right: 40px;
     padding-left: 55px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** projects section **/

.projects {
     padding-top: 90px;
     padding-bottom: 40px;
     background: #fff;
}

.relative3 {
     position: inherit;
     padding-bottom: 60px;
}

.projects_ban {
     padding: 0 20px;
     margin-bottom: 30px;
}

.project_img figure {
     margin: 0;
}

.project_img figure img {
     width: 100%;
}

.project_text {
     position: absolute;
     bottom: 0;
     height: 123px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

.project_text:hover {
     cursor: pointer;
     background-color: #fffffff2;
     height: 303px;
     transition: ease-in all 0.5s;
}

#pro_ho:hover.project_text h3 {
     color: #1b1a1a;
     transition: ease-in all 0.5s;
     padding-top: 20px;
}

.project_text h3 {
     transition: ease-in all 0.5s;
     color: #fff;
     text-align: left;
     display: block;
     font-size: 26px;
     font-weight: 600;
     padding-bottom: 20px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.3;
}

.project_text p {
     color: #1b1a1a;
     font-size: 16px;
     text-align: left;
     line-height: 1.7;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
     margin-top: 10px;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover,
#proj .carousel-control-prev:focus,
#proj .carousel-control-next:focus {
     background: #fe9901;
     color: #fff;
}

#proj .carousel-control-prev {
     left: 46%;
}

#proj .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     display: none;
}


/** end projects section **/


/** choose section **/

.choose {
     background: url(../images/choose_bg.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: scroll;
     padding: 60px 0;
     margin-top: 90px;
     position: relative;
}

.choose::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(255, 255, 255, 0.85);
     z-index: 0;
}

.choose .container {
     position: relative;
     z-index: 1;
}

.choose .titlepage {
     text-align: center;
}

.choose .titlepage h2 {
     padding-bottom: 30px;
     text-align: center;
}

.choose .titlepage p {
     color: #141414;
     font-weight: 400;
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     line-height: 32px;
     padding-bottom: 85px;
}

.award {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.award_icon {
     width: 33%;
     text-align: center;
}

#awa_ho:hover.award_icon i {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
}

.award_icon i {
     background-color: #fff;
     transition: ease-in all 0.5s;
     width: 147px;
     height: 129px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 8px;
     flex-wrap: wrap;
     margin: 0 auto;
}

.award_icon i img {
     margin: 0 auto;
     display: block;
}

.award_icon strong {
     color: #141414;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     font-weight: 700;
     padding-top: 12px;
     display: block;
     font-size: 17px;
     text-align: center;
}


/** end choose section **/


/** staff section **/

.container_staff {
     max-width: 1340px;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.staff_main {
     background-color: #fff;
     padding-top: 90px;
}

.staff_main .titlepage span {
     font-family: 'Raleway', sans-serif;
}

.staff {
     text-align: center;
}

.man {
     background-color: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
     margin: 0 25px;
     padding-top: 50px !important;
     padding: 0px 15px;
}

.social_icon_main {
     background-color: #fe9901;
     border-radius: 5px;
     padding: 20px;
}

.social_icon_main h4 {
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 15px;
}

ul.social_icon_staff li {
     display: inline-block;
}

ul.social_icon_staff li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 22px;
     border-radius: 30px;
     margin: 0 1px;
     color: #fe9901;
     background: #fff;
     width: 40px;
     height: 40px;
}

ul.social_icon_staff li a:hover {
     color: #fff;
     background: #1b1b1a;
}

.staff_main .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 60px;
}


/** end staff section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
     padding-bottom: 60px;
}

.contact .titlepage {
     text-align: center;
     padding-bottom: 50px;
}

.main_form {
     padding: 50px 80px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
     border-radius: 8px;
}

.main_form .contactus {
     border: #ddd solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 55px;
     background: #fff;
     color: #333;
     font-size: 16px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     border-radius: 5px;
     transition: all 0.3s ease;
}

.main_form .contactus:focus {
     border-color: #fe9901;
     outline: none;
     box-shadow: 0 0 8px rgba(254, 153, 1, 0.3);
}

.main_form .textarea {
     border: #ddd solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #333;
     font-size: 16px;
     font-weight: normal;
     padding: 20px 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 120px;
     border-radius: 5px;
     transition: all 0.3s ease;
     resize: vertical;
}

.main_form .textarea:focus {
     border-color: #fe9901;
     outline: none;
     box-shadow: 0 0 8px rgba(254, 153, 1, 0.3);
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #1b1b1a;
     text-transform: uppercase;
     color: #fff;
     padding: 15px 40px;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 20px !important;
     font-weight: 600;
     border-radius: 5px;
     height: 55px;
     cursor: pointer;
     border: none;
}

.main_form .send_btn:hover {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #999;
     opacity: 1;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}


/** end contact section **/


/** clients section **/

.clients {
     padding: 100px 0;
     background: #161825;
     position: relative;
}

.clients .titlepage {
     padding-bottom: 50px;
}

.clients .titlepage h2 {
     color: #fff;
     margin-bottom: 15px;
}

.clients .titlepage span {
     color: rgba(255, 255, 255, 0.85);
     font-size: 18px;
     display: block;
     margin-top: 10px;
}

.parile0 {
     padding-left: 0;
     padding-right: 0;
     max-width: 100%;
}

.testimo_ban {
     padding: 0;
     position: relative;
     margin: 0 auto;
}

.testimo_ban .carousel-inner {
     padding: 0;
}

.testimo_ban .carousel-caption {
     position: relative;
     right: auto;
     left: auto;
     padding-top: 0;
     padding-bottom: 0;
}

.testimo_ban .carousel-item {
     padding: 0;\n     margin: 0;
}

.testimo_ban .d_flex {
     justify-content: center;
     margin: 0;
}

.testimo_ban .row {
     margin-left: 0;
     margin-right: 0;
}

.testimo_ban .col-md-12 {
     padding-left: 0;
     padding-right: 0;
}

.testimo_ban_bg {
     background: transparent;
     box-shadow: none;
     border-radius: 0;
     padding: 0;
     margin: 0 auto;
}

.relative2 {
     position: relative;
     padding: 70px 60px;
     text-align: left;
     background: #fff;
     border-radius: 25px;
     box-shadow: 0 15px 60px rgba(0, 0, 0, 0.25);
     overflow: hidden;
     margin: 0 auto;
     max-width: 900px;
     width: 100%;
     top: inherit;
     right: inherit;
     bottom: inherit;
     left: inherit;
}

.relative2::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 5px;
     background: linear-gradient(90deg, #fe9901 0%, #fc9701 50%, #f4a111 100%);
}

.testimonial-header {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 25px;
     padding-bottom: 20px;
     border-bottom: 2px solid #f5f5f5;
}

.client-avatar {
     flex-shrink: 0;
     width: 70px;
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: linear-gradient(135deg, #fe9901 0%, #f4a111 100%);
     border-radius: 50%;
     box-shadow: 0 5px 15px rgba(254, 153, 1, 0.3);
}

.client-avatar i {
     font-size: 40px;
     color: #fff;
}

.client-info {
     flex: 1;
}

.client-info h4 {
     margin: 0 0 5px 0;
     font-size: 24px;
     font-weight: 700;
     color: #1b1b1a;
     font-family: 'Poppins', sans-serif;
     line-height: 1.2;
}

.client-location {
     display: flex;
     align-items: center;
     font-size: 15px;
     color: #777;
     font-weight: 400;
     margin-top: 5px;
}

.client-location::before {
     content: '\f3c5';
     font-family: 'FontAwesome';
     margin-right: 6px;
     color: #fe9901;
     font-size: 14px;
}

.rating {
     margin-bottom: 25px;
     display: flex;
     align-items: center;
     gap: 5px;
}

.rating i {
     color: #ffc107;
     font-size: 20px;
}

.consect {
     padding: 0;
}

.consect p {
     color: #555;
     font-size: 17px;
     line-height: 32px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     font-style: italic;
     margin-bottom: 20px;
     text-align: left;
     position: relative;
     padding-left: 30px;
}

.consect p::before {
     content: '\201C';
     position: absolute;
     left: 0;
     top: -10px;
     font-size: 50px;
     color: #fe9901;
     opacity: 0.3;
     font-style: normal;
     line-height: 1;
}

.review-date {
     display: block;
     font-size: 14px;
     color: #999;
     font-weight: 500;
     text-align: left;
     margin-top: 15px;
     font-style: normal;
}

.review-date::before {
     content: '\f017';
     font-family: 'FontAwesome';
     margin-right: 6px;
     color: #fe9901;
}

#testimo .carousel-control-prev,
#testimo .carousel-control-next {
     width: 55px;
     height: 55px;
     background: linear-gradient(135deg, #fe9901 0%, #f4a111 100%) !important;
     opacity: 1 !important;
     font-size: 22px;
     color: #fff !important;
     top: 50%;
     border-radius: 50%;
     transform: translateY(-50%);
     transition: all 0.3s ease;
     box-shadow: 0 5px 20px rgba(254, 153, 1, 0.4);
     border: 3px solid #fff;
     z-index: 100;
     display: flex !important;
     align-items: center;
     justify-content: center;
     position: absolute;
}

#testimo .carousel-control-prev i,
#testimo .carousel-control-next i {
     font-size: 22px;
     color: #fff;
     display: block;
     line-height: 1;
}

#testimo .carousel-control-prev-icon,
#testimo .carousel-control-next-icon {
     display: none !important;
}

#testimo .carousel-control-prev:hover,
#testimo .carousel-control-next:hover,
#testimo .carousel-control-prev:focus,
#testimo .carousel-control-next:focus {
     background: linear-gradient(135deg, #f4a111 0%, #fe9901 100%) !important;
     color: #fff !important;
     transform: translateY(-50%) scale(1.15);
     box-shadow: 0 8px 30px rgba(254, 153, 1, 0.6);
     opacity: 1 !important;
}

#testimo .carousel-control-prev {
     left: 15px;
}

#testimo .carousel-control-next {
     right: 15px;
}

.relative2 .carousel-indicators {
     position: inherit;
     margin: 0;
     right: 0;
     bottom: 0;
     text-align: center;
     padding-top: 35px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 8px;
}

.relative2 .carousel-indicators li {
     display: inline-block;
     width: 10px;
     height: 10px;
     max-width: inherit;
     border-radius: 50%;
     background: #ddd;
     margin: 0;
     transition: all 0.4s ease;
     cursor: pointer;
     border: none;
}

.relative2 .carousel-indicators li:hover {
     background: #fc9701;
     transform: scale(1.2);
}

.relative2 .carousel-indicators li.active {
     background: #fe9901;
     width: 45px;
     border-radius: 5px;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}


/** end clients section **/


/** footer **/

.footer {
     background: #161825;
     padding: 90px 0 40px;
     text-align: center;
}

.border_top1 {
     border-top: #fff solid 3px;
     padding-bottom: 60px;
}

.newslatter {
     padding-bottom: 80px;
}

.newslatter h4 {
     font-weight: 600;
     font-size: 32px;
     line-height: 1.3;
     text-align: center;
     color: #fff;
     margin-bottom: 25px;
}

.newslatter h4::before {
     position: relative;
     content: "";
     background-color: #fff;
     width: 213px;
     height: 4px;
     top: 44px;
     border-radius: 7px;
     display: flex;
     margin: 0 auto;
}

.footer h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
     font-size: 18px;
     line-height: 1.5;
     border-bottom: #fff solid 2px;
     text-align: left;
     color: #fff;
     margin-bottom: 20px;
     display: table;
     padding-bottom: 10px;
}

.logo_bottom {
     float: left;
     padding-bottom: 24px;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 16px;
     line-height: 2;
     display: block;
     width: -moz-max-content;
     transition: all 0.3s ease;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

ul.insta {
     margin-top: 24px;
}

ul.insta li {
     display: inline-block;
     padding: 0 9px 9px 0px;
}

.bottom_form {
     margin-top: 23px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 40px;
     background-color: transparent;
     color: #fff;
     font-size: 15px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
     border: #fff solid 1px;
}

.sub_btn {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     color: #fff;
     padding: 5px 0px;
     max-width: 270px;
     width: 100%;
     height: 40px;
     border: #fff solid 1px;
}

.sub_btn:hover {
     background-color: #f4a111;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 60px;
}

.many {
     display: inline-block;
     color: #fff;
     font-size: 16px;
     line-height: 1.8;
     font-weight: normal;
     text-align: left;
}

.copyright p {
     color: #fff;
     font-size: 16px;
     line-height: 1.6;
     text-align: center;
     padding-top: 30px;
     font-weight: normal;
     padding-bottom: 25px;
     border-top: #fff solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f4a111;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
     background-color: #fff !important;
     background: transparent;
}

.back_re {
     background-color: #c97a05;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
     padding-top: 69px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .footer {
     margin-top: 90px;
}


/*truck*/

.truck {
     padding-top: 90px;
}

.truck_img1 {
     max-width: 244px;
     width: 100%;
     height: auto;
     position: relative;
     -webkit-animation: myfirst 15s linear 0s infinite alternate;
     /* Safari 4.0 - 8.0 */
     animation: myfirst 15s linear 0s infinite alternate;
}

.truck_img1 img {
     width: 100%;
     height: auto;
     display: block;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
     0% {
          left: 0px;
          top: 0;
     }
     20% {
          left: 10%;
          top: 0;
     }
     40% {
          left: 20%;
          top: 0;
     }
     60% {
          left: 30%;
          top: 0;
     }
     80% {
          left: 40%;
          top: 0;
     }
     100% {
          left: 50%;
          top: 0;
          ;
     }
     /* Standard syntax */
     @keyframes myfirst {
          0% {
               left: 0px;
               top: 0;
          }
          20% {
               left: 10%;
               top: 0;
          }
          40% {
               left: 20%;
               top: 0;
          }
          60% {
               left: 30%;
               top: 0;
          }
          80% {
               left: 40%;
               top: 0;
          }
          100% {
               left: 50%;
               top: 0;
               transform: rotateY(180deg)
          }
     }
     /* end truck*/
/*--------------------------------------------------------------------- 
   MODERN ENHANCEMENTS - Smoother, Centered, Better Animations 
---------------------------------------------------------------------*/

/* Better container centering */
.container,
.container-fluid {
     margin-left: auto;
     margin-right: auto;
}

/* Modern shadow effects */
.modern-shadow {
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-shadow:hover {
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
     transform: translateY(-5px);
}

/* Smooth transitions for all interactive elements */
a, button, .read_more, .send_btn, .conatct_btn {
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced button styles */
.read_more,
.send_btn,
.conatct_btn {
     position: relative;
     overflow: hidden;
     border-radius: 8px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.read_more::before,
.send_btn::before,
.conatct_btn::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     height: 0;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.2);
     transform: translate(-50%, -50%);
     transition: width 0.6s, height 0.6s;
}

.read_more:hover::before,
.send_btn:hover::before,
.conatct_btn:hover::before {
     width: 300px;
     height: 300px;
}

.read_more:hover,
.send_btn:hover,
.conatct_btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 8px 25px rgba(244, 161, 17, 0.4);
}

/* Modern form styling */
.main_form {
     border-radius: 12px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
}

.main_form:hover {
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.main_form .contactus,
.main_form .textarea {
     border-radius: 8px;
     transition: all 0.3s ease;
     border: 2px solid transparent;
}

.main_form .contactus:focus,
.main_form .textarea:focus {
     border-color: #f4a111;
     box-shadow: 0 0 0 4px rgba(244, 161, 17, 0.1);
     outline: none;
     transform: translateY(-2px);
}

/* Smooth image transitions */
.project_img img:hover,
.about_img img:hover {
     transform: scale(1.05);
}

.project_img,
.about_img figure {
     overflow: hidden;
     border-radius: 12px;
}

/* Modern card styling for projects */
.project {
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     border-radius: 12px;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.project:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.project_text {
     transition: all 0.3s ease;
}

.project:hover .project_text {
     background: #f4a111;
     color: #fff;
}

.project:hover .project_text h3 {
     color: #fff;
}

/* Service boxes enhancement */
.const {
     border-radius: 12px;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     cursor: pointer;
}

.const:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 50px rgba(244, 161, 17, 0.2);
     background: linear-gradient(135deg, #f4a111 0%, #fe9901 100%);
}

.const:hover span {
     color: #fff;
}

/* Improved typography */
.titlepage h2 {
     position: relative;
     display: inline-block;
     padding-bottom: 20px;
}

.titlepage h2::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, #f4a111, #fe9901);
     border-radius: 2px;
}

.titlepage span {
     display: block;
     max-width: 700px;
     margin: 20px auto 0;
     line-height: 1.8;
}

/* Award icons enhancement */
#awa_ho {
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     padding: 30px;
     border-radius: 12px;
}

#awa_ho:hover {
     background: #f8f9fa;
     transform: translateY(-5px);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#awa_ho img {
     transition: all 0.3s ease;
}

#awa_ho:hover img {
     transform: scale(1.1) rotate(5deg);
}

/* Footer improvements */
.footer h3 {
     position: relative;
     padding-bottom: 15px;
}

.footer h3::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 50px;
     height: 3px;
     background: #f4a111;
     border-radius: 2px;
}

.link_menu li {
     transition: all 0.3s ease;
     padding: 5px 0;
}

.link_menu li:hover {
     transform: translateX(5px);
}

.link_menu li a {
     position: relative;
     transition: all 0.3s ease;
}

.link_menu li a::before {
     content: '';
     position: absolute;
     left: -15px;
     top: 50%;
     transform: translateY(-50%) scaleX(0);
     width: 8px;
     height: 2px;
     background: #f4a111;
     transition: transform 0.3s ease;
}

.link_menu li:hover a::before {
     transform: translateY(-50%) scaleX(1);
}

/* Newsletter form */
.bottom_form {
     position: relative;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.bottom_form input {
     transition: all 0.3s ease;
}

.bottom_form input:focus {
     box-shadow: 0 0 0 3px rgba(244, 161, 17, 0.2);
}

.bottom_form .sub_btn {
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom_form .sub_btn:hover {
     transform: scale(1.05);
     box-shadow: 0 5px 15px rgba(244, 161, 17, 0.3);
}

/* Instagram feed enhancement */
.insta li {
     border-radius: 8px;
     overflow: hidden;
     transition: all 0.3s ease;
}

.insta li:hover {
     transform: scale(1.05);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Banner improvements */
.build_box {
     animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
     0% {
          opacity: 0;
          transform: translateY(30px);
     }
     100% {
          opacity: 1;
          transform: translateY(0);
     }
}

.build_box h1 {
     text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
     animation: fadeInUp 1s ease-out 0.3s backwards;
}

.build_box p {
     animation: fadeInUp 1s ease-out 0.5s backwards;
}

/* Carousel controls enhancement */
#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next,
#proj .carousel-control-prev,
#proj .carousel-control-next {
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover {
     transform: scale(1.1);
}

/* Map container */
.map-responsive {
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Loading animation */
.loader {
     animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
     0%, 100% { opacity: 1; }
     50% { opacity: 0.7; }
}

/* Smooth page transitions */
.main-layout {
     animation: pageIn 0.6s ease-out;
}

@keyframes pageIn {
     0% { opacity: 0; }
     100% { opacity: 1; }
}

/* Mobile optimizations */
@media (max-width: 768px) {
     .titlepage h2 {
          font-size: 32px;
     }
     
     .build_box h1 {
          font-size: 60px;
          line-height: 1.2;
     }
     
     .main_form {
          padding: 30px 20px;
     }
}

/* Text selection */
::selection {
     background: #f4a111;
     color: #fff;
}

::-moz-selection {
     background: #f4a111;
     color: #fff;
}
