@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url(../fonts/flaticon/flaticon.css);

@font-face {
	font-family: "OilBats";
	src: url(../fonts/OilBats.ttf);
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	/*font-weight: 300;*/
	font-style: normal;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}

button:hover,
button:active,
button:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #252525;
}

h1 {
	font-size: 30px;
}

h4 {
	font-weight: 500;
	font-size: 22px;
}

.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
}

.container {
	width: 1300px;
}

.divider {
	background: #000 none repeat scroll 0 0;
	height: 2px;
	width: 78px;
	position: relative;
	z-index: 1;
	margin: 15px 0;
}

.divider:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	content: "";
}

.divider-white,
.divider-white:before {
	background-color: #ffffff;
}

.img-responsive {
	display: inline-block;
}

.bg-color1 {
	background-color: #eee;
}

.bg-color2 {
	background-color: #096c94;
}

.bg-color3 {
	background-color: #fff;
}

.text-white {
	color: #ffffff;
}

.text-color1 {
	color: #b8a9a0;
}

.no-margin {
	margin: 0;
}

.section {
	padding: 4em 0;
}

.padd-t-b-16 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.padd-t-b-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padd-b-n {
	padding-bottom: 0;
}

.padd-t-n {
	padding-top: 0;
}

.padd-20 {
	padding: 20px;
}

.padd-40 {
	padding: 32px;
}

.padd-50 {
	padding: 50px;
}

.full-width {
	width: 100%;
}

.halfWidth {
	width: 50%;
	float: left;
	height: 350px;
}

.halfWidth .row {
	margin: 0;
}

.halfWidth .section {
	padding: 40px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	content: '';
}

.overflow-x-hidden {
	overflow-y: scroll;
	box-sizing: border-box;
}

