@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Montserrat:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

/* titles */
.title {
    font-size: 40px;
    line-height: 67px;
    color: #000000;
    text-align: center;
}

.sub-title {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.inner-title {
    font-size: 20px;
    line-height: 32px;
    color: #100F0F;
}

.medium-title {
    font-size: 23px;
    line-height: 33px;
    color: #000000;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
p:empty{
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}
/* padding */
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right: 20px;
}

/* button */
.all-btn {
    padding: 8px 26px;
    color: #fff;
    background-color: #0C89C9;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s;
    border: 1px solid #0C89C9;
}

.all-btn:hover {
    border: 1px solid #0C89C9;
    color: #0C89C9;
    background: none;
    transition: all 0.5s;
}

.banner-btn {
    padding: 8px 26px;
    color: #fff;
    background: #0C89C9;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    font-size: 20px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s;
}

.banner-btn:hover {
    background: none;
    color: #fff;
    transition: all 0.5s;
}


button:focus,
.btn:active,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}

/* header css */
.header-section a.nav-link {
    font-size: 18px !important;
    color: #707070 !important;
    padding: 30px 15px !important;
    font-family: 'Montserrat', sans-serif;
}

.header-section li.nav-item.dropdown {
    position: relative;
}
.header-section nav.navbar.navbar-expand-lg {
    padding: 0px 0px;
}

.header-section li.nav-item.dropdown:hover ul.dropdown-menu {
    border-radius: 5px;
    bottom: -201px;
    padding: 0;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-section ul.dropdown-menu li.dropdown-boxes{
    width: 70%;
}
.header-section ul.dropdown-contant-box{
    display: flex;
    flex-wrap: wrap;
}
.header-section a.dropdown-item.p-0.dropdown-img{
    width: 30%;
    text-align: end;
    background: none;
}
.header-section a.dropdown-item.p-0.dropdown-img img{
    height: 200px;
}

.header-section ul.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    transition: 0.5s;   
    bottom: -380px;
    visibility: hidden;
    width:970px;
    margin-left: -100px;
    height: 202px;
}

.header-section ul.dropdown-menu li{
    width:50%;
}

.header-section .dropdown-item:focus,
.header-section .dropdown-item:hover {
    background-color: #0F2D5C;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.header-section a.dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 8px 30px;
}

