<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
@import "../css/bootstrap.min.css";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #454f66;
	font-family: 'Roboto';
}
img {
	border: none;
}
div {
	margin: 0px;
	padding: 0px;
	display: block;
}
.chptcha.text {
    float: left;
    width: 120px;
}
.chptcha {
    width: 464px;
}
.chptcha {
    float: right;
    width: 110px;
}
.chptcha.text {
    float: left;
    width: 120px;
}

.capcha-img-home {
    width: 120px;
	border:1px solid #ddd;
	box-shadow:1px 4px 8px -3px rgb(221, 221, 221);
}

.str {
	font-size: 120%;
    line-height: 1.375em;
    margin: 0px;
    padding: 0px;
}
.str-2 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
}
.str-3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 80%;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 75%;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #454f66;
}
a:hover {
	text-decoration: underline;
	color: #bebebc;
}
.clear {
	clear: both;
}
a, img, input, button {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.lazy-load-box {
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.top-part-box {
	width: 100%;
	background: #fff;
	min-height: 100px;
	box-shadow: 0 3px 5px #d5dbe0;
	z-index: 999999;
	position: relative;
}
.logo-box {
	width: 285px;
	float: left;
}
.contact-links-top-right {
	float: right;
	width: 752px;
}
.contact-query-links-box {
	width: 460px;
	float: right;
	margin-top: 5px;
	margin-bottom: 18px;
}
.contact-box {
	width: 147px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #454f66;
	margin-top: 7px;
}
.contact-box span {
	color: #5c90fb;
}
.top-links-box {
	width: 193px;
	float: left;
	margin-top: 6px;
	margin-left: 20px;
}
.top-links-box ul {
	margin: 0px;
	padding: 0px;
}
.top-links-box ul li {
	list-style-type: none;
	display: inline;
}
.top-links-box ul li a {
	font-size: 13px;
	background: url(../images/top-links-li.jpg) no-repeat left;
	padding: 8px 8px;
	font-weight: 400;
}
.top-links-box ul li a:hover {
	color: #4f87fb;
}
.pad-left {
	padding-left: 0px !important;
	background: none !important;
}
.pad-right {
	padding-right: 0px !important
}
.query-btn {
	width: 84px;
	float: right;
	background: #4f87fb;
	border-radius: 20px;
	min-height: 28px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat';
	padding-top: 5px;
	margin-top: 2px;
}
.query-btn a {
	color: #fff;
	text-decoration: none;
}
.query-btn:hover {
	background: #295ecd;
	color: #fff;
}
.navi-box {
	width: 100%;
	float: left;
}
.navi-box ul {
	margin: 0px;
	padding: 0px;
}
.navi-box ul li {
	list-style-type: none;
	display: inline;
}
.navi-box ul li a {
	padding: 8px 7px;
	font-weight: 700;
	text-decoration: none;
}
.navi-box ul li a:hover {
	color: #4f87fb;
}
#menu {
	margin: 0px 0px 0px 8px;
	padding: 0;
	list-style-type: none;
	float: left;
}
#menu li {
	float: left;
	z-index: 100;
	position: relative;
	margin: 0 0 0 0px;
}
#menu li a {
	color: #454f66;
	padding: 0px 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
