/*Font*/
body {
    font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*End Font*/
.accordion-body li {
    color: #000;
}
.site-logo{
	max-width:180px;
}
#freezone-logo{
    padding: 80px 0px;
}
#government-logo{
	padding: 80px 0px;
}
/*Footer*/
#footer {
	background-image: url(/assets/img/ft-bg.webp);
    background-size: cover;
    background-position: center;
}

#footer .footer-widgets {
    padding: 3rem;
}

#footer .footer-widgets .foot_head .foot-head-h4{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #02b8ff;
    padding-left: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#footer .footer-widgets .foot_cont{
    color: #fff;
}

#footer .footer-widgets .foot_cmp_pro{
	margin-top: 35px;
	text-align: center;
}

#footer .footer-widgets .foot_cmp_prof{
	background: #02b8ff;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

#footer .footer-widgets .foot_cont .foot_cnt_a{
	color: #fff;
}

#footer .footer-widgets .foot_cont .foot_cnt_a:hover{
	color: #02b8ff;
	text-decoration: none;
}

#footer .foot_sn_a{
	color: #fff;
	padding-right: 8px;
}

#footer .foot_sn_a:hover{
	color: #02b8ff;
}

#footer .foot_sn_icn{
	font-size: 24px;
}

#footer .footer-copyright {
    border-top: 1px solid #fff;
    color: #fff;
    padding: 15px 50px;
}
#footer .footer-copyright .foot_copy_txt{
    font-size: 15px;
    color: #fff;
}

#footer .footer-copyright .foot_copy_url{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.whatsapp-desktop .wt-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 35px;
    left: 35px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 8px 2px;
    z-index: 100;
    animation: 3s linear 0s infinite normal none running waves-whatsapp;
}
.whatsapp-desktop .fa-whatsapp{
	margin-top: 7px;
}
@keyframes waves-whatsapp {
    0% {
        box-shadow: rgba(48, 191, 57, 0.3) 0px 8px 10px, rgba(48, 191, 57, 0.2) 0px 0px 0px 0px, rgba(48, 191, 57, 0.2) 0px 0px 0px 0px;
    }

    40% {
        box-shadow: rgba(48, 191, 57, 0.3) 0px 8px 10px, rgba(48, 191, 57, 0.2) 0px 0px 0px 35px, rgba(48, 191, 57, 0.2) 0px 0px 0px 0px;
    }

    80% {
        box-shadow: rgba(48, 191, 57, 0.3) 0px 8px 10px, rgba(48, 191, 57, 0) 0px 0px 0px 55px, rgba(48, 191, 57, 0.067) 0px 0px 0px 26.7px;
    }

    100% {
        box-shadow: rgba(48, 191, 57, 0.3) 0px 8px 10px, rgba(48, 191, 57, 0) 0px 0px 0px 80px, rgba(48, 191, 57, 0) 0px 0px 0px 40px;
    }
}

/*End Footer*/
/*Contact*/
#cont-pg-head{
	background: #4D2608;
	background: linear-gradient(90deg,rgba(77, 38, 8, 1) 0%, rgba(77, 38, 8, 1) 50%, rgba(164, 116, 49, 1) 100%);
	padding: 50px 0px;
}

#cont-pg-head .cont-pg-h1{
	font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
	margin-bottom: 10px;
}

#cont-pg-head .cont-pg-p{
	font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

#cont-pg-head .cont-pg-bb{
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#cont-pg-main{
	padding: 80px 0px;
}

#cont-pg-main .cont-pg-h2{
	font-size: 28px;
    font-weight: 700;
	margin-bottom: 15px;
}

#cont-pg-main .cont-pg-frm{
	padding: 50px;
    background: #0030a1;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5);
	margin: 0px 35px 35px;
}

#cont-pg-main .cont-pg-frm-h3{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
	margin-bottom: 10px;
}

#cont-pg-main .cont-pg-frm-para{
	font-size: 16px;
	font-weight: 500;
    color: #fff;
    text-align: center;
	margin-bottom: 10px;
}

#cont-pg-main .cont-cnt-dts .cnt-icn-a{
	background: #0030a1;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

#cont-pg-main .cont-cnt-dts .cnt-url-a{
	color: #02b8ff;
    font-size: 16px;
    font-weight: 600;
}

#cont-pg-main .cont-cnt-dts{
	margin-top: 35px;
}

#cont-pg-main .cont-cnt-dts .cnt-para-a{
	padding-left: 45px;
}

#cont-pg-main .cont-cnt-dts .cnt-para-b{
	color: #212529;
	font-weight: 600;
	text-decoration: none;
}

#cont-pg-main .cnt-uc-form {
	height: calc(3rem + 0rem);
	box-shadow: none;
	border: 1px solid #a3a3a3;
	margin-bottom: 10px;
}

#cont-pg-main .submit_button{
	background: #02b8ff;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
	margin: 12px 0px 0px;
}
.iti{
	width: 100%;
	margin-bottom: 10px;
}
/*End Contact*/
/*Mobile Menu*/
/*Base css*/

@media screen and (max-width:769px) {
    *{
        margin: 0;
        padding: 0;
    }
    body{
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
    }
    
    a, a:hover{
        outline: none;
        text-decoration: none;
    }
    
    ul, li{
        list-style: none;
    }
	
    /*Menu Css*/
    
    .mobile-logo a{
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
    }
    
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 17px 0;
        z-index: 999;
        background: #fff;
    }

    .mobile-header.mobile-header-main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 0;
        z-index: 999;
        background: #fff;
    }
    
    .mobile-header-elements {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header-elements .mobile-logo {
        width: 140px;
    }
    
    .mobile-nav-icon {
        font-size: 23px; 
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #000;
    }
    
    .mobile-nav-icon {
        font-size: 23px;
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #000000;
    }
    
    .mobile-sidebar {
        position: fixed;
        height: 100%;
        width: 100%;
        background:#fff;
        z-index: 9999;
        padding: 40px 30px;
        left: -100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .mobile-sidebar .logo-m {
        width: 140px;
    }
	
    .mobile-sidebar .logo-m {
        margin-top: -45px;
        margin-bottom: 20px;
    }
    
    .menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 25px;
        color: #000;
        cursor: pointer;
    }
    
    .mobile-nav li a {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        padding: 10px 0;
        display: block;
        font-weight: 500;
    }
    
    .mobile-nav li {
        position: relative;
        z-index: 2;
    }

    .mobile-button a {
            width: 100%;
            text-align: center;
            margin-top: 20px;
    }

}

.mobile-sidebar .mobile-button .theme-btn1 {
    width: 100%;
    margin: 20px 0px;
    padding: 18px;
}
/*End Mobile Menu*/
#fz-dtls{
	padding: 80px 0px;
}

#fz-dtls .fz-dtls-h1{
	font-style: normal;
    font-weight: 700;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 25px;
}

#fz-dtls .fz-dtls-h3{
	font-style: normal;
    font-weight: 600;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 25px;
}

#fz-dtls .fz-dtls-p{
	font-size: 16px;
    margin-bottom: 15px;
	line-height: 28px;
}
#fz-dtls .fz-dtls-img{
	border-radius: 35px;
    height: 100%;
    object-fit: cover;
}