@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

.event_msg {
	display: none!important;
}

body {
	background: #fff;
	color: #4e4e4e;
	line-height: 1.5;
    font-family: "Poppins", sans-serif;
}
html {scroll-behavior: smooth;}

::-moz-selection {
	color: #0198e1;
}

::selection {
	color: #0198e1;
}

option:nth-child(2n) {
	background-color: #eee;
	height: auto!important;
}

.event_msg {
	position: fixed;
	bottam: 0;
	margin: auto;
	display: block;
	background: #0093dd;
	text-align: center;
	z-index: 9999;
	bottom: 37%;
}

.event_msg h2 {
	padding: 20px 30px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	color: #4e4e4e;
}

h1 {
	font-size: 36px;
	color: #fff;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}

h4 {
	font-size: 16px;
}

a {
	-webkit-transition: color .3s,background-color .3s;
	-moz-transition: color .3s,background-color .3s;
	-o-transition: color .3s,background-color .3s;
	transition: color .3s,background-color .3s;
}

a:focus,a:hover {
	color: #d43133;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.btn-primary {
	padding: 8px 20px;
	background: #444;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}

.btn-primary:focus,.btn-primary:hover {
	background: #0198e1;
	outline: 0;
	box-shadow: none;
}

.btn-transparent {
	border: 3px solid #fff;
	background: 0 0;
	color: #fff;
}

.btn-transparent:hover {
	border-color: rgba(255,255,255,.5);
}

a:focus,a:hover {
	color: #111;
	text-decoration: none;
	outline: 0;
}

.dropdown-menu {
	margin-top: -1px;
	min-width: 250px;
}

.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}

.center h1 {
	font-size: 36px !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #0093DD;
	font-family: 'Lora', serif;
	line-height: 1.5;
}
.center h6 {
	font-size: 36px !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #0093DD;
	font-family: 'Lora', serif;
	line-height: 1.5;
}

.search input[type=submit] {
	float: right;
	border: medium none;
	background: url(../images/icons.png) no-repeat;
	height: 17px;
	width: 19px;
	cursor: pointer;
}

.media>.pull-left {
	margin-right: 20px;
}

.media>.pull-right {
	margin-left: 20px;
}

body>section {
	padding: 35px 0;
}

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

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

.lead {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	/* padding: 0 29px; */
}

.transparent-bg {
	background-color: transparent!important;
	margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

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

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

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

#header .search {
	display: inline-block;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
	margin-top: -45px;
}

.top-bar {
	padding: 10px 0;
	background: #fff;
	line-height: 28px;
}

.top-number {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.top-number p {
	margin: 0;
	color: #000;
}

.social {
	text-align: right;
}

.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

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

ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	background: #0198e1;
	color: #fff;
}

.search i {
	color: #444;
}

input.search-form {
	background: 0 0;
	border: 0 none;
	width: 66px;
	padding: 0 10px;
	color: #444;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

input.search-form::-webkit-input-placeholder {
	color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
	color: #fff;
}

input.search-form:hover {
	width: 180px;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 4px 0;
	padding-bottom: 0;
}

.navbar-nav {
	margin-top: 56px;
}

.navbar-nav>li {
	margin-left: 3px;
	padding-bottom: 10px;
}

.navbar-inverse .navbar-nav>li>a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #191818;
	line-height: 24px;
	display: inline-block;
	font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #06acfd;
	color: #000;
}

.navbar-inverse {
	border: none;
	margin-bottom: 0;
	border-bottom: 1px solid #0198e1;
}

.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #06acfd;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.125);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.125);
	box-shadow: 0 3px 8px rgba(0,0,0,.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
	padding: 8px 15px;
	color: #000;
	border-bottom: 1px #000 solid;
	background-color: #fff!important;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.active>a,.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
	background-color: #0198e1!important;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-top: 56px;
	padding-bottom: 0;
}

#main-slider {
	position: relative;
}

.no-margin {
	margin: 0;
	padding: 0;
}

#main-slider .carousel .slide-margin {
	margin-top: 140px;
}

#main-slider .carousel h2 {
	color: #fff;
	padding-right: 100px;
}

#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #0198e1;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}

#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}

#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0!important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block!important;
	height: 529px;
	-webkit-transition: opacity ease-in-out .5s;
	-moz-transition: opacity ease-in-out .5s;
	-o-transition: opacity ease-in-out .5s;
	transition: opacity ease-in-out .5s;
}

#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}

#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out .5s;
	-moz-transition: opacity ease-in-out .5s;
	-o-transition: opacity ease-in-out .5s;
	transition: opacity ease-in-out .5s;
	z-index: 1;
}

#main-slider .next,#main-slider .prev {
	position: absolute;
	top: 50%;
	background-color: #0198e1;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}

#main-slider .next:hover,#main-slider .prev:hover {
	background-color: #0198e1;
	color: #000;
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}

#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	left: -3px;
	top: -3px;
}

#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #0198e1;
	margin: 0 15px 0 0;
	border: 1px solid #0198e1;
	position: relative;
}

#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #0198e1;
	border: 1px solid #0198e1;
	left: -3px;
	top: -3px;
}

#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp .3s linear .3s both;
	-moz-animation: fadeInUp .3s linear .3s both;
	-o-animation: fadeInUp .3s linear .3s both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp .3s linear .3s both;
	font-style: italic!important;
}

#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp .3s linear .6s both;
	-moz-animation: fadeInUp .3s linear .6s both;
	-o-animation: fadeInUp .3s linear .6s both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp .3s linear .6s both;
	font-style: italic!important;
}

#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp .3s linear .9s both;
	-moz-animation: fadeInUp .3s linear .9s both;
	-o-animation: fadeInUp .3s linear .9s both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp .3s linear .9s both;
}

#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp .3s linear 1.2s both;
	-moz-animation: fadeInUp .3s linear 1.2s both;
	-o-animation: fadeInUp .3s linear 1.2s both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp .3s linear 1.2s both;
}

#feature {
	background: #f2f2f2;
	padding-bottom: 40px;
}

.features {
	padding: 0;
}

.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
}

.feature-wrap h2 {
	margin-top: 10px;
	font-size: 14px;
}

.feature-wrap h3 {
	font-size: 14px;
}

.feature-wrap .pull-left {
	margin-right: 25px;
}

.feature-wrap i {
	font-size: 48px;
	height: 100px;
	width: 100px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #fff;
	color: #0198e1;
	border: 3px solid #fff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	float: left;
	margin-right: 25px;
}

.feature-wrap i:hover {
	background: #0198e1;
	color: #fff;
	box-shadow: inset 0 0 0 5px #0198e1;
	-webkit-box-shadow: inset 0 0 0 5px #0198e1;
	border: 3px solid #0198e1;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
	padding: 0;
}

#recent-works {
	padding-bottom: 70px;
}

.recent-work-wrap {
	position: relative;
	margin-bottom: 70px;
	border: 1px #e8e8e8 solid;
	padding: 5px;
}

.recent-work-wrap h3 a {
	color: #3d3d3d;
	font-size: 20pt!important;
}

.recent-work-wrap h3 a:hover {
	color: #0198e1;
}

.recent-work-wrap p {
	line-height: 26px;
}

.recent-work-wrap img {
	width: 100%;
}

.recent-work-wrap .recent-work-inner {
	top: 0;
	background: 0 0;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background-color: #0198e1;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: 0 0;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: .9;
}

#services {
	background: #000 url(../images/services/bg_services.png);
	background-size: cover;
}

#services .lead,#services h2 {
	color: #fff;
}

#services .lead,#services h1 {
	color: #fff;
}

.services-wrap {
	padding: 30px 5px;
	background: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
}

.services-wrap h3 {
	font-size: 14px;
	margin: 10px 0;
}

.services-wrap .pull-left {
	margin-right: 20px;
}

#middle {
	background: #f2f2f2;
}

.skill h2 {
	margin-bottom: 25px;
}

.progress-wrap {
	position: relative;
}

.progress .color1,.progress .color1 .bar-width {
	background: #2d7da4;
}

.progress .color2,.progress .color2 .bar-width {
	background: #6aa42f;
}

.progress .color3,.progress .color3 .bar-width {
	background: #fc3;
}

.progress .color4,.progress .color4 .bar-width {
	background: #db3615;
}

.progress,.progress-bar {
	height: 15px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: right;
}

.progress {
	position: relative;
}

.progress .bar-width {
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	border-radius: 2px;
	margin-left: -30px;
}

.progress span {
	position: relative;
}

.progress span:before {
	content: " ";
	position: absolute;
	width: auto;
	height: auto;
	border-width: 8px 5px;
	border-style: solid;
	bottom: -15px;
	right: 8px;
}

.progress .color1 span:before {
	border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
	border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
	border-color: #fc3 transparent transparent transparent;
}

.progress .color4 span:before {
	border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
	margin-bottom: 25px;
}

.panel-default {
	border-color: transparent;
}

.panel,.panel-default>.panel-heading {
	background-color: #444;
	border: 0 none;
	box-shadow: none;
}

.panel-body {
	padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
	border-radius: 0;
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 165px;
}

.panel-heading {
	border-radius: 0;
}

.panel-title>a {
	color: #fff;
}

.accordion-inner img {
	border-radius: 4px;
}

