*{
	padding:0;
	margin:0;
}
body{
	font-family: 'poppins';
}
@font-face{
	font-family: 'HelveticaNeue-CondensedBold';
	src: url('fonts/HelveticaNeue-CondensedBold.eot');
	src: url('fonts/HelveticaNeue-CondensedBold.eot') format('embedded-opentype'),
	url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
	url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
    url('fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'),
    url('fonts/HelveticaNeue-CondensedBold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'poppins';
	src: url('fonts/poppins/Poppins-Bold.eot');
	src: url('fonts/poppins/Poppins-Bold.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('fonts/poppins/Poppins-Bold.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: 'poppins_regular';
	src: url('fonts/poppins/Poppins-Regular.eot');
	src: url('fonts/poppins/Poppins-Regular.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Regular.woff') format('woff'),
	url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
    url('fonts/poppins/Poppins-Regular.ttf') format('truetype'),
    url('fonts/poppins/Poppins-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'poppins_light';
	src: url('fonts/poppins/Poppins-Light.eot');
	src: url('fonts/poppins/Poppins-Light.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-Light.woff') format('woff'),
	url('fonts/poppins/Poppins-Light.woff2') format('woff2'),
    url('fonts/poppins/Poppins-Light.ttf') format('truetype'),
    url('fonts/poppins/Poppins-Light.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'poppins_extralight';
	src: url('fonts/poppins/Poppins-ExtraLight.eot');
	src: url('fonts/poppins/Poppins-ExtraLight.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
	url('fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
    url('fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'),
    url('fonts/poppins/Poppins-ExtraLight.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'poppins_semibold';
	src: url('fonts/poppins/Poppins-SemiBold.eot');
	src: url('fonts/poppins/Poppins-SemiBold.eot') format('embedded-opentype'),
	url('fonts/poppins/Poppins-SemiBold.woff') format('woff'),
	url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
    url('fonts/poppins/Poppins-SemiBold.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: 'Montserrat_bold';
    src: url('/../fonts/Montserrat/Montserrat-Bold.eot');
    src: url('/../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('/../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
        url('/../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
        url('/../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.full_width_container{
	width:100%;
	display:table;
}
.theme_container{
	width:calc(100% - 40px);
	margin:0 20px;
	display:table;
}
.theme_container_1400{
	width:1400px;
	margin:0 20px;
	display:table;
}
.padding_80{
	padding:80px 0;
	display:table;
}
.btn_2 {
    position: relative;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    z-index: 9;
    -webkit-transition: .6s;
    transition: .6s;
    font-family: 'poppins_light';
}
.btn_2:after {
    height: 30px;
    width: 30px;
    background-color: #1f77bd;
    position: absolute;
    content: "";
    top: -5px;
    left: -11px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}