#poster {
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.poster-type {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	-webkit-transition-delay: .05s;
	/* Safari */
	transition-delay: .05s;
	height: 350px;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-46 {
	width: 46%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.home-page .flexbox .element .padd-40 {
	padding-top: calc(32px * 2);
}

.strip-bg {
	position: relative;
}

.strip-bg:before {
	position: absolute;
	top: 0;
	width: 42px;
	height: 100%;
	content: '';
	background: rgba(13, 143, 197, 0.8);
	z-index: 1;
}

.strip-bg-left:before {
	left: 0;
}

.strip-bg-right:before {
	right: 0;
}

.display-table {
	display: table;
	height: 100%;
}

.display-table .padd-40 {
	display: table-cell;
	vertical-align: middle;
}

.btn1,
.btn2 {
	padding: 8px 20px;
	color: #fff;
	background: #0d8fc5;
	cursor: pointer;
	border-radius: 12px;
}

.btn1 i {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn1:hover,
.btn1:focus,
.btn2:hover,
.btn2:focus {
	background: #252525;
	color: #fff;
}

.btn1:hover i,
.btn1:focus i {
	margin-left: 5px;
}

.btn2 {
	background: #4e5459;
}

.call-us-btn {
	left: auto;
	top: auto;
	bottom: 69%;
	right: -3px;
	transform-origin: bottom right 0;
	position: fixed;
	z-index: 999;
	-webkit-transform: rotate(-90deg) translateZ(0);
	-moz-transform: rotate(-90deg) translateZ(0);
	transform: rotate(-90deg) translateZ(0);
}

.call-us-btn a {
	color: #ffffff;
	background-color: #0d8fc5;
	font-size: 20px;
	display: inline-block;
	padding: 15px 15px;
	/*height:45px;*/
	/*line-height:55px;*/
	margin-right: 0;
	/*margin-left: 5px;*/
}

.call-us-btn a.call-icon {
	font-size: 18px;
}

.call-us-btn a.whatsapp-icon {
	background-color: #43da57;
	-webkit-transform: rotate(90deg) translateZ(0);
	-moz-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
	padding: 15px 17px;
}

.call-us-btn a.calculator-icon {
	-webkit-transform: rotate(90deg) translateZ(0);
	-moz-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
}

.header-top {
	background-color: #4e5459;
}

.header {
	background-color: #000;
}

.header-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	content: '';
	/*border-bottom: 1px solid rgba(255, 255, 255, .4);*/
	background-color: #000;
}

.header-opacity {
	background-color: rgba(13, 143, 197, 0.8);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.isStuck {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: rgba(31, 27, 78, 0.7);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.isStuck .header-opacity {
	background-color: rgba(13, 143, 197, 0.8);
}

.top-contact-list,
.social-link {
	display: inline-block;
	vertical-align: middle;
	margin-top: 26px;
}

.top-contact-list li,
.social-link li {
	display: inline-block;
	vertical-align: top;
}

.top-contact-list li {
	padding: 5px 10px;
	color: #ffffff;
	margin-left: 30px;
	font-size: 18px;
	border: 2px solid #61c2e0;
}

.top-contact-list li {
	margin-left: 0;
}

.top-contact-list li i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	color: #61c2e0;
}

.top-contact-list li a:hover {
	color: #61c2e0;
}

.social-link li a {
	background: #61c2e0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*.social-link li a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.logo {
	display: inline-block;
	margin: 18px 0 0 0;
}

/*.logo .img-responsive{
	width: 190px;
}*/
.slogen {
	font-size: 14px;
	line-height: 16px;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	text-align: right;
	margin-top: 25px;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 12px;
}

.navigation>li:last-child {
	padding-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 12px 15px;
	color: #000;
	white-space: normal;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 15px;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown a {
	padding-right: 16px;
}

.navigation>li.dropdown>a:after {
	font-family: IcoFont;
	content: "\ea99";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
	color: #fff;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #ffffff;
	background-color: #000;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}

.parallax-window {
	height: 500px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container {
	position: relative;
	z-index: 9;
}

.brand {
	display: block;
	margin-top: 120px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}

.brand .img-responsive {
	max-width: 200px;
}

#scroll-down {
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, .8);
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}

.home-parallax .overla-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}

.slide-wrapper {
	position: relative;
}

.signature-wrap {
	padding-top: 12px;
}

.signature-wrap .signature-title,
.signature-text {
	display: inline-block;
	vertical-align: top;
}

.signature-text {
	color: #000;
	font-family: "OilBats";
	line-height: 30px;
	font-size: 22px;
}

.overflow-hidden {
	overflow: hidden;
}

.parallax {
	position: relative;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax1 {
	/* background-image: url("../images/breadcrumb/breadcrumb-bg.jpg"); */
}

.parallax.overlap:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
}

.parallax .padd-40 {
	position: relative;
	z-index: 9;
}

.breadcrumb {
	width: 100%;
	padding: 10px 40px;
	color: #000;
	border-radius: 0;
	background-color: #dfdfdf;
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumb>li+li::before {
	content: '/';
	color: #000;
}

.breadcrumb a:hover {
	color: #73767A;
}

.breadcrumb>.active {
	color: #73767A;
}

.sub-heading {
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 140px;
}

.sub-heading:hover {
	transform: scale(1.1);
}

.single-service-item {
	margin: 20px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.services-wrap {
	text-align: center;
	margin: 25px 0;
}

.services-wrap .service-title {
	font-size: 20px;
}

.services-wrap .icon-box {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #f7f7f7;
	border-radius: 50%;
	display: block;
	height: 180px;
	padding: 9px;
	position: relative;
	width: 180px;
	margin: 0 auto 25px;
	transition: all 500ms ease;
}

.services-wrap:hover .icon-box,
.services-wrap:hover .icon-box .count {
	background: #9a9a9a;
}

.services-wrap .icon-box .icon {
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 160px;
	width: 160px;
	text-align: center;
	line-height: 160px;
	color: #9a9a9a;
	font-size: 50px;
	transition: all 500ms ease;
	text-align: center;
	line-height: 160px;
	color: #9a9a9a;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.services-wrap:hover .icon-box .icon {
	font-size: 56px;
}

.services-wrap .icon-box .count {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #f7f7f7;
	border-radius: 50%;
	display: block;
	left: 5px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 45px;
	height: 45px;
	font-size: 22px;
	font-weight: 500;
	line-height: 45px;
	transition: all 500ms ease;
	color: #000;
}

.services-wrap:hover .icon-box .count {
	color: #ffffff;
}

.association-brand .img-responsive {
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin: 3px;
}

.owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: 0;
	width: 70%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	border: 1px solid #ffffff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 5%;
}

.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 5%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus {
	background-color: #000;
	color: #ffffff;
	border-color: #000;
}

.list1 li,
.areas-list li {
	padding: 0 0 0 20px;
	position: relative;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\ea69';
	font-family: IcoFont;
	font-size: 18px;
}

.list1 li:first-child:before,
.list1 li a {
	color: #000;
}

.list1.text-white li:before,
.list1 li a strong {
	color: #fff;
}

.areas-list li a {
	font-weight: bold;
}

.areas-list li:before {
	content: '\ed42';
}

.areas-list li:hover:before,
.areas-list li a:hover {
	color: #337ab7;
}

.list2 {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 16px;
}

.list2 li {
	margin-bottom: 15px;
}

.thumbs-wrap a {
	padding: 5px;
	border: 1px solid #a1a1a1;
	display: inline-block;
	margin: 3px;
	max-width: 25%;
	box-sizing: border-box;
}

.address-box {
	margin-bottom: 12px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #0d8fc5;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.contact-wrap {
	text-align: center;
}

.contact-wrap .address-icon-holder {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #0d8fc5 transparent transparent transparent;
	content: '';
	left: 10px;
}

.contact-wrap .address-icon-holder:before {
	display: none;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.contact-wrap .address-content {
	background-color: #0d8fc5;
	padding: 60px 20px 20px;
	margin-top: -40px;
	min-height: 185px;
}

.contact-wrap .address-content strong {
	font-size: 18px;
}

.address-box a:hover {
	color: #000;
}

.form-control {
	height: 45px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow: none;
	border-color: #000;
}

textarea.form-control {
	height: 310px;
	resize: vertical;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

footer .social-link li {
	padding: 0;
}

.footer-widget {
	margin: 30px 0;
}

.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #ffffff;
}

.footer-menu li {
	margin-bottom: 4px;
}

.footer-menu li a {
	color: #fff;
	display: block;
}

.footer-menu li a:hover,
.footer-links a:hover,
.hover-effect:hover {
	color: #61c2e0;
}

.footer-social-links {
	text-align: right;
}

.footer-social-links li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 20px;
	padding: 0 !important;
}

.copyright-wrap {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Lato', sans-serif;
	border-top: 1px solid #aaa;
	padding: 15px 0;
	margin-top: 15px;
	letter-spacing: 0.5px;
}

#toTop {
	display: none !important;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url('../images/totop.gif') no-repeat left top;
}

#toTopHover {
	background: url('../images/totop.gif') no-repeat left bottom;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
	outline: none;
}

.img-min-height {
	height: 400px !important;
}

.testimonial-wrap {
	padding: 20px;
	margin-bottom: 35px;
	border-left: 5px solid #0d8fc5;
	background-color: #dfdfdf;
}

.quote-icon {
	font-size: 4em;
	color: #85b721;
	margin-bottom: 15px;
}

.testi-content {
	font-size: 16px;
}

.testi-author {
	font-size: 18px;
	color: #0d8fc5;
}

/* .blog-innerbox {
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.blog-innerbox1 {
	/* padding: 30px; */
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .2), 0 5px 10px -5px rgba(0, 0, 0, .04);
	border-radius: 10px;
	margin-top: 30px;
	height: 100%;
	display: flex;
	align-items: center;
}

