/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
}

.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 53px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #fb940b;
}
.main-banner .banner-text p {
	font-family: "Roboto";
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #fb940b;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #e3ba67;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #fb940b;
	border: 1px solid #fb940b;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
/*	background-color: rgba(0,0,0,0.69);*/
	content: '';
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-banner .banner-text h2 {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.main-banner .banner-text h2, .main-banner .banner-text h2 span {
		font-size: 38px;
	}
}
@media (max-width: 480px) {

	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 41px;
	border: 2px solid #fb940b;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fb940b;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.btn-text:hover {
	background: none;
	color: #fb940b;
	text-decoration: none;
}

/*section_hedding*/
.sec_hedding h2 {
    margin-top: 30px;
}
.sec_hedding p {
	margin: 6px 0px 0px 0px;
}
span.b-border {
	height: 2px;
	width: 60px;
	background: #fb940b;
	display: inline-block;
}
/*service*/
figure {
	margin: 0px;
}
.sercv_dout figure img {
	width: 45px;
	height: 45px;
}
.sercv_dout {
	padding: 0px 30px;
}
.sercv_dout h3 a {
	color: #fb940b;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
	font-size: 18px;
}
.sercv_dout:hover h3 a {
	color: #fb940b;
}
/*Solution_Sec*/
.solution_box {
	text-align: center;
	background: #fff;
	padding: 40px;
}
.solution_box h4 {
	margin: 20px 0px;
}
.solution_box i {
	font-size: 50px;
}
.solution_box i.color_green {
	color: #19cc95;
}
.solution_box i.color_orenge {
	color: #fb940b;
}
.solution_box i.color_prple {
	color: #8c70f0;
}

/*FAQ*/
.appointment {
	padding: 37px 20px;
}
.registration_section {
	position: relative;
	padding-top: 30px;
}
.registration_section:before {
	position: absolute;
	top: 30px;
	right: 0px;
	content: "";
	width: 50%;
	height: 94%;
	background: #fb940b;
}
.btn_style {
	background: #fff !important;
	color: #000;
}
.fec-item {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.fec-item .icon {
	float: left;
	width: 50px;
	background: #fb940b;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 23px;
	border-radius: 50%;
}
.fec-item .fec-item-body {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}
.fec-item .fec-item-body h5, .fec-item .fec-item-body p {
	margin: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.registration_section .left_picher, .registration_section:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.registration_section .left_picher, .registration_section:before {
		display: none;
	}
	.registration_section{
		background: #fb940b !important;
	}
}

/*what_we_do*/
.service-right {
	height: 544px;
	position: relative;
	z-index: 2;
}

.tab_container{
	padding: 0 50px;
}
.tab_container .tb_block{
	display:none;
}
.tab_container .on{
	display:block;
}
.tab_container h3{
    text-transform: capitalize;
    padding: 50px 0 0px;
    font-size: 30px;
}
.tab_container .btn:hover{
	background: #fff;
	color:#fb940b;
}
.service-right:after{
	position: absolute;
	top:0;
	left: 0;
	content:'';
	width: 100%;
	height: 100%;
	background: #fb940b;
	z-index: -1;
}
.service-left {
	padding: 0;
}

.about-service {
	padding: 120px 0 80px;
	background: #f9f9f9;
	text-align: center;
}

.about-service h2 {
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	margin-bottom: 50px;
}

.about-service h4 {
	max-width: 660px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 18px;
	display: block;
}

.service-single {
	margin: 0 auto;
	display: block;
	background-color: #fcfcfc;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-right: -1px;
	margin-bottom: -1px;
	transition: all 0.5s ease-in-out;
}

.service__link {
	padding: 79px 30px;
	display: block;
}
.service-single:hover {
	border-color: #fb940b;
	background-color: #fb940b;
	color: #fff;
}
.service-single:hover h3 {
	color: #fff;
}
.service-single h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 28px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}
#service {
	overflow: hidden;
}
.service-single .et-icon {
	display: inline-block;
	font-size: 47px;
	margin-bottom: 10px;
	color: #fb940b;
	transition: all 0.5s ease-in-out;
}
.service-single:hover .et-icon {
	color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
.service-right {
	height: auto;
	padding-bottom: 20px;
}	
.tab_container h3{
	    padding: 7px 0px;
}
.tab_container{
	padding:50px;
}
}
@media (max-width: 767px) {
.tab_container{
	padding:50px;
}
.service-right {
	height: auto;
	padding-bottom: 20px;
}	
.tab_container h3{
	    padding: 7px 0px;
}
}
/*Testimonial*/

