@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/* Other style declarations go below */


body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

::-moz-selection {
	color: #fff;
	background: #025f82;
}

::selection {
	color: #fff;
	background: #025f82;
}

::-webkit-scrollbar-track {
	background-color: #cacaca;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	background-color: #353535;
}

a {
	text-decoration: none !important;
}

.pdd {
	padding: 0 !important;
}

.home {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	z-index: 999;
	position: absolute;
}

.fixheader {
	position: fixed;
	top: 0;
	background: #0085ad;
	background: -moz-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #0085ad), color-stop(100%, #003d57));
	background: -webkit-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -o-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -ms-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ad', endColorstr='#003d57', GradientType=1);
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.fixheader .logo img {
	width: 120px;
}

.fixheader .topright {
	margin: 5px 0 0 0;
}

.description {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #555;
}

.logo {
	padding: 0 !important;
}

.logo img {
	width: 200px;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.topright {
	padding: 0 !important;
	margin: 16px 0 0 0;
	text-align: right;
}

.callus {
	display: inline-block;
	margin: 0 0 0 10px;
}

.callus a {
	padding: 0 15px;
	font-size: 13px;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: 400;
	background: #fff;
	border-radius: 25px;
	display: block;
	color: #0092d7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.callus a svg {
	margin: 0 2px 0 0;
}

.callus a:hover,
.callus a:focus {
	color: #007cc4;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

.social {
	padding: 0;
	display: inline-block;
}

.updown {
    padding-top:40px; padding-bottom:40px;
}

.change {
    width:100%;
  
}

.up {
    padding-top:53px;
}

.screen2 {
   display: flex; justify-content: end; padding-top: 30px;
}



.whatsapp {
	width: 50px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9;
}

.whatsapp a,
.whatsapp a:hover,
.whatsapp a:focus {
	width: 100%;
	line-height: 50px;
	background: #14a94c;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 23px;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}

.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	width: auto !important;
	list-style: none;
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
	display: inline-block !important;
	text-align: left;
}

.social li a {
	display: block;
	color: #fff;
	font-size: 15px;
	margin: 0 3px;
	padding: 0 5px;
	line-height: 37px;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.social li a:hover {
	color: #fff;
}

.menu-collapser {
	position: absolute;
	top: -58px;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #333;
	font-size: 0;
	line-height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button {
	position: absolute;
	right: 0;
	top: 24px;
	width: 40px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button span:nth-of-type(2) {
	width: 30px;
}

.collapse-button span:nth-of-type(3) {
	width: 20px;
}

.collapse-button .icon-bar {
	display: block;
	float: right;
	height: 2px;
	width: 40px;
	position: relative;
	margin: 4px 0;
	background-color: #fff;
	border-radius: 1px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.crotate .icon-bar {
	width: 35px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.crotate span:nth-of-type(3) {
	width: 35px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

.crotate span:nth-of-type(2) {
	display: none;
}

ul.slimmenu {
	width: 100%;
	margin: 7px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.slimmenu:before,
ul.slimmenu:after {
	content: '';
	display: table
}

ul.slimmenu:after {
	clear: both
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li > ul {
	position: static;
	display: none
}

ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}

ul.slimmenu li {
	position: relative;
	display: inline-block;
}

ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}

ul.slimmenu li ul li {
	width: 100%;
	padding: 0 15px;
}

ul.slimmenu li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 235px;
	background: #fff;
	border-top: 5px solid #00c6ff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

ul.slimmenu li > ul:before {
	position: absolute;
	content: '';
	top: -13px;
	left: 10%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #00c6ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

ul.slimmenu li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}

ul.slimmenu li a {
	padding: 0 10px;
	margin: 0;
	line-height: 46px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}

ul.slimmenu li a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	top: -1px;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
}

ul.slimmenu li a:hover:before,
ul.slimmenu li.active a:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

ul.slimmenu li:last-child a {
	padding: 0 0 0 13px;
}

ul.slimmenu li ul li a,
ul.slimmenu li ul li:last-child a {
	width: 100%;
	display: block;
	line-height: 20px;
	color: #333;
	padding: 8px 0;
	letter-spacing: .4px;
	margin: 0;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	border-top: 1px dashed #ccc;
}

ul.slimmenu li ul li:first-child a {
	border-top: 0px dashed #ccc;
}

ul.slimmenu li ul li a:before,
ul.slimmenu li ul li a:after {
	display: none;
}

ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}

ul.slimmenu li ul li a:hover {
	color: #0092d7;
}

ul.slimmenu li.active a {
	color: #ffffff;
}

ul.slimmenu li a:hover {
	color: #ffffff;
}

ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 999;
	width: 10px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}

ul.slimmenu li .sub-toggle svg {
	display: inline-block;
	color: #fff;
	font-size: 9px;
	font-weight: 100;
	vertical-align: middle;
}

ul.slimmenu li ul li .sub-toggle svg {
	color: #000;
}

ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}

ul.slimmenu > li {}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
	border-left: 0
}

.slide-banner {
	position: relative;
	overflow: hidden;
	padding: 140px 0 0 0;
	background: #0085ad;
	background: -moz-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #0085ad), color-stop(100%, #003d57));
	background: -webkit-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -o-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -ms-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ad', endColorstr='#003d57', GradientType=1);
}

.slide-banner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 280px;
	background: url(../images/sbg.png);
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
}

.slide-banner .carousel {
	z-index: 9;
}

.slide-banner .carousel-control.left,
.slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: auto;
	bottom: 30px;
	height: 30px;
	background: none;
	width: 30px;
	z-index: 9;
	border-radius: 0;
	padding: 0;
	opacity: .5;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slide-banner .carousel-control.left:hover,
.slide-banner .carousel-control.right:hover {
	opacity: 1;
}

.slide-banner .carousel-control.left img,
.slide-banner .carousel-control.right img {
	width: 100%;
}

.slide-banner .carousel-control.left {
	left: auto;
	right: 3%;
	margin-right: 30px;
}

.slide-banner .carousel-control.right {
	right: 3%;
}

.slidetext {
	padding: 0 !important;
	z-index: 9;
	margin: 5% 0 0 0;
	overflow: hidden;
}

.slidetext hr {
	width: 40px;
	height: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
	border: none;
	background: url("../images/hr1.png") no-repeat;
	background-size: 100% auto;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	-moz-animation-name: slideInRight !important;
	-o-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}

.slidetext h2 {
	font-size: 26px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 7px 0;
	color: #fff;
	font-weight: 300;
	text-align: left;
	letter-spacing: .4px;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	-moz-animation-name: slideInRight !important;
	-o-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}

.slidetext h2 span {
	font-weight: 500;
}

.slidetext .description {
	padding: 0 0 15px 0;
	text-align: left;
	font-size: 13.2px;
	color: #fff;
	font-weight: 200;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	-moz-animation-name: slideInRight !important;
	-o-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}

.slidetext .btn1 {
	border-color: #fff;
	color: #fff;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	-moz-animation-name: slideInRight !important;
	-o-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}

.slidetext .btn1:hover,
.slidetext .btn1:focus {
	background: #ffffff;
	color: #0092d7;
}

.btn1 {
	width: 120px;
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	display: block;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #0092d7;
	border: 1px solid #0092d7;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.btn1:hover,
.btn1:focus {
	background: #0092d7;
	color: #ffff;
}



.btn2 {
	width: 120px;
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	display: block;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.btn2:hover,
.btn2:focus {
	background: #0092d7;
	color: #ffff;
}



.slideimg {
	padding: 0 !important;
	z-index: 9;
}

.slideimg img {
	width: 100%;
	-webkit-animation: up-down 6s infinite linear;
	-moz-animation: up-down 6s infinite linear;
	-o-animation: up-down 6s infinite linear;
	-ms-animation: up-down 6s infinite linear;
	animation: up-down 6s infinite linear;
}

@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}

	50% {
		-webkit-transform: translate(0, 10px);
		-moz-transform: translate(0, 10px);
		-o-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
}

@keyframes up-down {
	0% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}

	50% {
		-webkit-transform: translate(0, 10px);
		-moz-transform: translate(0, 10px);
		-o-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
}

.sbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .75;
}

#triangle {
	stroke: #d59eff;
}

#circle {
	stroke: #00c6ff;
}

#square {
	stroke: #94FFF5;
}

