

/*

6.Feature Service Section

===========================*/

.feature i  {

background: #0c246d none repeat scroll 0 0;

color: #fff;

font-size: 24px;

height: 80px;

line-height: 60px;

text-align: center;

width: 60px;

}

.feature-item .media {

	margin-bottom: 30px;

}

.feature-inner-text {

	padding: 30px 19px;
    background: #2d2d2d;

	position: relative;

	margin-top: -1px;

	color: #ddd;

}

.feature-item .inner{margin-bottom: 30px;}

.feature-thumb {

	overflow: hidden;

}

.feature-thumb img {

transition: all 0.4s ease 0s;

width: 100%;

transform: scale(1);

}

.feature-item .inner:hover .feature-thumb img{

transform: scale(1.2);transition: all 0.4s ease 0s;	

}

.feature-item .feature-inner-meta h2 {

	font-size: 22px;

	font-weight: 600;

	margin-bottom:0px;

	margin-top: 18px;

	text-transform: capitalize;

	line-height: 1.8;

}

.feature-item .feature-inner-meta h2 a{

	color:#fff;

}

.feature_icon img {

	position: absolute;

	left: -10px;

	right: 0;

	text-align: center;

	top: 50%;

	transform: translateY(-50%);

	margin: 0px auto;

}

.feature_icon {

	height: 80px;

	line-height: 80px;

	margin-top: 10px;

	text-align: center;

	width: 80px;

	transition: all 0.4s ease 0s;

	display: inline-block;

	position: absolute;

	z-index: 99;

	top: -50px;

}

.feature_icon::before {

	position: absolute;

	content: "";

	background-image: url(../img/shape/feature-shape.png);

	background-repeat: no-repeat;

	width: 69px;

	height: 61px;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

}

.feature-inner-meta span {

	font-size: 16px;

	text-transform: capitalize;

	color: #fff;

	font-weight: 600;

	margin-bottom: 20px;

	display: inline-block;

	width: 100%;

}

.feature-readmore-btn {

	position: absolute;

	width: 100%;

	left: 30px;

	bottom: -25px;

	z-index: 9;

}

.feature-readmore-btn a {

	padding: 10px 26px;
    background:#2661f0;
   color: #fff;
    display: inline-block;

	border-radius:6px;

}
.feature-readmore-btn a:hover {
    padding: 10px 26px;
    background: #67676b;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
}
/*

7.Title Section

=================*/

.sec-title {

	margin: 0 0px 30px 0px;

}

.sec-title h1 {

	font-size: 44px;

	text-transform: capitalize;

	color: #222222;

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

}

.sec-title  p {

  margin-bottom: 0;

}

/*

8.FAQ Section

============================*/

.faq-sec .sec-title {

	margin-bottom: 50px;

}

.faq-sec .sec-title {

	margin: 0;text-align:left;

	margin-bottom: 40px;

}

.faq-single {

	margin: 20px 0;

}

.faq-single .icon {

	width: 80px;

	height: 80px;

	margin-right: 10px;

	border: 1px dashed #0168ef;

	border-radius: 100%;

	text-align: center;

	line-height: 80px;

}

.faq-single .media-body h2 {

	font-size: 22px;

	margin-bottom:10px;

	text-transform: capitalize;

}

.faq-thumb {

	margin-top: 50px;

}

/*

9.Count Up Section 

============================*/

.count-up-sec {

padding: 40px 0;

position:relative;

}

.count-up-sec-overlay{

	background:#26b8f1;

	position: absolute;

	width: 100%;

	height: 100%;	

	top:0px;

}

.count-up-sec-overlay:before {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	background-image: url(../img/counter-bg.png);

	background-repeat: no-repeat;

	top: 0;

	background-size:cover;

	opacity: 0.95;

}

.counting_sl {

	text-align: center;

	margin: 30px 0;

	border-right: 1px solid #fff;

}

.count-up-sec .inner:last-child .counting_sl{

	border-right:0px;

}

.countup-text {

	display: inline-block;

	text-align: left;

}

.counting_sl h2 {

	color: #fff;

	font-size: 48px;

	text-transform: uppercase;

	display: inline-block;

	font-weight: 600;

	margin-bottom:0px;

}

.counting_sl h4 {

	color: #fff;

	font-size: 18px;

	margin-bottom: 0;

	text-transform: uppercase;

	font-weight:600;

	

}

/*

10.Service Page Section

============================*/

.service-item {

	margin-bottom: 30px;

}

.service-icon {

	margin-top: 25px;

}

.service-icon .services-i-left {

	float: left;

	position: relative;

	width: 85px;

	height: 80px;

}

.services-i-left::after {

	position: absolute;

	content: "";

	background-image: url(../img/shape/service-hover.png);

	background-repeat: no-repeat;

	width: 75px;

	height: 67px;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	z-index:-1;

	transition: all 0.5s ease-out;

}

