/*--------------------------------------------------------------------- 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');

/*****---------------------------------------- 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: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #f2f2f2;
}

a {
    color: #fd7a0a;
    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: #0f172a;
    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 0;
    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: 90px;
}

.header_section {
    width: 100%;
    float: left;
    background-color: #fd7a0a;
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 1000;
    top: 0;
}

.menu_text {
    width: 100%;
    float: left;
}

.menu_text li {
    float: left;
    padding: 0 15px;
    font-size: 18px;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.menu_text li a {
    color: #0f172a;
    font-weight: bold;
}

.menu_text li a:hover {
    color: #ffffff;
}

.banner_section {
    width: 100%;
    float: left;
    background-color: #fd7a0a;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

#carouselExampleIndicators a.carousel-control-prev,
#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #0f172a;
    border-radius: 100%;
}

#carouselExampleIndicators a.carousel-control-prev {
    left: 20px;
}
#carouselExampleIndicators a.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-aero.png);
}

.carousel-control-next-icon {
    background-image: url(../images/right-aero.png);
}

.logo img {
    max-height: 80px;
}

.taital_main {
    width: 100%;
    float: left;
}

.construction_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.building_text {
    width: 100%;
    float: left;
    font-size: 90px;
    color: #ffffff;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.contact_bt,
.get_bt {
    width: 180px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    float: left;
    color: #ffffff;
}

.contact_bt a,
.get_bt a {
    color: #ffffff;
    display: block;
}

.contact_bt a:hover,
.get_bt a:hover {
    color: #fd7a0a;
    background-color: #ffffff;
}

.get_bt {
    margin-left: 20px;
}

.about_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.about_taital {
    padding-right: 50px;
    padding-left: 50px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0f172a;
    font-weight: bold;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666666;
    margin-left: 0px;
}

.about_bt a {
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #fd7a0a;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
}

.about_bt a:hover {
    color: #0f172a;
    background-color: #ffffff;
}

.our_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.our_section .box_main .volunteer_text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.our_section .box_main .lorem_ipsum_text {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #0f172a;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.bt_main {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.projects_section {
    width: 100%;
    float: left;
    background-color: #0f172a;
    background-size: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
}
.projects_section h1, .projects_section p, .projects_section h2, .projects_section .projects_text {
    color: #ffffff;
}


.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 0;
}

.choose_bt a {
    width: 200px;
    height: 50px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    padding-top: 9px;
    background-color: #fd7a0a;
    color: #ffffff;
    display: inline-block;
}
.choose_bt a:hover {
    background-color: #ffffff;
    color: #0f172a;
}

.clients_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.our_text {
    width: 29%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0f172a;
    border-bottom: 1px solid #fd7a0a;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #666666;
    padding-top: 40px;
}
.client_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #0f172a;
    font-weight: bold;
    border-bottom: 1px solid #fd7a0a;
    width: 29%;
    margin: 0 auto;
}

.clients_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.henrry_text {
    width: 100%;
    float: left;
    color: #0f172a;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

.henrry_taital {
    width: 100%;
    float: left;
    color: #fd7a0a;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
}

.client_lorem_text {
    width: 85%;
    float: left;
    color: #666666;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    top: -160px;
    left: 108px;
}

.contact_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.contact_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_bg {
    width: 82%;
    float: right;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #0f172a;
    border-bottom: 0px solid #fd7a0a;
    padding-top: 20px;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #0f172a;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #0f172a !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

input.email-bt::placeholder {
    color: #0f172a;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #0f172a;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #0f172a !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

textarea#comment.massage-bt::placeholder {
    color: #0f172a;
}

.send_bt a {
    width: 180px;
    height: 50px;
    float: left;
    background-color: #0f172a;
    color: #ffffff;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a:hover {
    color: #0f172a;
    background-color: #fd7a0a;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #0f172a;
    height: auto;
    margin-top: 80px;
    padding-bottom: 80px;
}

.footer_section h2, .footer_section h4, .footer_section p, .footer_section span {
    color: #ffffff;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    display: flex;
}

.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%;
    float: left;
    background-color: #fd7a0a;
    padding: 10px 0;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #0f172a;
}

@media (max-width: 768px) {
    .header_section .menu_text ul {
        display: none !important;
    }
    .header_section .logo {
        width: 100%;
        text-align: center;
    }
    .header_section .menu_text {
        text-align: center;
    }
    .toggle_menu {
        display: block !important;
        cursor: pointer;
    }
    .projects_section .row .col-md-4 {
        margin-bottom: 30px;
    }
}