a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	font-family: 'Poppins', sans-serif;
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.container {
	max-width: 1270px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.twitter-icon img{
	display: inline-block;
	width:18px;
	height:17px;
}
.d-flex {
	display: -ms-flexbox;
	display: flex
}
.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center
}
.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}
.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start
}
.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end
}
.align-items-center {
	-ms-flex-align: center;
	align-items: center
}
.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*, :after, :before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%
}
body {
	font-size: 62.5%;
	color: #000
}
.text-uppercase {
	text-transform: uppercase
}
.text-center {
	text-align: center
}
.text-indent {
	text-indent: -9999px
}
.slick-slider {
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #161e21
}
h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 800;
	margin: 0 0 26px 0;
	letter-spacing: -0.9px;
}
h2 {
	color: #000;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 10px 0
}
h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height:1.25;
	margin: 0 0 10px 0
}
h4 {
	font-size: 21px;
	line-height: 1;
	margin: 0 0 10px 0
}
h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.16667;
	margin: 0 0 20px 0
}
h6 {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 10px 0
}
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}
input, select, textarea {
	-webkit-appearance: none;
	border-radius: 0
}
input, select, textarea {
	color: #000;
	font-size:18px;
	line-height: 1;
	width: 100%;
	height: 50px;
	padding: 12px 15px;
	font-family: 'Poppins', sans-serif;
}
select {
	cursor: pointer;
}
.location-option {
	position: relative;
}
.location-option:after {
	position: absolute;
	content: "";
	display: inline-block;
	border: solid #bdb6b8;
	border-width: 0 2px 2px 0;
	right: 24px;
	z-index: 1;
	padding: 4px;
	top: 44%;
	margin-left: 16px;
	transition: .3s ease-in;
	transform: rotate(45deg) translateY(-50%);
}
textarea {
	resize: none;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: 0
}
input[type=checkbox], input[type=radio] {
	padding: 0;
	border: none
}
button, input[type=button], input[type=file], input[type=reset], input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
dl, ol, ul {
	font-size: 100%;
	line-height: 1.5
}
dt, li {
	line-height: 1.5em
}
dl {
	margin: 0 0 1em 0
}
dd {
	margin: 0 0 1em .8em
}
ul {
	list-style-type: none;
	margin: 0
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0
}
ol ul, ul ul {
	margin-top: 0
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0
}
p {
	color: #000;
	font-size:20px;
	line-height: 1.5;
}
a{
	display: inline-block;
}
blockquote, cite, dfn, q, var {
	font-style: italic
}
blockquote {
	background: 0 0;
	color: #666
}
small {
	font-size: 12px;
	line-height: 1.75
}
code, kbd, pre, samp, tt, var {
	font-size: 100%
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 10px 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
code, pre {
	color: #800
}
kbd, samp, var {
	color: #666;
	font-weight: 700
}
abbr, acronym {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	max-width: 100%;
	height: auto
}
body img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
a {
	color: #4d87c7;
	text-decoration: none
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0
}
a:active {
	outline: 0
}
table {
	width: 100%;
	border-collapse: collapse;
	color: #444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0
}
caption {
	font-variant: small-caps
}
td, th {
	line-height: 1.5em;
	vertical-align: top;
	padding: .71429em .5em
}
td :first-child, th :first-child {
	margin-top: 0
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc
}
.btn, button.btn, input.btn {
	display: inline-block;
	font-size: 12px;
	color: #000;
	line-height: normal;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #eee
}
.btn:focus, .btn:hover, button.btn:focus, button.btn:hover, input.btn:focus, input.btn:hover {
	color: #4d87ff;
	border: 1px solid #888
}
button {
	border: none;
	cursor: pointer
}
/*Header*/
.hamburger {
	width: 40px;
	transition: 0.5s ease-in-out;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.line {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 auto 6px;
	display: block;
	background-color: #ff5722;
	transition: 0.5s ease-in-out;
}
.hamburger.active .line-1 {
	transform: rotate(45deg);
	margin: 7px 0 0 6px;
}
.hamburger.active .line-3 {
	transform: rotate(-45deg);
	margin: -15px 0 0 6px;
}
.hamburger.active .line-2 {
	opacity: 0;
}

.header {
	padding: 12px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 5;
	box-shadow: 0 5px 21px 0 rgba(0, 1, 1, .05);
}
.navigation-wrapper {
	display: flex;
	justify-content: space-between;
}
.navigation {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: -100%;
	padding: 15px 0 35px 0;
	width: 100%;
	height: calc(100vh - 50px);
	overflow: auto;
	z-index: 1;
	transition: all 0.3s;
}
.navigation.effect {
	left: 0;
}
.main-logo {

}
.main-logo img {
	width: 66px;
}
.navigation {

}
.menu {

}
.menu li {

}
.menu li:last-child {

}
.menu li a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.4s linear;
	display: block;
	border-bottom: 1px solid #616161;
	padding: 15px;
}
.menu li a:hover {
	color: #ef6800;
}
.contact-us {
	padding: 15px;
}
li.contact-us a {
	padding: 18px 20px;
	border-radius: 6px;
	border: 2px solid #0069b7;
	display: inline-block;
}
li.contact-us a:hover {
	background-color: #0069b7;
	color: #fff;
}
.menu li {
	position:relative;
}
.service-dropdown:after{
	content:"";
	position:absolute;
	right: 11px;
    top: 16px;
	width:16px;
	height:16px;
	background:url("../images/down-arrow.png")no-repeat;
}
.submenu-wrapper{
	display: none;
}
.submenu{
	background-color: #fff;
	padding:15px;
	box-shadow: 0 5px 21px 0 rgba(0, 1, 1, .05);
}
.submenu li{
	display: block;
	margin-bottom:20px;
}
.submenu li a{
	color:#000;
	font-size: 16px;
	padding:0;
	border-bottom: none;
}
.menu li:hover .submenu-wrapper{
	display: block;
}



/*Header Close*/
/*Footer*/
.footer {
	padding: 60px 0 50px;
}
.footer-content {

}
.footer-column {
	margin-bottom: 25px;
}
.footer-column-1 {

}
.footer-column-2 {

}
.footer-column-3 {
	margin-bottom: 0;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
}
.footer-para {
	color: #616161;
	line-height: 1.5;
	margin-bottom: 22px;
}
.footer-para strong {
	font-weight: 500;
}
.footer-link {

}
.footer-link li, .contact-list li {
	margin-bottom:17px;
}
.footer-link li a, .contact-list li a {
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.footer-link li a:hover, .contact-list li a:hover {
	color: #ff5722;
	text-decoration: underline;
}
.contact-list {

}
.contact-list li {
	position:relative;
  padding-left: 35px;
}
.contact-list li a {
	color: #616161;
}
.phone-1{
	margin-right:12px;
}
.contact-list li em {
  position: absolute;
  left: 0;
  top:1px;
}
.phone-icon{
	background:url("../images/phone-icon.png")no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
}
.email-icon{
	background:url("../images/email-icon.png")no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
}
.location-icon{
	background:url("../images/location-icon.png")no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
}

address {
	color: #616161;
	font-size: 16px;
	line-height: 1.47;
}
.map-location,.map-location iframe{
	width:100%;
}
.ps-fixed{
	 position: fixed;
     right: 0;
     bottom:30%;
     z-index: 5;
     text-align:right;
     border: 1px solid #02789e;
     padding:8px;
     display: flex;
     align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
    border-radius:4px;
    background: #02789e;
}
.ps-fixed-2{
	right:auto;
	left:0;
	bottom:45%;
}
.whatsapp-info {
  width: 35px;
}
.whatsapp-info svg,.phone-call,.phone-call svg {
  width: 35px;
  height: 35px;
}
.social-link li {
	display: inline-block;
	margin-right: 15px;
}
.social-link li a {
	width: 40px;
	height: 40px;
	border: 1px solid #616161;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.footer-bottom {
	background-color: #02789e;
	padding: 25px 0;
}
.copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright p {
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
}

/*Scroll top*/
.scrollToTop{
	 width: 50px;
    height: 50px;
	padding:10px; 
	border-radius:10px;
	font-size: 0;
	text-align:center; 
	background:#ff5722;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:40px;
	right:20px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
}
.scrollToTop:after {
	content: "";
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: 20px;
    left: 16px;
  }
  #g-recaptcha-error{
  	background: #ff5722;
display: inline-block;
font-size: 18px;
color: #fff;
padding: 12px;
position: absolute;
right: 20px;
bottom: 50px;
  }
/*Media*/

/*Footer Close*/
@media only screen and (min-width: 992px) {
	.footer-content {
		display: flex;
		justify-content: space-between;
	}
	.footer-column-1 {
		width: 40%;
	}
	.footer-column-2, .footer-column-3 {
		width: 25%;
	}
	.footer-para {
		font-size: 16px;
	}
	.map-location{
		display:flex;
		justify-content: flex-end;
	}
	 .map-location iframe{
	 	width: 50%;
        margin-top: -150px;
	 }
}
@media only screen and (min-width: 1025px) {
	.hamburger {
		display: none;
	}
	.header{
		box-shadow: 0 5px 21px 0 rgba(0, 1, 1, .05);
	}
	.main-logo img {
		width: 80px;
	}
	.navigation-wrapper{
		align-items: center;
	}
	.navigation {
		position: static;
		width: calc(100% - 120px);
		height: auto;
		overflow:visible;
		padding: 0;
	}
	.menu{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.menu li{
		margin-right: 40px;
	}
	.menu li:last-child{
		margin-right: 0;
	}
	.menu li a,.contact-us{
		padding:0;
		border:none;
	}
	li.contact-us a{
		padding:13px 25px;
		border:2px solid #0069b7;
	}
	.submenu-wrapper{
		position:absolute;
		right:-105px;
		top:100%;
		width:315px;
		padding-top: 45px;
	}
	.submenu{
		box-shadow: 4px 6px 17.8px 2.2px rgba(0,0,0,.18);
	}
	.submenu li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.service-dropdown::after{
		display: none;
	}
	
}
@media only screen and (min-width:1200px) {
  .container{
  	padding:0 35px;
  }	
  .footer-column {
  margin-bottom:0px;
}
.footer-column-1 {
  width: 40%;
}
.footer-column-2, .footer-column-3 {
  width: 27%;
}
.map-location iframe {
  width: 57%;
}
.map-location{
	margin-top: -80px;
}
}
@media only screen and (min-width:1280px) {
  .container{
  	padding:0 35px;
  }	
  .footer-para {
    font-size: 18px;
  }
  .map-location {
    margin-top: -120px;
  }
  .footer-column {
  margin-bottom:0px;
}
.phone-call,.phone-call svg,.whatsapp-info,.whatsapp-info svg{
	width:55px;
    height:55px;
	transition:all 0.3s ease;
}
.ps-fixed a:hover svg,.phone-call:hover svg{
	width:60px;
	height:60px;
}
}
@media only screen and (min-width:1440px) {
 .footer-column-1 {
  width: 45%;
}
.footer-column-2 {
  width:22%;
}
.footer-column-3 {
  width: 26%;
}
.map-location iframe {
  width: 51%;
  margin-top: -120px;
}
}

