@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
	margin: 0;
	padding: 0;
	height: auto !important;
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
	color: #3f345f;
	transition: all 0.3s ease 0s;
}
/* resets */
header {
	height: 150px;
	z-index: 10;
}
.header-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.nav-fixed {
	width: 100%;
	height: auto;
	postion: fixed;
	z-index: 99;
	background-color: #0478b2;
}
.fixed-header.nav-fixed strong {

	position: relative;
	top: 3px;
	left: 0%;
	display: inline-block;
	
}
.visible-title {
	visibility: visible;
}

@media only screen and (max-width: 960px) {
.content {
	padding: 2rem 0;
}
article {
	float: none;
	margin: 0 auto;
	width: 96%;
}
article:last-of-type {
	margin-bottom: 3rem;
}
aside {
	float: none;
	text-align: center;
	width: 100%;
}
}
/* Page wrapper */


/* Icons */
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentcolor;
}
/* Headings */


/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.pupop {
	position: fixed;
	z-index: 10000; /* 1 */
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}
.pupop.is-visible {
	visibility: visible;
}
.pupop-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.pupop.is-visible .pupop-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.pupop-wrapper {
	position: absolute;
	z-index: 9999;
	top: 6em;
	left: 50%;
	width: 32em;
	margin-left: -16em;
	background-color: #f4f4f4;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.pupop-transition {
	-webkit-transition: all 0.3s 0.12s;
	transition: all 0.3s 0.12s;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
}
.pupop.is-visible .pupop-transition {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.pupop-header, .pupop-content {
	padding: 1em;
}
.pupop-header {
	position: relative;
	background-color: #0478b2;
	color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
}
.pupop-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #ffffff;
	background: none;
	border: 0;
}
.pupop-close:hover {
	color: #777;
}
.pupop-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pupop-content > *:first-child {
	margin-top: 0;
}
.pupop-content > *:last-child {
	margin-bottom: 0;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 28; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}