.blog-btn {
	padding: 15px 25px;
	background-color: #0d8fc5;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	border: 1px solid #0d8fc5;
	transition: 0.6s;
}

.blog-btn:hover {
	color: #000000;
	border: 1px solid #0d8fc5;
	background-color: transparent;
}

.blog-img {
	width: 50%;
	height: 350px;
}

.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-content {
	width: 50%;
	padding: 20px;
}

.custom-ol {
	list-style-type: decimal;
	padding-left: 15px;
}

.custom-ol li {
	margin-bottom: 15px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.header-h3 a {
	display: inline-block;
}



@media(min-width: 220px) and (max-width: 990px) {
	.container-fluid {
		padding-right: 25px;
		padding-left: 25px;
	}

	.container {
		width: 100%;
	}

	.section {
		padding: 1.5em 0;
	}

	.padd-b-n {
		padding-bottom: 0;
	}

	.padd-t-n {
		padding-top: 0;
	}

	.header-fixed {
		position: static;
		background-color: rgba(13, 143, 197, 1);
	}

	.company-brand {
		width: 300px;
		display: inline-block;
		vertical-align: top;
	}

	.logo {
		margin: 10px 0 0;
	}

	.top-contact-list,
	.social-link {
		margin: 10px 0 5px 0;
	}

	.social-link {
		margin-bottom: 10px;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #61c2e0;
		padding: 10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px 10px 10px 0;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		margin-top: 0;
	}

	.nav-wrapper.open {
		left: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-right: 0;
	}

	.navigation>li:first-child {
		display: block;
		text-align: right;
	}

	.header-fixed .navigation li a,
	.navigation li a {
		padding: 10px 20px;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #0d8fc5;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.thumbs-wrap {
		margin-bottom: 15px;
	}

	.footer-social-links {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer-social-links li:first-child {
		margin-left: 0;
	}

	.sub-heading {
		padding: 0;
	}

	.sub-heading:hover {
		transform: scale(1);
	}

	.bs-slider {
		height: 100%;
		background-color: #ffffff;
	}

	.slide-text {
		width: 100%;
	}

	.bs-slider .bs-slider-overlay {
		background-color: transparent;
	}

	.control-round .carousel-control.right,
	.control-round .item.first-slide .carousel-control.right {
		right: 1%;
	}

	.flexbox {
		display: block;
	}

	.width-30,
	.width-50,
	.width-70 {
		width: 100%;
	}

	.padd-t-n {
		padding-top: 0;
	}

	.m-padd-right {
		padding-right: 0;
		padding-bottom: 30px;
	}

	.m-padd-left {
		padding-left: 0;
	}

	.strip-bg:before {
		display: none;
	}

	.flexbox .element .padd-40 {
		padding-top: 32px;
	}

	.m-m-b-30 {
		margin-bottom: 30px;
	}

}

@media(min-width: 767px) and (max-width: 990px) {
	.association-brand .img-responsive {
		width: 120px;
		height: 120px;
	}

	.parallax-window {
		height: 350px;
	}

	.width-48 {
		width: 50%;
	}
}

@media(min-width: 220px) and (max-width: 576px) {
	.blog-innerbox1 {
		display: flex;
		flex-direction: column;
	}

	.blog-img {
		width: 100%;
		height: 100%;
	}

	.blog-content {
		width: 100%;
	}

	.blog-content h4 {
		font-size: 20px;
	}

	.breadcrumb {		
		padding: 10px 18px;		
	}

	.address-box .address-icon-holder {
		display: none;
	}
}

@media(min-width: 220px) and (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 36px;
	}

	h2 {
		font-size: 24px;
		line-height: 34px;
	}

	h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.company-brand {
		width: 208px;
	}

	.parallax-window {
		height: 300px;
	}

	.home-parallax .breadcrumb {
		padding: 15px 25px;
	}

	.control-round .carousel-control {
		top: 16%;
	}

	.slide-text {
		display: none;
	}

	.width-46 {
		width: 100%;
	}

	.parallax-strip {
		padding-bottom: 0;
	}

	.parallax-strip .width-46 {
		margin-top: 300px;
		padding: 20px;
	}
}

@media(min-width: 220px) and (max-width:400px) {
	.sm-email{
		font-size: 14px;
	}

	.container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
}