#cross {
	stroke: #fff;
}

.stage {
	position: relative;
	width: 100%;
	height: 100%;
}

.stage svg {
	position: absolute;
	z-index: 2;
}

.stage svg:nth-child(1) {
	left: 3%;
	top: 48%;
	-webkit-animation: roll-right 9s infinite linear alternate-reverse;
	-moz-animation: roll-right 9s infinite linear alternate-reverse;
	-o-animation: roll-right 9s infinite linear alternate-reverse;
	-ms-animation: roll-right 9s infinite linear alternate-reverse;
	animation: roll-right 9s infinite linear alternate-reverse;
}

.stage svg:nth-child(2) {
	left: 95%;
	top: 43%;
	-webkit-animation: zmin 3s infinite linear alternate-reverse;
	-moz-animation: zmin 3s infinite linear alternate-reverse;
	-o-animation: zmin 3s infinite linear alternate-reverse;
	-ms-animation: zmin 3s infinite linear alternate-reverse;
	animation: zmin 3s infinite linear alternate-reverse;
}

.stage svg:nth-child(3) {
	left: 50%;
	top: 90%;
	-webkit-animation: roll-right 8s infinite linear alternate-reverse;
	-moz-animation: roll-right 8s infinite linear alternate-reverse;
	-o-animation: roll-right 8s infinite linear alternate-reverse;
	-ms-animation: roll-right 8s infinite linear alternate-reverse;
	animation: roll-right 8s infinite linear alternate-reverse;
}

.stage svg:nth-child(4) {
	left: 50%;
	top: 20%;
	-webkit-animation: roll-left 12s infinite linear alternate-reverse;
	-moz-animation: roll-left 12s infinite linear alternate-reverse;
	-o-animation: roll-left 12s infinite linear alternate-reverse;
	-ms-animation: roll-left 12s infinite linear alternate-reverse;
	animation: roll-left 12s infinite linear alternate-reverse;
}

.stage svg:nth-child(5) {
	left: 27%;
	top: 76%;
	-webkit-animation: roll-left 13s infinite linear alternate-reverse;
	-moz-animation: roll-left 13s infinite linear alternate-reverse;
	-o-animation: roll-left 13s infinite linear alternate-reverse;
	-ms-animation: roll-left 13s infinite linear alternate-reverse;
	animation: roll-left 13s infinite linear alternate-reverse;
}

.stage svg:nth-child(6) {
	left: 7%;
	top: 15%;
	-webkit-animation: zmin 1s infinite linear alternate-reverse;
	-moz-animation: zmin 1s infinite linear alternate-reverse;
	-o-animation: zmin 1s infinite linear alternate-reverse;
	-ms-animation: zmin 1s infinite linear alternate-reverse;
	animation: zmin 1s infinite linear alternate-reverse;
}

.stage svg:nth-child(7) {
	left: 40%;
	top: 60%;
	-webkit-animation: roll-left 20s infinite linear alternate-reverse;
	-moz-animation: roll-left 20s infinite linear alternate-reverse;
	-o-animation: roll-left 20s infinite linear alternate-reverse;
	-ms-animation: roll-left 20s infinite linear alternate-reverse;
	animation: roll-left 20s infinite linear alternate-reverse;
}

.stage svg:nth-child(8) {
	left: 10%;
	top: 90%;
	-webkit-animation: roll-right 11s infinite linear alternate-reverse;
	-moz-animation: roll-right 11s infinite linear alternate-reverse;
	-o-animation: roll-right 11s infinite linear alternate-reverse;
	-ms-animation: roll-right 11s infinite linear alternate-reverse;
	animation: roll-right 11s infinite linear alternate-reverse;
}