.site-title {
	position: relative;
	top: 0%;
	left: 0%;
	display: none;
	visibility: visible;
}
/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.topbar {
	
	width: 100%;
	position: relative;
	height: 80px;
	border: 0px solid #000;
}
.header__logo {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	background-color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.logoimg {
	float: left;
	padding: 5px;
	z-index: 12;
	position: relative;
}
.logotext {
	float: left;
padding-top: 15px;
text-align: center;
font-size: 18px;
color: #1f425d;
width: 50%;
position: relative;
z-index: 99;
margin-left: -15px;
}
.top-contact-info {
	overflow: hidden;
	margin: 0px 0;
}
.top-right {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.top-contact-info li {
	display: inline-block;
	float: left;
	padding-right: 22px;
	color: #333333;
	line-height: 45px;
	font-size: 12px;
	font-weight: 400;
	margin-top: 14px;
	font-family: 'Open Sans', sans-serif;
}
.contact-icon {
	width: 42px!important;
	height: 42px!important;
	margin-top: 10px!important;
	margin-bottom: -10px!important;
	margin-left: 0px!important;
}
.fa {
	font-size: 16px!important;
	color: #f97c1e;
	padding-right: 10px;
}
.zen-back-img {
	background-position: center center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-right-botom {
	width: 116%;
	float: right;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.top-contact li {
	display: inline-block;
	float: left;
	padding-right: 10px;
	color: #333333;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	font-family: 'Open Sans', sans-serif;
}
.enquri {
	padding-left: 22px;
	list-style: none;
	color: #ffffff!important;
	font-size: 14px!important;
	line-height: 34px!important;
	display: inline-block;
	border: 1px solid #f97c1e;
	border-radius: 300px;
	padding: 0 20px!important;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	cursor: pointer;
	background-color: #f97c1e;
}

.header-banner .close {
    color: #7C7C7C;
    font-size: 20px;
    display: none;
    opacity: 1;
    text-align: center;
    float: none;
    text-shadow: none;
    padding: 6px 12px;
}

.header-banner.top-bar-white {
    background: #fff;
    color: #777;
    border-bottom: transparent;
	height: 83px;
}

.enquri:hover {
	background-color: #29abe2;
		padding: 0 20px!important;
	color: #ffffff!important;
	border: 1px solid #29abe2;
}
.enquri a:hover {
	font-size: 14px;
	padding-left: 2px;
	color: #ffffff!important;
}
.enquri a {
	font-size: 14px;
	padding-left: 2px;
	color: #ffffff!important;
}
/*.top-contact-info li:not(:last-child)::before {
	border-right: 1px solid #cccccc;
	content: "";
	display: block;
	position: absolute;
	right: 33.5%;
	top: 38%;
	height: 38px;
	-webkit-transform: skew(-14deg);
	-moz-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
	-o-transform: skew(-14deg);
	transform: skew(-0deg);
}*/
.main-mx {
	background-color: #0478b2;
    z-index: 99;
   
}
.text-logo{
	display: none;
}
.main-mx::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 60px;
	background-color: #fff;
	;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-40deg);
	border-radius: -8px 6px 19px;
	z-index: 1;
	margin-top: 56px;
}

.nav-left{
	margin-left: 0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #000;
    border-bottom: 1px solid #000;
}

.about-magme img{
	width: 100%
}
.main-menu {
	float: left;
	position: relative;
}
.main-menu .navbar-collapse {
	padding: 0px
}
.main-menu .navigation {
	float: left;
	margin: 0;
	position: relative;
}
.main-menu .navigation li {
	display: inline-block;
	position: relative;
}
.main-menu .navigation li:not(:last-child)::after {
	border-right: 1px solid #ffffff;
	content: "";
	display: block;
	position: absolute;
	right: -3px;
	top: 43%;
	height: 22px;
	

}
.appointments a {
	font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	opacity: 1;
	font-weight: bold;
	padding: 29px 12px 20px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
	font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
	color: #ffa466;
	font-weight: bold;
}
.main-menu .navigation > li.dropdown > a {
}
.main-menu .navigation > li.dropdown > a:after {
}
.main-menu .navigation > li > a:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #ffa466;
	content: "";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover a:before, .main-menu .navigation > li.current a:before {
	width: 100%;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 130%;
	width: 250px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transition: all 500ms ease;
	border-bottom: 3px solid #e67e22;
}
.main-menu .navigation > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu .nav-fixed .navigation > li > ul > li {
	clear: both;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	background-color: #E3E3E3
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: 0px solid #f4f4f4;
}
.main-menu .navigation > li > ul > li > a {
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 48px;
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li > ul > li > a:before {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 10px;
	color: #d6d6d6;
	content: "\f192";
	font-family: FontAwesome;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #3397b1;
	background: #f7f7f7;
}
.main-menu .navigation > li > ul > li:hover > a:before {
	color: #3397b1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
}
.main-menu .navigation > li > ul > li > ul {
}
.main-menu .navigation > li > ul li:hover ul {
}
.main-menu .navigation > li > ul > li ul li {
}
.main-menu .navigation > li > ul > li ul li:first-child {
}
.main-menu .navigation > li > ul > li ul li a {
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icon/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.transition-timer-carousel .carousel-caption {
	font-family: 'Open Sans', sans-serif;
	width: 38%;
	top: 120px;
	left: 103px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 1%;
	padding-right: 1%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
.pul-right-set {
	font-family: 'Open Sans', sans-serif;
	width: 93%;
	top: 120px;
	float: right;
	left: 58%;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 1%;
	position: absolute;
	padding-right: 1%;
}
.pul-right-set {
	margin-top: 10px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
.pul-right-set h2 {
	font-size: 44px;
	font-weight: 300!important;
	color: #fff;
}
.pul-right-set h1 {
	font-size: 46px;
	font-weight: 700!important;
	color: #fff;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: 0px;
	float: left;
}

.carousel-header-text2 {
	font-size: 46px;
	font-weight: 700!important;
}
.carousel-header-text {
	font-size: 40px;
	font-weight: 300!important;
}

.carousel-header-nw1{
	font-size: 46px;
	font-weight: 700!important;
	color: #fff;
}
.carousel-header-nw{
	font-size: 40px;
	font-weight: 300!important;
	color: #fff;
}
.carousel-control {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 115px;
	right: 100px;
	width: 2%;
	padding: 16px;
	font-size: 20px;
	height: 2%;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	background-color: #ccd9e4;
	border: 1px solid #ccd9e4;
}
.left-re {
	margin-left: 160px;
	float: left;
	left: 0 !important;
}
.fa-caret-left::before {
	content: "\f0d9";
	color: #0478b2;
}
.fa-caret-right::before {
	content: "\f0da";
	margin-left: 27px;
	color: #0478b2;
}
.carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
	display: none;
}
.button {
	background-color: #29abe2;
	border: none;
	color: white;
	padding: 12px 42px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin-top: 20px;
}
.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
	padding: 12px 42px;
}
.BannerServices {
	background-color:#fff;
margin-top: -68px!important;
border-radius: 20px;
padding: 40px 21px;
position: relative;
box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.1);

	width: 50%;
	
	margin: 0 auto;
}

.BannerServices h1{
	font-size: 45px;
	font-weight: 700;
	color: #0478b2;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.tittle{
	text-align: center;
	font-size: 18px;
	margin-top: 13px;
}
.tittle .fa {
    font-size: 16px !important;
    color: #f97c1e;
    padding-right: 0px!important;
}

.tittle a:hover{
	color: #ffa466;
}
.tittle .acti-tittle{
	color: #e5650e;
}

.BannerServices-home {
	background-color: rgba(239, 239, 239);
margin-top: 0px;
border-radius: 20px;
padding: 60px 21px;
position: relative;


}

.BannerServices-home img {
	width: 100%;
	-webkit-transition: 0.2s ease all 0s;
	-moz-transition: 0.2s ease all 0s;
	-ms-transition: 0.2s ease all 0s;
	-o-transition: 0.2s ease all 0s;
	transition: 0.2s ease all 0s;
}
.effect3 {
	position: relative;
}
.effect2 {
	margin-left: -15px;
}
.effect2 h4 {
	color: #0478b2;
	font-size: 22px;
	margin-top: 20px;
}
.effect2 p {
	margin-top: 0px;
}
.effect2 a {
	margin-top: 0px;
	color: #e5650e;
}
.effect2 a:hover {
	margin-top: 0px;
	color: #0478b2;
}
.fa1 {
	margin-left: -15px;
	margin-top: 0px;
	color: #e5650e!important;
}
.hovereffect {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	
	
}
.efect-abot {
	border: 0px solid #fff;
}
.our-service-icon {
	height: 42px;
	width: 42px;
	margin: 0 auto;
	position: absolute;
	top: 14px;
}
.image_box img {
	width: 100%;
	-webkit-transition: 0.2s ease all 0s;
	-moz-transition: 0.2s ease all 0s;
	-ms-transition: 0.2s ease all 0s;
	-o-transition: 0.2s ease all 0s;
	transition: 0.2s ease all 0s;
}
.hovereffect :hover img {
	transform: scale(1.2) rotate(-8deg);
}
.image_box {
	overflow: hidden;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 100%;
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.hovereffect:hover h2 {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.hovereffect:hover a.info {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.about {
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.about h1 ,.teamhead{
	color: #0478b2;
	font-size: 32px;
	font-weight: bold;text-align: left;
	margin-top: -2px;position: relative;
}
.about h1::after,.teamhead:after {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    top: 40px;
    text-align: center;
    width: 60px;
    height: 3px;
    border-bottom: 3px solid #0478b2;
    bottom: 0px;
    margin: 0 auto;
    /* right: 0; */
}


.about-innr {
	text-align: left;
	padding-top: 20px;
	margin: 0 auto;
	width: 100%;padding-right: 25px;
}
.about-innr h4 {
	margin-bottom: 20px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.about-innr p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.btn1 {
	background-color: #e5650e;
	border: none;
	color: white;
	padding: 12px 42px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin-top: 20px;
}
.maps {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	padding-top: 50px;
	background: #0478b2;
}
.maps h1 {
	color: #fff;
	font-size: 32px;
	margin-top: 40px;
	font-weight: bold;
	margin-top: -2px;
}
.maps h1::after {
	content: "";
	display: block;
	position: absolute;
	left: 0%;
	text-align: center;
	width: 60px;
	height: 3px;
	border-bottom: 3px solid #fff;
	bottom: -10px;
	margin: 0 auto;
	right: 0;
}
.btn1:hover {
	background-color: #29abe2;
	color: #fff;
}
.servic-page {
	position: relative;
	background-color: #efefef;
	padding-bottom: 0px;
}
.service-inner {
	margin-top: 30px;
	text-align: left;
}
.service-inner img {
	width: 100%;
}
.serv-seting {
	width: 100%;
	margin-left: -20px;
}
.x1 {
	width: 200px;
	height: 150px;
	background-color: #9CB1FF;
	left: 0;
	top: 0;
	position: relative;
	line-height: 150px;
}
.block {
	-webkit-animation: scaledown 1s linear;
	-moz-animation: scaledown 1s linear;
	animation: scaledown 1s linear;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards;
}
.block:hover {
	z-index: 100;
	-webkit-animation: scale 1s linear;
	-moz-animation: scale 1s linear;
	animation: scale 1s linear;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards;
}
.serv-seting:after {
	content: '';
	position: absolute;
	left: -5px;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 1px solid;
	margin-top: -15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.serv-seting:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.service-inner h4 {
	color: #1f425d!important;
	font-weight: 700;
	font-size: 16px;
}
.service-inner h4::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}
.main-service {
	width: 100%;
	margin: 0 auto;
}
.our-service-set {
	height: 250px;
	;
	background-color: #fff;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 60px;
	border: 5px solid transparent;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.top-pad-servc {
	padding-top: 40px;
}
.our-ser-text {
	padding-top: 60px;
	cursor: pointer;
}
.our-ser-text::after {
	content: '';
	position: absolute;
	left: 0px;
	display: inline-block;
	height: 1em;
	width: 70%;
	right: 0;
	margin: 0 auto;
	border-bottom: 1px solid;
	margin-top: -15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.our-ser-text:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.our-ser-text h2 {
	color: #1f425d!important;
	font-weight: 900;
	font-size: 14px;
	top: 0;
	left: 0;
	right: 0;
}
.our-ser-text p {
	font-size: 14px;
	text-align: left;
}
.our-ser-text h2::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}
.our-img {
	background-color: #ccc;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 13px;
	position: absolute;
	border-radius: 50%;
}
.our-service-set img {
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
}
.service .slick-slide img {
	width: 42px!important;
}
.service .slick-slide {
	margin: 0px 8px;
}
.our-head h1 {
	color: #0478b2;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	left: 0;
	right: 0;
}
.our-head h1::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    right: 0;
    /* top: 108%; */
    width: 60px;
    height: 3px;
    border-bottom: 3px solid #0478b2;
    bottom: 0px;
}
.our-head-1 p {
	margin-top: 35px;
	text-align: justify;
}
.serv-seting p {
	font-size: 13px;
}
.map-set {
    position: relative;
    width: 100%!important;
    height: 100%;
}
.map-set text[href="http://simplemaps.com"] {
	display: none;
}
.Testimoa {
	background-color: #efefef;
	padding-bottom: 50px;
	padding-top: 60px;
	
}
.testmol {
	position: relative;
	text-align: left;
	margin-top: 10px;
	height: 100%;
}
.testmol h1 {
	color: #0478b2;
	font-size: 32px;
	font-weight: bold;
	margin-top: -2px;
}
.testmol h1::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 9px;
	border-bottom: 3px solid #0478b2;
	bottom: 30px;
}
.testmol1 {
	background-color: #fff;
	padding: 20px;
	box-shadow: 10px 10px 16px rgba(0,0,0,0.15);
}
.testmol1 p::before {
	content: "";
	background-image: url(../images/icondot.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: -20px;
	top: 0px;
	width: 30px;
	height: 90px;
	background-color: #e5650e;
	float: left;
}
.testmol2::after {
	content: "";
	background-image: url(../images/icondon1.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: 0px;
	top: -3px;
	width: 51px;
	height: 24px;
	z-index: 10;
}
.font-h1 {
	font-weight: 700;
	font-size: 300%;
	color: #000;
	font-size: 16px;
}
.clientele {
	position: relative;
	text-align: left;
	margin-top: 60px;
	height: 100%;
	margin-bottom: 60px;
	background-color: #fff
}
.clientele h1 {
	color: #0478b2;
	font-size: 32px;
	font-weight: bold;
}
.clientele h1::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 9px;
	border-bottom: 3px solid #0478b2;
	bottom: 30px;
}
.clint-set-top {
	margin-top: 200px!important;
	margin-bottom: 50px;
}
.center img {
	width: 100%!important;
	border: 1px solid #ccc;
}
.Logistics-img {
	background-image: url(../images/backimg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
.logistics {
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	height: 100%;
}
.logica-text h1 {
	color: #0478b2;
	font-size: 32px;
	font-weight: bold;
	margin-top: -2px;
}
.logica-text h1::after {
	    content: "";
    display: block;
    position: absolute;
    left: 0%;
    top: 8%;
    text-align: center;
    width: 60px;
    height: 3px;
    border-bottom: 3px solid #0478b2;
    bottom: 0px;
    margin: 0 auto;
    right: 0;

}

.shiva {
	padding-left: 20px;
	padding-top: 20px;
	background-color: #fff;
	width: 193px;
	padding-right: 20px !important;
	height: 162px;
	text-align: center;
	box-shadow: 0 14px 14px rgba( 216, 216, 216 ), 0px 10px 10px rgba( 216, 216, 216 );
}

.shiva .fa{
	text-align: center;
}
.count {
	line-height: 75px;
	color: #1f415d;
	font-weight: 700;
	font-size: 30px;
	margin-left: -50px;
}
.count::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/iconmt.png);
	right: 45px;
	top: 34px;
	width: 50px;
	height: 51px;
}
.count1 {
	color: #727272;
	text-align: center;
}
.counttest {
	font-size: 14px;
	color: #008bbb;
	text-align: center;
	margin-left: 16px;
}
#talkbubble {
	width: 120px;
	height: 80px;
	background: red;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 20px;
}
#talkbubble:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 26px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 26px solid red;
	border-bottom: 13px solid transparent;
}
.bookn {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.bookad {
	float: left;
	width: 42.3%;
	background-color: #ea833d;
	height: 280px;
}
.bookad::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/book/book-backimg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 41%;
	top: 0px;
	height: 280px;
	width: 161px;
	z-index: 10;
}
.bookad h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-align: center;
	padding-top: 90px;
}
.bookad1 {
	float: right;
	background-image: url(../images/book/imgbook.jpg);
	height: 311px;
	width: 58.7%;
	margin-top: -311px;
	position: relative;
}
.bookad1 p {
	z-index: 11;
	font-size: 14px;
	position: relative;
	color: #fff;
}
.bookadset {
	width: 70%;
	margin-left: 119px;
	padding: 78px;
	z-index: 25;
}
.iconcenter {
	text-align: center;
}
/*---------about us page strat-----------*/

.carousel-header-about {
	font-size: 50px;
	font-weight: 900!important;
	color: inherit;
	margin-top: -62px;
}
.about-us {
	position: relative;
	text-align: left;
	    margin-top: 15px;
	height: 100%;
}
.about-us h2 {
	color: #0478b2;
	font-size: 34px;
	font-weight: 500;
}
.about-visson {
	margin-left: 10px;
	padding: 5px;
	height: auto;
	width: 100%;
	border: 1px solid #efefef;
}
.about-inner h3 {
	color: #0478b2 !important;
	font-weight: 500;
	font-size: 32px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 32px;
}
.about-inner p {
	font-weight: 300;
	font-size: 15px;
	text-align: justify;
}
.about-inner h3::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}

.about-inner-set img{
	margin-top: 18px!important;
	text-align: left;
	margin-left: 1px;
	
}

.about-inner-set1 img{
	margin-top: 18px;
	text-align: left;
	margin-left: -13px;
	
}
.Certifict h3 {
	color: #0478b2 !important;
	font-weight: 700;
	font-size: 32px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 32px;
	margin-top: 0px;
}
.Certifict img {
	margin-top: 0px;
	text-align: left;
	margin-left: 1px;
}
.Certifict p {
	font-weight: 300;
	font-size: 15px;
	text-align: justify;
}
.Certifict h3::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}
.aboutList1 {
	padding: 0;
	list-style: none;
}
.aboutList1 li {
	position: relative;
	margin-bottom: 7px;
	margin: 0 0 12px;
	font-size: 15px;
	text-align: justify;
	padding-left: 21px;
	line-height: 25px;
}
.aboutList1 li::before {
	content: "";
	display: inline-block;
	left: 0px;
	top: 7px;
	border-left: 3px solid #0478b2;
	/* background-image: url(../images/about/arrow-right.gif);*/
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 6px;
	position: absolute;
}
.termscondition {
	padding: 0;
	list-style: none;
}
.termscondition h2 {
	position: relative;
	margin-bottom: 7px;
	margin: 0 0 12px;
	text-align: justify;
	padding-left: 21px;
	color: #0478b2;
	font-size: 22px;
	font-weight: 400;
	padding-top: 22px;
}
.termscondition p {
	position: relative;
	margin-bottom: 7px;
	margin: 0 0 12px;
	font-size: 15px;
	text-align: justify;
	padding-left: 21px;
	line-height: 25px;
}
.termscondition h2::before {
	content: "";
	display: inline-block;
	left: 0px;
	top: 28px;
	border-left: 3px solid #0478b2;
	/* background-image: url(../images/about/arrow-right.gif);*/
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 6px;
	position: absolute;
}
.plus-icon-about {
	height: 50px;
	width: 50px;
	background-color: #e5e5e5;
	padding: 15px;
	border-radius: 500px;
	padding-left: 19px;
	margin-top: 40px;
	text-align: left;
}
.plus-icon-about:hover {
	background-color: #0478b2;
}
.about-us-inn h3 {
	color: #0478b2 !important;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 32px;
}
.about-us-inn h3::after {
	content: "";
	display: block;
	position: relative;
	left: 552px;
	top: 11px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
	margin-bottom: 51px;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel {
	margin-bottom: 60px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.tab-danger {
	border: none;
}
.tab-danger li {
	border: none;
	border-radius: 50%;
}
.tab-danger li a {
	margin: 0;
	border: none !important;
	color: #b3b3b3;
	transition: all .3s ease-in-out;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 13px!important;
}
.tab-danger li a img {
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: -8px;
}
.nav > li > a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	background-color: #214478;
	border: 5px solid #B3B3B3;
	padding: 6px;
	border-radius: 100%;
	transform: translateX(-50%);
	z-index: 9;
}
 .tab-danger li :alast-child {
 border-bottom: 0px solid #f4f4f4;
}
.tab-danger li:hover .arrow-right {
	opacity: 1;
}
.tab-danger li:hover .arrow-left {
	opacity: 1;
}
.tab-danger li.active .arrow-right {
	opacity: 1;
}
/*.nav-tabs > li {
    float: left;
    margin-bottom: 21px!important;
	margin-left: 177px;
}*/

.nav.nav-tabs.tab-danger {
	text-align: center;
	position: relative;
}
.nav.nav-tabs.tab-danger::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 360px;
	height: 1px;
	background-color: #cccccc;
	bottom: 21px;
	transform: translateX(-50%);
	z-index: 0;
}
.nav.nav-tabs2.tab-danger2::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 190px!important;
	height: 1px;
	background-color: #cccccc;
	bottom: 21px;
	transform: translateX(-50%);
	z-index: 0;
}
.nav-tabs > li h3 {
	color: #0478b2;
}
.tab-danger li.active .arrow-left {
	opacity: 1;
}
.tab-danger .dropdown-menu {
	padding: 0;
}
.tab-danger .open > a, .tab-danger .open > a:focus, .tab-danger .open > a:active, .tab-danger .open > a:hover, .tab-danger .open > a:visited {
	background: #cd2c23;
	border: none;
}
.tab-content-default {
	background: #2d3842;
}
.tab-content-default .tab-pane {
	background: #2d3842;
	color: #fff;
	padding: 10px;
}
.tab-content-primary {
	background: #4d4292;
}
.tab-content-primary .tab-pane {
	background: #4d4292;
	color: #fff;
	padding: 10px;
}
.tab-content-info {
	background: #1485a8;
}
.tab-content-info .tab-pane {
	background: #1485a8;
	color: #fff;
	padding: 10px;
}
.tab-content-success {
	background: #1c6f73;
}
.tab-content-success .tab-pane {
	background: #1c6f73;
	color: #fff;
	padding: 10px;
}
.tab-content-warning {
	background: #e59d28;
}
.tab-content-warning .tab-pane {
	background: #e59d28;
	color: #fff;
	padding: 10px;
}
.tab-content-danger {
	background: #fff;
}
.tab-content-danger .tab-pane {
	background: #fff;
	color: #000;
	padding: 10px;
}
.about-page-img {
	position: relative;
}
.about-page::after {
	content: "";
	background-image: url(../images/backimg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	left: 0px;
	top: -21px;
	width: 100%;
	height: 216px;
	margin-bottom: -21px;
	z-index: -10;
}
.certificate {
	height: 0 auto;
	padding-top: 10px;    margin-bottom: 50px;
}
.pres-padd {
	padding-left: 38px;
}
.press-rel {
	width: 100%;
	height: 270px;
	overflow-y: scroll;
	background-color: #ededed;
	padding: 10px;
	margin-top: 21px;
}
.press-rel img {
    width: 100%;
    padding-bottom: 20px;
}
/*---------about us page end--------------*/



/*---------Services page start----------------*/


.serv-hed {
	margin-bottom: 50px;
	position: relative;
}
.service-bottom-p {
	padding: 30px;
	padding-left: 122px;
}
.Services-page {
	width: 100%;
	height: 100%;
	position: relative;
}
.services-us {
	position: relative;
	text-align: left;
	margin-top: 60px;
	height: 100%;
}
.services-us h1 {
	color: #0478b2;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
}
.services-visson {
	margin-left: 10px;
	padding: 5px;
	height: auto;
	width: 100%;
	border: 1px solid #efefef;
}
.serv-padd {
	padding-bottom: 50px;
	padding-top: 30px;
}
.services-visson-img-1 {
	margin-left: 10px;
	padding: 5px;
	height: auto;
	width: 100%;
	border: 1px solid #efefef;
}
.services-text {
	margin-left: 10px;
	margin-top: -19px;
}
.services-text h2 {
	color: #0478b2;
	font-size: 32px;
	font-weight: 500
}
.services-text h2::after {
	content: "";
display: block;
position: relative;
left: 62px;
top: 3px;
text-align: center;
width: 42px;
height: 10px;
border-bottom: 2px solid #e5650e;
}

.serv-set-bottom{
	padding: 30px; 
	padding-left: 122px;
}
.services-text p {
	text-align: justify;
}
.services-page-innr {
	width: 100%;
}
.services-page-innr h2 {
	color: #0478b2;
	font-size: 32px;
	font-weight: 500;
}
.services-page-innr h2::after {
content: "";
display: block;
position: relative;
left: 58px;
top: 0px;
text-align: center;
width: 42px;
height: 10px;
border-bottom: 2px solid #e5650e;
}


.services-page-terms h2 {
	color: #0478b2;
	font-size: 32px;
	font-weight: 500;
}
.services-page-terms h2::after {
content: "";
display: block;
position: relative;
left: 58px;
top: 0px;
text-align: center;
width: 42px;
height: 10px;
border-bottom: 2px solid #e5650e;
}

.services-page-innr p {
	text-align: justify;
}
.hed {
	padding-bottom: 15px;
	margin-top: -19px;
}
.hed img {
	margin-top: 20px;
float: left;
margin-right: 15px;
}

.resor-ped img {
	margin-top: 20px;
float: left;
margin-right: 15px;
}
/*---------Services page end----------------*/


/*---------clinte page start---------*/

.clinte img {
	width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: transform .2s;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .3s ease-in-out;  
}
.clinte img:hover {
	filter: none;
   	transform: scale(1.2);
	z-index: 10;
	box-shadow: 0 0 22px 1px rgb(220,220,220);
}
.our-fleet {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 480px;
	overflow: hidden;
	margin-bottom: 60px;
}
.lod-fleet {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
.log-img {
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px;
}
.our-fleet-slider {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 380px;
	overflow: hidden;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
 @keyframes jssorl-009-spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
.jssora106 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora106 .c {
	fill: #fff;
	opacity: .3;
}
.jssora106 .a {
	fill: none;
	stroke: #000;
	stroke-width: 350;
	stroke-miterlimit: 10;
}
.jssora106:hover .c {
	opacity: .5;
}
.jssora106:hover .a {
	opacity: .8;
}
.jssora106.jssora106dn .c {
	opacity: .2;
}
.jssora106.jssora106dn .a {
	opacity: 1;
}
.jssora106.jssora106ds {
	opacity: .3;
	pointer-events: none;
}
.jssort101 .p {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: #000;
}
.jssort101 .p .cv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	z-index: 1;
}
.jssort101 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
	visibility: hidden;
}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
	border: none;
	border-color: transparent;
}
.jssort101 .p:hover {
	padding: 2px;
}
.jssort101 .p:hover .cv {
	background-color: rgba(0,0,0,6);
	opacity: .35;
}
.jssort101 .p:hover.pdn {
	padding: 0;
}
.jssort101 .p:hover.pdn .cv {
	border: 2px solid #fff;
	background: none;
	opacity: .35;
}
.jssort101 .pav .cv {
	border-color: #fff;
	opacity: .35;
}
.jssort101 .pav .a, .jssort101 .p:hover .a {
	visibility: visible;
}
.jssort101 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: .6;
}
.jssort101 .pav .t, .jssort101 .p:hover .t {
	opacity: 1;
}
.our-thoms-set {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 980px;
	height: 100px;
	background-color: #fff;
}
.our-thoms-set1 {
	width: 55px;
	height: 55px;
	top: 162px;
	left: 30px;
}
.our-thoms-set2 {
	width: 55px;
	height: 55px;
	top: 162px;
	right: 30px;
}
.our-thoms-inn {
	width: 190px;
	height: 84px;
	cursor: pointer;
}
.our-thoms-inn1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.our-thoms-inn2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------clinte page end---------------*/

/*-----------Resources page start-----------*/
.Metric-us {
	position: relative;
	text-align: left;
	margin-top: 60px;
	height: 100%;
	padding-bottom: 50px;
}
.Metric-us h1 {
	color: #0478b2;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
}
.Metric-img {
	margin-left: 10px;
	padding: 5px;
	height: auto;
	width: 100%;
	border: 1px solid #efefef;
}
.top-reso {
	margin-bottom: 70px;
}
.metric-cont h2 {
	color: #0478b2 !important;
	font-weight: 500;
	font-size: 32px;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: -2px;
}
.metric-cont h2::after {
	content: "";
	display: block;
	position: relative;
	left: 57px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}
.calculator-sec {
	position: relative;
	text-align: center;
	margin-top: 60px;
	height: 400px;
	;
}
.calculator-reso {
	position: relative;
	width: 83%;
	text-align: center;
	padding-left: 147px;
	text-align: center;
}
.calculator-reso p {
	text-align: center;
}
.resources-danger {
	border-color: #ebccd1;
}
.resources {
	margin-bottom: 20px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.calect-danger {
	border: none;
}
.calect-danger li {
	border: none;
	border-radius: 50%;
}
.calect-danger li a {
	margin: 0;
	background: #e5e5e5;
	line-height: auto;
	border: none;
	border-radius: 50%;
	color: #b3b3b3;
	transition: all .3s ease-in-out;
	height: 25px;
	width: 25px;
}
.nav > li > a {
	position: relative;
	display: inline-block;
	padding: 10px 13px!important;
}
.nav-tabs.tab-danger > li > a:hover, .nav-tabs.tab-danger > li.active > a {
	background-color: #eee;
}
.nav-tabs.tab-danger > li.active > a::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	border-top: 7px solid #214478;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav > li.active > a::after {
	border: 5px solid #214478;
	background-color: #B3B3B3;
}
.calect-danger li a img {
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: -8px;
}
.calect-danger li:not(:last-child) a::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 25px;
	width: 231px;
	height: 1%;
	border-bottom: 1px solid #ccc;
	background-color: #0478b2;
}
 .calect-danger li :alast-child {
 border-bottom: 0px solid #f4f4f4;
}
.calect-danger li a:hover {
	background: #e5e5e5;
	color: #fff;
	border: none;
	border-radius: 50%;
}
.calect-danger li:hover .arrow-right {
	opacity: 1;
}
.calect-danger li:hover .arrow-left {
	opacity: 1;
}
.calect-danger li.active a, .calect-danger li.active a:hover, .calect-danger li.active a:focus {
	background: #b3b3b3;
	color: #0478b2;
	border: none;
	border-radius: 50%;
}
.calect-danger li.active .arrow-right {
	opacity: 1;
}
.nav-tabs > li {
	display: inline-block;
	margin-bottom: 21px !important;
	float: none;
	width: 170px;
	text-align: center;
}
.calect-tabs > li h3 {
	color: #0478b2;
	padding-top: 40px;
}
.calect-danger li.active .arrow-left {
	opacity: 1;
}
.calect-danger .dropdown-menu {
	padding: 0;
}
.calect-danger .open > a, .calect-danger .open > a:focus, .calect-danger .open > a:active, .calect-danger .open > a:hover, .calect-danger .open > a:visited {
	background: #cd2c23;
	border: none;
}
.calect-content-default {
	background: #2d3842;
}
.calect-content-default .calect-pane {
	background: #2d3842;
	color: #fff;
	padding: 10px;
}
.calect-content-primary {
	background: #4d4292;
}
.calect-content-primary .calect-pane {
	background: #4d4292;
	color: #fff;
	padding: 10px;
}
.calect-content-info {
	background: #1485a8;
}
.calect-content-info .calect-pane {
	background: #1485a8;
	color: #fff;
	padding: 10px;
}
.calect-content-success {
	background: #1c6f73;
}
.calect-content-success .calect-pane {
	background: #1c6f73;
	color: #fff;
	padding: 10px;
}
.calect-content-warning {
	background: #e59d28;
}
.calect-content-warning .calect-pane {
	background: #e59d28;
	color: #fff;
	padding: 10px;
}
.calect-content-danger {
	background: #fff;
}
.calect-content-danger .calect-pane {
	background: #fff;
	color: #000;
	padding: 10px;
}
.Resources-callc input[type=text], select {
	width: 98%;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.Resources-callc input[type=submit] {
	background-color: #000;
	color: white;
	padding: 4px 24px;
	border: none;
	font-size: 18px;
	border-radius: 50px;
	cursor: pointer;
}
.Resources-callc input[type=submit]:hover {
	background-color: #EB008A;
}
.Resources-callc input[type="radio"] {
	display: none;
}
.Resources-callc label {
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
	;
}
.Resources-callc input[type="radio"] + label:before {
	border: 3px solid #e6e6e6;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 17px;
	margin: 0 .25em 0 0;
	padding: 0;
	margin-top: 4px;
	vertical-align: top;
	width: 17px;
	border-radius: 50px;
	margin-left: 0px;
}
.Resources-callc input[type="radio"]:checked + label:before {
	background: #4d4d4d;
	color: #4d4d4d;
	margin-top: 4px;
	text-align: center;
}
.Resources-callc input[type="radio"]:checked + label:after {
	font-weight: 300;
}
.Resources-callc input[type="radio"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}
.gcw_mainF3NBLdgqH {
	display: block !important;
	border: 1px solid #A6C9E2 !important;
	background-color: #FCFDFD !important;
	color: #000000 !important;
	max-width: 690px !important;
	width: auto !important;
	margin: auto !important;
	font-family: Roboto, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 12px !important;
	text-align: center !important;
	padding: 4px !important;
}
/*-----------Resources end page-------------*/

/*----------contact us start--------------*/


.hed-cont {
	padding-bottom: 15px;
	margin-top: 0px;
}
.hed-cont img {
	margin-top: 20px
}
.contect-page {
	position: relative;
	background-color: #f4f4f4;
	padding-bottom: 50px;
}
.cont-danger {
	border: none;
}
.cont-danger li {
	border: none;
	border-radius: 50%;
}
.cont-danger li a {
	margin: 0;
	background: #e5e5e5;
	line-height: auto;
	border: none;
	border-radius: 50%;
	color: #b3b3b3;
	transition: all .3s ease-in-out;
	height: 25px;
	width: 25px;
}
.cont-danger li a img {
	width: 16px;
	height: 16px;
	margin-top: -19px;
	margin-left: -8px;
}
.cont-danger li:not(:last-child) a::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 25px;
	width: 290px;
	height: 1%;
	border-bottom: 1px solid #ccc;
	background-color: #0478b2;
}
 .cont-danger li :alast-child {
 border-bottom: 0px solid #f4f4f4;
}
.cont-danger li a:hover {
	background: #e5e5e5;
	color: #fff;
	border: none;
	border-radius: 50%;
}
.cont-danger li:hover .arrow-right {
	opacity: 1;
}
.cont-danger li:hover .arrow-left {
	opacity: 1;
}
.cont-danger li.active a, .cont-danger li.active a:hover, .cont-danger li.active a:focus {
	background: #b3b3b3;
	color: #0478b2;
	border: none;
	border-radius: 50%;
}
.cont-danger li.active .arrow-right {
	opacity: 1;
}
.cont-nav-tabs > li {
	float: left;
	margin-bottom: 21px!important;
	margin-left: 200px;
}
.cont-nav-tabs > li h3 {
	color: #0478b2;
	padding-top: 00px;
}
.cont-danger li.active .arrow-left {
	opacity: 1;
}
.cont-danger .dropdown-menu {
	padding: 0;
}
.cont-danger .open > a, .cont-danger .open > a:focus, .cont-danger .open > a:active, .cont-danger .open > a:hover, .cont-danger .open > a:visited {
	background: #cd2c23;
	border: none;
}
.cont-heder {
	position: relative;
	text-align: left;
	margin-top: 60px;
	height: 100%;
}
.cont-heder h2 {
	color: #0478b2;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
}
.cont-section {
	padding-top: 50px;
	
	position: relative;
	margin-bottom: 30px;
}
.address-cont h2 {
	color: #0478b2;
	font-size: 28px;
	font-weight: 500;
	margin-left: 7px;
}
.address-cont h2::after {
	content: "";
	display: block;
	position: relative;
	left: 50px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}