nav.open #menu li a {
	color: #000;
}
nav.inner #menu li a {
	color: #000;
}
#menu li:hover a {
	text-decoration: none;
	color: #4f87fb;
	font-weight: bold;
}
#menu li a span.tip {
	width: 9px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0px 9px;
	background: url(../images/nav-arrow.png) no-repeat center top;
}
#menu li a span.shoppingCart {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 0;
	background: url(../images/cart-icon.png) no-repeat left top;
}
nav.open #menu li a span.shoppingCart {
	background-position: left bottom;
}
nav.inner #menu li a span.shoppingCart {
	background-position: left bottom;
}
#menu &gt; li &gt; ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	list-style-type: none;
	left: 0px;
	top: 39px !important;
	width: 270px;
	padding: 0 0px 5px;
	background-color: rgba(255,255,255,1);
	border-top: 2px solid #005197;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#menu &gt; li:hover &gt; ul {
	visibility: visible;
	opacity: 1;
	top: 25px;
}
#menu &gt; li &gt; ul &gt; li, #menu &gt; li:hover &gt; ul &gt; li {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
}
#menu &gt; li &gt; ul &gt; li:first-child, #menu &gt; li:hover &gt; ul &gt; li:first-child {
	border-top: 0px solid rgba(255,255,255,.1);
}
#menu &gt; li &gt; ul &gt; li &gt; a, #menu &gt; li:hover &gt; ul &gt; li &gt; a {
	background: url(../images/arrow-icon2.png) no-repeat 10px;
	padding: 10px 30px!important;
	color: #2a7498 !important;
	text-transform: capitalize;
	font-size: 14px;
	display: block;
}
#menu &gt; li &gt; ul &gt; li &gt; a:hover, #menu &gt; li:hover &gt; ul &gt; li &gt; a:hover {
	background: #005197 url(../images/arrow-icon2.png) no-repeat 10px;
	color: #fff!important;
	padding: 10px 0;
	border-radius: 0px!important;
}
.menu &gt; li &gt; ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	list-style-type: none;
	left: 270px;
	top: -3px !important;
	width: 260px;
	padding: 0 0px 5px;
	background-color: rgba(255,255,255,1)!important;
	border-top: 2px solid #455fbe;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	z-index: 999999;
}
.menu &gt; li:hover &gt; ul {
	visibility: visible;
	opacity: 1;
	top: -19px;
}
.menu &gt; li &gt; ul &gt; li, .menu &gt; li:hover &gt; ul &gt; li {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 0 0 0!important;
	padding: 0px 0px!important;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
}
.menu &gt; li &gt; ul &gt; li &gt; a, .menu &gt; li:hover &gt; ul &gt; li &gt; a {
	background: url(../images/arrow-icon2.png) no-repeat 10px;
	padding: 10px 25px!important;
	color: #999!important;
	text-transform: capitalize!important;
	font-size: 14px!important;
	display: block;
}
.menu &gt; li &gt; ul &gt; li:first-child, .menu &gt; li:hover &gt; ul &gt; li:first-child {
	border-top: 0px solid rgba(255,255,255,.1);
}
.menu &gt; li &gt; ul &gt; li &gt; a:hover, .menu &gt; li:hover &gt; ul &gt; li &gt; a:hover {
	background: #3498de;
	color: #fff!important;
	padding: 0px 0px;
	border-radius: 0px!important;
}
#mobileMenu {
	display: none;
}
.menuClick {
	float: right;
	margin-top: -112px;
	margin-right: -10px;
}
#navOpen {
	width: 34px;
	height: 32px;
	margin-top: 5px;
	margin-right: 10px;
	border: #aaddf6 solid 1px;
	float: right;
	display: none;
	background: url(../images/menu-open.png) no-repeat center center;
	text-indent: -999999px;
	border-radius: 4px;
}
#navClose {
	width: 34px;
	height: 32px;
	margin-top: 5px;
	margin-right: 10px;
	border: #aaddf6 solid 1px;
	float: right;
	display: none;
	background: url(../images/menu-close.png) no-repeat center center;
	text-indent: -999999px;
	border-radius: 4px;
}
nav.open #navOpen, nav.inner #navOpen {
	background: url(../images/menu-open2.png) no-repeat center center;
}
nav.open #navClose, nav.inner #navClose {
	background: url(../images/menu-close2.png) no-repeat center center;
}
.our-featured-box {
	width: 100%;
	float: left;
	margin-top: 100px;
}
.our-featured-box h1 {
	font-size: 29px;
	font-family: 'Montserrat';
	font-weight: 600;
	margin-bottom: 0px;
}
.marg-top {
	margin-top: 30px;
}
.marg-rig {
	margin-right: 28px;
	float: left;
	width: 263px !important;
	padding: 52px 0px;
}
.marg-rig:last-child {
	margin-right: 0px;
}
.feature-box-1 {
	width: 263px;
	float: left;
	min-height: 240px;
	background: #fff;
	box-shadow: 5px 5px 30px 15px rgba(180, 186, 186, .1);
	border-radius: 10px;
	overflow: hidden;
	padding: 32px 30px 10px 30px;
}
.feature-box-1 span {
	background: url(../images/sprite-image.png) no-repeat 0px -29px;
	width: 35px;
	height: 24px;
	float: left;
	margin-bottom: 15px;
	display: block;
}
.feature-box-1 span:hover {
	background: url(../images/feature-icon-1-hov.png) no-repeat;
}
.feature-box-2 span {
	background: url(../images/sprite-image.png) no-repeat -108px -29px;
	width: 35px;
	height: 31px;
	float: left;
	margin-bottom: 15px;
}
.feature-box-2 span:hover {
	background: url(../images/feature-icon-4-hov.png) no-repeat;
}
.feature-box-3 span {
	background: url(../images/sprite-image.png) no-repeat -75px -26px;
	width: 35px;
	height: 31px;
	float: left;
	margin-bottom: 15px;
}
.feature-box-3 span:hover {
	background: url(../images/feature-icon-3-hov.png) no-repeat;
}
.feature-box-4 span {
	background: url(../images/sprite-image.png) no-repeat -40px -26px;
	width: 35px;
	height: 31px;
	float: left;
	margin-bottom: 15px;
}
.feature-box-4 span:hover {
	background: url(../images/feature-icon-2-hov.png) no-repeat;
}
.feature-box-1 h2 {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
	clear: both;
}
.feature-box-1 p {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Montserrat';
}
.feature-box-1:hover {
	background: #6ccefe;
	background: -moz-linear-gradient(top, #6ccefe 0%, #3b81e0 99%);
	background: -webkit-linear-gradient(top, #6ccefe 0%, #3b81e0 99%);
	background: linear-gradient(to bottom, #6ccefe 0%, #3b81e0 99%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ccefe', endColorstr='#3b81e0', GradientType=0);
	color: #fff;
}
.welcm-form-box {
	float: left;
	width: 100%;
	margin-top: 48px;
	margin-bottom: 70px;
}
.welcome-box-inr {
	padding-top: 25px;
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 26px;
}
.welcome-box{
	width: 750px;
    float: left;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 26px;
}
/* .welcome-box {
	width: 750px;
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 26px;
} */
.welcome-box-inr ul {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
.welcome-box-inr ul li {
	list-style-type: none;
    display: block;
    line-height: 30px;
    font-family: 'Montserrat';
    background: url(../images/banner-li.png) no-repeat left;
    padding-left: 45px;
}
.welcome-box .str-3 {
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal
}
.welcome-box .str {
	font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: normal;
}




.welcome-box .str-2 {
	font-family: 'Montserrat';
	font-size: 25.8px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal
}
.welcome-box .str-4 {
	font-family: 'Montserrat';
	font-size: 25.4px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal
}
.welcome-box .str-5 {
	font-family: 'Montserrat';
	font-size: 25.2px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal
}
.welcome-box .str-6 {
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal
}
.welcome-box p {
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	padding-top: 4px;
}

.form-box {
	width: 360px;
	float: right;
	background: #4f87fb;
	padding: 50px 35px 32px 35px;
	border-radius: 8px;
	overflow: hidden;
	min-height: 200px;
}
.form-box .form-str {
	color: #fff;
	font-size: 25px;
	font-family: 'Montserrat';
	font-weight: 600;
	margin-bottom: 25px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px 12px 5px 0px;
	line-height: 1.42857143;
	color: #fff !important;
	background: none;
	background-image: none;
	border: none;
	margin-top: 12px;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::placeholder {
color:#fff !important;
}
.btn-primary {
    color: #fff;
    background-color: #4f87fb;
    border-color: #fff;
    text-align: center;
    margin-left: 80px;
    margin-top: 21px;
}

.btn {
	display: inline-block;
	padding: 9px 30px;
	font-weight: 600;
	border-radius: 30px;
}
.welcome-2-box {
	float: left;
	width: 100%;
}
.welcome-2-box h5 {
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 40px;
}
.welcome-2-box p {
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}
.we-trust-box {
	float: left;
	width: 100%;
	margin-top: 50px;
	font-family: 'Montserrat';
}
.we-trust-box span {
	color: #4f87fb;
	font-size: 15px;
	font-weight: 600;
}
.we-trust-box ol {
	margin: 19px 0px 35px 0px;
	padding: 22px 40px;
	background: #f3f3f3;
	border-radius: 8px;
}
.we-trust-box ol li {
	list-style-type: none;
	display: inline;
	line-height: 35px;
	font-size: 15px;
	padding-left: 20px;
	font-weight: 500;
}
.we-trust-box h6 {
	font-size: 20px;
	color: #4f87fb;
	font-weight: 600;
	padding-bottom: 10px;
}
.we-trust-box p {
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	padding-bottom: 15px;
}
.welcome-2-box ul {
	margin: 10px 0px 25px 0px;
	padding: 0px;
}
.welcome-2-box ul li {
	list-style-type: none;
	display: block;
	line-height: 30px;
	font-family: 'Montserrat';
	padding-left: 45px;
	position: relative;
}
.welcome-2-box ul li:after {
	content: "";
	background: url(../images/sprite-image.png) no-repeat 0px -135px;
	position: absolute;
	left: 0;
	width: 27px;
	height: 20px;
}
.footer-scnd-last-box {
	float: left;
	width: 100%;
	background: #f7faff;
	min-height: 79px;
	border: 1px solid #ebeef4;
	margin-top: 40px;
	padding-top: 30px;
}
.footer-scnd-last-box ul {
	margin: 0px;
	padding: 0px;
}
.footer-scnd-last-box ul li {
	list-style-type: none;
	display: inline;
	padding-left: 40px;
}
.footer-scnd-last-box ul li a {
	color: #4f87fb;
	font-size: 16px;
	padding-left: 40px;
	position: relative;
}
.footer-scnd-last-box ul li a:after {
	content: "";
	background: url(../images/sprite-image.png) no-repeat -75px -70px;
	position: absolute;
	left: 0;
	width: 27px;
	height: 20px;
}
.footer-box {
	float: left;
	width: 100%;
	background: #4f87fb;
	min-height: 332px;
	border-top: 1px solid #b4ccfd;
	padding-top: 50px;
}
.footer-link-box-1 {
	width: 110px;
	float: left;
	margin-right: 48px;
}
.f-l-box-2 {
	width: 275px;
}
.f-l-box-3 {
	width: 435px;
}
.f-l-box-4 {
	width: 155px;
	margin-right: 0px;
}
.footer-link-box-1 span {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.ul-with {
	float: left;
	width: 240px;
}
.footer-link-box-1 ul {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
.footer-link-box-1 ul li {
	list-style-type: none;
	display: block;
	padding: 0px 0px 8px 0px;
}
.footer-link-box-1 ul li a {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 13px;
}
.footer-home-links-box {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.footer-home-links-box ul {
	margin: 0px;
	padding: 0px;
}
.footer-home-links-box ul li {
	list-style-type: none;
	display: inline;
}
.footer-home-links-box ul li a {
	color: #fff;
	font-family: 'Montserrat';
	padding: 0px 35px;
	font-size: 13px;
	position: relative;
}
.footer-home-links-box ul li a:after {
	content: "";
	background: url(../images/sprite-image.png) no-repeat -53px -71px;
	position: absolute;
	left: 0;
	width: 27px;
	height: 20px;
}
.copy-social-box {
	float: left;
	width: 100%;
	background: #4f87fb;
	min-height: 71px;
	border-top: 1px solid #88aefc;
}
.copy-box {
	float: left;
	width: 413px;
	padding-top: 29px;
	color: #cbdbfe;
}
.social-box {
	float: left;
	width: 70px;
	padding-top: 18px;
	margin-left: 215px;
}
.social-box img {
	padding-right: 8px;
}
.develope-box {
	float: right;
	width: 325px;
	padding-top: 29px;
	color: #cbdbfe;
}
.develope-box a {
	color: #cbdbfe;
}
.inr-bg-text {
	background: url(../images/inr-bg-text.png) no-repeat 0px 52px;
	float: left;
	width: 100%;
	min-height: 196px;
}
.banner {
	float: left;
	width: 100%;
}
.carousel-indicators {
	left: 95%;
	width: 10%;
}
.carousel-caption {
	right: 50%;
	left: 6%;
	text-align: justify;
	padding-bottom: 30px;
	top: 60px;
}
.carousel-caption .sty {
	font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    line-height: 48px;
    text-shadow: none;
    font-weight: 600;
    color: #454f66;
    margin-top: 0px;
    margin-bottom: 10px;
}
.carousel-caption h1 span {
	color: #4f87fb;
	font-size: 35px;
}
.carousel-caption &gt; p {
	color: #454f66;
	padding: 14px 0 0 7px;
	text-align: justify;
	text-shadow: none;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
}
.carousel-indicators li {
	border-radius: 30px;
	box-shadow: 0px -2px 1px #768fb7;
	padding: 5px;
	border: 4px solid #fff;
	background-color: #fff;
	width: 14px;
	height: 14px;
	margin: 0px 5px 0px 0px;
}
.carousel-indicators .active {
	background-color: #4587ef;
	border-radius: 30px;
	box-shadow: 0px -2px 1px #768fb7;
	border: 4px solid #fff;
	width: 14px;
	height: 14px;
	margin: 0px 5px 0px 0px;
}
.banner span {
	color: #4f87fb;
	font-size: 13.75px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: none;
}
.view-more-banner {
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.view-more-banner a {
	background: #4f87fb;
	border: 1px solid #4f87fb;
	font-size: 13px;
	border-radius: 30px;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
	text-align: center;
	padding: 12px 25px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.view-more-banner a:hover {
	background: #fff;
	color: #000;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#contact_form .get_in_touch_form {
	box-shadow: 0px 0px 15px 5px rgb(221, 221, 221);
	padding: 40px;
	margin-bottom: 50px;
}
#contact_form .contact_detail span.icon {
	display: inline-block;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 13px;
	border: 2px solid #f5bc40;
	border-radius: 100%;
	color: #f5bc40;
	margin: 8px 0;
	width: 46px;
	height: 46px;
}
#contact_form .get_in_touch_form h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
#contact_form .contact_detail p {
	font-size: 18px;
	color: #424242;
	margin: 0px 0;
	line-height: 1.6;
	padding: 12px 0;
	text-align: center;
}
#contact_form .get_in_touch_form .input_text {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	margin: 0px 0 20px 0;
	padding: 0 15px;
	border-radius: 2px;
	font-size: 14px;
	box-shadow: 1px 4px 8px -3px rgb(221, 221, 221);
	outline: none;
}
#contact_form .get_in_touch_form .input_textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ddd;
	margin: 0px 0 0 0;
	padding: 10px 15px;
	border-radius: 2px;
	font-size: 14px;
	box-shadow: 1px 4px 8px -3px rgb(221, 221, 221);
	outline: none;
}
#contact_form .get_in_touch_form .input_submit {
	width: 150px;
	border: none;
	outline: none;
	padding: 10px 30px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 18px;
	background-color: #4f87fb;
	letter-spacing: 1px;
	border-radius: 10px;
}
#contact_form .get_in_touch_form .input_submit:hover {
	background-color: #000;
}
.inner-banner {
	padding: 0;
}
.new-class {
	margin-top: 0px;
}
.logo-box img {
	width: 100%;
	height: 110px;
}
.fb-icon {
	background: url(../images/sprite-image.png) no-repeat 0px 0px;
	margin-top: 0!important;
	width: 24px;
	height: 24px;
	float: left;
}
.twitter-icon {
	background: url(../images/sprite-image.png) no-repeat -30px 0px;
	margin-top: 0!important;
	width: 24px;
	height: 24px;
	float: left;
}
.jcarousel-control-prev {
	background: url(../images/sprite-image.png) no-repeat -112px -66px !important;
}
.jcarousel-control-next {
	background: url(../images/sprite-image.png) no-repeat -154px -66px !important;
}
.popup-new {
	z-index: 9999999;
	display: block;
}
.request-call {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
	font-size: 22px;
}
.second-form {
	box-shadow: none;
	padding: 20px;
	border: none;
	margin-bottom: 0px;
}
.mt-15 {
	margin-top: 15px;
}
.p-0 {
	padding: 0;
}
.mt-0 {
	margin-top: 0;
}
.jcarousel-wrapper {
	margin: 0px auto;
	position: relative;
	width: 100%;
}
.jcarousel-wrapper-inner {
	margin: 0 auto;
	position: relative
}
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.jcarousel li {
	float: left;
	text-align: left!important;
	width: 263px!important;
	margin: 40px 12px;
}
.jcarousel-1 li {
	float: left;
	text-align: center!important;
	width: 100%!important
}
.jcarousel-control-prev {
	background: url(../images/left.png);
	width: 37px;
	height: 37px;
	z-index: 99;
	position: absolute;
	top: -8.8%;
	margin-top: 0px;
	z-index: 99
}
.jcarousel-control-next {
	position: absolute;
	top: -8.8%;
	margin-top: 0px;
	background: url(../images/right.png);
	width: 37px;
	height: 37px;
	z-index: 99;
	z-index: 99
}
.jcarousel-control-prev {
	right: 42px
}
.jcarousel-control-next {
	right: 0px
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:980px) {
#menu {
	display: none;
	opacity: 0;
}
#navOpen {
	display: block;
}
#navClose {
	display: none;
}
#mobileMenu {
	display: block;
}
#mobileMenu {
	z-index: 100;
	position: fixed;
	right: -100%;
	top: 86px;
	opacity: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
	height: 304px;
	overflow: auto;
	background-color: rgba(255,255,255,.99);
	border-top: 2px solid #454f66;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
#mobileMenu li {
	width: 100%;
	float: left;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
#mobileMenu li:first-child {
	border-top: 1px solid rgba(0,0,0,.1);
}
#mobileMenu li a {
	width: 100%;
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #959595;
	line-height: 42px;
	font-weight: 400;
}
#mobileMenu li a:hover {
	color: #2a2a2a;
}
#mobileMenu .mypets2 {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	background: url(../images/menu-open.png) no-repeat right center;
	text-align: left;
	font-size: 16px;
	color: #959595;
	line-height: 42px;
	font-weight: 400;
}
#mobileMenu .openpet2 {
	background: url(../images/close-submenu.png) no-repeat right center;
}
#mobileMenu .thepet2 {
	width: 100%;
	float: left;
	display: none;
}
#mobileMenu .thepet2 ul {
	width: 100%;
	float: left;
	margin-top: 0px;
}
#mobileMenu .thepet2 ul li a {
	display: inline-block;
	background: url(../images/arrow-icon2.png) no-repeat 21px center;
	padding: 0 0 0 35px !important;
	font-size: 14px;
	color: #959595;
	line-height: 37px;
	font-weight: 700;
}
#mobileMenu .thepet2 ul li a:hover {
	background-position: 25px center;
	color: #2a2a2a;
}
#mobileMenu .mypets3 {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	background: url(../images/open-submenu.png) no-repeat right center !important;
	text-align: left;
	font-size: 16px;
	color: #959595;
	line-height: 42px;
	font-weight: 400;
}
#mobileMenu .openpet3 {
	background: url(../images/close-submenu.png) no-repeat right center !important;
}
#mobileMenu .thepet3 {
	width: 100%;
	float: left;
	display: none;
}
#mobileMenu .thepet3 ul {
	width: 100%;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
