body {
	font-family: 'Karla', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Karla', sans-serif;
	font-weight: normal;
}

ul {
	padding-left: 0;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

.top-head {
	background: #00adef;
	color: #fff;
	padding: 10px 0px;
}

.phone ul li {
	display: inline-block;
	margin-right: 10px;
}

.phone ul li a {
	color: #fff;
}

.phone ul li a:hover {
	color: #f15b25;
}

.phone ul li .fa {
	color: #f15b25;
}

.phone ul {
	margin: 0;
}

.social ul li {
	display: inline-block;
	margin-left: 10px;
}

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

.clearfix {
	clear: both;
}


/* .header{ background: #e9eff2 }

 */

nav {
	display: block;
	margin-top: 2px;
}

.gallery {
	display: inline-block;
	margin-top: 20px;
}

.fancyDemo a {
	color: #444;
}

.fancyDemo1 a h6 {
	font-family: Calibri;
	font-size: 18px;
	text-transform: uppercase;
	color: #750303;
	margin-top: 15px;
	text-align: center
}

.fancyDemo1 a h6:hover {
	color: #000
}

.fancyDemo1 a img {
	margin-top: 15px;
	border: 1px solid #666
}

.fancyDemo1 a {
	margin-left: 15px;
	width: 230px;
	height: 200px;
	float: left
}

.fancyDemo a {
	width: 350px;
	height: 250px;
}

.menu {
	display: block;
	text-align: right;
	margin: 0;
	padding: 15px 0px;
}

.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.menu li .fa {
	color: #283891;
}

.menu li:first-child {
	margin-left: 0;
}

.menu li a {
	font-weight: 500;
	text-decoration: none;
	padding: 20px 15px;
	display: block;
	color: #000;
	transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
	color: #00adef;
}

.p80 {
	padding: 80px 0px;
}

.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}

.menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #797979;
	background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
	background: #FC6D58;
	color: #fff;
}

.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.menu ul ul {
	left: 169px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}

.menu ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.responsive-menu {
	display: none;
	width: 35%;
	padding: 20px 15px;
	color: #0b8db0;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -47px;
	float: right;
}

.responsive-menu:hover {
	color: #0b8db0;
	text-decoration: none;
}

.menu a.homer {
	color: #00adef;
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu {
		padding: 0;
	}
	.menu li a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.mainWrap {
		width: auto;
		padding: 50px 20px;
	}
	.menu {
		display: none;
		text-align: left;
	}
	.responsive-menu {
		display: block;
	}
	nav {
		margin: 0;
		background: none;
		text-align: right
	}
	.menu li {
		display: block;
		margin: 0;
	}
	.menu li a {
		background: #fff;
		color: #000;
		padding: 10px 15px;
	}
	.menu li a:hover,
	.menu li:hover>a {
		color: #f15b25;
	}
	.menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
	}
	.menu li:hover>ul {
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial;
	}
	.menu ul ul {
		left: 0;
		transform: initial;
	}
	.menu li>ul ul:hover {
		transform: initial;
	}
}

.home-welcome {
	padding: 80px 0px;
}

.home-welcome p {
	line-height: 27px;
	text-align: justify;
}

.home-welcome h1 {
	margin: 0;
	padding-bottom: 15px;
	color: #000;
}

.more {
	padding: 15px 50px;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.more:hover {
	background: #f15b25;
	color: #fff;
}

.clr-wht {
	color: #797575;
}

.home-why {
	padding: 80px 0px;
}

.home-why h2 {
	margin: 0;
	color: #000;
}

.bg-primary {
	color: #fff;
	background-color: #f15b25;
}

.wt-separator-outer {
	overflow: hidden;
}


/*Separator defualt*/

.wt-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	position: relative;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 2px;
	margin-top: -1px;
}

.wt-separator .separator-left {
	left: -80px;
}

.wt-separator .separator-right {
	right: -80px;
}


/*Separator liner*/

.wt-separator.style-liner {
	width: 20px;
	height: 4px;
}


/*Separator square*/

.wt-separator.style-square {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: #000;
}

.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
	height: 3px;
}

.wt-separator.style-square.has-bg {
	border-color: #fff;
}


/*Separator icon*/

.wt-separator.style-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}

.btn-link {
	background-color: #394650;
	padding: 8px;
	color: #fff;
}

.btn-link:hover {
	background: #00adef;
	padding: 8px;
	color: #fff;
	text-decoration: none;
}