.address-cont-2 h2::after {
	content: "";
	display: block;
	position: relative;
	left: 60px;
	top: 0px;
	text-align: center;
	width: 42px;
	height: 10px;
	border-bottom: 2px solid #e5650e;
}
.name-adderss {
	margin-left: -7px;
	margin-top: 12px;
}
.name-adderss h3 {
	color: #0478b2;
	font-size: 22px;
	font-weight: 500;
	margin-left: 0px;
}
.name-adderss p {
	text-align: justify;
	margin-left: 0px;
}
.cont-map-right {
    margin-left: 10px;
    background-color: #efefef;
    padding: 9px;
    height: 270px;
    width: 100%;
}
.contat input[type=text], select {
	width: 98%;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 9px;
	resize: vertical;
	background-color: #e6e6e6;
}
.contat input[type=submit] {
	background-color: #000;
	color: white;
	padding: 4px 24px;
	border: none;
	font-size: 21px;
	border-radius: 50px;
	cursor: pointer;
}
.contat input[type=submit]:hover {
	background-color: #EB008A;
}
.contat input[type="radio"] {
	display: none;
}
.contat label {
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
}
.contat input[type="radio"] + label:before {
	border: 3px solid #e6e6e6;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 17px;
	margin: 0 .25em 0 0;
	padding: 0;
	margin-top: 4px;
	vertical-align: top;
	width: 17px;
	border-radius: 50px;
	margin-left: 0px;
}
.contat input[type="checkbox"]:checked + label:before {
	background: #4d4d4d;
	color: #4d4d4d;
	margin-top: 4px;
	text-align: center;
}
.contat input[type="checkbox"]:checked + label:after {
	font-weight: 300;
}
.contat input[type="checkbox"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}
.mywidth {
	width: 98%;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 9px;
	resize: vertical;
	background-color: #e6e6e6;
}
.file-set input[type="file"] {
	z-index: 999;
	line-height: 0;
	font-size: 50px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	left: 0;
}
.add-photo-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background-color: #83b81a;
	color: #fff;
	display: block;
	width: 197px;
	height: 31px;
	font-size: 18px;
	line-height: 30px;
	float: left;
}
.form-text {
	padding-top: 30px;
	padding-bottom: 40px;
}
.form-text p {
	color: #888888;
}
/*----------contact us end----------------*/