#mobileMenu .thepet3 ul li a {
	display: inline-block;
	background: url(../images/arrow-icon2.png) no-repeat 21px center;
	padding: 0 0 0 35px !important;
	font-size: 14px;
	color: #959595;
	line-height: 37px;
	font-weight: 700;
}
#mobileMenu .thepet3 ul li a:hover {
	background-position: 25px center;
	color: #2a2a2a;
}
}
@media only screen and (max-width:800px) {
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:600px) {
.logo-box {
	width: 80%;
}
.contact-links-top-right {
	width: 100%;
}
.contact-query-links-box {
	width: 100%;
	margin-top: 0px;
}
.contact-box {
	width: 55%;
}
.top-links-box {
	display: none;
}
.query-btn {
	width: 30%;
}
.pad-left {
	padding-left: 20px !important;
}
.our-featured-box {
	margin-top: 40px;
}
.our-featured-box h1 {
	line-height: 35px;
	margin-bottom: 30px;
}
.feature-box-1 {
	width: 100%;
	margin-bottom: 25px;
}
.marg-rig {
	margin-right: 0px;
}
.welcome-box {
	width: 100%;
}
.form-box {
	width: 100%;
}
.we-trust-box ol {
	padding: 10px 10px;
}
.we-trust-box ol li {
	display: block;
	padding: 5px 10px;
	line-height: 25px;
}
.we-trust-box h6 {
	line-height: 30px;
}
.form-box {
	padding: 20px 15px;
}
.welcm-form-box {
	margin-top: 30px;
}
.footer-scnd-last-box ul li {
	padding-left: 20px;
	padding-bottom: 15px;
	float: left;
}
.footer-link-box-1 {
	width: 100%;
	margin-bottom: 20px;
}
.footer-link-box-1 ul {
	margin-top: 10px;
}
.f-l-box-2 {
	width: 100%;
}
.f-l-box-3 {
	width: 100%;
}
.f-l-box-4 {
	width: 100%;
}
.ul-with {
	width: 100%;
}
.footer-home-links-box ul li {
	display: block;
	padding: 4px 0px;
	text-align: center;
}
.footer-home-links-box ul li a {
	background: none;
	padding: 0px 0px;
}
.copy-box {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.social-box {
	width: 100%;
	text-align: center;
	margin-left: 0px;
	padding-top: 15px;
}
.develope-box {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.carousel-caption {
	display: none;
}
.carousel-indicators li {
	padding: 0px;
}
.carousel-indicators {
	left: 86%;
	width: 30%;
}
.logo-box img {
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width:360px) {
.container-1 {
	padding: 0px;
}
.logo-box {
	width: 80%;
}
.contact-links-top-right {
	width: 100%;
}
.contact-query-links-box {
	width: 100%;
	margin-top: 0px;
}
.contact-box {
	width: 55%;
}
.top-links-box {
	display: none;
}
.query-btn {
	width: 30%;
	
}
.pad-left {
	padding-left: 20px !important;
}
.our-featured-box {
	margin-top: 40px;
}
.our-featured-box h1 {
	line-height: 35px;
	margin-bottom: 30px;
}
.feature-box-1 {
	width: 100%;
	margin-bottom: 25px;
}
.marg-rig {
	margin-right: 0px;
	width: 279px !important;
}
.welcome-box {
	width: 100%;
}
.form-box {
	width: 100%;
}
.we-trust-box ol {
	padding: 10px 10px;
}
.we-trust-box ol li {
	display: block;
	padding: 5px 10px;
	line-height: 25px;
}
.we-trust-box h6 {
	line-height: 30px;
}
.form-box {
	padding: 20px 15px;
}
.welcm-form-box {
	margin-top: 30px;
}
.footer-scnd-last-box ul li {
	padding-left: 20px;
	padding-bottom: 15px;
	float: left;
}
.footer-link-box-1 {
	width: 100%;
	margin-bottom: 20px;
}
.footer-link-box-1 ul {
	margin-top: 10px;
}
.f-l-box-2 {
	width: 100%;
}
.f-l-box-3 {
	width: 100%;
}
.f-l-box-4 {
	width: 100%;
}
.ul-with {
	width: 100%;
}
.footer-home-links-box ul li {
	display: block;
	padding: 4px 0px;
	text-align: center;
}
.footer-home-links-box ul li a {
	background: none;
	padding: 0px 0px;
}
.copy-box {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.social-box {
	width: 100%;
	text-align: center;
	margin-left: 0px;
	padding-top: 15px;
}
.develope-box {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.carousel-caption {
	display: none;
}
.carousel-indicators li {
	padding: 0px;
}
.carousel-indicators {
	left: 86%;
	width: 30%;
}
}
.rc-anchor-light.rc-anchor-normal {
	width: 96%;
	height: 58px;
	border: 1px solid #d3d3d3;
}
img.responsive {
	margin-bottom: 23px;
	width: 100%;
}

.carousel-caption &gt; p {
    color: #454f66;
    padding: 14px 0 0 7px;
    text-align: justify;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
}

.carousel-caption h1 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    line-height: 48px;
    text-shadow: none;
    font-weight: 600;
    color: #454f66;
    margin-top: 0px;
    margin-bottom: 10px;
}
</pre></body></html>