.accordion-inner h4 {
	margin-top: 0;
}

.panel-heading.active {
	background: #444;
}

.panel-heading.active .panel-title>a {
	color: #fff;
}

a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
	background: #0198e1;
	color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
	background: #0198e1;
	color: #fff;
}

.nav-tabs>li {
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
	font-size: 18px;
}

.nav-tabs li:last-child {
	border-bottom: 0 none;
}

.nav-stacked>li+li {
	margin-top: 0;
}

.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}

.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.tab-content {
	padding: 20px;
}

.tab-content h2 {
	margin-top: 0;
}

.tab-content img {
	border-radius: 4px;
}

.testimonial h2 {
	margin-top: 0;
}

.testimonial-inner {
	color: #858586;
	font-size: 14px;
}

.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative;
}

.testimonial-inner .pull-left:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	border: 1px solid #e7e7e7;
	right: -5px;
	border-left: 0 none;
	border-bottom: 0 none;
}

#partner {
	background-size: cover;
	background: #fff;
	border-top: 5px solid #c52d2f;
}

#partner {
	color: #fff;
	text-align: center;
}

#partner h2,#partner h3 {
	color: #fff;
}

/* .partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
} */

/* .partners ul li {
	display: inline-block;
	width: 8%;
} */

#conatcat-info {
	padding: 20px 0 0 0;
	margin-bottom: 62px;
	border-top: 2px #a7a7a7 solid;
}

.contact-info i {
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 10px;
}

.contact-info h2 {
	margin-top: 0;
	color: #000;
}

.contact-info {
	color: #000;
}

.about-us {
	margin-top: 110px;
	margin-bottom: -110px;
}

.about-us h2,.skill_text h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-weight: 600;
}

.about-us p {
	color: #4e4e4e;
}

#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -25px;
}

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

#carousel-slider a i {
	border: 1px solid #777;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #777;
}

#carousel-slider a i:hover {
	background: #bfbfbf;
	color: #fff;
	border: 1px solid #bfbfbf;
}

#carousel-slider .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i {
	left: -25px;
}

#carousel-slider .carousel-control.right i {
	right: -25px;
}

#carousel-slider .carousel-control.left,#carousel-slider .carousel-control.right {
	background: 0 0;
}

.skill_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}

.sinlge-skill {
	background: #f2f2f2;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	height: 200px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 30px 0;
}

.sinlge-skill p em {
	color: #fff;
	font-size: 38px;
}

.sinlge-skill p {
	line-height: 1;
}

.css-skill,.html-skill,.joomla-skill,.wp-skill {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	border-radius: 100%;
	padding: 70px 0;
	text-align: center;
}

.joomla-skill {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 28%,#2d7da4 28%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(28%,#f2f2f2),color-stop(28%,#2d7da4));
	background: -webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 28%,#2d7da4 28%);
	background: -o-linear-gradient(top,#f2f2f2 0,#f2f2f2 28%,#2d7da4 28%);
	background: -ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 28%,#2d7da4 28%);
	background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 28%,#2d7da4 28%);
}

.html-skill {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 9%,#6aa42f 9%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(9%,#f2f2f2),color-stop(9%,#6aa42f));
	background: -webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 9%,#6aa42f 9%);
	background: -o-linear-gradient(top,#f2f2f2 0,#f2f2f2 9%,#6aa42f 9%);
	background: -ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 9%,#6aa42f 9%);
	background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 9%,#6aa42f 9%);
}

.css-skill {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 32%,#ffbd20 32%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(32%,#f2f2f2),color-stop(32%,#ffbd20));
	background: -webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 32%,#ffbd20 32%);
	background: -o-linear-gradient(top,#f2f2f2 0,#f2f2f2 32%,#ffbd20 32%);
	background: -ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 32%,#ffbd20 32%);
	background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 32%,#ffbd20 32%);
}

.wp-skill {
	background: #f2f2f2;
	background: -moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 19%,#db3615 19%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(19%,#f2f2f2),color-stop(19%,#db3615));
	background: -webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 19%,#db3615 19%);
	background: -o-linear-gradient(top,#f2f2f2 0,#f2f2f2 19%,#db3615 19%);
	background: -ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 19%,#db3615 19%);
	background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 19%,#db3615 19%);
}

.skill-wrap {
	display: block;
	overflow: hidden;
	margin: 60px 0;
}

.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}

.team h5 {
	font-weight: 300;
}

.single-profile-bottom,.single-profile-top {
	font-weight: 400;
	line-height: 24px;
}

.single-profile-bottom,.single-profile-top {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}

.media_image {
	margin-bottom: 10px;
}

.team .btn {
	background: 0 0;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid#ddd;
	margin-right: 3px;
}

ul.social_icons,ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}

ul.social_icons li,ul.tag li {
	display: inline-block;
	margin-right: 5px;
}

ul.social_icons li a i {
	border-radius: 50%;
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}

.team .social_icons .fa-facebook:hover,.team .social_icons .fa-google-plus:hover,.team .social_icons .fa-twitter:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-webkit-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
}

.team .social_icons .fa-facebook {
	background: #0182c4;
}

.team .social_icons .fa-twitter {
	background: #20b8ff;
}

.team .social_icons .fa-google-plus {
	background: #d34836;
}

.team-bar .first-one-arrow {
	float: left;
	margin-right: 30px;
	width: 2%;
}

.team-bar .first-arrow {
	float: left;
	margin-left: 5px;
	margin-right: 35px;
	width: 22%;
}

.team-bar .second-arrow {
	float: left;
	margin-left: 5px;
	width: 21%;
}

.team-bar .third-arrow {
	float: left;
	margin-left: 40px;
	margin-right: 12px;
	width: 22%;
}

.team-bar .fourth-arrow {
	float: left;
	margin-left: 25px;
	width: 20%;
}

.team-bar .first-one-arrow hr {
	border-bottom: 1px solid #2d7da4;
	border-top: 1px solid #2d7da4;
}

.team-bar .first-arrow hr {
	border-bottom: 1px solid #2d7da4;
	border-top: 1px solid #2d7da4;
}

.team-bar .second-arrow hr {
	border-bottom: 1px solid #6aa42f;
	border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
	border-bottom: 1px solid #ffbd20;
	border-top: 1px solid #ffbd20;
}

.team-bar .fourth-arrow hr {
	border-bottom: 1px solid #db3615;
	border-top: 1px solid #db3615;
}

.team-bar {
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}

.team-bar i {
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -32px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 24px;
	position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
	background: #2d7da4;
	margin-left: -33px;
}

.team-bar .second-arrow .fa-angle-down {
	background: #6aa42f;
	margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
	background: #ffbd20;
	margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
	background: #db3615;
	margin-left: -32px;
}

.team .single-profile-top:after,.team .single-profile-top:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.team .single-profile-top:before {
	left: 26px;
	bottom: -20px;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}

.team .single-profile-top:after {
	left: 25px;
	bottom: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
}

.team .single-profile-bottom:after,.team .single-profile-bottom:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}

.team .single-profile-bottom:before {
	left: 30px;
	top: -20px;
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}

.team .single-profile-bottom:after {
	left: 29px;
	top: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: transparent transparent #ddd transparent;
	z-index: 0;
}

.services {
	padding: 0;
}

.get-started {
	background: none repeat scroll 0 0 #f3f3f3;
	border-radius: 3px;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 18px;
	margin-top: 60px;
}

.get-started h2 {
	padding-top: 30px;
	margin-bottom: 20px;
}

.request {
	bottom: -15px;
	left: 50%;
	position: absolute;
	margin-left: -110px;
}

.request h4 {
	position: absolute;
	width: 220px;
	position: relative;
}

.request h4 a {
	background: #c52d2f;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	padding: 5px 15px;
}

.request h4:after {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	position: absolute;
	right: 13px;
	z-index: -99999;
}

.request h4:before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	left: 13px;
	position: absolute;
	z-index: -99999;
}

.clients-area {
	padding: 60px;
}

.clients-comments {
	background-image: url("../images/image_bg.png");
	background-position: center 118px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.clients-comments img {
	background: #ddd;
	border: 1px solid #ddd;
	height: 78px;
	padding: 3px;
	width: 217px;
	transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-webkit-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
}

.clients-comments h3 {
	margin-top: 55px;
	font-weight: 300;
	padding: 0 40px;
}

.clients-comments h4 {
	font-weight: 300;
	margin-top: 15px;
}

.clients-comments h4 span {
	font-weight: 700;
	font-style: oblique;
}

.footer {
	background: none repeat scroll 0 0 #2e2e2e;
	border-top: 5px solid #c52d2f;
	height: 84px;
	margin-top: 110px;
}

.footer_left {
	padding: 10px;
}

.text-left {
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}

#portfolio_page {
	margin-top: 115px;
	padding-bottom: 0;
}

.portfolio-filter,.portfolio-items {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}

.portfolio-filter>li {
	display: inline-block;
}

.portfolio-filter>li a {
	background: none repeat scroll 0 0 #fff;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-webkit-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	border: 1px solid #f2f2f2;
	outline: 0;
	border-radius: 3px;
}