.header-section .support-nav {
    margin-right: 30px;
}
.header-section a.nav-link.py-0.about-nav{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.header-section a.header-phone-icon.d-xl-none{
    color: #000000;
    position: absolute;
    right: 15%;
    display: flex;
    margin-right: 40px;
}
.header-section .menu-dropdown-list{
    position: absolute;
    left: -240px;
}
.header-section{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}



/* footer css */

.footer-box {
    width: 40%;
}
.footer-menu{
    display: flex;
    flex-wrap: wrap;
}
.footer-box:nth-child(3) {
    width: 20%;
}
.footer-box:nth-child(3) .footer-menu{
    display: block;
}
.footer-box h5 {
    color: #fff;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.footer-section {
    background-color: #0F2D5C;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-menu li {
    padding-bottom: 6px;
    width: 50%;
}

.footer-menu li a {
    color: #FFFFFF80;
    font-size: 16px;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
}

.footer-menu li a:hover {
    color: #FFFFFF;
    transition: all 0.5s;
}

ul.social-icon li a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

ul.social-icon li {
    margin-right: 15px;
}

.footer-bottom-section {
    padding-top: 40px;
}


/* form */
.form-section h4 span {
    color: #51AADB;
}

.form-section h4 {
    margin-bottom: 20px;
}

.form-box input {
    width: 100%;
    background: #FFFFFF;
    border: 0.5px solid #70707080;
    border-radius: 5px;
    opacity: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 15px;
    outline: 0;
}

.form-section .form-group {
    padding-top: 20px;
}

.form-box textarea {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
}

.form-control:focus {
    border-color: #70707080;
}

.form-section {
    padding-bottom: 50px;
}
.form-section .all-btn{
    margin-top: 30px;
}

.form-section h2 {
    padding-bottom: 20px;
}

.form-group.redio-btn input {
    width: auto;
    margin-right: 10px;
}

.form-group.redio-btn {
    background: #FFFFFF;
    border: 0.5px solid #70707080;
    border-radius: 5px;
    opacity: 1;
    padding-top: 0;
    height: 100%;
    padding: 8px 15px;

}

.form-group.redio-btn label {
    font-size: 16px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.collapsing{
    transition: ease !important;
    height: 0 !important;
}
.close-icon.navbar-toggler{
    border: 0;
    position: absolute;
    right: 10px;
}
.header-section a.all-btn.header-btn{
    margin-left: 30px;
}
.header-section a.navbar-brand img{
    max-width: 170px;
  }
  .footer-logo-img{
    height: 60px;
  }

.construction-site-box video , .residential-cctv-box video, .cctv-installation-box video{
    width: 100%;
    height: 100%;
}



/* media */

@media only screen and (max-width:1600px) {

.title {
    font-size: 45px;
    line-height: 60px;
}
p {
    font-size: 16px;
    line-height: 28px;
}
.form-section {
    padding-bottom: 50px;
}

}
@media only screen and (max-width:1399px) {
    .header-section a.navbar-brand img{
        max-width: 150px;
      }
    .title {
        font-size: 35px;
        line-height: 55px;
    }
    .sub-title {
        font-size: 23px;
        line-height: 35px;
    }
    .medium-title{
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }
    .inner-title {
        font-size: 16px;
        line-height: 28px;
    }
    .form-section {
        padding-bottom: 50px;
    }
    .header-section a.nav-link{
        font-size: 16px !important;
    }
    .header-section li.nav-item.dropdown:hover ul.dropdown-menu {
        border-radius: 5px;
        bottom: -193px;
    }
    .header-section ul.dropdown-menu{
        width: 844px;
        margin-left: -100px;
    }
    .header-section a.nav-link {
        padding: 30px 10px !important;
    }
    .footer-bottom-section {
        padding-top: 30px;
    }
    a.all-btn.header-btn{
        font-size: 18px;
    }
    .footer-menu li a{
        font-size: 15px;
    }

}

@media only screen and (max-width:1199px) {
    .header-section a.navbar-brand img{
      max-width: 150px;
    }
    .title {
        font-size: 30px;
        line-height: 40px;
    }
    .all-btn{
        font-size: 16px;
    }
    .sub-title {
        font-size: 20px;
        line-height: 34px;
    }
    .header-section a.nav-link {
        padding: 30px 12px !important;
    }
    .inner-title {
        font-size: 16px;
        line-height: 28px;
    }
    .form-section {
        padding-bottom: 45px;
    }
    .form-section h2 {
        padding-bottom: 20px;
    }
    .footer-menu li a{
        font-size: 14px;
    }
    .footer-box h5{
        padding-bottom: 8px;
    }
    .medium-title {
        font-size: 20px;
        line-height: 30px;
    }
    div#navbarSupportedContent.show {
        position: fixed;
        z-index: 61;
        background: #FFFFFF;
        left: 0;
        width: 300px;
        height: 100vh;
        top: 0px;
        padding-top: 25px;
        transition: all 0.5s ease;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .header-section ul.dropdown-menu{
        position: unset;
    }
    .header-section a.nav-link.py-0.about-nav {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header-section a.nav-link {
        padding: 10px 12px !important;
    }
    ul.navbar-nav.ms-auto.mb-lg-0.align-items-center {
        align-items: flex-start !important;
        padding: 0px 10px;
    }
    .header-section {
        padding: 10px 10px;
    }
    .header-section a.all-btn.header-btn.mobile {
        display: none;
    }
    .header-section li.nav-item.dropdown {
        position: relative;
        width: 100%;
    }
    .header-section .dropdown-toggle::after{
        position: absolute;
        right: 10px;
        top: 19px;
    }
    .header-section ul.dropdown-menu li.dropdown-boxes {
        width: 100%;
    }
    .header-section ul.dropdown-menu li {
        width: 100%;
    }
    .header-section a.dropdown-item.p-0.dropdown-img {
        width: 100%;
        display: none;
    }
    .header-section .menu-dropdown-list{
        position: unset;
    }
    .pl-20{
        padding-left: 10px;
    }
    .pr-20{
        padding-right: 10px;
    }
    .header-section li.nav-item.dropdown:hover ul.dropdown-menu.show {
        display: block;
    }
    .header-section li.nav-item.dropdown:hover ul.dropdown-menu{
        display: none;
    }
    .header-section ul.dropdown-menu{
        display: none;
    }
    .header-section ul.dropdown-menu {
        margin-left: -3px;
        height: auto;
    }
    .header-section a.dropdown-item{
        padding: 8px 10px;
    }
    
    
    
}
@media only screen and (max-width:1099px) {
    .header-section a.header-phone-icon.d-xl-none{
        right: 12%;
    }
}
@media only screen and (max-width:1024px) {
    .header-section a.header-phone-icon.d-xl-none{
        right: 10%;
    }
    .footer-menu{
        display: block;
    }
    .footer-menu li , .footer-box:nth-child(3){
        width: 100%;
    }
}

    @media only screen and (max-width:991px) {
        .title {
            font-size: 28px;
            line-height: 43px;
        }
        .medium-title {
            font-size: 18px;
            line-height: 28px;
        }
        .form-section h2 {
            padding-bottom: 10px !important;
        }
        .form-section {
            padding-bottom: 40px;
        }
        .footer-box {
            width: 33%;
        }
            /* .footer-logo-img{
                width: 180px;
            } */
        ul.social-icon li a {
            font-size: 25px;
        }
        .footer-bottom-section {
            padding-top: 20px;
        }
        .header-section a.nav-link {
            padding: 10px 12px !important;
        }
        ul.navbar-nav.ms-auto.mb-lg-0.align-items-center{
            align-items: flex-start !important;
            padding: 0px 10px;
        }
        .header-section ul.dropdown-menu{
            position: unset;
        }
        .header-section a.nav-link.py-0.about-nav {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
        a.all-btn.header-btn {
            margin-top: 0px;
        }
        .header-section{
            padding: 10px 10px;
        }
        div#navbarSupportedContent.show {
            position: fixed;
            z-index: 61;
            background: #FFFFFF;
            left: 0;
            width: 300px;
            height: 100vh;
            top: 0px;
            padding-top: 15px;
            transition: all 0.5s ease;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }
        a.all-btn.header-btn.mobile{
            display: none;
        }
        .header-section li.nav-item.dropdown {
            position: relative;
            width: 100%;
        }
        .header-section .dropdown-toggle::after{
            position: absolute;
        }
        
        /* {
            right: 30%;
        } */
        .header-section .menu-dropdown-list{
            position: unset;
        }
        .header-section ul.dropdown-menu li.dropdown-boxes {
            width: 100%;
        }
        .header-section ul.dropdown-menu li {
            width: 100%;
        }
        .pl-20{
            padding-left: 0px;
        }
        .pr-20{
            padding-right: 0px;
        }
        .header-section a.header-phone-icon.d-xl-none{
            right: 20%;
        }   
    }
    

    @media only screen and (max-width:875px) {
        .header-section a.header-phone-icon.d-xl-none{
            right: 16%;
        }
    }

    @media only screen and (max-width:767px) {
        .title {
            font-size: 25px;
            line-height: 35px;
        }
        .sub-title {
            font-size: 20px;
            line-height: 30px;
        }
        .form-section h2{
            padding-bottom: 0 !important;
        }
        .form-section {
            padding-bottom: 30px;
        }
        .footer-section {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .inquirys{
            margin-bottom: 20px;;
        }
        .header-section a.header-phone-icon.d-xl-none {
            right: 24%;
        }
        .form-section .all-btn {
            margin-top: 15px;
        }
       
    }

    @media only screen and (max-width:575px) {
        .title {
            font-size: 23px;
            line-height: 33px;
        }
        .footer-box {
            width: 50%;
        }
        .footerlogo{
            display: flex;
            justify-content: center;
        }
        .social-icon{
            margin-top: 15px;
            margin-bottom: 15px !important;
        }
        .footer-bottom-section {
            padding-top: 10px;
        }
        .footer-section {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .inquirys{
            margin-bottom: 15px;;
        }
        .form-section h4 {
            margin-bottom: 15px;
        }
        .form-section{
            padding-bottom: 20px;
        }
        .footer-box {
            width: 100%;
            text-align: center;
        }
        .footer-box h5 {
            padding-bottom: 0px;
        }
        .footer-menu li {
            padding-bottom: 4px;
        }
        .banner-btn{
            font-size: 16px;
        }
        p{
            margin-bottom: 0;
        }
        .form-section .form-group {
            padding-top: 15px;
        }
        .header-section a.header-phone-icon.d-xl-none {
            right: 15%;
        }
    }
    @media only screen and (max-width:320px) {
        .title {
            font-size: 22px;
            line-height: 32px;
        }
        .sub-title {
            font-size: 20px;
            line-height: 30px;
        }
    }