html {
	width: 100%;
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-size:15px;
	color:#777;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
hr {
	border-color: #2A5E84;
	border-width: 1px;
}
hr.light {
	border-color: #fff;
}
 ul:not(.browser-default)>li {
 list-style-type: none;
}
a {
	color: #3ec7f3;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	outline: none;
}
a:hover, a:focus {
	color: #f9308a;
	outline: none !important;
	text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
p {
	margin-bottom: 10px;
	color: #8e9496;
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
}
.hr2 {
	width:100%;
	background-image: -webkit-linear-gradient(left, transparent, #e09537, transparent);
	background-image: linear-gradient(to right, transparent, #e09537, transparent);
	border: 0;
	height: 1px;
	margin: 25px 0;
	display:block;
}
.bdr-0 {
	border-radius:0;
}
section {
	padding: 0px 0;
	margin:0;
}
aside {
	padding: 50px 0;
}
.no-bdr {
	border:none !important
}
.no-bg {
	background:none !important;
}

 

::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #03356b;
}

::selection {
 text-shadow: none;
 color: #fff;
 background: #03356b;
}
 img::selection {
 color: #fff;
 background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}
body {
	webkit-tap-highlight-color: #222;
}
img {
	display:inline-block !important;
}
#scroll-to-top {
	bottom: 60px;
	display: none;
	position: fixed;
	right: 10px;
	transition: all 0.7s ease 0s;
	z-index: 9999;
}
#scroll-to-top:hover {
	bottom:70px;
}
.modal-content, .btn, .form-control, .card {
	border-radius:0;
}
/* ----------------------------------

 NAVIGATION

  ---------------------------------- */

  nav {
	margin:0;
	padding:0;
	z-index:99;
	position:relative;
}
.header-topbar {
	margin:0;
	padding:0;
	background:#292d2e;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #3e4344;
}
.header-topbar a {
	margin:0;
	padding:0 10px 0 0;
	color:#acb3b5;
	font-size:14px;
	display:inline-block;
}
.header-topbar a:hover { color:#3ec7f3;}
.header-topbar a i {
	color:#3ec7f3
}
.header-topbar .hsocial {
	float:right;
}
.header-topbar .hsocial a {
	margin:0;
	padding:0 5px;
	font-size:18px;
}
.header-topbar .hsocial a i {
	color:#acb3b5
}
.header-topbar .hsocial a:hover {
	transform: rotate(360deg);
}
.header-topbar .hsocial a:last-child {
	padding-right:0;
}
.mnavbar {
	margin:0;
	padding:0;
	position:absolute;
	top:50px;
	width:100%;
	background:#292d2e;
}
.mnavbar.navbg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.mnavbar .navbar-brand img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
 height: 80px;
}
.mnavbar.navbg .navbar-brand img {
	max-width:180px;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.mnavbar ul li a {
	margin:0;
	padding:24px 15px;
	font-size:15px;
	display:block;
	color:#fefefe;
	font-family: 'Raleway', sans-serif;
	font-weight:normal
}
.mnavbar ul li:last-child a {
	padding-right:0;
}
.mnavbar ul li:last-child {
	position:relative;
}
.mnavbar ul li:last-child a img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.mnavbar ul li a:hover, .mnavbar ul li a.active {
	color:#3ec7f3
}
.mnavbar.navbg ul li a:hover, .mnavbar.navbg ul li a.active {
	color:#3ec7f3
}
header {
	margin-top:70px;
}
#slider {
	text-align:center;
}
.carousel-item > img {
	 width:100%;
}
.slider-caption {
	margin: 0 auto;
	max-width: 1400px;
	position: absolute;
	top: 0;
	height: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center;
	right: 9%;
	left:9%;
}
.slider-caption .s-text {
	max-width:600px;
}
.slider-caption .s-text h2 {
	margin:0 0 30px;
	padding:0;
	font-size:70px;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	text-shadow: 0 5px 9px #212121;
}
.slider-caption .s-text p {
	margin-bottom:20px;
	color:#ffffff;
	font-size:17px;
	font-weight:300;
	line-height:24px;
	font-family: 'Raleway', sans-serif;
}
.slider-caption .s-text p a {
	margin:0;
	padding:5px 20px;
	color:#fff;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	background:#3ec7f3;
	display:inline-block;
}
.slider-caption .s-text p a:hover {
	background:#111
}
.detail_page p strong { color:#333}
.get_quote {
	background:url(../img/get-a-quote.png) no-repeat;
	position:fixed;
	left:0;
	top:53%;
	z-index:99;
	width: 39px;
	height: 165px;
}
.title {
	margin:0 0 30px;
	padding:0;
	color:#3ec7f3;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}
.title strong {
	color:#676e70;
	font-weight:700;
}
.subtitle {
	color:#8e9496;
	font-size:15px;
	max-width:700px;
	text-align:center;
	margin:-20px auto 50px;
}
/* ----------------------------------

About Section

 ----------------------------------*/

 

.wwa-section {
	margin:0 auto;
	padding:60px 0;
	background:#fff;
	position:relative;
	max-width:1450px;
}
.wwa-section img {
	position:absolute;
	right:0;
	top:120px
}
.wwa-section p {
	color:#808587;
	font-size:15px;
}
.wwa-section ul {
	margin:0;
	padding:20px 0 20px 20px
}
.wwa-section ul li {
	margin:0;
	padding:0 0 10px 20px;
	color:#676e70;
	position:relative;
	width:48%;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.wwa-section ul li:before {
	content: "\f058";
	color:#3ec7f3;
	position:absolute;
	left:0;
	top: 4px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wwa-section ul li:hover {
	padding-left:25px;
	color:#3ec7f3
}
.btn-wci {
	background:#292d2e;
	color:#fff;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	border-radius:0;
	padding:7px 20px;
	cursor:pointer;
}
.btn-wci:hover {
	background:#3ec7f3;
	color:#fff;
}
.os-section {
	margin:0;
	padding:60px 0;
	background:url(../img/service-bg.jpg) no-repeat;
	background-size: cover;
}
.os-section .title {
	text-align:center;
}
.os-section .title strong {
	color:#fff;
}
.os-section p {
	color:#8e9496;
	font-size:15px;
}
.os-box {
	margin:0 0 50px;
	padding:0 0 0 80px;
	position:relative;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.os-box span {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	border:2px solid #676e70;
	width:70px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.s-box span a img { max-height:60px; max-width:60px;}
.os-box:hover {
	margin-top:-5px;
}
.os-box:hover span {
	border:2px solid #fff
}
.os-box h4 {
	margin:0 0 10px;
	padding:0;
	font-size:17px;
	font-weight:600;
}
.os-box h4 a {
	color:#fff;
}
.os-box h4:hover a {
	color:#3ec7f3
}
.os-box p {
	color:#8e9496;
	font-size:15px;
}
.os-section .btn-wci {
	background:#3ec7f3
}
.os-section .btn-wci:hover {
	background:#212121
}
.counter-section {
	margin:0;
	padding:40px 0;
	background:#3ec7f3;
	text-align:center;
}
.count, .countplus {
	margin:0;
	padding:0;
	font-size:45px;
	color:#292d2e;
}
.counter-section h2 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#ffffff;
	font-weight:300;
}
.aw-section {
	margin:0;
	padding:60px 0;
	background:#ecf1f2
}
.aw-section .title {
	text-align:center;
}
.aw-box {
	padding:10px;
	margin-bottom:30px;
	position:relative;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s; text-align:center;
}
.aw-box:hover {
	margin-top:-5px;
}
.aw-box .overlay-box:before {
	background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0 padding-box content-box;
	content: "";
	height: 100%;
	width: 0;
	opacity: 0;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
	transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	-o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.aw-box .overlay-inner {
	padding: 14px 18px;
	text-align: center;
	width: 100%;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aw-box:hover .overlay-box:before {
	opacity: 0.78;
	width: 100%;
	left: 0;
}
.aw-box .overlay-inner .content a {
	color: #222222;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	width: 50px;
	background-color: #ffffff;
	line-height: 30px;
	padding: 10px;
	margin: 0 5px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.aw-box .overlay-inner .content h3 {
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.aw-box:hover .overlay-inner .content a, .aw-box:hover .overlay-inner .content h3 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.breadcrumb-item a {
	color:#3ec7f3
}
.aw-box img {
	border:5px solid #fff;
	box-shadow:0 0 3px #888
}
.aw-section .btn-wci {
	background:#3ec7f3
}
.aw-section .btn-wci:hover {
	background:#212121
}
.wcs-section {
	margin:0;
	padding:60px 0;
}
.wcs-section .title {
	text-align:center;
}
.wcs-box {
	margin:0 auto;
	text-align:center;
	max-width:700px;
}
.wcs-box p {
	color:#8e9496;
	font-size:15px;
}
.wcs-box figure img { border-radius:100%;}
.wcs-box h5 {
	margin:0 0 10px;
	padding:0;
	font-size:16px;
	color:#292d2e;
	font-weight:600;
	text-transform:uppercase;
}
.wcs-box h6 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#676e70;
}
.wcs-section .owl-nav {
	text-align:center;
}
.wcs-section .owl-prev {
	left:0;
}
.wcs-section .owl-next {
	right:0;
}
.wcs-section .owl-prev, .owl-next {
	margin:4px;
	display: inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	bottom:100px;
}
.wcs-section .owl-prev:before {
	content:"\f060";
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f2f4f5;
	color:#999fa1;
	border-radius:100%;
	left: 0;
	top: 0;
}
.wcs-section .owl-next:before {
	content: "\f061";
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f2f4f5;
	color:#999fa1;
	border-radius:100%;
	left: 0;
	top: 0;
}
.wcs-section .owl-prev:hover:before, .wcs-section .owl-next:hover:before {
	background:#3ec7f3;
	color:#fff;
}
.owl-dots {
	text-align:center;
	margin-bottom:30px;
	float: left;
	width: 100%;
}
.owl-dot {
	margin:0 4px;
	display:inline-block;
	width:20px;
	height:5px;
	background:#333;
}
.owl-dot.active {
	background:#3ec7f3
}
.join-section {
	margin:0;
	padding:50px 0;
	background:#292d2e;
}
.join-section .container {
	display:flex;
	justify-content: space-around;
	align-items: center;
}
.join-section .container h4 {
	color:#ecf1f2;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}
.join-section .btn-wci {
	background:#3ec7f3
}
.join-section .btn-wci:hover {
	background:#212121
}
.oc-section {
	margin:0;
	padding:60px 0;
	text-align:center;
}
.oc-section .title {
	text-align:center;
}
.oc-section span {
	margin-bottom:30px;
	justify-content: center;
	align-items: center;
	height: 100px;
	display: flex;
}
.contact-section {
	margin:0;
	padding:60px 0;
	background:#ecf1f2
}
.contact-section .title {
	text-align:center;
}
.contact-section .form-control {
	border-radius:0;
	border:1px solid #fff;
	min-height:40px;
	font-size:14px;
}
.contact-section .btn-wci {
	background:#3ec7f3;
	height:40px;
}
.contact-section .btn-wci:hover {
	background:#212121
}
footer {
	margin:0;
	padding:0;
	background:#292d2e;
}
footer h2 {
	margin:30px 0 20px;
	padding:0;
	font-size:18px;
	font-weight:600;
	color:#fff
}
footer .qlinks {
	width:49%;
	float:left;
}
footer ul {
	margin:0;
	padding:0;
}
footer ul li {
	margin:0;
	padding:0 0 5px;
	color:#8e9496;
	font-size:14px;
}
footer ul li a {
	margin:0;
	padding:0;
	color:#8e9496;
	font-size:14px;
	display:inline-block;
}
footer ul li a:hover {
	color:#fff;
	padding-left:5px;
}
footer ul.address li {
	padding-left:30px;
	position:relative
}
footer ul.address li i {
	position:absolute;
	left:0;
	color:#3ec7f3
}
.we-support {
	margin:40px 0 0;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #373b3c;
}
.we-support h4 span {
	font-size:18px;
	color:#fff;
}
.fbottm {
	background:#fff;
}
.fbottm .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fbottm p {
	padding:10px 0;
}
.fbottm p, .fbottm p a {
	margin:0;
	color:#6f7576;
	font-size:14px;
}
.fbottm p strong {
	color:#3ec7f3;
	font-weight:600;
}
.fbottm p a:hover {
	color:#3ec7f3;
}
.fbottm p.fsocial a {
	font-size:18px;
	display:inline-block;
	padding:5px;
}
/*About us page*/



.about-section {
	margin:0;
	padding:60px 0;
	background:#fff;
	position:relative;
}
.about-section p {
	color:#808587;
	font-size:15px;
}
.about-section ul {
	margin:0;
	padding:20px 0 20px 20px
}
.about-section ul li {
	margin:0;
	padding:0 0 10px 20px;
	color:#676e70;
	position:relative;
	width:48%;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.about-section ul li:before {
	content: "\f058";
	color:#3ec7f3;
	position:absolute;
	left:0;
	top: 4px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.about-section ul li:hover {
	padding-left:25px;
	color:#3ec7f3
}
.key-features {
	padding:60px 0;
	border-top:1px solid #E6E6E6;
	background-color: #FAFAFA;
}
.fblack {
	margin-bottom:20px;
	color:#333;
}
.sub-title {
	margin-bottom:30px;
	font-size:18px;
	font-weight:500;
}
.key-f-box {
	position:relative;
	padding-left:60px;
}
.key-f-box figure {
	position:absolute;
	left:0;
}
.key-f-box h4 {
	color:#000;
	font-size:20px;
}
.team-section {
	padding:60px 0;
}
.team-section .teambox {
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	box-shadow:0 0px 2px #ddd;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.team-section .teambox figure {
	margin-bottom:0;
	text-align:center;
}
.team-section .teambox .teamhover {
	padding:10px 0;
	text-align:center;
	background:#fff;
	width:100%;
	min-height:110px;
	left:0;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.team-section .teambox:hover {
	margin-top:-5px;
	box-shadow:0px 5px 5px #ddd
}
.team-section .teambox:hover .teamhover {
	bottom:0
}
.team-section .teambox .teamhover h2 {
	font-size:20px;
	color:#363636;
	font-weight:400;
}
.team-section .teambox .teamhover p {
	margin:0;
	padding:0;
	font-size:15px;
	color:#3ec7f3;
	text-transform:capitalize;
	font-weight:400;
}
.team-section .teambox .teamhover .tsocial {
	margin:0;
	padding:0;
}
.team-section .teambox .teamhover .tsocial a {
	margin:0;
	padding:5px;
	display:inline-block;
	color:#888;
	font-size:16px;
}
.team-section .teambox .teamhover .tsocial a:hover {
	color:#3ec7f3;
}
.services-section {
	padding:60px 0;
}
.s-box {
	margin:0 0 30px;
	padding:20px;
	position:relative;
	min-height:260px;
	border:1px solid #ddd;
	text-align:center;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.s-box span {
	margin:0 auto 15px;
	padding:0;
	border:2px solid #676e70;
	width:70px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.s-box:hover {
	margin-top:-5px;
	border:1px solid #3ec7f3
}
.s-box:hover span {
	border:2px solid #3ec7f3
}
.s-box h4 {
	margin:0 0 10px;
	padding:0;
	font-size:18px;
	font-weight:600;
}
.s-box a {
	color:#333;
}
.s-box a:hover {
	color:#3ec7f3
}
.service-box {
	margin:0 0 30px;
	padding:20px 20px 20px 90px;
	position:relative;
	min-height:175px;
	border-bottom:2px solid #f5f5f5;
	background:#f5f5f5;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.service-box span {
	margin:0;
	padding:0;
	position: absolute;
	left:5px;
	top:20px;
	width:70px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.service-box:hover {
	margin-top:-5px;
	background:#fff;
	border-bottom:2px solid #3ec7f3;
	box-shadow: 0 0 8px #ddd;
}
.service-box:hover span {
}
.service-box h4 {
	margin:0 0 10px;
	padding:0;
	font-size:18px;
	font-weight:600;
}
.service-box a {
	color:#333;
}
.service-box a:hover {
	color:#3ec7f3
}
.s-box p {
	color:#8e9496;
	font-size:15px;
}
.s-section .btn-wci {
	background:#3ec7f3
}
.s-section .btn-wci:hover {
	background:#212121
}
.list-style-disc {
	padding: 0 0 0 30px;
	margin: 0;
}
.list-style-disc li {
	list-style-type: disc !important;
	margin-bottom: 5px;
	font-size:15px;
}
.testimonial-section {
	padding:60px 0;
}
.testimonial-section .testimonial-box {
	text-align:center;
	padding:20px;
}
.testimonial-section .testimonial-box p {
	margin:10px auto;
	max-width:85%;
	color:#fff;
	line-height:20px;
}
.testimonial-section .testimonial-box figure img { border-radius:100%;}
.testimonial-section .testimonial-box .stars {
	color: #ffa200;
}
 .testimonial-section .row .col-12:nth-child(1) {
background:#ED5314;
}
 .testimonial-section .row .col-12:nth-child(2) {
background:#FFB92A;
}
 .testimonial-section .row .col-12:nth-child(3) {
background:#9BCA3E;
}
 .testimonial-section .row .col-12:nth-child(4) {
background:#005B9A;
}
 .testimonial-section .row .col-12:nth-child(5) {
background:#3ABBC9;
}
 .testimonial-section .row .col-12:nth-child(6) {
background:#0191C8;
}
 .testimonial-section .row .col-12:nth-child(7) {
background:#74C2E1;
}
 .testimonial-section .row .col-12:nth-child(8) {
background:#8C8984;
}
 .testimonial-section .row .col-12:nth-child(9) {
background:#FF6EB0;
}
 .testimonial-section .row .col-12:nth-child(10) {
background:#93228D;
}
 .testimonial-section .row .col-12:nth-child(11) {
background:#FFCB00;
}
 .testimonial-section .row .col-12:nth-child(12) {
background:#00AAA0;
}
 .testimonial-section .row .col-12:nth-child(13) {
background:#8ED2C9;
}
 .testimonial-section .row .col-12:nth-child(14) {
background:#FF7A5A;
}
 .testimonial-section .row .col-12:nth-child(15) {
background:#FFB85F;
}
 .testimonial-section .row .col-12:nth-child(16) {
background:#462066;
}
 .testimonial-section .row .col-12:nth-child(17) {
background:#999967;
}
 .testimonial-section .row .col-12:nth-child(18) {
background:#B22222;
}
.careers-section {
	padding:60px 0;
	background:#f4f5fa;
}
.job-box {
	background: #ffffff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-top: 30px;
-webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.job-box:hover {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.job-box a {
	display:block;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8ecec;
	border-right: 1px solid #e8ecec;
}
.job-box a i {
	 display:block;
	width: 100%;
	color: #3ec7f3;
	font-size: 70px;
	margin-top: 30px;
	text-align:center;
}
.job-box a i img{ max-height:75px; max-width:75px;}
.job-box a span {
	padding:0 10px;
	 display:block;
	width: 100%;
	font-family: Open Sans;
	font-size: 16px;
	color: #202020;
	margin-top: 18px;
	margin-bottom:10px;
}
.job-box a p {
	color: #b1b1b1;
}
.job-details {
	padding:60px 0;
}
.job-details p strong {
	color:#525252;
}
.job-details h4 {
	color:#333;
	font-weight:400;
}
.job-details ul {
	margin:0;
	padding: 0 0 20px 5px !important;
}
.job-details ul li {
	font-size:15px !important;
	padding:0 0 10px 20px !important;
	position:relative !important;
}
.job-details ul li:before {
	content: "\f058";
	color: #3ec7f3;
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.contact-us-section {
	padding:60px 0;
}
.contact-us-section ul {
	margin:0;
	padding:0;
}
.contact-us-section ul li {
	margin:0;
	padding:0 0 15px 30px;
	font-size:15px;
	position:relative;
}
.contact-us-section ul li a { color:#777;}
.contact-us-section ul li a:hover { color:#3ec7f3;}
.contact-us-section ul li i {
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
}
.smlist {
	margin: 10px 0 0;
	padding: 0;
}
.smlist li {
	margin: 0;
	padding: 0 15px 10px 0;
	position: relative;
	display:inline-block;
}
.smlist li:before {
	margin-right:5px;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 @media only screen and (min-width: 1200px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .wwa-section img {
max-width:500px;
}
}
 @media only screen and (min-width: 768px) {/* ----------------------------------

 ANIMATION

  ---------------------------------- */
 .animation {
 -webkit-transition: all 1s ease-in-out .2s;
 -moz-transition: all 1s ease-in-out .2s;
 -o-transition: all 1s ease-in-out .2s;
 -ms-transition: all 1s ease-in-out .2s;
 transition: all 1s ease-in-out .2s;
 position:relative;
}
 .bottom-out {
 top: 200px !important;
}
 .bottom-out.animated {
 top: 0px !important;
}
 .fade-in {
 opacity: 0;
 top: -20px;
}
 .fade-in.animated {
 opacity: 1;
 top: 0px;
}
 .scale-less {
 opacity: 0;
 -ms-transform: scale(.8);
 -webkit-transform: scale(.8);
 -moz-transform: scale(.8);
 transform: scale(.8);
}
 .scale-less.animated {
 opacity: 1;
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
 .left-out {
 left: -100px;
 opacity: 0;
}
 .left-out.animated {
 left: 0;
 opacity: 1;
}
 .right-out {
 right: -100px;
 opacity: 0;
}
 .right-out.animated {
 right: 0px;
 opacity: 1;
}
 .move-up {
 top: 30px;
 opacity: 0;
}
 .move-up.animated {
 top: 0;
 opacity: 1;
}
 .zoom-out {
 opacity: 0;
 -ms-transform: scale(5);
 -webkit-transform: scale(5);
 -moz-transform: scale(5);
 transform: scale(5);
}
 .zoom-out.animated {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 .small-spliter {
 width: 50px;
}
 .small-spliter.animated {
 width: 20px;
}
 .rotateIn {
 -ms-transform: rotate(-190deg); /* IE 9 */
 -webkit-transform: rotate(-190deg); /* Chrome, Safari, Opera */
 transform: rotate(-190deg);
 opacity: 0;
}
 .rotateIn.animated {
 -ms-transform: rotate(0deg); /* IE 9 */
 -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
 transform: rotate(0deg);
 opacity: 1;
}
 .rotateIn.animation {
 -webkit-transition: all 1s ease-in-out 1s;
 -moz-transition: all 1s ease-in-out 1s;
 -o-transition: all 1s ease-in-out 1s;
 -ms-transition: all 1s ease-in-out 1s;
 transition: all 1s ease-in-out 1s;
 position:relative;
 animation-delay: 2s;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .slider-caption .s-text h2 {
font-size:40px;
}
 .slider-caption img {
max-width:250px;
}
 .wwa-section .container {
position:static;
}
 .wwa-section img {
max-width:300px;
}
 .wwa-section ul li {
font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
 .mnavbar ul li.dropdown:hover > .dropdown-menu {
 opacity: 1;
 -ms-filter: "alpha(Opacity=100)";
 filter: alpha(opacity=100);
 height: auto;
 line-height: 1;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 overflow: visible;
 padding: 10px 0 2px;
}
 .mnavbar ul li.dropdown .dropdown-menu {
 margin: 0;
 top: 99%;
 padding: 0;
 background-color: #1f2021;
 overflow: hidden;
 box-shadow: 1px 2px 2px #636363;
 opacity: 0;
 left: 0;
 border-radius: 0;
 -ms-filter: "alpha(Opacity=0)";
 filter: alpha(opacity=0);
 height: 0;
 min-width: 220px;
 line-height: 0;
 display: block;
 -moz-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
 .mnavbar ul li.dropdown .dropdown-menu li a {
 width:100%;
 padding:0 10px;
 border-bottom:1px solid #484848;
}
 .mnavbar ul li.dropdown .dropdown-menu li:last-child a {
border-bottom:none;
}
 .mnavbar ul li.dropdown:hover .dropdown-menu li a {
 padding:10px 10px;
}
 .mnavbar ul li.dropdown .dropdown-menu li:last-child {
 border-bottom:none;
}
}
.dropdown-btn {
	display: none;
}
 @media only screen and (max-width: 991px) {
 .mnavbar {
 padding:0 0 0 10px
}
 .mnavbar .navbar-brand img {
 max-width: 200px;
}
 header {
 margin-top: 63px;
}
 .navbar-nav.nav.ml-auto {
 position: fixed;
 right: -300px;
 background: #212121;
 height: 100%;
 width: 280px;
 z-index: 9999;
 top: 0px;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
 padding-bottom: 100px;
 overflow: auto;
 box-shadow: -4px 0px 21px #696969;
 display: inherit;
 display: inherit;
 -ms-flex-direction: inherit;
 flex-direction: inherit;
}
 .navbar-nav.nav.ml-auto.pullnav {
 right:0;
}
 .navbar-default .nav.navbar-right {
 margin:0;
 overflow:auto;
 height:100%;
}
 .navbar-nav.nav.ml-auto li {
 float:left;
 text-align:left;
 width:100%;
 border-bottom:1px solid #424242;
}
 .navbar-nav.nav.ml-auto li a {
 margin:0;
 padding:10px 20px;
 display:block;
}
 .mnavbar .collapse {
 display:block;
}
 .navbar-toggler {
 color:#fff;
 padding:22px 20px;
 font-size:20px;
 cursor:pointer;
}
 .container {
 position:relative;
}
 .dropdown-btn {
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 border-left: 1px solid #424242;
 padding: 11px 20px;
 z-index: 99;
 cursor: pointer;
}
 .navbar-nav.nav.ml-auto .dropdown-menu {
 position: static;
 float: left;
 margin: 0px;
 padding: 0px;
 border: none;
 background: #272727;
 border-radius: 0;
 box-shadow: none;
}
 .navbar-nav.nav.ml-auto .dropdown-menu li a {
 color:#f7f7f7
}
.slider-caption .s-text p.text_1 { display:none !important;}
}
 @media only screen and (max-width: 767px) {
 .slider-caption .s-text h2 {
font-size:30px;
font-weight:700;
}
 .slider-caption img {
max-width:200px;
}
 .wwa-section img {
display:none !important;
}
 .count, .countplus {
font-size:30px;
}
 .join-section .container h4 {
font-size:20px;
}
 .wwa-section ul li {
font-size:14px;
}
}
 @media only screen and (max-width: 576px) {
 #slider .carousel-item {
max-height:400px;
}
 .slider-caption .s-text h2 {
font-size:20px;
margin-bottom:10px;
font-weight:600;
}
 .fbottm {
padding:10px 0;
}
 .fbottm .container {
display:block;
text-align:center;
}
 .fbottm .container p {
padding:1px 0;
}
.hemail {
display:none !important;
}
 .slider-caption img { max-height:60px;}
 .join-section .container {
display:block;
text-align:center;
}
}
 @media only screen and (width: 667px) {
}
 @media only screen and (width: 480px) {
}
 @media only screen and (width: 375px) {
}
 @media only screen and (width: 320px) {
}
 @media only screen and (width: 568px) {
}
 @media only screen and (width: 412px) {
}
 @media only screen and (width: 732px) {
}
 @media only screen and (width: 360px) {
}
 @media only screen and (width: 640px) {
}
 @media only screen and (width: 414px) {
}
 @media only screen and (width: 736px) {
}
 @media only screen and (width: 812px) {
}