@-webkit-keyframes roll-left {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes roll-left {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes roll-left {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes roll-right {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-moz-keyframes roll-right {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes roll-right {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes zmin {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zmin {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.about {
	padding: 40px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: 100% auto;
}

.thead {
	padding: 0 0 15px 0;
}

.title {
	font-size: 27px;
	text-align: center;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}

.title span {
	width: 65px;
	margin: 0 5px;
	height: 1px;
	vertical-align: 8px;
	display: inline-block;
	position: relative;
	background: #0092d7;
}

.title .span2:before,
.title .span2:after {
	right: auto;
	left: 0;
}

.title span:before,
.title span:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	top: -5px;
	right: 0px;
	background: #0092d7;
}

.title span:after {
	top: 5px;
}

.about .description {
	text-align: center;
	padding: 0 0 35px 0;
	font-size: 15px;
	line-height: 31px;
	font-weight: 600;
}

.ableft {
	padding: 0 50px 0 0 !important;
}

.ableft img {
	width: 100%;
}

.abright {
	padding: 0 !important;
	margin: 10px 0 0 0;
}

.abright h3 {
	font-size: 21px;
	text-align: left;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}

.abright hr {
	width: 35px;
	height: 2px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #0092d7;
	border: none;
}

.abright .description {
	text-align: justify;
	padding: 11px 0 15px 0;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
}

.services {
	padding: 40px 0;
	position: relative;
}

.services:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	z-index: -1;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: 100% auto;
}

.serpdd {
	padding: 15px;
}

.serbox {
	border-radius: 5px;
	padding: 25px !important;
	border: 1px solid #e6e6e6;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.serbox img {
	width: 120px;
	margin: 0 auto 10px auto;
}

.serbox h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 5px 0;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.serbox .description {
	text-align: center;
	padding: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.serbox:hover h4 {
	color: #fff;
}

.serbox:hover .description {
	color: #fff;
	opacity: .5;
}

.serbox:hover {
	background: #026a8f;
	border-color: #026a8f;
}

.whyus {
	padding: 0 0 40px 0;
	position: relative;
}

.whyus:after {
	position: absolute;
	content: '';
	width: 40%;
	height: 110%;
	top: -8%;
	right: 0;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.whyleft {
	padding: 0 !important;
}

.whypdd {
	padding: 0 !important;
}

.whybox {
	padding: 0px 15px !important;
	margin: 4px 0;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.whybox img {
	width: 100px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	border-radius: 100%;
	border: 1px dashed #ccc;
	-webkit-transition: 1s;
	-moz-transition: .1s;
	-o-transition: 1s;
	transition: 1s;
}

.whybox:hover img {
	border-color: #0092d7;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.whybox h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 12px 0 5px 0;
	color: #333;
}

.whybox .description {
	text-align: left;
	padding: 0;
}

.whyright {
	padding: 0 0 0 80px !important;
}

.whyright img {
	width: 100%;
}

.blogs {
	padding: 10px 0 60px 0;
	position: relative;
}

.blogs:before {
	position: absolute;
	content: '';
	width: 45%;
	height: 140%;
	top: -39%;
	left: 0;
	background: url(../images/bg4.jpg);
	background-size: 100% 100%;
	z-index: -1;
	opacity: .1;
}

.bmain {
	margin: 0 -15px;
}

.bbox {
	padding: 0 !important;
	background: #f0f0f0;
	margin: 30px 0 0 0;
}

.bbox .bimg {
	overflow: hidden;
	position: relative;
}

.bbox .bimg img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.bbox:hover .bimg img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.bbox .bdate {
	position: absolute;
	top: 0;
	right: 20px;
	background: #0092d7;
	padding: 13px 15px 2px 15px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 20px;
	z-index: 1;
}

.bbox .bdate:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	bottom: -10px;
	left: 0;
	background: #0092d7;
	z-index: -1;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.bbox .bdate span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
}

.btext {
	padding:10px;
	background: #0092d712;
}

.btext h4 {
	font-size:17px;
	text-align: left;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	text-align: left;
	letter-spacing: .4px;
	padding: 0 0 0px 0;
	color: #111;
}

.btext .description {
	padding: 0 0 15px 0;
}

.btext a {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #0092d7;
}

.btext a span {
	width: 30px;
	height: 1px;
	background: #0092d7;
	display: inline-block;
	vertical-align: 4px;
	margin: 0 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.btext a:hover span {
	width: 50px;
}

.btext a:hover,
.btext a:focus {
	color: #0092d7;
}

.testimonials {
	padding: 0;
	position: relative;
}

.testimonials:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: .1;
}

.tesmain {
	padding: 35px !important;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tesleft {
	padding: 0 !important;
}

.tesleft img {
	width: 100%;
}

.tesright {
	padding: 0 0 0 40px !important;
}

.tesright .title {
	text-align: left;
}

.tesright .title .span1 {
	display: none;
}

.tesright img {
	width: 30px !important;
	margin: 15px 0;
}

.tesright .description {
	padding: 0 0 10px 0;
}

.tesright h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 1px 0;
	color: #333;
}

.tesright h5 {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #555;
}

.tesright .owl-nav {
	bottom: 0;
	margin-top: -30px;
	width: 100%;
}

.tesright .owl-carousel .owl-nav button.owl-next,
.tesright .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 25px;
	background: #ffffff;
	font-size: 35px;
	line-height: 30px;
	padding: 0 !important;
	outline: none;
	opacity: .6;
}

.tesright .owl-carousel .owl-nav button.owl-next:hover,
.tesright .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
}

.tesright .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.tesright .owl-carousel .owl-nav button.owl-prev {
	left: auto;
	right: 25px;
}

.clients {
	padding: 50px 0;
	position: relative;
}

.clients:after {
	position: absolute;
	content: '';
	width: 30%;
	height: 110%;
	top: 50%;
	right: 0;
	background: url(../images/bg6.jpg);
	background-size: 100% 100%;
	z-index: -1;
	opacity: .15;
}

.clients img {
	margin: 25px 0;
	padding: 30px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.clients img:hover {
	border-color: #0092d7;
}

.clients .owl-dots {
	display: block !important;
	text-align: center;
}

.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
	background: #0092d7;
}

.clients .owl-theme .owl-dots .owl-dot span {
	background: #565656;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
}

.clients .owl-theme .owl-dots .owl-dot {
	outline: none;
	margin: 0 5px;
}

footer {
	position: relative;
	overflow: hidden;
}

footer:before {
	position: absolute;
	content: '';
	left: -200px;
	bottom: -200px;
	width: 400px;
	height: 400px;
	border: 50px solid #0092d7;
	border-radius: 100%;
	z-index: -1;
	-webkit-animation: zoom-fade 6s infinite linear;
	-moz-animation: zoom-fade 6s infinite linear;
	-o-animation: zoom-fade 6s infinite linear;
	-ms-animation: zoom-fade 6s infinite linear;
	animation: zoom-fade 6s infinite linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.fbox {
	padding: 0 !important;
}

.fbox h4 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #333;
}

.fbox hr {
	width: 35px;
	height: 2px;
	margin: 10px 0 20px 0;
	padding: 0;
	display: block;
	background: #0092d7;
	border: none;
}

.fbox .description {
	text-align: left;
	padding: 0 0 9px 0;
}

.fbox .description svg {
	margin: 0 3px 0 0;
}

.fbox .social li a {
	color: #555;
	border: 1px solid #555;
	width: 30px;
	line-height: 28px;
	margin: 0 7px 0 0;
}

.fbox .social li a:hover {
	background: #0092d7;
	border-color: #0092d7;
	color: #fff;
}

.fbox2 {
	padding: 0 0 0 30px !important;
}

.fcopy {
	margin: 40px 0 0 0;
	padding: 15px;
	border-top: 1px dashed #ccc;
}

.fcopy .description {
	text-align: center;
	padding: 0;
	font-size: 13px;
}

.fcopy .description a {
	color: #555;
}

.to-top {
	position: fixed;
	z-index: 8;
	bottom: 15px;
	right: 15px;
	display: none;
}

.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #0092d7;
	font-size: 20px;
	width: 35px;
	height: 50px;
	line-height: 48px;
	border-radius: 15px;
	background: #ffffff;
	border: 2px solid #0092d7;
	opacity: 0.5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.to-top a.back-to-top:hover {
	opacity: 1;
	color: #ffffff;
	background: #0092d7;
}

.inhome {}

.innerbanner {
	width: 100%;
	padding: 135px 0 0 0;
	background: #0085ad;
	background: -moz-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #0085ad), color-stop(100%, #003d57));
	background: -webkit-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -o-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: -ms-linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	background: linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ad', endColorstr='#003d57', GradientType=1);
}

.innerbanner img {
	width: 100%;
}

.innerpage {
	padding: 0 0 40px 0;
}

.brd-in {
	padding: 0 0 22px 0;
	margin: 0;
	margin-top: -35px;
	position: relative;
	text-align: center;
}

.brd-in .breadcrumb {
	background: #fff !important;
	text-align: center;
	display: inline-block;
	margin: 0 !important;
	padding: 8px 20px 3px 20px !important;
	border: none;
	border-radius: 20px 20px 0 0;
	border-bottom: 0px dashed #f0f0f0;
}

.brd-in .breadcrumb li a {
	font-size: 12px;
	line-height: 24px;
	padding: 7px 0;
	text-align: right;
	font-weight: 400;
	color: #333;
	letter-spacing: .8px;
}

.brd-in .breadcrumb li:last-child a {
	color: #0092d7;
}

.innleft {
	padding: 0 !important;
}

.innerpage p {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #111;
}

.innright {
	padding: 0 0 0 35px !important;
}

.innerimg {
	padding: 0 !important;
	margin: 0 0 20px 0;
}

.innerimg img {
	width: 100%;
	border: 1px solid #ccc;
}

.quoteform {
	padding: 15px;
	background: #0092d766;
}

.quoteform h4 {
	font-size:22px;
	text-align: center;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	/*color: #333;*/
	text-transform: uppercase;
}

.quoteform form {}

.quoteform .form-group {
	position: relative;
	margin: 0 0 10px 0;
}

.quoteform .form-group svg {
	position: absolute;
	top: 16px;
	left: 10px;
	font-size: 13px;
	color: #0092d7;
}

.quoteform input,
.quoteform select,
.quoteform textarea {
	padding: 5px 10px 5px 36px;
	margin: 0;
	width: 100%;
	height: 45px;
	background: #fff;
	border: none;
	color: #333;
	font-size: 12px;
	border-radius: 0;
	letter-spacing: .4px;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.quoteform select {}

.quoteform textarea {
	height: 100px;
	padding: 13px 10px 5px 36px;
}

.quoteform input[type=submit] {

	background: #0092d7;

	color: #fff;

	text-align: center;

	padding: 10px;

	text-transform: uppercase;

	letter-spacing: 1px;
}

.quickenqleft {
	position: fixed;
	top: 50%;
	right: 17px;
	width: 152px;
	margin-top: -80px;
	height: 35px;
	border-radius: 10px 10px 0 0;
	background: #0092d7;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.5px;
	font-weight: 400;
	padding: 5px;
	z-index: 99;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor: pointer;
}

.quickenqright {
	padding: 30px 30px;
	background: #fff;
	position: fixed;
	position: fixed;
	top: 0;
	right: -380px;
	width: 380px;
	height: auto;
	z-index: 9999;
	-webkit-transition: 1s;
	-moz-transition: .1s;
	-o-transition: 1s;
	transition: 1s;
	box-shadow: 22px 52px 2px 4px #444;
}

.qright {
	right: 0;
	-webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, .1);
}

.qclose {
	position: absolute;
	top: 0;
	left: 0;
	background: #f00;
	border: none;
	outline: none;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	cursor: pointer;
}

.quickenqright form {
	margin: 0;
	padding: 0;
}

.quickenqright input,
.quickenqright select,
.quickenqright textarea {
	padding: 5px 10px;
	margin: 0 0 12px 0;
	width: 100%;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	border-radius: 0;
	letter-spacing: .4px;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.quickenqright select {}

.quickenqright textarea {
	height: 130px;
	margin: 0 0 8px 0;
}

.quickenqright input[type=submit] {

	background: #0092d7;

	color: #fff;

	text-align: center;

	padding: 10px;

	text-transform: uppercase;

	letter-spacing: 1px;
}


@media only screen and (max-width: 1200px) {
	.qright {
		overflow-x: hidden;
		overflow-y: scroll;
	}

	ul.slimmenu li a {
		letter-spacing: .2px;
		padding: 0 11px;
		font-size: 11px;
	}

	ul.slimmenu li .sub-toggle {
		right: -3px;
	}

	.sbg {
		opacity: .3;
	}

	.title {
		font-size: 25px;
	}

	.slide-banner .carousel-control.left,
	.slide-banner .carousel-control.right {
		bottom: 5px;
	}

	.slideimg img {
		width: 95%;
		float: right;
	}

	.slidetext h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.slidetext {
		margin: 7% 0 0 0;
	}

	.abright {
		margin: 0;
	}

	.ableft img {
		margin: 30px 0 0 0;
	}

	.services {
		padding: 20px 0;
	}

	.whybox {
		padding: 12px !important;
		margin: 12px 0;
	}

	.whyright {
		padding: 0 0 0 10px !important;
	}

	.whyus:after {
		top: 3%;
	}

	.blogs {
		padding: 10px 0 40px 0;
	}
}

@media only screen and (max-width: 992px) {
	.fixheader {
		padding: 5px 0;
	}

	.fixheader .topright {
		margin: 4px 0 0 0;
	}

	.fixheader .collapse-button {
		top: 37px;
	}

	.fixheader .crotate {
		top: 20px;
	}

	.quickenqright textarea {
		height: 90px;
	}

	.logo img {
		width: 180px;
	}

	.topright {
		padding: 0 60px 0 0 !important;
		margin: 14px 0 0 0;
	}

	ul.slimmenu {
		width: 250px;
		height: 100%;
		top: 0;
		right: 0;
		display: none;
		position: fixed;
		text-align: left;
		padding: 15px 20px;
		background: #fff;
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 999;
		margin: 0;
		border: none;
		-webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
	}

	.crotate {
		position: fixed;
		top: 20px;
		right: 250px;
		background: #fff;
		z-index: 9999;
		padding: 10px 8px 10px 10px;
		-webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
		box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
	}

	.crotate .icon-bar {
		width: 25px;
		background-color: #333;
		top: 5px;
	}

	.crotate span:nth-of-type(3) {
		width: 25px;
		top: -5px;
	}

	ul.slimmenu li a,
	ul.slimmenu li:last-child a {
		color: #333;
		padding: 0;
		line-height: 40px;
	}

	ul.slimmenu li a:before {
		display: none;
	}

	ul.slimmenu li.active a {
		color: #0092d7;
	}

	ul.slimmenu li a:hover {
		color: #0092d7;
	}

	ul.slimmenu li .sub-toggle svg {
		color: #333;
		font-size: 12px;
	}

	ul.slimmenu li .sub-toggle {
		right: 0;
		width: 30px;
		text-align: right;
	}

	ul.slimmenu li > ul {
		min-width: initial;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}

	ul.slimmenu li > ul:before {
		display: none;
	}

	ul.slimmenu li ul li {
		padding: 0 0 0 10px;
	}

	ul.slimmenu li ul li a,
	ul.slimmenu li ul li:last-child a {
		border: none;
		border-bottom: 1px solid #f0f0f0;
	}

	.slide-banner {
		padding: 75px 0 0 0;
	}

	.slide-banner:after {
		height: 160px;
	}

	.slidetext hr {
		margin: 0 0 5px 0;
	}

	.slidetext h2 {
		padding: 0 0 2px 0;
	}

	.slidetext .description {
		padding: 0 0 10px 0;
		font-size: 13px;
		line-height: 22px;
	}

	.slidetext .btn1 {
		width: 90px;
		font-size: 11px;
		line-height: 30px;
	}

	.about {
		padding: 30px 0 0 0;
	}

	.title {
		font-size: 22px;
	}

	.title span {
		vertical-align: 7px;
	}

	.about .description {
		padding: 0 0 20px 0;
		font-size: 13px;
		line-height: 26px;
		font-weight: 400;
	}

	.abright {
		border: 1px solid #f0f0f0;
		padding: 15px !important;
		text-align: center;
	}

	.abright h3 {
		font-size: 18px;
		text-align: center;
		line-height: 20px;
	}

	.abright .btn1 {
		margin: 0 auto;
	}

	.abright .description {
		text-align: center;
		padding: 5px 0 10px 0;
	}

	.services:before {
		background-position: center center;
	}

	.serbox {
		padding: 17px !important;
	}

	.whyus {
		padding: 0 0 25px 0;
	}

	.whyus:after {
		display: none;
	}

	.whybox img {
		float: none;
		margin: 0 auto 10px auto;
	}

	.whybox h4 {
		padding: 0 0 5px 0;
		text-align: center;
	}

	.whybox .description {
		text-align: center;
	}

	.blogs:before {
		display: none;
	}

	.bpdd {
		padding: 0 7px !important;
	}

	.btext {
		padding: 13px;
		text-align: center;
	}

	.btext h4 {
		font-size: 14px;
		text-align: center;
		line-height: 22px;
	}

	.btext .description {
		text-align: center;
		padding: 0;
	}

	.description {
		font-size: 13px;
		line-height: 26px;
	}

	.bbox .bdate {
		padding: 8px 8px 0 8px;
		font-size: 8px;
		letter-spacing: .4px;
		line-height: 15px;
		right: 10px;
	}

	.bbox .bdate span {
		font-size: 17px;
	}

	.btext a {
		font-size: 12px;
	}

	.btext a span {
		display: none;
	}

	.clients {
		padding: 40px 0 20px 0;
	}

	.tesmain {
		padding: 0 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.tesright .title {
		text-align: center;
	}

	.tesright .title .span1 {
		display: inline-block;
	}

	.tesright {
		padding: 0 !important;
	}

	.tesright img {
		display: none !important;
	}

	.tesright .description,
	.tesright h4,
	.tesright h5 {
		text-align: center;
	}

	.tesright h5 {
		padding: 0 0 30px 0;
	}

	.tesright .owl-carousel .owl-nav button.owl-next {
		right: 50%;
		margin-right: -20px;
	}

	.tesright .owl-carousel .owl-nav button.owl-prev {
		left: 50%;
		right: auto;
		margin-left: -20px;
	}

	.fbox {
		padding: 15px !important;
		border: 1px solid #f0f0f0;
	}

	.fbox h4,
	.fbox .description {
		text-align: center;
	}

	.fbox hr {
		margin: 10px auto 20px auto;
	}

	.fbox .social {
		display: block;
	}

	.fbox .social ul {
		text-align: center;
	}

	.fbox2 {
		padding: 15px !important;
		margin: 25px 0 0 0;
	}

	.fcopy {
		margin: 30px 0 0 0;
	}

	.to-top a.back-to-top {
		font-size: 15px;
		width: 27px;
		height: 42px;
		line-height: 40px;
		border-radius: 10px;
	}

	.bmain {
		margin: 0 7px;
	}

	.clients:after,
	.testimonials:before {
		display: none;
	}

	.innerbanner {
		padding: 80px 0 0 0;
	}

	.innright {
		padding: 0 !important;
		margin: 30px 0 0 0;
	}

	.brd-in {
		padding: 0 0 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.fixheader .topright {
		margin: 7px 0 0 0;
	}

	.logo img {
		width: 150px;
	}

	.callus a {
		line-height: 33px;
	}

	.topright {
		padding: 0 60px 0 0 !important;
		margin: 12px 0 0 0;
	}

	.slide-banner {
		padding: 70px 0 30px 0;
	}

	.slide-banner:after {
		height: 80px;
	}

	.collapse-button {
		top: 30px;
	}

	.crotate {
		top: 20px;
	}

	.slidetext {
		margin: 4% 0 0 0;
	}

	.slidetext hr {
		width: 30px;
		height: 10px;
		margin: 0;
	}

	.slidetext h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.slidetext .description {
		padding: 0 0 10px 0;
		font-size: 10px;
		line-height: 16px;
	}

	.slidetext .btn1 {
		width: 70px;
		font-size: 9px;
		letter-spacing: .8px;
		line-height: 22px;
	}

	.slideimg img {
		width: 100%;
	}

	.sbg {
		display: none;
	}

	.slide-banner .carousel-control.left,
	.slide-banner .carousel-control.right {
		bottom: -30px;
		width: 20px;
		height: 20px;
	}

	.slide-banner .carousel-control.left {
		margin-right: 20px;
	}

	.about {
		padding: 20px 0 0 0;
	}

	.title {
		font-size: 18px;
		line-height: 24px;
	}

	.title span {
		vertical-align: 5px;
		width: 35px;
	}

	.title span:before,
	.title span:after {
		width: 25px;
		top: -4px;
	}

	.title span:after {
		top: 4px;
	}

	.about .description {
		padding: 0 0 15px 0;
	}

	.abright h3 {
		font-size: 15px;
		text-align: center;
		line-height: 14px;
	}

	.abright .description {
		text-align: center;
		padding: 5px 0 10px 0;
	}

	.btn1 {
		width: 90px;
		font-size: 11px;
		line-height: 30px;
		letter-spacing: .6px;
	}

	.services {
		padding: 10px 0;
	}

	.serpdd {
		padding: 0 !important;
	}

	.serbox {
		padding: 15px !important;
		margin: 0 0 20px 0;
	}

	.serbox img {
		width: 100px;
	}

	.serbox h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.whyus {
		padding: 0 0 5px 0;
	}

	.whybox {
		padding: 15px !important;
		margin: 10px 0;
	}

	.whybox img {
		width: 90px;
	}

	.whybox h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.blogs {
		padding: 10px 0 15px 0;
	}

	.bbox {
		margin: 10px 0;
	}

	.clients {
		padding: 30px 0 20px 0;
	}

	.clients img {
		margin: 0 0 17px 0;
		padding: 15px 0;
	}

	.fcopy {
		margin: 20px 0 0 0;
	}

	.fcopy .description {
		font-size: 12px;
	}

	.bmain {
		margin: 0;
	}

	.bpdd {
		padding: 0 !important;
	}

	.innerbanner {
		padding: 68px 0 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.home {
		padding: 5px 0 0 0;
	}

	.fixheader {
		padding: 3px 0;
	}

	.fixheader .logo img {
		width: 105px;
	}

	.fixheader .collapse-button {
		top: 39px;
	}

	.fixheader .crotate {
		top: 20px;
	}

	.logo img {
		width: 120px;
	}

	.quickenqleft {
		right: 12px;
		width: 123px;
		margin-top: -70px;
		height: 25px;
		font-size: 11px;
		line-height: 16px;
	}

	.quickenqright {
		padding: 50px 15px;
		right: -290px;
		width: 290px;
	}

	.qright {
		right: 0;
	}

	.quickenqright input,
	.quickenqright select,
	.quickenqright textarea {
		height: 40px;
	}

	.quickenqright textarea {
		height: 90px;
	}

	.callus {
		display: none;
	}

	.collapse-button {
		top: 35px;
	}

	.crotate {
		top: 19px;
	}

	.slide-banner {
		padding: 55px 0 20px 0;
	}

	.slide-banner:after {
		height: 55px;
	}

	.slide-banner .carousel-control.left,
	.slide-banner .carousel-control.right {
		bottom: -15px;
		width: 17px;
		height: 17px;
	}

	.slide-banner .carousel-control.left {
		margin-right: 17px;
	}

	.slidetext h2 {
		font-size: 12px;
		line-height: 15px;
	}

	.slidetext .description {
		padding: 0 0 5px 0;
		font-size: 8px;
		line-height: 14px;
		letter-spacing: 0;
	}

	.slidetext .btn1 {
		width: 65px;
		font-size: 8px;
		letter-spacing: .4px;
		line-height: 20px;
	}

	.slideimg img {
		width: 95%;
		margin: 20px 0;
	}

	.thead {
		padding: 0 0 18px 0;
	}

	.title {
		font-size: 17px;
		position: relative;
		padding: 0 0 7px 0;
	}

	.title:before,
	.title:after {
		position: absolute;
		content: '';
		width: 40px;
		height: 1px;
		background: #0092d7;
		bottom: 0;
		left: 50%;
		margin-left: -20px;
	}

	.title:after {
		width: 24px;
		bottom: -5px;
		margin-left: -12px;
	}

	.title span,
	.tesright .title .span1 {
		display: none;
	}

	.abright {
		padding: 12px !important;
	}

	.abright .description {
		letter-spacing: .2px;
	}

	.btn1 {
		width: 80px;
		font-size: 10px;
		line-height: 25px;
		letter-spacing: .4px;
	}

	.abright hr {
		height: 1px;
		vertical-align: 2px;
	}

	.tesright .description {
		padding: 0 0 5px 0;
	}

	.fbox .description {
		padding: 0 0 5px 0;
	}

	.fbox {
		padding: 10px !important;
	}

	.fbox hr {
		margin: 5px auto 10px auto;
	}

	.fbox2 {
		padding: 10px !important;
		margin: 20px 0 0 0;
	}

	.fcopy .description {
		font-size: 11px;
		letter-spacing: 0;
	}

	.fcopy {
		padding: 10px 15px;
	}

	.innerbanner {
		padding: 56px 0 0 0;
	}

	.brd-in {
		padding: 5px 0 7px 0;
		border-bottom: 1px dashed #ccc;
		margin: 0 0 20px 0;
	}

	.brd-in .breadcrumb li a {
		font-size: 11px;
		line-height: 20px;
		letter-spacing: .4px;
	}
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0092d74d;
}

.blue
	{
		color: #007fa6;
	}


	h1, h2, h3, h4, h5, h6
	{
		color: #007fa6;
	}


	.jumbotron p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 200;
}

.mt-2
	{
		margin-top: 2em;
	}


.btn
	{
	 border-radius:0px;
	}


.line4 {
    width: 35px;
    height: 2px;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #0092d7;
    border: none;
}

.mtb1
	{
		margin-top: 1em;
		margin-bottom: 1em;
	}

.heading4
	{
		background: #0080a7;
		padding: 1em;
		text-align: left;
		font-size: 1.2em;
		font-weight: 600;
		color: #fff;
	}	

.heading_line
{
    margin-top:8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #0092d733;
}


.careers_box {
    padding: 30px;
    background-color: #0092d72e;
    margin-bottom: 2em;
}

.mt-13
	{
		margin-top: 35px;
	}
	
.mb-2
	{
		margin-bottom:22px;
	}
	
	.p1
	    {
	        padding:.4em;
	    }

.marquee
    {
        background:#e6f4fb;
        padding:1em;
        border-radius:5em;
    }

	.orange4
		{
			color: #f3810e;
		}
		
/*---------------MOBILE STARTS----------*/
@media only screen and (max-width: 1060px) {
.pay-online
    {
     display:none;
    }
    
    
    .landing-header-bg
        {
        background-image: url(../landing-page-bg/web-landing-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width:100%;
        height:1000px;
        margin-bottom:2em;
        }
        
.banner-text h1
    {
     margin-top:4em;
     font-size:2em;
    }
    
    .banner-text h3
    {
     margin-top:1em;
     font-size:1.2em;
    }
    
        .banner-text h4
    {
     margin-top:1em;
     line-height:2;
    }
        
.header-form
    {
        margin-top:3em;
    }
    
        .banner-heading
    {
        line-height:1.5;
    }
    
.banner-sub-heading
    {
        line-height:1.5;
    }
    
}	

/*---------------MOBILE ENDS----------*/
	

/*---------------DESKTOP STARTS----------*/
@media only screen and (min-width: 1061px) {
.pay-online
    {
     position:fixed;
     right:0%;
     top:.4em;
     z-index:9999999;
    }
    
.landing-header-bg
        {
        background-image: url(../landing-page-bg/web-landing-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width:100%;
        height:650px;
        margin-bottom:2em;
        }
        
.banner-text
    {
     margin-top:17em;
    }
        
.header-form
    {
        margin-top:10em;
    }
    
    .banner-heading
    {
        line-height:1.5;
    }
    
.banner-sub-heading
    {
        line-height:1.5;
    }
    
}	
/*---------------DESKTOP ENDS----------*/

		
.pl-2
    {
        padding:2em;
    }
    
.text-white
    {
        color:#fff;
    }
	    
.mt-1
    {
    margin-top:1em;
    }
	    

/*****************FAQ STARTS*********************/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #139fc9 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #139fc9 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
/*****************FAQ ENDS*********************/
    
.why-choose-bg
    {
        background:#0081a81f;
        padding:4em 0px;
        margin-bottom:0em;
    }
    
.cta-bg
    {
        background-image: url(../landing-page-bg/cta-bg.jpg);
        padding:4em 0px;
        margin-bottom:2em;
    }
    
.mb-2
    {
     margin-bottom:2em;   
    }
    
.bg-blue
    {
        background:#d00;
    }
    
/*********COUNTER STARTS**************/

.counter-bg
    {
        background-image: url(../landing-page-bg/counter-bg.jpg);
        padding:4em 0px;
        margin-bottom:0em;
        text-align:center;
    }


span.num {
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
  padding:.2em 0px;
}

span.text {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  line-height: 0;
}
/*********COUNTER ENDS**************/
    
    .border50
        {
            border-radius:50%;
        }
    
    .mb-3
        {
            margin-bottom:3em;
        }

 		
.sticky h2{
    font-size: 35px;
    text-align: right;
    color: #49b3ee91 !important;
    background-color: #fff;
    padding: 10px 0px 0px;
}

.join-team{
    text-align:right;
    display: flex;
    justify-content: flex-end;
}
.join-team .hover-text{
    font-size:16px;
    padding-right:0px;
    padding-top: 15px;
    
}
.hover-text{
    display:none;
    animation:.5s;
}
.plus-icon{
    font-size: 24px;
    background-color: #ddd;
    border-radius: 50%;
    padding: 13px 15px 15px 15px;
    width: 50px;
    height: 50px;
    line-height: 2px;
    animation:.5s;
} 
.join-team:hover .hover-text{
    display:block;
    padding-right:15px;
}
.md-quote-left{
    position: relative;
    text-align: left;
    font-size: 70px;
    top: 100px;
    color: #4eb7f161;
    z-index:-1;
}
.md-quote-right{
    position: relative;
    font-size: 70px;
    color: #4eb7f161;
    z-index: -1;
    bottom: 44px;
    left: 50px;
}
@media screen and (max-width: 600px) {
    .md-quote-right {
        left: 0px;
    }
}
 
 
  .mt2
    {
        margin-top:1em;
    }
 
 .mtb4
    {
        margin-top:1.3em;
        margin-bottom:1.3em;
    }
    
    
     .mtb2
    {
        margin-top:.5em;
        margin-bottom:.5em;
    }
 
 .mb-0
     {
        margin-bottom:0em;
    }
 .bg-light-gray
    {
        background:#007da314;
    }
    
    
    
    
    
    
     

@media screen and (min-width: 900px) {

.lg-text-right h3, .lg-text-right p, .lg-text-right a, .lg-text-right h4{
	text-align: right;



}
}

@media screen and (max-width: 1024px) {

.sec3_cont {
    box-shadow: 0 0 30px rgb(0 0 0/10%);
    padding: 30px;
    border-radius: 10px;
    width: 100% !important;
}

.casestudy_box_left, .casestudy_box_right{
	width: 100% !important;
	float: left;
}



}


.bg-gg{
	background: linear-gradient(45deg, #0085ad 0%, #003d57 100%);
	color: #fff;
}

.bg-gg h4, .bg-gg h6{
	color: #fff;
}

.bbxx:hover {
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    border-radius: 7px;
}

.bbxx{
	min-height: 250px !important;
	padding: 20px 20px;
	margin-bottom: 20px;
}

.bbxx img {
    width: 45px;
    padding-bottom: 20px;
}

.bene-seo{
	padding: 50px 0px;
}

.bbxx h6{
	margin-bottom: 15px;
}

.bbxx p{
	font-size: 15px;
}


.section3 {
    padding-top: 0;
    background-image: linear-gradient(to top right, #E8F4FD 20%, transparent, transparent);
	
	padding-top: 0px;
	padding-bottom: 50px;

}

.sec3_cont {
    box-shadow: 0 0 30px rgb(0 0 0/10%);
    padding: 30px;
    border-radius: 10px;
    width: 19%;
}
.sec3_cont {
	margin-right:1% ;
}

.sec_cont {
    position: relative;
    overflow: hidden;
}

.sec3_cont h3 {
    font-family: 'Satoshi-Black';
    font-size: 2rem;
    margin-bottom: 5px;
}

.sec3_cont img {
    width: 45px;
    margin-bottom: 20px;
}

.sec_cont img {
    transition: .3s all;
}

.sec3_cont p{
	line-height: 20px;
	margin-top: 10px;

}

.three_box {
    width: 25%;
}


.three_box {
    width: 32%;
    padding: 20px;
    transition: .3s;
    position: relative;
}

.sec7_cont img {
    max-width: 85px;
}



.sec7_cont:after {
    content: '';
    width: 100px;
    height: 50px;
    background: url('https://www.ralecon.com/demo/wp-content/themes/raLec0n/new-assets/images/direction-arrows.png') no-repeat center;
    display: block;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(70%, -50%);
}
.sec7_cont:nth-child(3n):after {
	display: none;
}
.sec7_cont img {
    max-width: 85px;
}
.sec7_cont h3 {
    font-family: 'Satoshi-Medium';
    font-size: 1rem;
}

.three_box h6{
	margin-top: 10px;
}


.sec9_cont {
    border: 1px solid #D8E2E8;
    padding: 20px;
    width: 25%;
}
.sec9_cont img {
    width: 45px;
}
.sec9_cont h3 {
    font-size: 1.2rem;
    max-width: 220px;
    font-family: 'Satoshi-Medium';
}

.section9{
	padding: 50px 0px;
}

.section9 h6{
	margin-top: 10px;
	margin-bottom: 20px;
}







.sec10_main {
    background: #245B8F;
    padding: 40px 60px 20px;
    border-radius: 10px;
    align-items: center;
}
.sec10_left {
    width: 50%;
}
.sec10_left .sec_heading {
    font-size: 2rem;
}
.sec10_left .sec10_border {
    position: relative;
    z-index: 9;
}
.sec10_left .sec10_border:after {
    content: '';
    width: 430px;
    height: 7px;
    display: block;
    position: relative;
    left: 140px;
    z-index: -1;
    background: #FEDC5A;
    top: -6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sec10_right {
    width: 40%;
    text-align: center;
}
.sec10_right a {
    text-decoration: none;
    color: #253872;
    font-family: 'SpaceGrotesk-SemiBold';
    background: #fff;
    border-radius: 3px;
    padding: 10px 50px;
    font-size: 1.5rem;
}


/*Case Study Page Sec end*/
/*case study listing page css start*/
.csdy_slide_main {
    position: relative;
}
.csdy_slide_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.csdy_slide_main:before {
    background-image: linear-gradient(181deg, rgba(3, 4, 28, 0) 3.74%, rgba(3, 4, 28, 0.9) 96.1%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.csdy_slide_cont h5 {
    background-color: #35BE50;
    width: max-content;
    color: #fff;
    font-family: 'SpaceGrotesk-Bold';
    padding: 4px 10px 6px;
    font-size: 0.9rem;
    text-transform: capitalize;
}
.csdy_slide_cont h1 {
    font-family: 'SpaceGrotesk-Bold';
    color: #fff;
    max-width: 700px;
    font-size: 2.5rem;
}
.csdy_date {
    color: #fff;
    font-size: 0.9rem;
    display: flex;
}
.csdy_date img {
    width: 18px !important;
    margin-right: 7px;
}
.cr_btn {
    margin: 20px 0;
    width: 100%;
    float: left;
}
.cr_btn a {
    font-family: 'SpaceGrotesk-Regular';
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    border: 2.3852px solid rgba(255, 255, 255, 0.14);
    padding: 10px 30px;
}
.csdy_slider .owl-dot {
    position: relative;
    top: -50px;
}
.csdy_slider .owl-theme .owl-dots .owl-dot.active span, .csdy_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
.casestudy_box_main {
    padding-top: 0;
}
.casestudy_box_main .show_btn {
  
    width: 100%;
}
.csdy_listing_bnr{
    width: 100%;
    float: left;
}
/*.casestudy_box_sec {
    display: flex;
    margin-bottom: -5px;
}*/
.casestudy_box_left, .casestudy_box_right {
    width: 50%;
}
.casestudy_box_left {
    color: #fff;
}
.show_btn:nth-child(3n + 1) .casestudy_box_left {
    background-color: #199CD2;
}
.show_btn:nth-child(3n - 1) .casestudy_box_left {
    background-color: #3AB25F;
}
.show_btn:nth-child(3n) .casestudy_box_left {
    background-color: #F1BC4B;
}
.show_btn:nth-child(even) .casestudy_box_sec {
    flex-direction: row-reverse;
}
.castudy_box_left_main {
    padding: 60px;
}
.csdy_list {
    position: relative;
    padding-left: 20px;
    opacity: 0.8;
}
.csdy_list:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    left: 0;
    top: 50%;
}

.csdy_submain {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.csdy_rm_btn {
    width: 100%;
    text-align: right;
}
.csdy_rm_btn a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 30px;
    border-radius: 25px;
    font-family: 'SpaceGrotesk-SemiBold';
}
.csdy_left img, .csdy_right img {
    width: 20px !important;
    position: relative;
/*    top: 5px;*/
    margin-right: 7px;
}
.csdy_rm_btn img {
    width: 11px !important;
    margin-left: 5px;
}
.showMoreDiv.csdy_load_more {
    width: 100%;
    float: left;
    padding: 50px 0 30px;
}
.csdy_load_more #load {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    text-transform: uppercase;
}


.section4{
	padding: 30px 0px;
}

.cll{
	padding-bottom: 15px;
	text-align: center;
}

.ccclients{

	padding: 50px 0px;

}




.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


.faqq .panel-title > a  {
    color: inherit;
    width: 100%;
}




.faqq .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-bottom: #006d91 solid 2px;
    border-top: #fff !important;
}
    

    .sec11_cont {
    padding: 40px;
    width: 25%;
    border-radius: 10px;
}
.sec11_cont:hover {
	background-image: linear-gradient(180deg, #E9F1F8, transparent);
	box-shadow: 0 0 10px rgb(0 0 0/10%);
}
.sec11_cont img {
    width: 45px;
    padding-bottom: 10px;
}






.seo_serv_slide {
    overflow: auto;
    border-radius: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #F4F5FA;
    padding-bottom: 30px;
    height: 440px;
    margin-bottom: 30px;
}
.seo_serv_slider_main {
    width: 100%;
    float: left;
    overflow: hidden;
}
.seo_serv_slider_main img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.seo_serv_slider_main:hover img {
    transform: scale(1.12);
}

.seo_serv_slider_main h3, .seo_serv_slider_main p {
    padding: 16px 20px 0;
    margin: 0;
  
}
.seo_serv_slider_main a {
    text-decoration: none;
    color: #000;
}
.seo_serv_slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1D9DD0 !important;
}
.seo_serv_slider.owl-theme .owl-dots .owl-dot span {
    background: #949090 !important;
}
.seo_serv_slider_main .read-more-show span, .seo_serv_slider_main .read-more-hide span {
    margin-top: 20px;
    background: transparent !important;
    color: #070707;
    display: inherit;
    padding: 0;

}




.section4 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5% !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}







    
    
    
 
 