.conditions {
	margin-right: 35px;
}
.footer {
	background-color: #0478b2;
	padding: 40px;
	position: relative;
	width: 100%;
}
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 25%;
	background-color: #0478b2;
	;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-44deg);
	border-radius: -8px 6px 19px;
	z-index: 1;
	margin-top: -27px;
}
.footer::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 25%;
	background-color: #0478b2;
	;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-0deg);
	border-radius: -8px 6px 19px;
	z-index: 1;
	margin-top: -27px;
}
#click {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9999;
	font-size: 18px;
	border: none;
	outline: none;
	background: rgba(0,0,0,0.6) !important;
	color: white;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
}

#click .fa{
	margin-left: 10px;
}
#click:hover {
	background-color: #555;
}
.logotext1 {
	float: left;
	padding-top: 24px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
.logotext2 {
	float: left;
	padding-top: 24px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin-left: 38px;
}
.footer p {
	width: 82%;
	float: right;
	margin-top: 8px;
	color: #fff;
	line-height: 22px;
	font-size: 13px;
}
.servcestext {
	margin-top: 55px;
	color: #fff;
}
.servcestext li {
	display: block;
	
}

.servcestext li::before{
	
	content: "\f192";
	
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #ffa466;
	top: 0;
	left: 0;
	right: 10px;
	margin: 0 auto;
	height: 10px;
width: 10px;
		
}
.servcestext li a {
	color: #fff;
	margin-left: 5px;
}
.servcestext li a:hover {
	color: #e5650e;
}
.footer-bottom {
	position: relative;
	background-color: #092944;
	width: 100%;
}
.footer-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4%;
	height: 45%;
	background-color: #0478b2;
	;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-40deg);
	border-radius: -8px 6px 19px;
	z-index: 1;
}
.footer-bottom p {
	padding-top: 20px;
	color: #fff;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	color: #e5650e;
}
.footer-icon {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.top-contact1 li {
	display: inline-block;
	padding-right: 10px;
	color: #333333;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	font-family: 'Open Sans', sans-serif;
}

@media (min-width: 970px) {
/* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	font-size: 36px;
}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
	height: 5px;
	background-color: #5cb85c;
	width: 0%;
	margin: -5px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
	/* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
	-webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}


.imageBorder_2 iframe {
    border: none;
    width: 100%;
    height: 500px;margin-bottom: 4rem
}

.imageBorder_2 {
    width: 70%;
    margin: 0 auto;
}

.mailids span{display: block;}

.clientsnewlogo .imagewrapper {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    width: 18%;cursor: pointer;
    margin: 10px;transition: 0.3s ease 0s;
    transform: scale(1);
}
.clientsnewlogo {
    display: block;
}
.clientsnewlogo .imagewrapper img {
    width: 100%;
    filter: grayscale(1);
    /*transition: 0.8s all ease-in-out;*/
}
.clientsnewlogo .imagewrapper:hover img {
    filter: grayscale(0);
}

.clientsnewlogo .imagewrapper:hover{    border: 1px solid #3e4095;transform: scale(1.04);}

.readaheadimg {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.readaheadimg img {
    width: 100%;
}

p.readaheadcont {
    text-align: center;
    font-size: 18px;
    color: #0478b2;
    font-weight: 500;
}

.aboutcontentwrap{text-align: left !important;}

.teamwrap .effect2{text-align: left;}

h4.nameteam {
    display: inline-block;
}

span.director {
    margin-left: 8px;
    font-weight: 600;
}



ul.awardwrap {
    padding-left: 0px;
    list-style: none;
    display: flex;
}

ul.awardwrap li {
    width: 34%;
    margin: 0px 10px;
    background: #efefef;
}


.honerwrap {
    display: flex;
}

.datewarp {
    background: #0478b2;
    color: #fff;
    padding: 22px 20px;
    min-height: 92px;
}

.honerdec {
    background: #efefef;
    padding: 10px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.datewarp span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}


.honer::after{    position: absolute !important;
    left: 70px !important;
    top: 31px !important;}

    .awardsdetails {
    padding-top: 65px;
    /* overflow: hidden; */
    clear: both;
}
.honerdec a{    color: #333;}
.datewarp a{color: #fff !important}

.image_box iframe {
    width: 100%;
}


.Services-page{margin-bottom: 8rem;}