
 @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Oswald:wght@200;300;400;500;600;700&family=Play:wght@400;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300;1,600&family=Raleway:ital,wght@0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&family=Teko:wght@400;500;600;700&display=swap');

body{
   font-family:  'Montserrat', sans-serif !important;
   padding:0px;
   margin:0px;
  background: var(--bg) !important;
}
a {
    text-decoration: none !important;
}
body, html {
    overflow-x: hidden;
}
:root {
    --bg:linear-gradient(83deg, #000000,#0f2746);
    --white-color:#fff;
    --boxes-color:#1e27388a;
    --header-bg:#041e2d87;
    --text-light:#919da4;
    --text-dark:#1db78f;
}

#bg_color{
padding: 50px 0px;
}

section.header {
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 39px 50px 0px #0b1628;
}


.header_logo img {
    width: 100px;
}

.nav_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_items ul {
    display: flex;
    align-items: center;
    gap: 25px;
    line-height: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header_top {
    padding: 20px 0px;
    background:var(--header-bg);
}

li.nav_links a {
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.side_nav_connect button {
    position: relative;
      color: var(--white-color);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    background-image: linear-gradient(to left, #13725c, #00B98E);
    border-radius: 16px;
   box-shadow: 0px 1px 15px 2px #03b087;
}


.banner_title h2 {
    color: var(--white-color);
    font-size: 52px;
    font-weight: 400;
}

.banner_title h3 {
    color: var(--white-color);
    font-size: 62px;
    font-weight: 600;
}

.banner_description {
    color: var(--text-light);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
     line-height: 28px;
}

.section_about_title h5, .real_estate_content h5, .film_section_content  h5{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    margin: 0 0 20px;
    color: var(--text-dark);
    position: relative;
    padding-left: 0;
    display: inline-block;
}

.about_title h3 {
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 50px;
    font-weight: 700;
    color: var(--text-light);
}

.about_title p, .service_title p{
    color: var(--text-light);
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 400;
    line-height: 28px;

}


.section_about_title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    margin: 0 0 20px;
   color: var(--text-dark);
    position: relative;
    padding-left: 0;
    display: inline-block;
}

.about_title h3, .service_title h3 {
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 50px;
    font-weight: 700;
   color: var(--white-color);
}

.service_title {
    text-align: center;
    margin-bottom: 30px;
}

.service_title span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-dark);
    position: relative;
    padding-left: 0;
    display: inline-block;
}


.service_title p {
   line-height: 20px !important;
}


.services_top_section {
    margin: 0 0px 10px;
    padding: 40px 28px 16px;
    background: var(--boxes-color);
    border-radius: 7px;
    transition: .5s;
    text-align: center;
    min-height:315px;
}


.service_box_title h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    color: var(--white-color);
}

.service_box-icon img {
    width: 71px;
    margin-bottom: 20px;
}
.service_box_title p{
    transition: .5s;
    font-size: 15px;
    color: var(--text-light);
}

.anim{
    height:70vh !important;
}



/* footer-css */

footer.footer_section.pt-100.pb-70 {
    padding: 100px 0px;
    background: #071a2b5e;
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* box-shadow: 0px 39px 50px 0px #0b1628; */
    background-blend-mode: overlay;
    background-color: #050e1978;
}
.footer_logo p {
    padding: 20px 0px;
    margin-bottom: 0px;
    color: var(--text-light);
}

.footer_service h3 {
    font-size: 22px;
    color: var(--white-color);
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.footer_service ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer_service ul li {
    padding-bottom: 10px;
}

.footer_service ul li a {
 color: var(--text-light);
    text-transform: capitalize;
    font-size:16px;
}

.footer_service ul li a:hover{
    color:#01b58c;
}

.copyright-area {
    background: #0b1220;
    padding: 10px;
    text-align: center;
}

.copyright-item p {
    margin: 0px;
   color: var(--white-color);
}

.newsletter_footer input {
    background: none;
    position: relative;
    border: 1px solid #05a7815c;
    height: 40px;
}

.newsletter_footer button {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(to left, #13725c, #00B98E);
    color: var(--white-color);
}

.newsletter_footer {
    position: relative;
}

.form-control:focus {
     color: var(--white-color) !important;
    background: none !important;
    outline: none !important;
    box-shadow: none!important;
}


/* menu-disply-none-block */

.menu_icon {
    display: none !important;
}

.menu_icon i {
     background: #107e64;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 20px;
    color: var(--white-color);
    font-size: 22px;
    margin: 0px;
}
@media screen and (max-width: 768px) {
  .menu_icon{
    display:block !important;
}

.nav_items ul {
  gap:0px;
   flex-direction: column;
   align-items: baseline;
    width: 100%;

}
.nav_items.active{
    display:block !important;  
}
.nav_items{
    display:none !important;  
}
.nav_menu_header {
    position: relative;
}
.nav_items {
    position: absolute;
    top: 70px;
    background: #032534;
    padding: 30px;
    width: 100%;
    z-index: 999;
    transition: 0.3s all ease-out;
}
ul.menu_item_list li {
    margin-bottom: 13px;
    border-bottom: 1px solid #e9e9e98f;
    padding-bottom: 8px;
    width: 100%;
}
}