.service-item:hover .services-i-left::after {

	z-index:2;

	transition: all 0.5s ease-out;

}

.service-icon .services-i-left a {

	color: #fff;

	display: inline-block;

	position: absolute;

	z-index: 222;

	left: -5px;

	right: 0;

	text-align: center;

	top: 50%;

	transform: translateY(-50%);

	font-size: 34px;

}

.services-i-right {

	padding-left: 60px;

}

.services-i-right h2 {

	font-size: 22px;

	line-height: 32px;

	padding-top: 26px;

	text-transform: capitalize;

}

.services-i-right h2 a {

	color: #000000;

}

.service-button a i{

  margin-left: 10px;



}

.service-button a {

	color: #3c9ed1;

	text-transform: uppercase;

	font-weight: 500;

}

.service-content p{

margin-bottom:15px;

display:inline-block;

width:100%;

}

/*

11.About Us Section

=====================*/

.about-us-sec{

	background-color: #fff;

	background-image: url("../img/about-banner.jpg");

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	overflow: hidden;

}

.company-ceo h4 {

	color: #292929;

	text-transform: capitalize;

	margin-bottom: 0;

}

.company-ceo span {

	color: #1455a6;

}

.read-more-btn a {

	background: #ff9000;

	color: #fff;

	display: inline-block;

	padding: 12px 30px;

	text-transform: capitalize;

	position: relative;

	z-index: 5;

	transition: 0.5s;

	font-weight: 600;

	transition: all 0.4s ease 0s;

	border-radius: 4px;

}

.about-desc {

	padding: 100px 0px 50px 50px;

	position: relative;

	z-index: 2;

}

.about-desc::before {

	position: absolute;

	content: "";

	top: 0;

	height: 100%;

	background: #fafafa;

	left: -15px;

	width: 5000px;

	z-index: -1;

}

/*

12.Service Tips Section 

======================*/

.single-service-tips {

	position: relative;

	overflow: hidden;

	margin-bottom: 30px;

}

.single-service-tips img{

	width:100%;

}

.service-tips-overlay {

	position: absolute;

	top: 0;

	height: 100%;

	width: 100%;

	left: 0;

	background-color: rgba(26, 180, 240, 0.90);

	visibility: hidden;

	opacity: 0;

	transition: all 0.4s ease 0s;	

}

.service-tips-title {

	position: absolute;

	top: 50%;

	left: -100%;

	right: 0;

	text-align: center;

	transform: translateY(-50%);

	margin-bottom: 10px;

	font-size: 20px;

	text-transform: uppercase;

	transition: all 0.4s ease 0s;	

}

.service-tips-title a{

	color:#fff;

}

.service-tips-expand {

	position: absolute;

	bottom: -100px;

	right: 20px;

	transition: all 0.4s ease 0s;

}

.service-tips-expand a{

	color:#fff;

	font-size:28px;

}

.service-tips-link {

	position: absolute;

	top: -100%;

	left: 40px;

	transition: all 0.4s ease 0s;

}

.service-tips-link a{

	color:#fff;

	font-size:28px;	

}

.single-service-tips:hover .service-tips-title {

	transition: all 0.4s ease 0s;

	left:0px;

}

.single-service-tips:hover .service-tips-link {

	transition: all 0.4s ease 0s;

	top:40px;

}

.single-service-tips:hover .service-tips-expand{

	transition: all 0.4s ease 0s;

	bottom:40px;

}

.single-service-tips:hover .service-tips-overlay {

	transition: all 0.4s ease 0s;

	opacity:1;

	visibility:visible;

}

.pagination.custom-pagination {

	text-align: center;

	width: 100%;

}

.pagination.custom-pagination li {

  display: inline-block;

}

.pagination.custom-pagination li a {

	color: #777777;

	font-size: 16px;

	font-weight: 500;

	height: 45px;

	line-height: 33px;

	margin: 2px 5px;

	width: 45px;

	border: 1px solid #e5e5e5;

	text-align: center;

}

.pagination.custom-pagination li.active a {

  background: #0168ef none repeat scroll 0 0;color:#fff;

}

.pagination.custom-pagination li:last-child a {

	display: inline-block;

	width: 100%;

}