.why-box {
	background: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
	text-align: center;
	margin-top: 30px;
	transition: all 0.2s linear;
}

.why-box:hover {
	transform: scale(1.02);
}

.why-box h3 {
	margin: 0;
	font-size: 20px;
	color: #2c3740;
	text-transform: uppercase;
	padding: 2px 0px 25px 23px;
	text-align: left;
}

.why-box h5 {
	margin: 0;
	color: #797575;
	padding-bottom: 10px;
}

.why-box p {
	line-height: 27px;
}

#testimonial4 {
	overflow: hidden;
	min-height: 184px;
	position: relative;
	background: #fff;
}

#testimonial4 .carousel-inner {
	width: 75%;
	margin: auto;
}

#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
	overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: -7px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #f15b25;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background-color: #000;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
	left: 7%;
	right: auto;
}

.testimonial4_control_button .carousel-control.right {
	right: 7%;
	left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}

.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}

.testimonial4_header h4 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	position: relative;
	text-align: center;
}

.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
}

.testimonial4_slide p {
	color: #000;
	font-size: 16px;
	margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	.testimonial4_control_button .carousel-control {
		display: none;
	}
	.testimonial4_header {
		width: 95%;
	}
	.testimonial4_header h4 {
		font-size: 20px;
	}
	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.testimonial4_control_button .carousel-control.left {
		left: 2%;
	}
	.testimonial4_control_button .carousel-control.right {
		right: 2%;
	}
	.testimonial4_header {
		width: 95%;
	}
	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonial4_control_button .carousel-control.left {
		left: 5%;
	}
	.testimonial4_control_button .carousel-control.right {
		right: 5%;
	}
}

@-webkit-keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


/*================================
    TESTIMONIAL STYLES
    ============================  */

.testimonial-section {
	width: 100%;
	height: auto;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #000;
	font-size: 16px;
	text-align: center;
	line-height: 27px;
}

.testimonial-section:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #000;
	border-width: 15px;
	margin-left: -15px;
}

.testimonial-section-name {
	margin-top: 30px;
	margin-left: 60px;
	text-align: left;
	color: #000;
	font-weight: 600;
}


/* .testimonial-section-name img { */


/* max-width:40px; */


/* border: 2px solid #fff; */


/* } */

.carousel-indicators-set {
	position: static;
	margin-left: 0px;
	width: 100%;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #f15b25;
}

.carousel-indicators li {
	border: 1px solid #f15b25;
}

.testimonials h2 {
	margin: 0;
	color: #000;
}

.clients h2 {
	margin: 0;
	color: #000;
}

.clients {
	background: linear-gradient(10deg, #f6fdff, #f4fdfe);
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 200px;
	max-height: 100px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
}

.mb-30 {
	margin-bottom: 30px;
}

.footer-top {
	color: #fff;
	background: #fafafa;
}

.footer-top h4 {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
}

.footer-top address {
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
}

.footer-top .fa {
	font-size: 18px;
	color: #00adef;
	margin-right: 10px;
}

.footer-top address a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-top address a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-top p {
	color: #000;
	font-size: 18px;
	margin: 0 0 15px;
}

.footer-top img {
	width: 150px;
}

.footer-top a {
	color: #fff;
}

.footer-top a:hover {
	color: #000;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li .fa {
	text-align: center;
}

.footer-title {
	margin-bottom: 30px;
	padding-bottom: 6px;
	color: #222222;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}

.address h5 {
	color: #000;
}

.address span {
	color: #000;
}

.fas i {
	color: #2280fc;
	margin-right: 5px;
}

.footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
	background-color: #00adef;
}

.p50 {
	padding: 50px 0px;
}

.footer-social ul li .fa {
	height: 36px;
	width: 36px;
	line-height: 32px;
	border: 1px solid #00adef;
	color: #00adef;
	margin-right: 0;
	font-size: 16px;
}

.footer-social ul li a {
	color: #000;
}

.footer-social ul li a:hover {
	color: #f36e3e;
}

.footer-social ul {
	padding-left: 0;
}

.links ul li {
	list-style: none;
	margin-bottom: 5px;
}

.links ul li a {
	color: #fff;
}

.links ul li .fa {
	color: #fff;
}

.footer {
	background: #394650;
	padding: 15px 0px;
}

.footer p {
	text-align: center;
	color: #fff;
	margin: 0;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	color: #f15b25;
}

#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	opacity: .2
}