.portfolio-filter>li a.active,.portfolio-filter>li a:hover {
	color: #fff;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-items>li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding: 0;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height,width;
	-moz-transition-property: height,width;
	-ms-transition-property: height,width;
	-o-transition-property: height,width;
	transition-property: height,width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform,opacity;
	-moz-transition-property: -moz-transform,opacity;
	-ms-transition-property: -ms-transform,opacity;
	-o-transition-property: -o-transform,opacity;
	transition-property: transform,opacity;
}

.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.pricing_heading {
	margin-top: 120px;
}

.pricing_heading h2,.pricing_heading p {
	color: #4e4e4e;
}

.pricing-area h1 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}

.pricing-area span {
	font-weight: 700;
	font-size: 18px;
}

.pricing-area h3,.pricing-area span {
	color: #fff;
}

.plan {
	position: relative;
	margin-bottom: 70px;
}

.pricing-area ul {
	background: #fafafa;
	padding: 0;
	margin: 0;
}

.pricing-area ul li {
	list-style: none;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

.pricing-area ul li:nth-child(even) {
	background: #f5f5f5;
}

.pricing-area .price-six img,.pricing-area .price-three img {
	position: absolute;
	right: 15px;
	top: 0;
}

.pricing-area .heading-one,.pricing-area .heading-three,.pricing-area .heading-two {
	padding: 17px 0;
	border-radius: 2px 2px 0 0;
}

.pricing-area .heading-five,.pricing-area .heading-four,.pricing-area .heading-one,.pricing-area .heading-seven,.pricing-area .heading-six,.pricing-area .heading-three,.pricing-area .heading-two {
	margin-left: -10px;
}

.pricing-area .heading-four,.pricing-area .price-four .plan-action .btn-primary {
	background: #5c5c5c;
}

.pricing-area .heading-five,.pricing-area .price-five .plan-action .btn-primary {
	background: #5c5c5c;
}

.pricing-area .heading-six,.pricing-area .price-six .plan-action .btn-primary {
	background: #e24f43;
}

.pricing-area .heading-seven,.pricing-area .price-seven .plan-action .btn-primary {
	background: #5c5c5c;
}

.pricing-area .bg {
	background: #fafafa;
}

.pricing-area .heading-one h3:before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
	border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
	border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
	border-color: #d4880f transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: 78px;
	width: 0;
	z-index: -999;
}

.small-pricing h3:after {
	height: 94px;
}

.small-pricing h3:before {
	top: 74px;
}

.plan-action {
	height: 40px;
}

.pricing-area .plan-action .btn-primary {
	position: relative;
	padding: 5px 20px;
	color: #fff;
	margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
	border-color: #e24f43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	width: 0;
	z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
	border-color: #e24f43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	width: 0;
	z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:after,.pricing-area .price-two .plan-action .btn-primary:before {
	border-color: #0198e1 transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:after,.pricing-area .price-three .plan-action .btn-primary:before {
	border-color: #d4880f transparent transparent;
}

.pricing-area .price-five .plan-action .btn-primary:after,.pricing-area .price-five .plan-action .btn-primary:before,.pricing-area .price-four .plan-action .btn-primary:after,.pricing-area .price-four .plan-action .btn-primary:before,.pricing-area .price-seven .plan-action .btn-primary:after,.pricing-area .price-seven .plan-action .btn-primary:before {
	border-color: #424242 transparent transparent;
	right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:after,.pricing-area .price-six .plan-action .btn-primary:before {
	border-color: #bf4539 transparent transparent;
	right: -9px;
}

.gmap-area {
	background-image: url("../images/map.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}

.gmap-area .gmap iframe {
	border-radius: 50%;
	height: 280px;
	width: 300px;
}

.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	box-shadow: 0 0 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 25px auto;
}

.gmap-area .map-content ul {
	list-style: none;
}

.gmap-area .map-content address h5 {
	font-weight: 700;
}

#contact-page {
	padding-top: 0;
}

#contact-page .contact-form .form-group label {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 300;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color: #cfcfcf;
	box-shadow: none;
}

textarea#message {
	resize: none;
	padding: 10px;
}

#contact-page .contact-wrap {
	margin-top: 20px;
}

.widget {
	margin-bottom: 60px;
	padding-left: 0;
}

.single_comments {
	margin-bottom: 20px;
}

.single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.single_comments p {
	margin-bottom: 0;
}

.widget .entry-meta span {
	display: inline-block;
	margin-right: 10px;
}

.widget h3 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.blog_category {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog_category li {
	float: none;
	margin-bottom: 20px;
}

.blog_category li a {
	background: #f5f5f5;
	border-radius: 4px;
	color: #888;
	display: inline-block;
	padding: 5px 15px;
}

.blog_category li a:hover {
	background: #c52d2f;
	color: #fff;
}

.badge:before {
	border-color: transparent transparent transparent #c52d2f;
	border-style: solid;
	border-width: 10px;
	bottom: -8px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	z-index: -99999;
}

.badge {
	background-color: #c52d2f;
	border-radius: 5px;
	color: #fff;
	padding: 8px;
	position: relative;
	left: 60px;
	top: -18px;
	font-weight: 400;
}

.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.blog_archieve li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
	padding-top: 0;
}

ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.gallery li {
	display: block;
	width: 60px;
	padding: 0;
	margin: 0 4px 4px 0;
	float: left;
}

ul.faq {
	list-style: none;
	margin: 0;
}

ul.faq li {
	margin-top: 30px;
}

ul.faq li:first-child {
	margin-top: 0;
}

ul.faq li span.number {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #34495e;
	color: #fff;
	font-size: 24px;
}

ul.faq li>div {
	margin-left: 70px;
}

ul.faq li>div h3 {
	margin-top: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-container embed,.embed-container iframe,.embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-item {
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 50px;
}

.blog .blog-item .img-blog {
	border-radius: 5px;
	margin-bottom: 45px;
}

.blog .blog-item .blog-content {
	padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
	margin-top: 0;
	font-size: 30px;
}

.readmore {
	margin-top: 0;
}

.blog .blog-item .blog-content h3 {
	color: #858586;
	margin-bottom: 40px;
}

.blog .blog-item .blog-content h4 {
	font-size: 14px;
}

.blog .blog-item .entry-meta {
	border-radius: 5px;
	overflow: hidden;
}

.blog .blog-item .entry-meta>span {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#publish_date {
	background: #c52d2f;
	border-bottom: 5px solid #4e4e4e;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

.blog .blog-item .entry-meta>span {
	color: #ccc;
}

.blog .blog-item .entry-meta>span a {
	font-size: 12px;
	margin-left: 3px;
	font-weight: 300;
	color: #888;
}

ul.pagination>li>a {
	border: 1px solid #f1f1f1;
	margin-right: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 14px;
}

ul.pagination>li>a i {
	margin-left: 5px;
	margin-right: 5px;
}

ul.pagination>li.active>a,ul.pagination>li:hover>a {
	background-color: #c52d2f!important;
	border-color: #c52d2f!important;
	color: #fff;
}

.search_box {
	background-image: url("../images/search_icon.png");
	background-position: 314px 15px;
	background-repeat: no-repeat;
	border-color: #dedede;
	height: 48px;
	outline: medium none;
	box-shadow: none;
}

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

ul.sidebar-gallery,ul.tag-cloud {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px;
}

.tag-cloud li a {
	background: #f5f5f5;
	color: #888;
	border: 0;
	border-radius: 4px;
	padding: 8px 15px;
}

.tag-cloud li a:hover {
	background: #c52d2f;
	color: #fff;
}

.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
	border-radius: 4px;
	display: inline-block;
}

.reply_section {
	background: #f5f5f5;
	border-radius: 5px;
}

.post_reply {
	margin-left: 10px;
	margin-top: 45px;
}

.post_reply img {
	width: 85px;
	height: 85px;
	border: 5px solid #d5d8dd;
}

.post_reply ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.post_reply ul li {
	float: left;
}

.post_reply ul li a {
	display: block;
}

.post_reply ul li a i {
	border: 1px solid #ddd;
	border-radius: 39px;
	color: #fff;
	font-size: 20px;
	height: 30px;
	margin-right: 3px;
	padding-top: 7px;
	text-align: center;
	width: 30px;
}

.post_reply ul li a i.fa-facebook {
	background: #0182c4;
}

.post_reply ul li a i.fa-twitter {
	background: none repeat scroll 0 0 #3fc1fe;
}

.post_reply ul li a i.fa-google-plus {
	background: none repeat scroll 0 0 #d34836;
}

.post_reply ul li a i:hover {
	opacity: .5;
}

.post_reply_content {
	margin: 30px;
}

.post_reply_content h1 a:hover {
	color: #ffc800;
}

.post_reply_content h4 {
	margin-bottom: 50px;
}

.reply_section .media-body {
	display: inherit;
}

.comment_section .media-body {
	display: inherit;
}

#comments_title {
	color: #4e4e4e;
	font-weight: 700px;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.comment_section {
	margin-top: 30px;
	position: relative;
}

.post_comments img {
	width: 85px;
	height: 85px;
	margin-top: 35px;
}

.post_reply_comments {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 30px;
}

.post_reply_comments:before {
	border-color: transparent #f0f0f0 transparent transparent;
	border-style: solid;
	border-width: 15px;
	content: " ";
	height: 0;
	left: 75px;
	position: absolute;
	top: 20px;
}

.post_reply_comments h3,.post_reply_content h3 {
	margin-top: 0;
}

.post_reply_comments h1 a:hover {
	color: #c52d2f;
}

.post_reply_comments h4 {
	color: #c4c4c5;
	font-weight: 400;
}

.post_reply_comments p {
	padding-bottom: 30px;
}

.post_reply_comments a {
	bottom: 15px;
	position: absolute;
	right: 30px;
	background: #c52d2f;
	color: #fff;
	border-radius: 5px;
	padding: 8px 20px;
}

.post_reply_comments a:before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 16px;
	bottom: -11px;
	content: "";
	height: 0;
	left: -12px;
	position: absolute;
	z-index: 99999;
}