.pagination.custom-pagination li a:hover{background: #0168ef none repeat scroll 0 0;color:#fff;}

.pagination.custom-pagination > li:last-child > a{

	border-top-right-radius: 0px;

	border-bottom-right-radius: 0px;

}

.pagination.custom-pagination > li:first-child > a{

	border-top-left-radius: 0px;

	border-bottom-left-radius: 0px;

}

.blog.custom-pagination .pagination.custom-pagination {

	text-align: left;

}

/*

13.Consulting Section

==========================*/

.consulting-form-sec{

  background-color: #fff;

  background-image: url("../img/consult_bg.jpg");

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  overflow:hidden;

}

.consulting-form-title {

	margin-bottom: 40px;

}

.consulting-form {

	display: inline-block;

	float: right;

	padding: 70px 0px 70px 0px;

	position: relative;

	text-align: left;

	z-index: 9;

	width: 100%;

}

.consulting-form > h1 {

	font-size: 36px;

	text-transform: capitalize;

	font-weight: 800;

	color: #222;

}

.consulting-form input[type="text"], .consulting-form input[type="email"] {

	background: transparent;

	border: 1px solid #d9d9d9;

	padding: 12px 20px;

	color: #777777;

	width: 100%;

	font-size: 14px;

	text-transform: capitalize;

}

.consulting-form textarea{

	background: transparent;

	border: 1px solid #d9d9d9;

	padding: 12px 20px;

	color: #777777;

	width: 100%;

	height:124px;

	font-size: 14px;

	text-transform: capitalize;

}

.consulting-form input[type="submit"] {

	background: #0168ef;

	color: #fff;

	font-weight: bold;

	padding: 14px 30px;

	text-transform: capitalize;

	border-radius: 4px;

	margin-top:20px;

}

.consulting-form .input-inner{

  margin-bottom: 20px;

}

.consulting-form input[type="text"]::-webkit-input-placeholder {

color:#777777;opacity:1

}

.consulting-form input[type="email"]::-webkit-input-placeholder {

color:#777777;opacity:1

}

.consulting-form textarea::-webkit-input-placeholder {

color:#777777;opacity:1

}

.consulting-form option::-webkit-input-placeholder {

color:#777777;opacity:1

}

.consulting-form input[type="text"]::-moz-placeholder{

color:#777777;opacity:1

}

.consulting-form input[type="email"]::-moz-placeholder{

color:#777777;opacity:1

}

.consulting-form textarea::-moz-placeholder{

color:#777777;opacity:1

}

.consulting-form option::-moz-placeholder{

color:#777777;opacity:1

}

/*

14.Team Section 

======================*/

.team-page-sec .single-team {

	margin-bottom: 30px;

}

.single-team {

	text-align: center;

	padding: 40px 10px;

	border: 1px solid #f2f2f2;

	position:relative;

	background:#fff;

	margin-bottom:10px;

}

.single-team::before {

	position: absolute;

	z-index: -1;

	content: '';

	bottom: -3px;

	height: 10px;

	width: 80%;

	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

	right: 0;

}

.team-border {

	display: inline-block;

	border: 1px solid #8cd9f7;

	border-radius: 100%;

	width: 130px;

	height: 130px;

	position:relative;

}

.team-thumb {

	width: 112px;

	height: 112px;

	display: inline-block;

	border-radius: 100%;

	overflow: hidden;

	border: 1px solid #0168ef;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	left: 0;

	right: 0;

	text-align: center;

	margin: 0px auto;

}

.team-soical-profile li {

	display: inline-block;

}

.team-soical-profile li a i {

	color: #cbcbcb;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	border-radius: 100%;

}

.team-soical-profile li a i:hover{

	color:#0168ef;

}

.team-info h2 {

	margin-bottom: 5px;

	font-size: 22px;

	text-transform: capitalize;

	font-weight: 600;

	margin-top: 5px;

}

.team-designation {

	color: #777777;

	font-family: 'Hind', sans-serif;

	font-weight:500;

}

.all-team-member .owl-controls {

	margin-top: 40px;

}

.all-team-member.owl-theme .owl-dots{

	text-align:center;

}

.all-team-member.owl-theme .owl-dots .owl-dot {

	height: 16px;

	width: 16px;

	background: #fff;

	border: 2px solid #0168ef;

	border-radius: 50%;

	margin-right: 10px;

	padding: 0;

	display: inline-block;

}

.all-team-member .owl-dots .owl-dot span{

  margin:2px 2px;

  width: 0;

  height: 0;

}

.all-team-member.owl-theme .owl-dots .owl-dot.active span{

 height: 8px;

width: 8px;

background-color: #555555;

border-radius: 15px;

}

.all-team-member.owl-theme .owl-nav.disabled + .owl-dots {

  margin-top: 10px;

  position: absolute;

  left: 0;

  right: 0;

  bottom: -20px;

}

/*

15.Testimonial Section

=========================*/

.testimonial-sec{

	background-color: #0168ef;

	background-image: url("../img/teastimonial_bg.jpg");

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	position: relative;

	overflow: hidden;

	background-attachment:fixed;

}

.testimonial-sec::before {

	position: absolute;

	content: "";

	background-color: rgba(0, 0, 0, 0.68);

	top: 0;

	width: 100%;

	height: 100%;

}

.testimonial-sec .sec-title {

	text-align: center;

	margin: 50px 150px 50px 150px;

}

.testimonial-sec .sec-title h1,

.testimonial-sec .sec-title p

{

	color:#f4f4f4

}

.all-testimonial.owl-carousel .owl-item img {

	border-radius: 100%;

	border: 1px solid #0168ef;

}

.all-testimonial .owl-controls {

bottom: -30px;

position: absolute;

text-align: center;

width: 100%;

}

.all-testimonial .owl-controls .owl-buttons div {

  background: none;

opacity:1

}

.client-thumb {

	border-radius: 100%;

	height: 80px;

	margin-right: 50px;

	width: 80px;

	position: absolute;

	left: -42px;

	top: 44px;

}

.sngl-client {

border: 1px solid #fafafa;

margin-bottom: 30px;

text-align: center;

margin: 5px;

}

.all-testimonial {

	text-align: center;

	padding-bottom: 50px;

}

.single-testimonial {

	display: inline-flex;

	padding: 40px 10px 41px 41px;

	background: #fff none repeat scroll 0 0;

	position: relative;

	text-align: left;

	margin-left: 75px;

}

.all-testimonial.owl-carousel .owl-item .client-signature img{

	margin-bottom: 20px;

	width:auto;

	height:auto

}

.client-comment h2 {

	font-size: 14px;

	margin-bottom: 0;

	text-transform: capitalize;

	font-weight: 600;

}

.client-designation {

	color: #777777;

	text-transform: capitalize;

	display: inline-block;

	font-weight:400;

	

}

.client-comment {

	margin: 0px auto;

}

.client-comment > ul {

  padding-bottom: 15px;

}

.client-comment li {

  display: inline-block;

}

.client-comment li a{

border: 2px solid #0168ef;

border-radius: 100%;

color: #0168ef;

display: inline-block;

height: 30px;

line-height: 26px;

width: 30px;

margin: 0px 5px;

}

.client-comment li a:hover{background:#0168ef;transition: all 0.4s ease-in-out 0s;color:#fff}

.client-sec .owl-controls {

  display: none;

}



.all-testimonial.owl-carousel.owl-theme .owl-dot {

  border: 2px solid #0168ef;

  border-radius: 100%;

  display: inline-block;

  height: 15px;

  margin: 0 5px;

  width: 15px;

  position:relative;

}

.all-testimonial.owl-carousel.owl-theme .owl-dot.active span {

	background: #0168ef none repeat scroll 0 0;

	width: 100%;

	height: 100%;

	display: inline-block;

	position: absolute;

	left: 0;

	border-radius: 100%;

}

.client-rating {

	margin-bottom: 10px;

}

.client-rating i {

	color: #0168ef;

}



/*

30.Team Details

=================*/

.team-details-info h1 {

	font-size: 62px;

	text-transform: capitalize;

	margin-bottom: 0;

}

.team-details-info h1 span{

	color:#0168ef;

}

.team-details-designation {

	color: #777777;

	font-size: 20px;

}

.team-details-info {

	margin-bottom: 30px;

}

.team-details-inner li {

	display: inline-block;

	width: 100%;

	padding-bottom: 10px;

	color: #555555;

	font-size: 18px;

}

.team-details-inner li i {

	color: #0168ef;

	margin-right: 10px;

}

.contact-me-btn {

	margin-top: 26px;

}

.simple-readmore {

	padding: 10px 20px;

	display: inline-block;

	font-weight: 600;

	text-transform: capitalize;

	font-size: 20px;

	margin-top: 4px;

	text-align: center;

	background: #0168ef;

	color: #fff;

	border-radius: 4px;

	border: 1px solid #0168ef;

}

.simple-readmore:hover{

	background:transparent;

}

.team-details-desc{

	margin-top:50px;

}

.team-details-desc h2 {

	text-transform: capitalize;

	font-size: 26px;

}

/*custom CSS*/
 
.form-cot.inner-box {
    /*background: #007bff!important;*/
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}
.form-cot.inner-box2 {
    margin: 0px 0px 0px 0px!important;
    }
/*.form-cot.inner-box .btn-primary {
    color: #fff;
    background-color: #55575b;
    border-color: #55575b;
}
.form-cot.inner-box label {
    color: #fff!important;
}
.form-cot.inner-box h2{
	color: #fff!important;
}*/
.inner-box2 .form-group.col-md-12 h4 {
    margin: 60px 0 0 30px;
    }
 @media (max-width: 961px){
 	.testimonial-sec .sec-title {
	margin: 50px 0 50px 0;
}
}
@media (max-width: 425px){
	.inner-box2 .form-group.col-md-12 h4 {
    margin: 60px 0 0 0;
}
}
@media (max-width: 992px){
	.form-cot.inner-box {
    margin: 0px!important;
}
}