#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background-color: #00adef;
	border-radius: 5px;
	color: #fff;
}

#backtotop.visible {
	visibility: visible;
	opacity: 1
}

#backtotop:hover {
	opacity: .5
}

.slider-contact {
	background: url(../images/slider/contact.jpg);
}

.slider-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 100px 0px;
}

.slider-overlay h1 {
	text-align: center;
	margin: 0;
	color: #f15b25;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-style: italic;
}

.slider-overlay ul {
	text-align: center;
}

.slider-overlay ul li {
	display: inline-block;
	color: #fff;
}

.slider-overlay ul li a {
	color: #fff;
}

.slider-overlay ul li a:hover {
	color: #f15b25;
}

.slider-overlay ul li .fa {
	color: #f15b25;
}

.contact {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding: 25px 20px;
}

@media (max-width: 767px) {
	.social ul {
		text-align: center;
	}
	.phone ul {
		text-align: center;
	}
	.home-welcome h1 {
		margin-top: 20px;
	}
	.more {
		padding: 12px 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.more {
		padding: 12px 20px;
	}
	.why-box p {
		min-height: 165px;
	}
	.links {
		clear: both;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}


/*CAROUSEL*/

.main-text {
	position: absolute;
	top: 100px;
	width: 96.66666666666666%;
	color: #FFF;
}

.carousel-btns {
	margin-top: 2em;
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.carousel-inner img {
	width: 100%;
}


/*CONTROL*/

.carousel-control {
	width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	position: absolute;
	top: 47%;
	right: 0;
	z-index: 5;
	display: inline-block;
	background-color: #000;
	width: 38px;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
	left: 0;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #fff;
	opacity: .8;
}

.carousel-indicators .active {
	background-color: #28ace2;
	border-color: #28ace2;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left,
.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
	border-radius: 50px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
	left: 30px;
}

.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
	right: 30px;
}

.logos {
	margin-top: 9px;
	width: 235px;
}

.products h1 {
	font-size: 30px;
}

.products h1:after {
	background: #60645e;
	content: '';
	display: block;
	width: 58px;
	height: 2px;
	margin-top: 10px;
}

.aboutush {
	font-size: 40px!important;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Benzy */

.mail span {
	color: #ffffff;
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
	font-size: 15px;
	letter-spacing: 0.1px;
}

.mail a {
	color: #ffffff;
}

.email-us:hove {
	color: #50b9ce !important;
}

.social a {
	display: block;
	padding: 1px 0;
	font-size: 16px;
	color: #ffffff;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}

.social li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #cdd4da;
	width: 44px;
	text-align: center;
}

.section_title.nice_title>h4 {
	color: #333333;
	line-height: 21px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	font-size: 31px;
}

.section_title.nice_title>p {
	color: #959595;
}

.carousel-caption span {
	color: #00adef;
}

.section_title.nice_title>h4::before {
	background: #394650 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: calc(50% - 48px);
	position: absolute;
	width: 120px;
}

.section_title.nice_title>h4::after {
	background: #00adef none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: calc(50% - 73px);
	position: absolute;
	width: 20px;
}

.well {
	min-height: 12px;
	padding: 0px 4px 0px 28px;
	margin-bottom: 11px;
	background: #00adef;
	color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.formsbg {
	padding: 90px 0px 0px 0px;
}

.formsection {
	padding: 0px 0px 29px 0px;
}

.quote-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

.quote-form textarea {
	height: 110px;
	width: 100%;
	border: 1px solid #e5e5e5;
	color: #878787;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0px;
}

.btn-text {
	border-color: #00adef;
}

.sent-but {
	border-radius: 20px;
	cursor: pointer;
	margin: 0;
}

.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 48px;
	border: 2px solid #00adef;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #00adef;
	height: 50px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.sendform {
	background: #fff;
}

.sendform h2 {
	color: #fff;
	font-size: 41px;
}

.sendform p {
	color: #fff;
}

.reqquot {
	padding: 7px;
	padding: 10px 0px 1px 0px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: -10px;
}

.form-popup {
	position: fixed;
	right: 0;
	bottom: 210px;
	z-index: 999;
	cursor: pointer;
}

.form-popup1 {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 999;
	cursor: pointer;
}

.form-popup img {
	transition: transform .8s ease-in-out;
}

.form-popup img:hover {
	transform: rotate(360deg)
}

.form-popup1 img {
	transition: transform .8s ease-in-out;
}

.form-popup1 img:hover {
	transform: rotate(360deg)
}

@media (max-width: 767px) {
	.form-popup img {
		width: 50px;
		height: 50px;
	}
	.form-popup1 img {
		width: 50px;
		height: 50px;
	}
	.form-popup {
		bottom: 160px;
	}
	.section_title.nice_title>h4 {
		line-height: 35px;
	}
	.reqquot {
		text-align: center;
	}
	.why-box img {
		width: 100%;
	}
	.formsbg {
		padding: 33px 0px 0px 0px;
	}
	.top-head {
		text-align: center;
	}
}

.form-control {
	/* background-color: #1458834d; */
	border-top: none;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #000;
	line-height: 49px;
	height: 49px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/* border-radius: 2px; */
	padding-left: 10px;
	margin-bottom: 15px;
}

.cta-form label {
	color: #000
}

.cta-form .form .form-control {
	margin-bottom: 20px;
}

.btn-primary.btn-black {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	position: relative;
	line-height: 33px;
	padding-left: 18px;
	border-radius: 3px;
	padding-right: 18px;
	font-size: 16px;
	margin-top: 13px;
	border: none;
}

.imgd {
	width: 100%;
}

.secound1 {
	padding: 80px 0px;
}

.ress {
	margin-top: 15px;
	overflow: hidden;
}

.ress .fa {
	background: #6e5e9f;
	float: left;
	height: 60px;
	width: 64px;
	text-align: center;
	font-size: 29px;
	line-height: 58px;
	border-radius: 5px;
	color: #fff;
}

.ress h4 {
	margin: 0px 0px 5px 80px;
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.ress p {
	display: block;
	margin: 0 0 0 80px;
	text-align: left;
	line-height: 20px;
}

.ress p a {
	color: #515151;
}

.about h3 {
	color: #00adef;
	margin-bottom: 20px;
	margin-top: 0px;
}

.about p {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

.about h4 {
	color: #000;
	font-weight: 600;
}

.ser {
	margin-left: 20px;
}

.ser li {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

.rack {
	box-shadow: 0px 2px 8px #ccc;
	width: 100%;
	display: inline-block;
	padding: 0px 20px;
}

.sec-bg {
	background-color: #fbfdff !important;
}

.pb-100 {
	padding-bottom: 70px !important;
}

.pt-100 {
	padding-top: 70px !important;
}

.why-choose-us .services-responsibiity .services-item .service-mid-icon {
	position: relative;
	width: 80px;
	height: 80px;
	background: #fff;
	float: left;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	margin-right: 15px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.why-choose-us .services-responsibiity .services-item .service-mid-icon:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #2280fc;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	opacity: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}

.why-choose-us .services-responsibiity .services-item .service-mid-icon img {
	max-width: 40px;
	position: relative;
	z-index: 9;
}

.why-choose-us .services-responsibiity .services-item .services-desc .services-title a {
	color: #222222;
}

.sec-title h2 {
	font-size: 36px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px;
	color: #222222;
}

.services-item {
	padding-bottom: 15px;
}

.why-box {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.why-box small {
	display: block;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #69798d;
	font-weight: 300;
	margin-bottom: 1rem;
	text-align: left;
	padding: 14px 0px 0px 28px;
}

.why-box img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.rs-footer {
	background: #f9f9ff url(bt_img/bg/footer-bg.png) center top no-repeat !important;
	background-size: auto auto;
	background-size: cover !important;
}

.domainreg {
	background: #394650;
	padding: 0px 0px 6px 0px;
}

.domainreg h1 {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.domainreg h3 {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.domainreg p {
	color: #fff;
	text-align: center;
}

.domainreg button {
	margin-top: 15px;
}

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

.domainbgs {
	background: #ffffff;
	padding: 25px;
}

.domainbgtwo {
	background: #fafafc;
	padding: 1px;
	text-align: Center;
}

.com {
	color: #0976c3;
	font-size: 25px;
	font-weight: 700;
}

.infos {
	color: #fa6801;
	font-size: 25px;
	font-weight: 700;
}

.co {
	color: #897ff0;
	font-size: 25px;
	font-weight: 700;
}

.indo {
	color: #fe1d42;
	font-size: 25px;
	font-weight: 700;
}

.biz {
	color: #01b630;
	font-size: 25px;
	font-weight: 700;
}

.netdo {
	color: #000000;
	font-size: 25px;
	font-weight: 700;
}

.hostingacall {
	padding: 40px 0 40px;
	background-color: #f7fbff;
	text-align: Center;
}

.hostingdetail {
	padding: 40px 0 40px;
	background-color: #fff;
	text-align: Center;
}

.section-title h2 {
	font-size: 36px;
	line-height: 54px;
}

.section-title h2 span {
	color: #00adef;
	font-weight: 700;
}

.single-service {
	border-radius: 5px;
	-webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
	box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
	padding: 40px 30px 32px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.service .single-service .part-icon {
	float: left;
	margin-right: 30px;
}

.service .single-service .part-text {
	display: table;
}

.part-icon img {
	width: 60px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.part-text p {
	color: #1e3056;
	opacity: .8;
	line-height: 26px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.part-text h3 {
	color: #8f69ff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.one h3 {
	color: #4389fe;
}

.two h3 {
	color: #f5455d;
}

.three h3 {
	color: #bd7dff;
}

.four h3 {
	color: #01d69a;
}

.five h3 {
	color: #fa6801;
}

.abouthosting h2 {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 40px;
}

.abouthosting p {
	line-height: 28px;
}

.webdesigndev {
	padding: 40px 0 40px;
	background: linear-gradient(to right, #f6fdff, #fff);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

.webdesigndevwhite p {
	line-height: 1.7;
}

.webdesigndev p {
	line-height: 1.7;
}


/* .webdesigndev img{width:140px;} */


/*tabs*/

.bg-white {
	background: #fff;
	padding: 85px 0 0;
}

.bg-white h2 {
	margin: 0;
}

.b-clor {
	color: #008ccb;
}

.customise-form .email_form {
	margin-top: 45px;
}

.customise-form .email_form {
	position: relative;
}

.contact-form form {
	border-top: none;
	padding-left: 0;
	margin-top: 20px;
}

.customise-form .customised-formgroup input,
.contact-form .customised-formgroup input {
	height: 50px;
}

form .customised-formgroup input,
form .customised-formgroup textarea {
	border: medium none;
	width: 100%;
	overflow: hidden;
	height: 103px;
	padding: 10px 25px;
	border-bottom: 2px solid #d5d5d5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

form .form-control,
form .form-control:focus {
	box-shadow: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-info-box-wrapper {
	margin-top: 42px;
}

.contact-info-box {
    border: 1px solid #d5d5d5;
    max-width: 443px;
    padding: 17px 10px;
    margin-bottom: 22px;
	border-radius: 4px;
}

.contact-info-box span {
	font-size: 22px;
	display: inline-block;
	padding-right: 25px;
	border-right: 1px solid #d5d5d5;
	color: #00adef;
	line-height: 50px;
}

.contact-info-box>div {
	display: inline-block;
	margin-left: 21px;
}

.contact-info-box h6 {
	margin: 0;
	line-height: 27px;
    font-size: 18px;
	font-weight: 600;
	color: #444444;
}

.contact-page .contact-info-box:last-child {
	text-align: center;
}

.contact-info-box ul.social-links {
	margin-top: 5px;
}

.contact-info-box ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.contact-info-box .social-links li {
	margin-bottom: 0;
}

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

.about-col {
	margin-bottom: 30px;
}

.about-col p {
	line-height: 1.8;
}

.experience-box {
	background: #f5fdfe;
	padding: 40px;
	margin-left: 5px;
	text-align: center;
	outline-offset: 5px;
	outline: 1px solid #f5fdfe;
}

.experience-box h1 {
	font-size: 80px;
	line-height: 62px;
	margin-bottom: 20px;
	color: #333;
}

.about-col h4 {
	margin-top: 20px;
}

.experience-box h4 {
	color: #333;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.why-box h3 {
		font-weight: bold;
		color: #69798d;
		font-size: 16px;
	}
	.why-box small {
		font-size: 14px;
		color: #69798d;
		font-weight: 300;
	}
	
	
	.domainreg button {font-size:10px;}
 .footer-top p { font-size: 16px;}
 .part-text h3 {font-size:16px;}	
   
  


}

.sendforms {
	padding: 0px 0px 26px 0px;
}

.formsbg h2 {
	color: #fff;
	font-size: 44px;
}