@font-face{
	font-family: 'poppins';
	src: url('fonts/poppins/poppins.eot');
	src: url('fonts/poppins/poppins.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('fonts/poppins/poppins.woff2') format('woff2'),
    url('fonts/poppins/Poppins-Bold.ttf') format('truetype'),
    url('fonts/poppins/Poppins-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/../fonts/Montserrat/Montserrat-Light.eot');
    src: url('/../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
        url('/../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
        url('/../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
        url('/../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
  @font-face {
        	font-family: "CloisterBlack-Light";
            src:url("fonts/CloisterBlack/CloisterBlack-Light.eot?v=<?php echo rand();?>");
            src:url("fonts/CloisterBlack/CloisterBlack-Light.eot?v=<?php echo rand();?>#iefix") format("embedded-opentype"),
            url("fonts/CloisterBlack/CloisterBlack-Light.woff2?v=<?php echo rand();?>") format("woff2"),
            url("fonts/CloisterBlack/CloisterBlack-Light.woff?v=<?php echo rand();?>") format("woff"),
            url("fonts/CloisterBlack/CloisterBlack-Light.ttf?v=<?php echo rand();?>") format("truetype"),
            url("fonts/CloisterBlack/CloisterBlack-Light.svg?v=<?php echo rand();?>#gnb-font") format("svg");
	}

@font-face {
    font-family: 'century_gothic';
    src:url('/../fonts/century_gothic/CenturyGothic.woff2') format('woff2'),
        url('/../fonts/century_gothic/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	margin:0;	
	padding:0;
	outline:none !important;
	font-family: 'Montserrat';
	background-color:#fff;
}
*{
	margin:0;	
	padding:0;
}
a{
	color:#fff;
}
ul, li{
	list-style:none;
}
ul, ol{
    margin-bottom: 0px;
}
/************** Color Start **************/
.bg_000{
    background-color:#000;
}
.bg_0a0a0a{
    background-color:#0a0a0a;
}
.bg_0e0e0e{
    background-color:#0e0e0e;
}
.bg_111{
    background-color:#111;
}
.bg_10{
    background-color:#101010;
}
.bg_222{
    background-color:#222;
}
.bg_fff{
    background-color:#fff;
}
.bg_f8{
    background-color:#f8f8f8;
}
.bg_f2{
    background-color:#f2f2f2;
}
.bg_595959{
    background-color:#595959;
}
.bg_101010{
    background-color:#101010;
}
.bg_2b2b2b{
    background-color:#191919;
}
.bg_201a16{
    background-color:#201a16;
}
.bg_191411{
    background-color:#191411;
}
/************** Color End **************/

/************** Default Class Start  **************/
.margin_auto{
	margin:auto;
}
.container_default{
    width:100%;
	margin:0 auto;
	display:table;
}
.container_default_block{
	margin:0 auto;
	display:block;
}
.container_full_width{
	width:100%;
	max-width:100%;
}
.container_full_width_90{
    width:100%;
	max-width:90%;
}
.container_680{
	max-width:680px;
}
.container_860{
	max-width:860px;
}
.container_768{
	max-width:768px;
}
.container_991{
	max-width:991px;
}
.container_1080{
	max-width:1080px;
}
.container_1200{
	max-width:1200px;
}
.container_1300{
	max-width:1370px;
	padding:0 50px;
}
.container_1280{
	max-width:1280px;
}
.container_1400{
	max-width:1400px;
}
.container_1500{
	max-width:1500px;
}
.container_1600{
	max-width:1600px;
}

.co_col{
	display:table;
	float:left;
}
.co_col_10{
	width:10%;	
}
.co_col_20, .co_col_5{
	width:20%;	
}
.co_col_25, .co_col_4{
	width:25%;	
}
.co_col_30{
	width:30%;	
}
.co_col_33_33, .co_col_3{
	width:33.3333%;	
}
.co_col_35{
	width:35%;	
}
.co_col_40{
	width:40%;	
}
.co_col_50{
	width:50%;	
}
.co_col_60{
	width:60%;	
}
.co_col_65{
	width:65%;	
}
.co_col_66_6666{
	width:66.6666%;
}
.co_col_70{
	width:70%;
}
.co_col_75{
	width:75%;
}
.co_col_80{
	width:80%;
}
.co_col_90{
	width:90%;
}
.co_col_100{
	width:100%;
}
@media(max-width:1230px){
	.container_1200{
		padding:0px 20px;
	}
	.header_sec .contact_detail .contact_content{
		font-size:16px;
	}
	.footer_sec .footer_menu{
		padding:20px;
	}
	.footer_sec .footer_menu a {
		font-size:12px;
	}
}
@media (max-width: 1200px){
	.app_sec .img-part img {
	    height: 400px;
	}
	.footer_sec .footer_menu{
		width:100%;
	}
}

@media(max-width:991px){
	.footer_sec .footer_title{
		font-size:20px;
	}
	.header_menu_sec .hamburger_menu{
		display:block;
	}
	.header_sec .header_menu_sec.active{
		top:0px;
		background-color:#fff;
	}
	.header_top{
		display:none;
	}
	.header_sec .logo_sec{
		display:none;
	}
	.header_sec .header_menu_list{
		display:none;
	}
	.logo_bg{
		display:none;
	}
	.header_sec .header_menu_sec {
    	background-color: rgba(255,255,255,0.9);
	    margin-top: 0px;
	}
	.header_sec .mobile_logo {
	    float: left;
	    height: 72px;
	    display: flex;
	    align-items: center;
	}
	.mobile_logo img {
	    max-width: 150px;
	}
	.mobile_login{
		display:block;
	}
	/*homepage responsive starts*/
	.about_shape img{
		display:none;
	}
	.app-cmn-section .cont-part h1 {
	    text-align: center;
	}
	.app_sec .app-cmn-section .cont-part p {
	    text-align: center;
	}
	.app_sec .app-cmn-section .cont-part a img {
	    margin: 10px auto;
	    display: table;
	}
	.img-part img {
	    display: none;
	}
	.about_us_sec .co_col_50{
		width:100%;
	}
	.default_title.left_align_title{
		font-size:30px;
	}
	.service_full .featured_content_sec h2{
		font-size:22px;
	}
	.service_full .featured_content_sec p{
	    font-size: 14px;
	}
	.service_full .co_col_50{
		width:100%;
	}
	.featured_img{
		display:none;
	}
	.home_banner_sec .banner_content{
		width:100%;
	}
	.change_layer{
		display:flex;
		flex-direction:column;
	}
	.change_layer .co_col_50:first-child {
	    order: 2;
	}
	/*homepage responsive Ends*/
	/*contact us responsive starts*/
	.contact_us_sec .co_col_50{
		width:100%;
	}
	.contact_us_sec .contact_us{
		display:table;
	}
	
	/*contact us responsive Ends*/
}
@media(max-width:768px){
	.banner_content p{
	    max-width: 450px;
	    margin: 0 auto;
	    padding: 0px 60px;
	}
	.footer_sec .co_col_30 {
	    width: 100%;
	}
	.footer_sec .co_col_40 {
	    width: 100%;
	}
	.footer_sec .footer_title{
	    margin: 20px 0 20px 0;
	}
	.contact_us_details .contact_detail_list p{
		font-size:12px;
	}
	.container_default .contact_us_details{
	    display: block;
	}
	.contact_detail_list{
	    padding-bottom: 20px;
	}
}
@media(max-width:480px){
	.contact_form .form_group{
		width:100%;
		margin:0px;
	}
	.contact_us_sec .contact_form textarea{
		width:100%;
	}
	.contact_us_sec .contact_us .co_col_50{
		padding:0px;
	}
}