
@font-face{
	font-family: 'Montserrat-Light';
	src: url('font/Montserrat-Light/Montserrat-Light.eot');
	src: url('font/Montserrat-Light/Montserrat-Light.eot') format('embedded-opentype'),
	url('font/Montserrat-Light/Montserrat-Light.woff') format('woff'),
	url('font/Montserrat-Light/Montserrat-Light.woff2') format('woff2'),
    url('font/Montserrat-Light/Montserrat-Light.ttf') format('truetype'),
    url('font/Montserrat-Light/Montserrat-Light.svg') format('svg');
	font-weight: 300;
    font-style: normal;
}


@font-face{
	font-family: 'Montserrat-Bold';
	src: url('font/Montserrat-Light/Montserrat-Bold.eot');
	src: url('font/Montserrat-Light/Montserrat-Bold.eot') format('embedded-opentype'),
	url('font/Montserrat-Light/Montserrat-Bold.woff') format('woff'),
	url('font/Montserrat-Light/Montserrat-Bold.woff2') format('woff2'),
    url('font/Montserrat-Light/Montserrat-Bold.ttf') format('truetype'),
    url('font/Montserrat-Light/Montserrat-Bold.svg') format('svg');
	font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family: 'Montserrat-Regular';
	src: url('font/Montserrat-Light/Montserrat-Regular.eot');
	src: url('font/Montserrat-Light/Montserrat-Regular.eot') format('embedded-opentype'),
	url('font/Montserrat-Light/Montserrat-Regular.woff') format('woff'),
	url('font/Montserrat-Light/Montserrat-Regular.woff2') format('woff2'),
    url('font/Montserrat-Light/Montserrat-Regular.ttf') format('truetype'),
    url('font/Montserrat-Light/Montserrat-Regular.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}

@font-face{
	font-family: 'Open Sans';
	src: url('font/OpenSans/OpenSans-Regular.eot');
	src: url('font/OpenSans/OpenSans-Regular.eot') format('embedded-opentype'),
	url('font/OpenSans/OpenSans-Regular.woff') format('woff'),
	url('font/OpenSans/OpenSans-Regular.woff2') format('woff2'),
    url('font/OpenSans/OpenSans-Regular.ttf') format('truetype'),
    url('font/OpenSans/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Open Sans-light';
	src: url('font/OpenSans/OpenSans-Light.eot');
	src: url('font/OpenSans/OpenSans-Light.eot') format('embedded-opentype'),
	url('font/OpenSans/OpenSans-Light.woff') format('woff'),
	url('font/OpenSans/OpenSans-Light.woff2') format('woff2'),
    url('font/OpenSans/OpenSans-Light.ttf') format('truetype'),
    url('font/OpenSans/OpenSans-Light.svg') format('svg');
	font-weight: 300;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background-color: var(--tertiary-color);
}
/************** 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:1350px;
	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%;
}
/*Additional CSS page Starts*/
/*banner section*/
.top_banner{
	height: 400px;
	position: relative;
}
.bg-pic {
    position: absolute;
    z-index: -1;
    max-height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}
.comn-part .as_title .title_sec {
    color: #fff;
    font-size: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    text-align: center;
    margin-top: 60px;
    transition: var(--trans);
}
.comn-part .as_title p {
    color: #ccc;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 130%;
    font-family: 'Montserrat-Light';
    text-align: center;
    font-weight: bold;
}

/*content_sec*/
.content_sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}
.content_sec h3{
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    line-height: 1;
    color: #1c1c1c;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}
@media(max-width:768px){
    .content_sec{
	    padding-top: 40px;
	    padding-bottom: 40px;
	} 
	.content_sec h3{
	    font-size: 20px;
	}
}
/*common center align button*/
.btn_cen{
    background: #ff8e02;
    text-decoration: none;
    font-family: 'Montserrat-Bold';;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    padding: 10px 22px;
    text-align: center;
    transition: var(--trans);
    color: #fff;
}
.btn_cen:hover{
    opacity: .7;
}
.div_center{
	text-align: center;
}
/*Additional CSS page Ends*/
@media(max-width:992px){
	.container_1300{
		padding:0 30px;
	}
}
@media(max-width:768px){
    .comn-part .as_title .title_sec{
    	font-size: 45px;
    }
}
@media(max-width:480px){
	.container_1300{
		padding:0 20px;
	}
	.comn-part .as_title .title_sec{
    	font-size: 30px;
    }
}