.single_carousel > p {
	background: #f2f2f2;
	padding: 25px 35px;
	position: relative;
	color: #222;
}

.single_carousel > p::after {
	background: #f2f2f2;
	border-radius: 50%;
	bottom: -23px;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 18px;
	height: 50px;
	left: 20px;
	line-height: 49px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.author_img__block {
	display: table;
	height: 130px;
}
.author_tablecell__block {
	display: table-cell;
	vertical-align: middle;
}
.author_tablecell__block > img {
	border: 5px solid #f2f2f2;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	max-width: 80px;
}
.author_tablecell__block > p {
	display: inline-block;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 15px;
}
.author_tablecell__block span {
	display: block;
	font-weight: normal;
}

.testimonial_carosule-wrap .owl-nav div {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.testimonial_carosule-wrap .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.testimonial_carosule-wrap .owl-nav div:hover {
	background: #0c1f38 none repeat scroll 0 0;
}
.but_prive .owl-controls .owl-nav {
	text-align: center;
}
.but_prive .owl-controls .owl-nav .owl-prev, .but_prive .owl-controls .owl-nav .owl-next {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}


/* ===================================================================================================== */
/*Work Section*/
/* ===================================================================================================== */
.project_bg .sec-title {
	float: left;
}
.project_title h2,.project_title p {
	color: #fff;
}
.project_bg {
	background: url(../images/project_bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.project_bg:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.container-filter li a {
	margin: 0px 4px 0px 0px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	padding: 10px 15px;
	color: #fff !important;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border: 1px solid transparent;
}
.container-filter li a.active, .container-filter li a:hover {
	color: #787878;
	background: #fff;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #fbb908;
}
.item-box img {
	width: 100%;
}

.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fb940b;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 1;
	background: #0c1f38;
	text-align: center;
	padding-bottom: 10px;
}
.gallery-heading p {
	margin-bottom: 0;
}

.item-container_img {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	width: 100%;
	transition: transform .25s;
}
.item-box:hover .item-container_img {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
}

.item-box > a {
	display: block;
	position: relative;
	z-index: 2;
	/* color: #000; */
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container-filter li a{
		padding:5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
	.container-filter li a {
		margin: 0px 4px 5px 0px;
	}
	.mbr-bold{
		font-size: 22px;
	}
	.wrap{
		height: 700px;
	}
}

/*Avaiablity Section*/
.available_wrap__block {
	background-image: url(../images/world-map.png);
	height: 500px;
	display: table;
	background-position: center center;
	/* background-size: cover; */
	width: 100%;
	background-repeat: no-repeat;
	background-color: #0c1f38;
}
.available_content__block {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.available_content__block h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
}
@media (max-width: 991px) {
	.available_wrap__block {
		height: auto;
		padding: 40px 0;
	}
	.quote__block input[type="submit"] {
		float: left;
	}
}
.service-page h3{
	padding-top: 0px;
}
.service-page .card {
  padding: 1rem!important;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  height: 130px;
  background: #f3f3f5;
}
 .service-page .card:hover {
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
 .service-page .card .card-block {
  padding: 0px 0 0px 60px;
  position: relative;
  text-align: center;
}
 .service-page .card .card-block h5 {
  color: #414f8e !important;
  font-weight: 700;
  text-decoration: none;
}
 .service-page .card .card-block h5 span {
  display: none;
}
 .service-page .card:hover .card-block h5 span {
  display: inline-block;
  font-weight: 700;
}
.service-page .card-title {
  color: #982214;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-page  .card img {
  position: absolute;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  line-height: 2;
      top: 30px;
}

.service-page .card:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}