.message_heading {
	margin-bottom: 50px;
	margin-top: 60px;
}

#error .btn-success:hover,.btn-success.active,.btn-success:active,.btn-success:focus,.open .dropdown-toggle.btn-success:hover {
	background-color: #ebebeb;
	border-color: #ebebeb;
	color: #4e4e4e;
}

#error h1 {
	color: #4e4e4e;
	text-transform: uppercase;
}

.shortcode-item {
	padding-bottom: 0;
}

.shortcode-item h2 {
	color: #4e4e4e;
	font-size: 24px;
	margin-bottom: 22px;
	margin-top: 0;
	font-weight: 600;
}

#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #c52d2f;
	font-size: 14px;
}

#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottom ul li {
	display: block;
	padding: 5px 0;
}

#bottom ul li a {
	color: grey;
}

#bottom ul li a:hover {
	color: #0198e1;
}

#bottom .widget {
	margin-bottom: 0;
}

#footer {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	background: #2e2e2e;
	border-top: 5px solid #c52d2f;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.center ul.services_list {
	margin: 0;
	text-align: left!important;
	padding: 0;
	list-style: none;
}

.center ul.services_list>li {
	list-style-image: url(../images/arrow.html);
	margin-bottom: 8px;
}

.center ul.services_list>li>a {
	font-size: 14px;
	color: #3d3524;
	text-decoration: none;
	line-height: 18px;
}

.center ul.services_list>li>a:hover {
	font-size: 14px;
	color: #0198e1;
	text-decoration: underline;
	line-height: 18px;
}

.center ul.services_list>li>ul {
	list-style-image: url(../images/arrow.html);
}

.center ul.services_list>li>ul>li>a {
	font-size: 14px;
	color: #3d3524;
	text-decoration: none;
	line-height: 18px;
}

.center ul.services_list>li>ul>li a:hover {
	font-size: 14px;
	color: #0198e1;
	text-decoration: underline;
	line-height: 18px;
}

.center ul.services_list>li>ul>li>ul>li>a {
	font-size: 14px;
	color: #3d3524;
	text-decoration: none;
	line-height: 18px;
}

.center ul.services_list>li>ul>li ul>li>a:hover {
	font-size: 14px;
	color: #0198e1;
	text-decoration: underline;
	line-height: 18px;
}

.paginate {
	width: 100%;
	float: left;
	margin: 20px 0 20px 25px;
}

.paginate a {
	background: #0198e1!important;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #fff;
	font: 8pt Verdana;
	border: 1px #c9c9c9 solid;
}

.paginate a:hover {
	background: #fff!important;
	color: #0198e1;
	text-decoration: none;
}

.paginate_highlight {
	background: #fff!important;
	color: #0198e1;
	border: 1px #c9c9c9 solid;
	font: bold 8pt Verdana;
	padding: 2px 5px 2px 5px;
}

#contact_page {
	text-align: center;
}

#contact_page h2 {
	font-style: normal!important;
	font-weight: 700;
	margin-bottom: 40px;
}

#contact_page h3 {
	font-style: normal!important;
	font-weight: 700;
	font-size: 28px;
	color: #444;
}

#contact_page p {
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	font-style: normal;
}

#contact_page hr {
	border-top: 6px #06acfd solid;
	margin-bottom: 40px;
}

ul.c_flag {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 5%;
}

ul.c_flag li {
	display: inline-block;
	width: 14%;
	float: left;
}

.exb img {
	margin: 20px auto;
}

ul.all_link {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

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

.description {
	padding: 2%;
	background: #f9f9f9;
	text-align: justify;
}

.description h3 {
	font-size: 18px;
	color: #06acfd;
}

.q_enq {
	background: url(../images/f-bg.jpg) no-repeat center;
	padding: 4% 0;
}

.q_enq h1,p {
	text-align: center;
	color: #000;
}

.q_enq form {
	background: #fff;
	padding: 2% 0;
	border-radius: 5px;
	background: url(../images/f-bg2.jpg) no-repeat center;
}

.q_enq label {
	display: block;
	margin: 1em 0 .2em;
	font-size: 16px;
}

.q_enq input,select,textarea {
	display: block;
	background: 0 0;
	width: 100%;
	padding: .3em;
	font-size: 18px;
	border: solid 1px #ccc;
	resize: vertical;
	border-top: none;
	border-left: none;
	border-right: none;
}

.q_enq textarea {
	min-height: 195px;
}

.q_enq select {
	color: indigo;
}

.q_enq option {
	color: #00f;
	background: #fff0f5;
}

.q_enq input[type=checkbox] {
	display: inline;
	width: auto;
	color: red;
}

.q_enq input[type=submit] {
	background: #06acfd;
	margin: 1em 0 0;
	color: #fff;
	border: none;
	border-radius: 4px;
	transition: all .3s ease-out;
	padding: 10px 0;
}

.q_enq input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover {
	background: #eaf8ff;
}

.q_enq input[type=submit]:hover,input[type=submit]:focus {
	background: #90ee90;
	outline: 0;
}

@media screen and (min-width:600px) {
	.q_enq form:after {
		content: '';
		display: block;
		clear: both;
	}

	.q_enq .column {
		width: 50%;
		padding: 1em;
		float: left;
	}
}

.sliding_form {
	background: #f09819;
	background: -moz-linear-gradient(top,#06acfd 0,#0786c3 100%);
	background: -webkit-linear-gradient(top,#06acfd 0,#0786c3 100%);
	background: linear-gradient(to bottom,#06acfd 0,#0786c3 100%);
	position: fixed;
	right: -600px;
	top: 110px;
	border-radius: 20px 0 0 20px;
	width: 600px;
	z-index: 9999;
	transition: right .4s linear;
}

.sliding_form.show {
	right: 0;
}

.sliding_form_inner {
	padding: 30px 20px;
	width: 100%;
}

/* #form_trigger {
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-family: Roboto,sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -146px;
	padding: 10px 20px;
	position: absolute;
	text-transform: uppercase;
	top: 113px;
	transform: rotate(-90deg);
	transform-origin: 117px 11px 0;
	background: #f09819;
	background: -moz-linear-gradient(top,#06acfd 0,#0786c3 100%);
	background: -webkit-linear-gradient(top,#06acfd 0,#0786c3 100%);
	background: linear-gradient(to bottom,#06acfd 0,#0786c3 100%);
	cursor: pointer;
} */

#form_trigger:focus,#form_trigger:hover {
	text-decoration: none;
}

.sliding_form_inner .form-group {
	display: inline-block;
	height: auto;
	margin-bottom: 0!important;
	padding: 10px 0;
	width: 100%;
}

.sliding_form_inner .form-group label {
	font-size: 18px;
	color: #fff;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	margin-right: 20px;
}

.sliding_form_inner .form-group .fields_box {
	background: #ebebec;
	border: none;
	width: 100%;
	height: 35px;
	padding: 0 0 0 15px;
	border-radius: 5px;
}

.sliding_form_inner span {
	font-size: 16px;
	font-family: Roboto,sans-serif;
	color: #fff;
}

.sliding_form_inner textarea {
	background: #ebebec none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	height: 100px;
	overflow: auto;
	padding: 10px 0 0 15px;
	resize: none;
	width: 100%;
}

.sliding_form_inner .submit_btn {
	font-size: 16px;
	font-family: Roboto,sans-serif;
	background: #252525;
	border-radius: 5px;
	border: none;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
}

.sliding_form_inner .submit_btn:focus,.sliding_form_inner .submit_btn:hover {
	background: #000;
}

@media(max-width:1024px) and (min-width:767px) {
	.sliding_form_inner .form-group .fields_box {
		margin-bottom: 10px;
	}

	.sliding_form_inner .form-group {
		padding: 0;
	}

	.sliding_form_inner {
		height: auto;
	}
}

@media(max-width:767px) {
	.sliding_form {
		height: auto;
		top: 50px;
	}

	.sliding_form_inner {
		padding: 10px;
		height: 300px;
		display: inline-block;
	}

	.sliding_form_inner .form-group .fields_box {
		margin-bottom: 10px;
	}

	.sliding_form_inner .form-group {
		padding: 0;
	}
}

@media (max-width:575px) {
	.sliding_form {
		width: 280px;
		right: -280px;
		top: 240px;
	}
}

#contact input.captcha {
	background: #fff;
}

#contact #captcha span {
	width: 44px;
	color: #fff;
	font-size: 20px;
}

#contact #captcha input {
	background: url(../images/captcha.png) no-repeat scroll 0 0 transparent;
	margin: 5px 0 0 10px;
	padding: 0;
	border: medium none;
	cursor: pointer;
	width: 15px;
}

