
/*--------Banner Section Starts-----------*/
.bannerOuter { position:relative; background: #3397FF; line-height: 1.5em;}
.bannerContent {
	position: absolute;
	top: 60%;
	left: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 90%;
	z-index: 1;
}
.bannerOuter img { width:100%; height:auto;}
.bannerContent h1 {
	line-height: 84px;
	padding-bottom: 58px;
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Mulish', sans-serif;
}
.bannerContent span {
	color: #0a78be;
	font-weight: 800;
	font-family: 'Unica One', cursive;
	font-size:22px;
	text-transform:uppercase;
	display:block;
	padding-bottom:14px;
}
.bannerContent p { width:76%; padding-bottom:35px;}
.bannerContent span.hdrPnch { font-size:22px; color:#fff; font-family: 'Unica One', cursive; font-weight:200;}
.bannerContent a.readMr { border:none; background:none; padding:0; margin-right:33px; text-decoration:underline;}
.bannerContent a {
	color: #fff;
	background: transparent;
	border: #fff 1px solid;
	padding: 12px 23px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-size: 19px;
	text-transform: upppercase;
	font-family: 'Unica One', cursive;
	letter-spacing: 1px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	font-weight: 800;
}
.bannerContent a:hover { background-color:#298bd0; border:#298bd0 1px solid;}
.bannerContent a i { margin-left:9px;}
.bannerContent a,
.bannerContent a::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}


.bannerContent a::before,
.bannerContent a::after {
  background: #323a4a;
  content: '';
  position: absolute;
  z-index: -1;
}

.bannerContent a:hover {
  color: #fff;
}
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.bannerLine {padding-bottom:41px;}

.section { background-color:#000;}
.section video { width:100%; opacity: 0.5;}


.callbackOuter {background: url(../images/newsBg-min.jpg) repeat 0 0; background-size:cover;}
.tpLeft { float:left; width:45%;}
.tpright { float:left; width:55%;}
.tpright img { width:100%; heigth:auto;}
.requestOuter { background-color:#3e3f41; padding:53px; float:left;}
.requestOuter p {
	color: #fff;
	font-size: 16px;
	padding-bottom: 23px;
}
.requestOuter input[type="text"] { background-color:#78797a; border:none; width:100%; padding:13px; box-sizing:border-box; font-size:16px; color:#fff;}
.requestOuter textarea { background-color:#78797a; border:none; width:100%; padding:13px; box-sizing:border-box; font-size:16px; color:#fff; font-family: 'Poppins', sans-serif;}
.requestOuter input[type="button"] { background-color:#000; color:#fff; font-size:16px; font-weight:700; padding:8px 75px; border:none; font-family: 'Poppins', sans-serif; float:right; text-transform:uppercase; }
.requestOuter h4 {
	font-weight: 400;
	color: #969696;
	padding-bottom: 1px;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
}
.requestOuter h2 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 38px;
	
}
.requestOuter div { margin-bottom:13px;}
.topInFooter {
	background: url(../images/footerTopImg-min.jpg) no-repeat 100% 0;
	float: left;
	width: 100%;
}


.bx-controls.bx-has-pager.bx-has-controls-direction {
	position: absolute;
	top: 350px;
	z-index: 3;
	right: 70px;
	display:none;
}

/*--------Banner Section Ends-----------*/


.hover {
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
}
.hover:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 0;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: finite;
    animation-direction: alternate;
}
.hover:hover::before {
	opacity: 0.6;
	transform: translateY(6px);
	animation-name: shadow;
	animation-duration: 0;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: finite;
	animation-direction: alternate;
}
.hover::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	transition-duration: 0.3s;
	transition-property: transform opacity;
}

/*Transaction Starts*/
.transactOuter { padding:75px 0; background:#fff url(../images/transBg-min.png) no-repeat 45px 45px;}
.transactOuter h2 { padding-bottom:50px; letter-spacing:1px;}
.transBlock {position:relative;} 
.transBlock img {
	width: 97%;
	height: auto;
	margin: 0 auto;
	display: block;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}
.transBlock:hover img {filter: grayscale(100%);}
.transBlock h3 {
	position: absolute;
	top: 72%;
	left: 61%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: left;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	height: 55px;
	text-transform: capitalize !important;
}
/*Transaction Ends*/
/*About Starts*/
.aboutOuter {
	padding: 75px 0 40px;
	color: #fff;
	background-attachment: fixed;
	border-top: #8D8D8D 1px solid;
}
.aboutOuter h2 { padding-bottom:25px; letter-spacing:1px; color:#fff; display:none;}
.aboutOuter p { padding-bottom:25px; font-weight:700;}
.aboutOuter p.mainTxt {
	width: 79%;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	line-height: 35px;
}
.aboutOuter a { color:#fff; text-decoration:none;}
.aboutOuter i { margin-right:15px;} 
/*About Ends*/
/*Mission Approach Starts*/
.missionApproachOuter { padding:75px 0;}
.missionApproachOuter h2 { padding-bottom:25px;}
.missionApproachOuter .group { padding:45px !important; box-sizing:border-box; box-shadow:0px 1px 12px -1px #C0C0C0; transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;}
.missionApproachOuter .group p { width:80%;}
.missionApproachOuter .approach p {width:100%; padding-bottom:11px;}
.missionApproachOuter .approach { padding-bottom:5px !important;}
/*Mission Approach Ends*/
/*Our Team Starts*/
.ourTeamOuter { padding-bottom:25px;}
.ourTeamOuter h2 { padding-top:75px;}
.ourTeamOuter h4 { color:#298bd0; padding-bottom:5px;}
.ourTeamOuter p { padding-bottom:0;}
.ourTeamOuter a {text-decoration:none;}
.ourTeamOuter a .designation {font-family: 'Unica One', cursive; color:#47606b; letter-spacing:2px; text-transform:uppercase;}
.caraoselSection { padding-left:95px;}
.caraoselSection .item { text-align:center; transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;}
	.caraoselSection .item h4 {transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease; font-size:15px; line-height:20px;}
.caraoselSection .item:hover h4 {transform: scale(1.1);}
.caraoselSection  .hover::before {
	
	 background: none !important;

}
.caraoselSection .item .designation {transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;}
	.caraoselSection .item:hover.designation {transform: scale(1.1);}
.caraoselSection .item img { margin-bottom:22px;}
.ourTeamOuter .owl-nav { display:none !important;}
.ourTeamOuter .owl-dots { margin-top:35px !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #298bd0 !important;
}
/*Our Team Ends*/
/*Get in Touch Starts*/
.intouchOuter {background:#298bd0 url(../images/touchGraph.png) no-repeat 0 45px;}
.inTouchInn {background:url(../images/touchGraph.png) no-repeat 99% 90%;}
.inTouchInn { padding:75px 0 !important; text-align:center;}
.inTouchInn h2 { color:#fff; padding-bottom:25px;}
 

.inTouchInn input[type="text"], .inTouchInn input[type="tel"], .inTouchInn input[type="email"] {
	border: none;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 17px;
	color: #787878;
}
.inTouchInn .innerForm {
	float: left;
	width: 47.4%;
	margin: 0 8px 20px 8px;
}
.inTouchInn .innerFormFull {
	width: 97.5%;
	clear: both;
	padding-left: 8px;
}
.inTouchInn select {
	border: none;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	color: #787878;
}
.fromWrapper { width:50%; margin:0 auto;}
.inTouchInn input[type="submit"] {
	border: #fff 1px solid;
	font-family: 'Unica One', cursive;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 11px 55px;
	margin-top: 45px;
	background: #298bd0 url(../images/subBg.png) no-repeat 75% 52%;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	cursor:pointer;
}
.inTouchInn input[type="submit"]:hover {background-color:#8D8D8D; color:#fff; border:#8D8D8D 1px solid;}
.wpcf7 form .wpcf7-response-output {
	/* background: #fff !important; */
	border: none !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin: 0;
	color: #fff;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	color:#fff !important;
}
/*Get in Touch Ends*/




@media (max-width:1024px) {
	#mobile-header { display:block; right:15px !important; top:19px; }
	.navHeader { display:none;}
.logoWrapper {
	float: none;
	width: 178px;
	margin: -30px 0;
	text-align: left;
}
.headerContacts {
	
	position: absolute;
	right:107px;
	margin:0;
	top:18px;
}
.headerContacts i { margin:0; padding-right:0;}
.headerContacts span {
display:none;
}
.socialHdr i {
	display: block;
	font-size: 25px;
}
.socialHdr img { display:none;}
.socialHdr {
	float: right;
	position: absolute;
	right:64px;
	margin: 0;
	top:15px;
}
.socialHdr a {color:#000; text-decoration:none; }
.bottomHeader {
	padding-top: 0px;
	padding-bottom: 25px;
	height: 49px;
}
.sticky .headerContacts {
	display:block;
}

.sticky .logoWrapper {
	width: 120px;
}
.sticky .headerContacts {
	top: 11px;
}
.sticky .socialHdr {
	top: 8px;
}
.sticky #mobile-header {
	top: 22px;
	
}
}

@media (max-width:767px) {
	.bannerContent h1 {
	line-height: 34px;
	padding-bottom: 28px;
	font-size: 20px;
}
.bannerContent span.hdrPnch {
	font-size: 16px;
}
.logoWrapper {
	float: none;
	width: 78px;
	margin-top:-50px;
}
#mobile-header .mobile_menu.on {
	
	display: block;
	background-size:35px;
}
.bannerContent a {
	padding: 8px 15px;
	font-size: 14px;
}
.transBlock {
	position: relative;
	margin-bottom: 25px;
}
.transactOuter {
	padding: 45px 0 20px;
}
.transBlock h3 {
	top:82%;
	left: 79%;
	font-size:25px;
}
.sticky {
	display:none;
}
.missionApproachOuter {
	padding: 45px 0 20px;
}
.missionApproachOuter .group {
	padding: 45px !important;
	
	margin-bottom: 25px !important;
}
.transactOuter h2 {
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.ourTeamOuter h2 {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.caraoselSection {
	padding-left: 0;
}
.aboutOuter {
	padding: 45px 0 20px;
	color: #fff;
	background-attachment:scroll;
}
.inTouchInn .innerForm {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.inTouchInn .innerFormFull {
	width: 100%;
	padding-left: 0;
}
.inTouchInn {
	padding: 45px 0 !important;
	text-align: center;
}
.transBlock img {
	width: 90%;
	
}
.transBlock h3 {
	left: 60%;
}
.aboutOuter p.mainTxt {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
}
}
@media (max-width:600px) {
.aboutOuter p.mainTxt {
	
	font-size: 18px;
	line-height: 25px;
}
}

@media (max-width:477px) {
	.bannerContent h1 {
	line-height: 22px;
	padding-bottom: 18px;
	font-size: 14px;
	margin-top:-5px;
}
.bannerContent span.hdrPnch {
	font-size: 14px;
}
.bannerContent a {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 900;
}
.transBlock h3 {
	top: 74%;
	left: 59%;
	font-size: 25px;
}
.missionApproachOuter .group p {
	width: 100%;
}
.aboutOuter p.mainTxt {
	width: 100%;
	margin: 0 auto;
}
.fromWrapper {
	width: 90%;
	margin: 0 auto;
}

}
@media (max-width:403px) {
	.logoWrapper {

	width: 60px;
}
#mobile-header .mobile_menu.on {
	background-size: 29px;
}
#mobile-header {
	display: block;
	right: 7px !important;
	top: 15px;
}
.bannerContent h1 {
	line-height: 17px;
	padding-bottom: 12px;
	font-size: 11px;
}
.bannerContent span.hdrPnch {
	font-size: 14px;
	padding-bottom: 7px;
}
.bannerContent a {
	padding: 5px 10px;
	font-size: 10px;
}
}