.error-page {
	margin-top: 200px;
	text-align: center;
}

.error-page h1 {
	font-size: 100px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #de8c14;
}

.error-page p {
	font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a.hilink,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff!important;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #06acfd;
}

#footer .container:nth-child(2) {
	border-top: 1px solid #06a0eb;
	padding-top: 20px;
}

#footer .mt-3 {
	margin-top: 10px;
}

.footer_address li {
	display: flex;
	margin-bottom: 10px;
}

.footer_address li i {
	display: block;
	padding-top: 4px;
}

.footer_address li span {
	padding-left: 10px;
}

.footer_address li span a:hover {
	color: #06a2ed!important;
}

.all_link li {
	margin-bottom: 8px;
}

@media (max-width:991px) {
	#footer .container .row .col-sm-4 {
		margin-top: 20px;
	}
}

@media(max-width:575px) {
	.navbar-toggle {
		margin-top: 40px;
	}
	.navbar-brand img {
		max-width: 230px;
	}
	.navbar-nav {
		margin-top: 30px;
	}
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}



/*****************************************************************
                        MY CSS	
*****************************************************************/


/* ==========================================================================
   HomePage Css
   ========================================================================== */
/* sticky whatsapp icon css */
.whatsapp-icon {
	color: #ffffff;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
}
.whatsapp-icon a {height: 45px;width: 45px;line-height: 45px;    display: flex;align-items: center;justify-content: center;}
.whatsapp-icon a i {font-size: 24px;color: #fff;}

/* sticky inquiry form css */
.sticky-inquiry-btn {
	position: fixed;
    right: 0;
    top: 220px;
    z-index: 999;
	width: 140px;
	height: 35px;
	line-height: 35px;
	border: 0;
	color: #fff;
	background-color: #0093DD;
	text-align: center;
  	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	transform:rotate(-90deg);
	transform-origin: bottom right;
	transition: all .3s;
}
.sticky-inquiry-btn:hover {background-color: #0D4471;}

/* popup modal form css */
.modal-form .modal-content {
    padding: 80px 60px 40px;
    background-color: #0093ddd4;
	border-radius: 20px;
}
.modal-form .modal-content .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    width: 25px;
    height: 25px;
	line-height: 25px;
    background-color: #fff;
    color: #0093DD;
    border-radius: 50%;
    z-index: 1;
}
.modal-form .modal-content .form-group input {padding: 7px 12px !important;}
.modal-form .modal-content .form-group .form-control {
    border: 1px solid #EAE9E9;
    border-radius: 0;
    height: 45px;
	font-family: "Poppins", sans-serif !important;
}
.modal-form .modal-content .form-group .form-control::placeholder {color: #8f979d;font-size: 15px;font-family: "Poppins", sans-serif !important;}
.modal-form .modal-content .form-group textarea {
    height: auto !important;
    padding: 10px 12px 7px !important;
}
.modal-form .modal-content .form-group:nth-last-child(2) #captcha,
.modal-form .modal-content .form-group:nth-last-child(2) .fields_box {display: none;}
.modal-form .modal-content .form-group .contact-btn {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 8px 25px !important;
    color: #0093DD;
	font-weight: 500;
	font-family: "Poppins", sans-serif !important;
}
.modal-form .modal-content .form-group input:hover, .modal-form .modal-content .form-group textarea:hover {background-color: #fff;}

@media (min-width: 768px) {.modal-form .pr-sm-0 {padding-right: 7px;}.modal-form .pl-sm-0 {padding-left: 7px;}}
@media (min-width: 576px){.modal-form .modal-dialog {max-width: 550px;margin: 3.75rem auto;}}
@media (max-width: 480px) {.modal-form .modal-content {padding: 80px 30px 30px 30px;}}

/* topbar css */
.topbar {
    height: 40px;
    line-height: 40px;
    background-color: #404040;
}
.contact-detail span {color: #fff;}
.contact-detail a {color: #fff;margin-right: 7px;}
.contact-detail i {color: #fff;margin-right: 5px;vertical-align: middle;}
.contact-detail1 {text-align: right;}

@media (min-width: 576px) and (max-width: 767px) {.topbar .col-sm-6 {width: 50%;float: left;}}
@media (max-width: 575px) {.topbar {height: auto;line-height: inherit;padding: 3px 0;}.contact-detail {text-align: center;}}

/* center view css */
.center-view {padding: 15px 0;}
.logo {padding-top: 5px;}
.logo a {display: inline-block;}
.logo a img {max-width: 100%;height: auto;}
.skill-wrap {margin-top: 0;margin-bottom: 0;display: flex;justify-content: end;}
.skill-wrap .center {padding-bottom: 0;text-align: center !important;}
.skill-wrap .center img {max-width: 150px;margin: auto;}
.skill-wrap .center h1 {font-size: 16px !important;text-transform: uppercase;color: #4e4e4e;font-weight: 600;font-family: "Poppins", sans-serif;}
.skill-wrap .center h2 {font-size: 15px !important;margin-bottom: 0;}

@media (max-width: 767px) {
	.skill-wrap {display: none;}
	.logo {text-align: center;padding-top: 0;}
}

/* header menu css */
/* .header {background-color: #404040;} */
.navbar.main-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
    margin-bottom: 0 !important;
    border: none;
    background-color: #404040;
}
/*.navbar.main-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 20px;
    height: 100%;
    background: #404040;
    border-radius: 50%;
    box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%) inset;
}
.navbar.main-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    width: 20px;
    height: 100%;
    background: #0093DD;
    border-radius: 50%;
    box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%) inset;
}*/
.header .navbar-brand {float: none;height: auto;padding: 0.3125rem 0;}
.navbar-toggler {transition: all 0.3s ease 0s !important;background-color: transparent;}
.navbar-toggler div {
	width: 25px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 5px 0px;
    transition: all .6s ease-in-out !important;
}
.navbar-toggler[aria-expanded='true'] #one {
	transform: translateY(9px) rotate(-135deg);
	transition: all .6s ease-in-out !important;
	background-color: #fff;
}
.navbar-toggler[aria-expanded='true'] #two {
	opacity: 0;
	transition: .4s ease !important;
}
.navbar-toggler[aria-expanded='true'] #three {
	transform: translateY(-9px) rotate(-45deg);
	transition: all .6s ease-in-out !important;
	background-color: #fff;
}

.navbar-toggler:focus {outline: none;}
.collapse:not(.show) {display: none !important;}
.navbar-collapse {padding: 0;flex-basis: 100%;flex-grow: 1;align-items: center;box-shadow: none;max-height: 100%;}
.navbar-collapse:after, .navbar-collapse:before {content: none;}
.navigation {margin: 0;padding-left: 0;display: flex;flex-direction: column;float: none;}
.navigation > li {list-style: none;margin-left: 0;padding-bottom: 0;}
.navigation > li:nth-child(2) ul li:nth-last-child(-n+2) {display: none;}
.navigation > li a {
    position: relative;
    font-weight: 500;
    margin: 0 12px !important;
    padding: 21px 0 !important;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.navigation > li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0093dd;
	opacity: 0;
	visibility: hidden;
}
.navigation > li a.active:after {opacity: 1;visibility: visible;}
.navigation > li a .sub-arrow {padding-left: 7px;}
.get-contactbtn {
    background-color: #0093DD;
    border: 0;
    color: #fff;
    padding: 21px 20px 20px 28px;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 3px solid #fff;
    transition: all .3s;
}
.get-contactbtn:hover {background-color: #0D4471;border-color: #0D4471;}
.get-contactbtn-mobile {display: none;}

/* dropdown css start */
@media (max-width: 991px) {
    .main-menu ul li span .downicon {
        font-size: 20px;
        display: block;
        position: absolute;
        z-index: 99;
        right: 13px;
        top: 1px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        color: #414141;
    }
}
.main-menu ul li .righticon {display: none;}
.main-menu ul > li > ul
{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transform: translateY(15px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out;
    text-align: center !important;
    padding: 0;
    margin-left: 0;
    border-top: 3px solid #0093DD;
}
.main-menu ul > li.dropdown:hover > ul
{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    z-index: 999;
}
.main-menu ul > li > ul > li {width: auto !important;border-bottom: 1px solid #87878726;list-style: none;}
.main-menu ul > li > ul > li:last-child {border-bottom: 0;}
.main-menu ul > li > ul > li a
{
    font-size: 14px;
    color: #414141;
    text-transform: uppercase;
    padding: 10px 16px !important;
    margin: 0 !important;
    font-weight:500;
    text-align: left; 
    display: block;
	white-space: nowrap;
}
.main-menu ul > li > ul > li a:hover, .main-menu ul > li > ul > li a:focus
{
    color:#fff !important;
    background-color: #404040;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 1199px) {
    .navbar.main-menu {padding: 0 0 0 14px;}
    .navigation > li a {font-size: 14px;margin: 0 10px !important;}  
    .get-contactbtn {padding: 21px 20px 20px 15px;} 
}
/* @media (max-width: 1100px) {.navbar.main-menu {padding: 0 0 0 6%;}} */
@media (max-width: 991px) {
    .navbar.main-menu {padding: 10px;}
	.navbar.main-menu:before, .navbar.main-menu:after {content: none;}
    .main-menu ul > li > ul {background-color: transparent;box-shadow: inherit; width: 100%; display: none; position: inherit; -moz-transform: translateY(0); transform: translateY(0);}
    .main-menu ul > li.dropdown > ul.open { display: block; opacity: 1; visibility: visible; }
    .main-menu ul > li > ul > li {border-bottom: 0;}
    .main-menu ul > li > ul > li a {white-space: inherit !important;padding-left: 32px !important;}
    .main-menu ul li .righticon {display: block;}
    .navigation {margin-top: 10px;}
    .navigation > li a .sub-arrow {display: none;}
    .navigation {background-color: #fff;margin-top: 10px;}
    .navigation > li > a {border-bottom: 1px solid #87878726;padding: 10px 16px !important;margin: 0 !important;color: #414141;font-size: 14px;}
    .navigation > li:last-child > a {border-bottom: 0;}
    .navigation > li a.active, .navigation > li a:hover {color: #fff !important;background-color: #0093DD;}
    .navigation > li a:after {content: none;}
	.get-contactbtn {padding: 16px 16px 16px 25px;}
    .get-contactbtn-mobile {display: block;}
    .get-contactbtn-desktop {display: none;}
}
/* dropdown css end */

/* slider css */
/* #main-slider {transform: translateY(-40px);} */
.carousel-indicators {margin-bottom: 0;}
#main-slider .carousel-indicators li, #main-slider .carousel-indicators li.active {width: 16px;height: 16px;}
#main-slider .carousel-indicators li:after {width: 20px !important;height: 20px !important;}
#main-slider .carousel .item {height: auto;}
#main-slider .next, #main-slider .prev {border-radius: 50% !important;}

@media (max-width: 575px) {.carousel-indicators {bottom: 5px;}}

/* about us section css */
#feature .center {padding-bottom: 25px;}
#feature .lead {margin-bottom: 30px;}
.lead {font-size: 16px;}
.video-clip iframe {border: 10px inset #0093DD;}

@media (max-width: 575px) {
	.center h1 {font-size: 30px !important;}
	.center h6 {font-size: 30px !important;}
}

/* global presence css */
.global-presence-section {padding-top: 0;}
#content .center {padding-bottom: 10px;}
#content .tab-wrap {border: 0;}
#content .tab-wrap .media p {text-align: center;padding: 10px;margin-bottom: 20px;}
#content .tab-wrap .media p strong {font-weight: 600;}
#content .tab-wrap .media img {margin: auto;}

@media (max-width: 575px) {#content .center h1 {margin-bottom: 10px;}}

/* worldwide-presence css */
.worldwide-presence {padding-top: 0;padding-bottom: 80px;}
.worldwide-presence .center {padding-bottom: 30px;}
.worldwide-presence .center h3 {font-size: 30px;color: #4e4e4e;font-weight: 600;margin-bottom: 50px;}
.worldwide-presence ul {overflow: hidden;margin-top: 0;}
ul.c_flag {
	background-image: url(../images/decoration-line.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.screenshot_section{text-align: center;}
.screen_wrap{
	width: 900px;
	margin: 0 auto;
}
/* .swiper-slide {width: 388px !important;} */
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
	background-image: none;
}
.screen_wrap .swiper-container{
	padding-bottom: 60px;
}
.testi_bullet.swiper-pagination-bullets,
.screen_wrap .swiper-pagination-bullets{
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #b5b5b5;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #0782C1;
	width: 15px;
	border-radius: 30px;
	transition: all 0.2s ease-in-out;
}
     
@media (max-width: 992px) {.screen_wrap{width: 650px;}}  
@media (max-width: 767px) {.screen_wrap{width: 95%;}}
@media (max-width: 480px) {.screen_wrap{width: 100%;}}

/* testimonial section css */
#testimonial {
	background-image: url(../images/testimonial-bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 60px 0 50px 0;
	position: relative;
	z-index: 1;
}
#testimonial:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #00000070;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#testimonial .center h1 {color: #fff;}
.testimonial-content {
	display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: -15px;
    margin-right: -15px;
}
.testimonial-widget {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 4px;
}
.clients-says {
    position: relative;
    padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.testi-text {
    border-radius: 50px;
    background: #E9F4F7;
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
}
.testi-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #E9F4F7;
}
.testi-text p {color: #404040;}
.testi-title {
	float: left;
    width: 100%;
    overflow: hidden;
}
.testi-title span {
	float: left;
	font-size: 18px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f6f6f6;
    border-radius: 50%;
}
.testi-title h4 {
	color: #fff;
	margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {#testimonial .testimonial-widget {flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 767px) {
	#testimonial .testimonial-widget {flex: 100%;max-width: 100%;}
	.clients-says {padding: 15px;}
}
@media screen and (max-width: 575px) {
	#testimonial {padding: 40px 0 20px;}
	#testimonial .center {padding-bottom: 35px;}
}


/* partner section css */
#partner {
	border-top: 0;
	background-color: #F6F6F6;
	padding: 0;
	/*background-image: url(../images/participations-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: left;
	position: relative;*/
}
.participations-section {padding-top: 50px;padding-bottom: 60px;}
.participations-img {
    border: 2px solid #ddd;
    display: inline-block;
    padding: 6px 15px;
    background: #fff;
    margin: 0 1px;
}
#partner .center {padding-bottom: 30px;}
.partners .client {text-align: center;border: 2px solid #ddd;}
.partners .client img {width: auto !important;margin: auto;}

@media (max-width: 1400px) {#partner {background-position: -100px;}}
@media (max-width: 991px) {
	#partner {background-image: none;background-color: #f9f9f9;text-align: center;}
	#partner:after {content: none;}
	.participations-section {padding-bottom: 40px;}
	.participations-section:after {content: none;}
	.client-carousel br {display: none;}
}
@media (max-width: 575px) {.participations-section {padding-top: 40px;}}

/* blog section css */
.blog-section {padding: 40px 0;}
.blog-widget {border: 2px solid #f9f9f9;margin-bottom: 20px;}
.blog-image {
	height: 200px;
	padding: 20px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.blog-image img {max-width: 100%;height: auto;object-fit: contain;}
.blog-content {padding: 0 20px 20px;}
.blog-content h3 {margin-bottom: 16px;margin-top: 0;}
.blog-content h3 a {color: #787878;}
.blog-content .blog-btn {
	border: 1px solid #0093DD;
    background-color: #0093DD;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
}
.blog-content .blog-btn:hover {
	background-color: transparent;
	border-color: #0093DD;
	color: #0093DD;
}

@media (max-width: 575px) {
	.blog-image {height: auto;}
}	

/* footer section css */
#footer {
	padding-top: 40px;
	padding-bottom: 0;
	background-color: #1E1E1E;
	border-top: 0;
	margin-top: 50px;
}
.footer_address {
	background-color: #0782c1;
    padding: 70px 30px 30px !important;
    margin-top: -75px !important;
    position: relative;
}
.footer_address:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 52px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px inset #0782C1;
    z-index: -1;
}
.footer_address li {margin-bottom: 15px;}
.footer_address li span a {vertical-align: middle;}
.footer_address li span a:hover {color: #fff !important;}
.footer-widget-1 ul li:nth-last-child(-n+2) {display: none;}
.footer-widget-title {margin-bottom: 25px;}
.footer-widget-title h3 {
	font-family: 'Lora', serif;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
	line-height: 1.5;
}
.footer_address .footer-widget-title h3 {font-size: 24px;}
.footer-logo {margin-bottom: 30px;max-width: 100%;height: auto;}
.all_link li {margin-bottom: 12px;}
.all_link li i {color: #0093DD;margin-right: 10px;font-size: 9px;transform: rotate(45deg);}
.all_link li a {vertical-align: middle;transition: all .3s ease;}
.all_link li a:hover {color: #0093DD !important;}
.footer-social-share {display: flex;margin-top: 15px !important;}
.footer-social-share li {margin-right: 10px;}
.footer-social-share li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: #333;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    transition: .5s;
}
.footer-social-share li a:hover {
	color: #0093DD !important;
    box-shadow: 0 0 5px #0093DD;
    text-shadow: 0 0 5px #0093DD;
}
.footer-social-share li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0093DD;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}
.footer-social-share li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #0093DD;
}
#footer .container:nth-child(2) {
    border-top: 1px solid #787878;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 40px;
}


@media (max-width: 1199px) {.footer_address .footer-widget-title h3 {font-size: 25px;}}
@media (max-width: 991px) {
	#footer .container .row .col-sm-4 {margin-top: 30px;}
	.footer_address {margin-right: 30px !important;}
}
@media (max-width: 767px) {
	.footer-widget-title {margin-bottom: 15px;}
	#footer .pull-right {margin-top: 10px;}
}
@media (max-width: 575px) {.footer_address {padding: 60px 30px 30px !important;}}
/* @media (max-width: 767px) {
	.footer-widget-2, .footer-widget-3 {margin-top: 30px;}
	.footer-widget-title {margin-bottom: 15px;}
} */


/* ==========================================================================
   About Us Page Css
   ========================================================================== */
.aboutus-banner {background-image: url(../images/banner/aboutus-banner.jpg);}
.banner-top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 12% 0;
}
.banner-text {text-align: center;}
.banner-text h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Lora', serif !important;
	display: inline-block;
    background-color: #08354cad;
    padding: 30px 40px;
}

@media (max-width: 575px) {
	.banner-text h1 {display: inherit;padding: 10px 5px;}
}

/* overview section */
.overview-section {background-color: #f9f9f9;padding-top: 50px;}
.single-overview {margin-bottom: 60px;}
.single-overview h4 {position: relative;font-size: 22px;font-weight: 600;color: #404040;margin-bottom: 32px;z-index: 1;}
.single-overview h4:after {
	content: "";
    position: absolute;
    top: -18px;
    left: -23px;
    width: 60px;
    height: 60px;
    background-color: #00aaff70;
    border-radius: 50%;
    z-index: -1;
}
.single-overview p {text-align: justify;}
.clients-comments {margin-bottom: 60px;background-image: none;}
.clients-comments img {height: auto;width: auto;max-width: 100%;}

@media (max-width: 767px) {
	.single-overview h4:after {left: -10px;}
	.clients-area {padding: 20px 0 20px !important;}
	.clients-comments {margin-bottom: 30px;}
}
@media (max-width: 575px) {
	.overview-section {padding-top: 40px;}
	.overview-section .center {padding-bottom: 35px;}
	.single-overview {margin-bottom: 40px;}
}

/* why choose us css */
.why-choose-section {
	padding: 60px 0 70px;
	background-image: url(../images/dots-left-bg.png), url(../images/dots-right-bg.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: contain;
}
.why-choose-section .center {padding-bottom: 70px;}
.why-choose-widget {text-align: center;}
.why-choose-icon {
	width: 110px;
	height: 110px;
	padding: 15px;
    transform: rotate(45deg);
	margin: auto;
}
.why-choose-icon.icon1, .why-choose-icon.icon3 {border: 10px solid #0093DD;}
.why-choose-icon.icon2, .why-choose-icon.icon4 {border: 10px solid #EF9E0E;}
.why-choose-icon img {transform: rotate(-45deg);max-width: 60px;}
.why-choose-widget h3 {color: #000;font-size: 18px;margin-top: 45px;}

@media (max-width: 991px) {.banner-text h1 {font-size: 35px}}
@media (max-width: 767px) {.why-choose-widget {margin-bottom: 60px;}}
@media (max-width: 575px) {
    .banner-text h1 {font-size: 25px;}
	.why-choose-section {padding-top: 40px;padding-bottom: 0;}
	.why-choose-section .center {padding-bottom: 60px;}
}
@media (max-width: 450px) {.why-choose-widget h3 {height: 48px;}}

/* clients says css */
.clients-area {padding: 50px 60px 60px;}
.clients-area .center {padding-bottom: 30px;}


/* ==========================================================================
   Syno Product Range Page Css
   ========================================================================== */
/* all pump series css */
.allpumpseries-banner {background-image: url(../images/banner/allpumpseries-banner.jpg);}
/* .allpumpseries-banner .banner-text h1 {color: #2A3236;} */
.all-pump-series-section {padding-top: 60px;}
.all-pump-series-section .center {padding-bottom: 35px;}
.recent-work-wrap {border: 0;margin-bottom: 45px;}
.img-wrap {
    height: 250px;
    padding: 40px 0;
    border: 2px solid #efefef;
	display: flex;
  	justify-content: center;
  	align-items: center;
	overflow: hidden;
	background-color: #fff;
}
.img-wrap img {transition: all 1s ease;object-fit: contain;}
.img-wrap:hover img {transform: scale(1.2) rotate(3deg);}
.recent-work-wrap h3 {
	background-color: #f6f6f6;
    margin: 15px 0 0;
    padding: 15px 5px;
    text-align: center;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.recent-work-wrap:hover {box-shadow: none !important;}

@media (max-width: 1199px) {
	.recent-work-wrap h3 {height: 78px;padding: 15px 10px;}
}
@media (min-width: 576px) and (max-width: 991px) {.all-pump-series-section .col-sm-6 {width: 50%;float: left;}}
@media (max-width: 575px) {
	.all-pump-series-section {padding-top: 20px;}
	.recent-work-wrap {margin-bottom: 35px;}
	.recent-work-wrap h3 {height: auto;}
	.img-wrap {height: auto;}
}

/* spare parts range css */
.spareparts-banner {background-image: url(../images/banner/spareparts-banner.jpg);}
.product_cont {margin-top: 20px;}
.product_cont h1 {
	font-size: 25px !important;
	border-left: 0 !important;
	padding: 8px 0 !important;
	/* transform: translateY(-35px); */
	margin: 20px 20px 35px 20px;
}
.product-description p {color: #4e4e4e;margin-bottom: 30px;text-align: justify !important;}
.product-description h3, .product-description h4 {
	font-size: 20px;
	color: #404040;
	font-weight: 500;
	position: relative;
	padding: 5px 0;
}
.product-description h4 {
	font-size: 20px;
	color: #404040;
	font-weight: 500;
	margin-top: 20px;
}
.product-description h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 70px;
    height: 100%;
    background-color: #5bc9ff70;
    z-index: -1;
}
.product-description h3:after {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 90px;
	height: 100%;
	background-color: #2cbaff69;
	z-index: -1;
}
.product-description ul {padding-left: 25px;margin-bottom: 30px;}
.product-description ul li {list-style: none;margin-top: 5px;display: flex;font-size: 16px;}
.product-description ul li i {
	color: #06ACFD;
	margin-right: 8px;
	display: block;
	padding-top: 4px;
	vertical-align: middle;
}
.product-description table {margin-bottom: 30px;}
.product-description .table-responsive {width: 100%;overflow-x: auto !important;}
.product-description table thead tr {background-color: #06ACFD;}
.product-description table thead tr th {font-size: 16px;font-weight: 500;color: #fff;}
.product-description table thead tr th:first-child {width: 45%;}
.product-description table tbody tr {background-color: #fff;}
.product-description table tbody tr td {font-size: 16px;color: #4e4e4e;font-weight: normal;}
.all-industries-page .product-description table {margin-top: 30px;}
.all-industries-page .product-description table thead:first-child tr th {border-bottom-width: 1px;}
.all-industries-page .product-description table thead:nth-child(2) tr th {text-transform: uppercase;}
.pro_links h4 {color: #fff !important;background-color: #06ACFD !important;font-weight: 600 !important;}
.pro_links ul {margin-top: 20px !important;}
.pro_links ul li {margin-bottom: 10px;}
.pro_links ul li:hover a {color: #fff;} 
.pro_links ul li a {color: #404040 !important;}
.pro_links ul li a:hover {color: #fff !important;}
.dwldpdf-btn {
	padding: 8px 20px;
	color: #fff !important;
	background-color: #06ACFD;
}
.dwldpdf-btn .bounce {animation: bounce 3s infinite;margin-right: 5px;}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

@media (max-width: 991px) {.pro_links {margin-top: 0;}}
@media (max-width: 575px) {.product_cont h1 {font-size: 25px !important;}}
@media (max-width: 480px) {.product-description .table-responsive {display: block;}}

/* maintenance & troubleshooting css */
.maintenance-banner {background-image: url(../images/banner/maintenance-banner.jpg);}

/* Progressive Cavity Pump Css */
.progressivecravitypump-banner {background-image: url(../images/banner/progressivecravitypump-banner.jpg);}
.tabing-section {padding: 60px 0;}
.tabing-section .filter {display: flex;flex-wrap: wrap;margin-bottom: 15px;}
.tabing-section .filter li:nth-child(odd) {border-bottom: 1px solid #e6e6e6;}
.tabing-section .filter li:nth-child(even) {border-top: 1px solid #e6e6e6;}
.tabing-section .filter li {
	border-right: 1px solid #e6e6e6;
    border-radius: 30px;
    padding: 4px;
	margin-bottom: 15px;
}
.tabing-section .filter li a {
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #666;
	background-color: #F9F9F9;
}
.tabing-section .filter li .active {color: #fff;background-color: #06ACFD;}
.tab-content {background-color: #F9F9F9;}
.tab1 p {text-align: left;}
.tab2 h5 {font-size: 20px;display: flex;color: #404040;margin-bottom: 15px;}
.tab2 h5 i {
	position: relative;
	width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-table;
    text-align: center;
    background-color: #A8E3FF;
    border-radius: 50%;
    font-style: normal;
	margin-right: 20px;
}
.tab2 h5 i:after {
	content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    right: -27px;
    background-color: #A8E3FF;
	z-index: -1;
}
.tab2 h5 span {background-color: #A8E3FF;padding: 5px;display: flex;align-items: center;}
.tab2 p {text-align: left;margin-bottom: 35px;}
.tab4 .img-wrap {background-color: #fff;}
.tab4 .recent-work-wrap h3 {padding: 15px 3px;background-color: #fff;}
.tab5 .feature-wrap {position: relative;overflow: hidden;}
.tab5 .feature-wrap a {overflow: hidden;display: block;}
.tab5 .feature-wrap img {min-height: auto;transition: all 1s ease;}
.tab5 .feature-wrap:hover img {transform: scale(1.2);}
.tab5 .feature-wrap h2, .tab6 .feature-wrap h2 {
	margin-bottom: 0;
	float: none !important;
	text-align: center;
	height: auto;
	font-size: 18px;
	margin-top: 10px;
}
.tab5 .feature-wrap h2 a, .tab6 .feature-wrap h2 a {display: block;padding: 10px 0;}
.tab6 .feature-wrap img {margin: auto;}
.tab6 .feature-wrap h2 {height: 60px;}
.tab7 .recent-work-wrap h3 {height: 78px;background-color: #fff;}

@media (max-width: 1199px) {.tab6 .feature-wrap h2 {height: 80px;}}
@media (max-width: 767px) {.tab6 .feature-wrap h2, .tab7 .recent-work-wrap h3 {height: auto;}}
@media (max-width: 575px) {
	.tabing-section {padding: 40px 0;}
	.tabing-section .center {padding-bottom: 35px;}
}


/* ==========================================================================
   Select Industry Page Css
   ========================================================================== */
.selectindustry-banner {background-image: url(../images/banner/selectindustry-banner.jpg);}
.select-industry-section {padding: 60px 0;}
.select-industry-section .feature-wrap {margin-bottom: 35px !important;overflow: hidden;position: relative;}
.select-industry-section .feature-wrap a {
    overflow: hidden;
    display: block;
}
.select-industry-section .feature-wrap img {
    min-height: auto;
	border-radius: 4px;
    transition: all 1s ease;
}
.select-industry-section .feature-wrap:hover img {transform: scale(1.2);}
.select-industry-section .feature-wrap .overlay-text, .tab5 .feature-wrap .overlay-text {
	width: 88%;
	height: 78%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0093dd6b;
	position: absolute;
	outline: 5px solid #0093DD;
	outline-offset: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s linear;
	display: flex;
    justify-content: center;
    align-items: center;
}

.select-industry-section .feature-wrap:hover .overlay-text, .tab5 .feature-wrap:hover .overlay-text {
	opacity: 1;
	visibility: visible;
}

.select-industry-section .feature-wrap .overlay-text h2, .tab5 .feature-wrap .overlay-text h2 {
	margin-bottom: 0;
    float: none !important;
    text-align: center;
    height: auto;
    font-size: 24px;
    margin-top: 0;
	color: #fff;
}

@media (max-width: 1199px) {
	.select-industry-section .feature-wrap .overlay-text h2, .tab5 .feature-wrap .overlay-text h2 {font-size: 20px;}
}
@media (max-width: 575px) {
	.select-industry-section {padding: 40px 0;}
	.select-industry-section .center {padding-bottom: 35px;}
}


/* ==========================================================================
   Catalog Download Page Css
   ========================================================================== */
.catalog-banner {background-image: url(../images/banner/catalog-banner.jpg);}
.catalog-section {padding: 60px 0 50px;}
.catalog-section .lead {margin-top: 20px;color: #959595;}
.catalog-download {
	background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 50px;
}
.catalog-image {border-radius: 10px;overflow: hidden;}
.catalog-title {text-align: center;}
.catalog-title h3 {
	color: #404040;
    margin: 25px 0;
    text-transform: uppercase;
}
.catalog-title a {
	font-size: 15px;
	padding: 8px 20px;
    background-color: #0093DD;
    color: #fff;
    display: inline-table;
    border-radius: 4px;
}

@media (max-width: 575px) {
	.catalog-section {padding-top: 40px;padding-bottom: 0;}
}


/* ==========================================================================
   Pump Series Page Css
   ========================================================================== */
.pumpseries-banner {background-image: url(../images/banner/pumpseries-banner.jpg);}
/* .pumpseries-banner .banner-text h1 {color: #2A3236;} */


/* ==========================================================================
   Certificate Page Css
   ========================================================================== */
.certificates-banner {background-image: url(../images/banner/certificates-banner.jpg);}
.certificate-section {padding-bottom: 0;}
.certificate-section .center {padding-bottom: 25px;}
.certificate-section .lead {margin-top: 20px;color: #959595;}
.certificate-section .col-md-4:nth-child(4) {margin-left: 190px;}
.certificate-widget {margin-bottom: 55px;}
.certificate-image {border: 10px inset #0093DD;box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);}
.certificate-image img {margin: auto;}
.certificate-title h5 {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 12px 10px;
    background: #f6f6f6;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
	margin-top: 25px;
	box-shadow: 0 12px 16px 0 rgb(0 0 0 / 5%), 0 17px 50px 0 rgb(0 0 0 / 19%);
}

@media (max-width: 1199px) {.certificate-section .col-md-4:nth-child(4) {margin-left: 165px;}}
@media (max-width: 991px) {
	.certificate-section .col-md-4:nth-child(4) {margin-left: 0;}
	.certificate-section .col-md-4:last-child {margin-left: 190px;}
}
@media (max-width: 767px) {.certificate-title h5 {height: 60px;}}
@media (max-width: 575px) {
	.certificate-section .col-md-4:last-child {margin-left: 0;}
	.certificate-section .col-xs-6 {width: 100%;}
	.certificate-widget {margin-bottom: 45px;}
	.certificate-title h5 {height: auto;}
}


/* ==========================================================================
   Contact Us Page Css
   ========================================================================== */
.contactus-banner {background-image: url(../images/banner/contactus-banner.jpg);}
.contact-section {
	background-image: url(../images/contact-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.contact-widget {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}
.contact-info-title {margin-bottom: 20px;}
.contact-info-title h3 {
	margin-top: 0;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
	font-family: 'Lora', serif;
}
.contact-information {padding: 50px;background-color: #0782C1;height: 610px;}
.contact-information ul {padding-left: 0;}
.contact-information ul li {list-style: none;display: flex;margin-bottom: 20px;}
.contact-information ul li:last-child {margin-bottom: 0;}
.contact-information ul li i {	
	font-size: 20px;
	display: block;
	margin-top: 3px;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.contact-information ul li div strong {
	display: block;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
}
.contact-information ul li div span {font-size: 15px;color: #fff;}
.india-flag img {margin: auto;}
.contact-form {
	padding: 50px;
	background-color: #fff;
	height: 610px;
}
.contact-form-title {margin-bottom: 20px;}
.contact-form-title h3 {
	margin-top: 0;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #4e4e4e;
	font-family: 'Lora', serif;
}
.form-group {margin-bottom: 20px;}
.form-group label {margin-bottom: 3px;font-weight: 500;}
.form-group input, .form-group textarea {
	border: none; 
	border-bottom: 1px solid #ddd;
	height: auto;
	padding: 0 !important;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif !important;
}
.form-group input:hover, .form-group textarea:hover {background: transparent;}
.form-group .contact-form-btn {
	padding: 8px 35px !important;
    border: none !important;
    background-color: #0093DD !important;
    width: auto;
	display: block;
    font-size: 15px; 
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 30px;
	transition: .3s all ease;
}
.form-group .contact-form-btn:hover {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}
.contact-map {margin-bottom: 80px;height: 500px;}

@media (min-width: 992px) {
	.contact-section .col-md-5 {padding-right: 0;}
	.contact-section .col-md-7 {padding-left: 0;}
}
@media (max-width: 991px) {
	.contact-information {height: auto;}
	.contact-form {margin-top: 30px;height: auto;}
}
@media (max-width: 575px) {
	.contact-section {padding: 50px 0;}
	.contact-information, .contact-form {padding: 30px;}
	.contact-map, .contact-map iframe {height: 300px;}
}


/* ==========================================================================
   Blog Detail Page Css
   ========================================================================== */
.blog-detail-section {padding: 50px 0;}
.blog-detail-content h2 {font-size: 24px;color: #0093DD;margin-bottom: 20px;line-height: 28px;}
.blog-detail-content p {margin-bottom: 16px;}
.blog-detail-content h3 {font-size: 20px;color: #0093DD;}
.blog-detail-content h4 {font-size: 18px;margin-top: 35px;}
.blog-detail-content ul {margin-bottom: 16px;}
.blog-detail-content ul li {font-size: 16px;color: #000;margin-bottom: 6px;}
.blog-detail-image img {max-width: 100%;height: auto;}
.blog-detail-sidebar {border: 2px solid #EAEBEB;padding: 16px;}
.blog-detail-sidebar h5 {font-size: 20px;margin: 0;}
.latest-post-wrap {display: table;}
.latest-post-wrap:nth-of-type(1) {margin-top: 30px;}
.latest-post-image {
    width: 35%;
    float: left;
    text-align: center;
    box-shadow: 0 2.1px 1.3px rgb(0 0 0 / 4%), 0 5.9px 4.2px rgb(0 0 0 / 5%), 0 12.6px 9.5px rgb(0 0 0 / 6%), 0 25px 20px rgb(0 0 0 / 0%);
}
.latest-post-image a img {max-width: 100%;height: auto;}
.latest-post-title {
    width: 64%;
    float: left;
    padding-left: 12px;
}
.latest-post-title p {text-align: left;}
.latest-post-title p a {color: #212529;}

@media (max-width: 991px) {
	.blog-detail-sidebar {margin-top: 30px;}
}
@media (max-width: 575px) {
	.blog-detail-section {padding: 40px 0;}
}










