@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	outline: 0;
	vertical-align: middle
}
body, html {font-family: 'Open Sans';}
a, a:focus {
	outline: 0
}
a:focus, a:hover {
	text-decoration: none
}
a {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin: 0;
	padding: 0
}
h1 {
	font-size:40px;
	line-height:38px;
	font-weight: 600;
	color: #fff;text-transform: uppercase;
}
h2 {font-size:36px;
	line-height:36px;
	font-weight:700;
	color: #333;
}
h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
h4 {
	font-size: 22px;
	color: #333; line-height: 34px;
}

h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

h6{
    font-size: 18px;
    text-transform: uppercase;
    font-weight:600;position: relative;
}
p {
	color: #333;
	line-height:28px;
	font-size:18px
}
ul li {
	list-style: none
}

.headerOuter .container,
.midSection .container, 
.footerOuter .container{max-width:1590px; width: 100%; margin:0 auto;}
.lightgrayBg {background: #f1f1f1;}
.orgtext {color:#FCB315;}
.orgBg{background:#FCB315 }
.skyText {
	color: #0af
}

.transformMid {
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 1
}
.transitionCls {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.boxShadow {
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2)
}
.pd90 {
	padding: 90px 0
}

.textcenter {
	text-align:center;
}
.clear {
	clear: both;
}

.bdrNone {
	border: none
}
.diveresv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}


.flexmain{
	 display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


/*header secton start*/
.headerOuter .headerTop {padding: 11px 0px;border-bottom: 1px solid #DEDEDE;}
.headerOuter .headerTop .leftside ul li{display:inline-block;margin-right: 30px;}
.headerOuter .headerTop .leftside ul li a, 
.headerOuter .headerTop.rightside {font-size: 16px;color: #333;transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out}
.headerOuter .headerTop .leftside ul li a:hover{color:#EBA715;}
.headerOuter .headerTop .leftside ul li a i {color: #FCB315;margin-right: 10px;font-size:18px; }
.headerOuter .headerTop .rightside .timein p img {width:22px; margin-top: -3px; }

.headerOuter .headerBottom {padding: 0px 0px; } 
.headerOuter .headerBottom .appyLoan a {font-size:18px; color:#333; display:block; height:100%; width:100%; line-height:84px;} 
.appyLoan {background: #FCB315; position: relative; width: 170px;height: 84px; text-align: center;float: right; }

.appyLoan:after{content:""; position: absolute; right: 100%; top: 0px; width: 0; height: 0; border-bottom:84px solid #FCB315; border-left:40px solid transparent;} 



.headerOuter .logo {position: relative; z-index: 2; margin-top: 12px; float: left; }
.headerIn .nav-left {float: right;}

.headerOuter .nav>li.active>a:hover, .headerOuter .nav>li>a:hover {
	color:#333;background:#FCB315;
}

.headerOuter .navbar {background: 0 0}
.headerOuter .navbar-right {float: right!important; margin-right: 0; border: none }
.headerOuter .navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	padding-right: 70px;
	float: left;
}
.headerOuter .navbar-nav>li {
	position: relative;
	margin: 0 0px
}

.headerOuter .navbar-nav>li a:hover:after, .headerOuter .navbar-nav>li.active a:after {
	width: 100%;
	height:0px;
	background: #fff;
	content: "";
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	left: 0
}


.headerOuter .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0
}
.headerOuter .navbar-default .navbar-nav>li>a:focus, .headerOuter .navbar-default .navbar-nav>li>a:hover {

}
.headerOuter .navbar-default .navbar-nav>li>a {
	padding: 32px 40px;
	color: #333;
	font-size:18px;
	font-weight: 400;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.headerOuter .navbar-default .navbar-nav>.active>a, .headerOuter .navbar-default .navbar-nav>.active>a:focus, .headerOuter .navbar-default .navbar-nav>.active>a:hover {
	background:#FCB315; color:#333;
}
.headerOuter .navbar-nav {
	padding:0px;
}
.headerOuter ul.dropdown-menu>li>a {
	padding: 7px 15px 7px 15px;
	font-size: 17px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.headerOuter ul.dropdown-menu li a:after {
	display: none
}
.headerOuter ul.dropdown-menu {
	top: 102%;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 3px solid #036db7
}
.headerOuter ul.dropdown-menu li a:hover {
	background: #036db7;
	color: #fff
}
.headerOuter .navbar-nav .open .dropdown-menu>li>a {line-height: 20px;}
.headerOuter .navbar-nav .open .dropdown-menu>li:last-child a {border:none}
.bannerContent .providIn {width: 100% }
.providIn span { font-size: 30px;}
.providIn p {font-size: 24px;color: #fff;}
.providIn h1 {padding: 20px 0px;}
.banner-slider .item{position:relative;}
.banner-slider .item::after{content: ""; background: rgba(0,0,0,0.4); position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0;}
.bannerIn {
    position: relative;
}
.bottomArrow {
  position: absolute;
bottom: 20px;
left: 0;
right: 0;
top: auto;
z-index: 2;
display: inline-block;
margin: 0 auto;
width: 50px;
text-align: center;
}

.bottomArrow a:hover:after {background:#FCB315;}

.bottomArrow a {
    display: inline-block;
    border: 2px solid #fff;
    width: 50px;
    height: 70px;
    border-radius: 30px;
    position:relative;
}
.bottomArrow a::after {
    width: 2px;
    height: 20px;
    background: #fff;
    content: "";
    position: absolute;
    top:12px;
}


.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bannerBtn {margin-top: 40px; }
.bannerBtn a {height: 50px; display: inline-block; line-height: 50px; border-radius: 10px; max-width: 150px; width: 100%; text-align: center; font-size: 18px; color: #333; font-weight: 600; border:1px solid #FCB315; margin-right:30px; } 
.bannerBtn a:hover {border:1px solid #FCB315;color:#fff; background: none; }

.bannerOurter .owl-nav {position: absolute; bottom: 60px; right: 150px; left: auto; }

.bannerOurter .owl-prev,
.bannerOurter .owl-next,
.testimonialsOuter .owl-prev,
.testimonialsOuter .owl-next,
.NewsOuter .owl-prev,
.NewsOuter .owl-next{font-size:0;} 


.bannerOurter .owl-prev, 
.testimonialsOuter .owl-prev,
.NewsOuter .owl-prev {float:left;}
.bannerOurter .owl-next,
.testimonialsOuter .owl-next,
.NewsOuter .owl-next {float:right;}
.bannerOurter .owl-next:after,
.bannerOurter .owl-prev:after {font-family: fontAwesome; color: #333; font-size:30px; width:55px; height:55px; display: inline-block; text-align: center; line-height:55px; background:rgba(256,256,256, 0.80); border-radius: 50%; margin: 0px 10px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;}

.bannerOurter .owl-next:hover:after,
.bannerOurter .owl-prev:hover:after, 
.testimonialsOuter .owl-next:hover:after,
.testimonialsOuter .owl-prev:hover:after,
.NewsOuter .owl-next:hover:after,
.NewsOuter .owl-prev:hover:after {background: #FCB315; color:#fff;}

.bannerOurter .owl-prev:after,
.testimonialsOuter .owl-prev:after,
.NewsOuter .owl-prev:after {content:"\f104"}
.bannerOurter .owl-next:after, 
.testimonialsOuter .owl-next:after,
.NewsOuter .owl-next:after {content:"\f105"}



.OfferingBusiness {padding:90px 0px;padding-bottom:180px;position: relative;}
.OfferingBusiness:after {
    content: "";
    position: absolute;
    left: -20%;
    top: 5%;
    background: url(../images/mapbg.png) center left no-repeat;
    max-width: 800px;
    min-height: 600px;
    width: 100%;
}
.OfferingBusiness .contentArea {position: relative; z-index: 1; }
 .sectionHead {margin-bottom:60px;}
.OfferingBusiness .sectionHead {margin-bottom:90px;}
.OfferingBusiness .sectionHead h2 {font-size: 32px; color: #333; font-weight:700;margin-bottom: 15px; }
.OfferingBusiness .sectionHead h2 a{display:inline-block;}
.OfferingBusiness .sectionHead p {font-size: 22px; color: #7A7A7A;}


.orgrect{position:relative;}
.orgrect:after, .orgrect:before{content:"";background:#fff; border:15px solid #FCB315; position:absolute; }
.orgrect::after {width: 338px; height: 577px; left: -15px; top: -75px;}
.orgrect::before {width:147px; height:147px; right:-15px; bottom: -15px; }
	
}


.imageIn {position: relative;}
.OfferingBusiness .imageIn:after{
	border-radius: 10px;
    content: "";
    background: rgba(0,0,0,0.20);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.OfferingBusiness .imageIn:hover:after{background: rgba(0,0,0,0.30);}
.OfferingBusiness .imageIn{border-radius:10px;position: relative;}
.OfferingBusiness .imageIn a {position: absolute; text-align: center; bottom: 30px; right: 0; left: 0; font-size: 24px; color: #fff; font-weight: 600;display: inline-block;z-index:1; }

.FirststanCapital {padding-bottom:90px;}
.FirststanCapital .contentArea { padding-left: 90px;}
.FirststanCapital .imageIn{text-align: right;}
/*.FirststanCapital .imageIn::after,
.FirststanCapital .imageIn::before {content:"";background:#fff; border:15px solid #FCB315; position:absolute; }
.FirststanCapital .imageIn::after {width: 338px; height: 577px; left: -15px; top: -75px;}
.FirststanCapital .imageIn::before {width:147px; height:147px; right:-15px; bottom: -15px; }*/
.FirststanCapital .imageIn img {z-index: 1; position: relative;}
.FirststanCapital .contentArea h6 {position: relative;}
 h6::after,
 h6::before {content: ""; position: absolute; top: 9px; height: 2px; background: #FCB315;}
 h6::after {right: 103%; width: 30px; }
 h6::before {right: 101%; width:8px; }
.FirststanCapital .contentArea h2{font-weight:500;padding: 15px 0px 25px 0px;}
.FirststanCapital .contentArea h2 strong{display: block; line-height: 50px;font-weight:700;padding-bottom: 10px;}
.FirststanCapital .contentArea p{padding-bottom:32px;color:#666;}


.servicesOuter{background:#252525;}
.servicesOuter .sectionHead h6{display:inline-block;margin-left: 66px;margin-bottom: 15px;}
.servicesOuter .sectionHead h6::after{right:124%;}
.servicesOuter .sectionHead h6::before{right: 114%;}

.servicesOuter .sectionHead h2{color:#fff;}
.servicesOuter .contentArea{display: block; text-align: center; border: 1px solid #fff; border-radius:3px; padding: 28px 20px; margin-bottom: 30px;}
.servicesOuter .contentArea .imageIn {width: 100px; height: 100px; border: 1px solid #fff; border-radius: 50%; text-align: center; line-height: 95px; position: relative;margin: 0 auto; }
.servicesOuter .contentArea .imageIn img {position: absolute; left: 0; right: 0; text-align: center; margin: 0 auto; top: 25px;transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out }
.nonecls{opacity:0; visibility:hidden;display: none;}

.servicesOuter .contentArea:hover{background:#000;border: 1px solid #000;}
.servicesOuter .contentArea:hover .imageIn {background:#FCB315; border: 1px solid #FCB315;}
.servicesOuter .contentArea:hover .showcls{opacity:0; visibility:hidden;display:none;}
.servicesOuter .contentArea:hover .nonecls{opacity:1; visibility:visible;display:block;}
.servicesOuter .contentArea h5 {color: #fff;margin:15px 0px;transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;}
.servicesOuter .contentArea:hover h5 {color:#FCB315;}
.servicesOuter .contentArea p {color: #fff;}
.servicesOuter .contentArea span {text-transform:uppercase; font-size: 18px;margin-top: 15px;display: inline-block;}



.testimonialsOuter .sectionHead h6{display:inline-block;margin-left:60px;margin-bottom: 15px;}

.testimonialsOuter .sectionHead h6::after{right:110%;}
.testimonialsOuter .sectionHead h6::before {right: 105%;}


.testimonialsOuter .owl-carousel .owl-item img {width: auto;}

.testimonialsOuter .owl-carousel .item{ padding:5px; }


.testimonialsOuter .owl-carousel .contentArea {border-radius: 10px;}
.testimonialsOuter .owl-carousel .contentArea > p{margin:22px 0px;}
.testimonialsOuter .owl-carousel .contentArea .imageIn{position: relative; padding-left:105px; min-height:81px;background: #F9F9F9; }
.testimonialsOuter .owl-carousel .contentArea .imageIn p {padding-top:24px;font-size: 20px;font-weight: 600;}
.testimonialsOuter .owl-carousel .contentArea .imgIn {
    position: absolute;
    left: 35px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonialsOuter .owl-carousel .contentArea .imgIn.boxShadow{box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
-ms-box-shadow: 0 0 3px rgba(0,0,0,.2);
-moz-box-shadow: 0 0 3px rgba(0,0,0,.);}

.testimoIn {
    padding: 30px 40px 0px 40px;
    margin-bottom: 20px;
}
.testimoIn p {
    padding-top: 20px;
}


.testimonialsOuter .owl-next:after,
.testimonialsOuter .owl-prev:after {font-family: fontAwesome;
    color: #333;
    font-size: 26px;
    width: 32px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    background: rgba(252,179,21, 0.40);
    border-radius: 0;
    margin: 0px 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.testimonialsOuter .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    width:100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}




/*subscribe section start*/
.NewsOuter.pd90 {padding-top:20px;}

.NewsOuter:after {
    content: "";
    position: absolute;
     left: -20%;
    top: 16%;
/*     background: url(../images/newbg.png) center left no-repeat; */
    max-width: 870px;
    min-height: 727px;
    width: 100%;
}
.NewsOuter .newsIn{position: relative;z-index: 5}


.NewsOuter .sectionHead h6 {
    display: inline-block;
    margin-left:50px;
    margin-bottom: 15px;
}
.NewsOuter .sectionHead h6::after{right:114%;}
.NewsOuter .sectionHead h6::before {right: 105%;}
.NewsOuter .item {padding:5px;}
.NewsOuter .item .contentIn {background: #fff; }
.NewsOuter .item .contentArea { border-radius: 10px; } 
.NewsOuter .item .contentArea:hover{box-shadow: 0 0 11px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 11px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.3);}
.contentIn {position: relative; padding: 40px 30px 30px 30px;}
.contentIn h4 {margin-bottom: 15px; }
.datecls {width: 130px; height: 40px; display: inline-block; text-align: center; line-height: 40px; font-size: 15px; position: absolute; right: 30px; top: -20px; } 
.datecls i {margin-right: 10px; } 
hr {border-top: 1px solid #BFBFBF;}
.NewsOuter .contentArea hr {border-top: 1px solid #BFBFBF;}
.orgBtn{height: 50px;
display: inline-block;
line-height: 50px;
border-radius: 10px;
max-width: 150px;
width: 100%;
text-align: center;
font-size: 18px;
color: #333;
font-weight: 600;
border: 1px solid #FCB315;
margin-right: 30px;}

.orgBtn:hover {background: #fff; color:#333; }
.NewsOuter .contentArea .orgBtn:hover{color:#FCB315;}
.NewsOuter .owl-next:after,
.NewsOuter .owl-prev:after {font-family: fontAwesome;
    color: #333;
    font-size: 26px;
    width: 32px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    background: rgba(252,179,21, 0.60);
    border-radius: 0;
    margin: 0px 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.NewsOuter .owl-nav {
    position: absolute;
    left: 50%;
    top:37%;
    width:100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/*news page start*/

.pageBanner {position: relative;}
.pageBanner > img {width: 100%;}
.newsBanner {background: url(../images/newsBanner.jpg)center center no-repeat; width: 100%; height: 100%; background-size: cover; }
.pgbannerIn {position: relative; z-index: 1; padding-top: 12%; padding-bottom: 3%;} 
.pageBanner .transformMid {top:75%;}
.pageBanner::after {content: ""; background: rgba(0,0,0,0.4); position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pgbannerIn .breadcrumb {padding: 0;background:transparent; margin:0px;margin-top: 10px; margin-left: 3px; }
.pgbannerIn .breadcrumb > li + li::before {padding: 0 0px;} 
.pgbannerIn .breadcrumb li a {font-size: 16px; font-weight: 600; text-transform: uppercase; color: #fff;}
.pgbannerIn .breadcrumb li.active {text-transform: uppercase; color: #FCB315; font-weight: 600; font-size: 16px;}

.newsDetails .contentArea {margin-bottom: 30px;}
.newsDetails .loadMore {padding-top:50px;}




/*news deatils*/
.newsDetailsBanner{}

.newsDetalsIn .datecls {position: static; margin-bottom: 15px;} 
.newsDetalsIn .contentIn {position: relative; padding: 40px 0px 30px 0px;}
.newsDetalsIn .contentIn p {color: #666; padding-bottom: 15px; }

.newsDetails .sectionHead h6 {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 15px;
}
.newsDetails .sectionHead h6::before {
    right: 110%;
    width: 8px;
}
.newsDetails .sectionHead h6::after {
    right: 132%;
    width: 30px;
}



/*about page*/

.aboutBanner {background: url(../images/aboutBanner.jpg)center center no-repeat; width: 100%; height: 100%; background-size: cover; }
.ourVision .servicesIn {margin: 0px -15px;} 
.ourVision .visionIn {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.ourVision .sectionHead {margin-bottom:0px;}
.ourVision .sectionHead h6 {margin-left: 50px;}
.ourVision .sectionHead h2 {margin-bottom:15px; }
.ourVision .sectionHead p {color: #fff; padding-top:20px;}
.ourVision .contentArea {padding: 30px 20px; }
.ourVision .contentArea h5 {margin:30px 0px;margin-bottom: 10px; min-height:55px;}

/*contact pg*/
.contactOuter .contentIn {text-align: center;min-height:248px;}
.contactOuter .boxShadow {box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); -ms-box-shadow: 0 0 3px rgba(0,0,0,.2); -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.contactOuter .contentIn a {display: block; font-size: 22px;color:#333;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.contactOuter .contentIn a:hover {color:#FCB315;}
.contactOuter .contentIn p {font-size: 22px; }
.contactOuter .contentIn img { margin-bottom:40px;}
.contactOuter .inputIn input, 
.contactOuter .inputIn textarea {width:100%; border:none; height: 74px; padding: 15px 20px;}
.contactOuter .inputIn textarea {min-height: 110px; resize: none;}
.contactOuter label {font-size: 18px; color: #333; margin-bottom: 10px; font-weight: 500;}
.contactOuter .contactIn {margin-bottom: 30px;}
button{
height: 50px;
display: inline-block;
line-height: 50px;
border-radius: 10px;
max-width: 150px;
width: 100%;
text-align: center;
font-size: 18px;
color: #333;
font-weight: 600;
border: 1px solid #FCB315;
margin-right: 30px;}

button:hover{border: 1px solid #FCB315;background: transparent;}
.mapin img {
    width: 100%;
}

.contactOuter .sectionHead h6 {
    display: inline-block;
    margin-left: 46px;margin-bottom: 15px;
}
.contactOuter h6::after {
    right: 110%;
}

/*services page*/

.servicesBanner {background: url(../images/servicesBanner.jpg)center center no-repeat; width: 100%; height: 100%; background-size: cover; position: relative; }
.servicespg .FirststanCapital{position: relative;}
.servicespg .FirststanCapital::after {
    content: "";
    position: absolute;
    left: -20%;
    top: 5%;
    background: url(../images/mapbg.png) center left no-repeat;
    max-width: 800px;
    min-height: 600px;
    width: 100%;
}


.servicespg .sectionHead h6 {display: inline-block; margin-left: 60px; margin-bottom: 10px;}
.servicespg .sectionHead  h6::after {right: 115%; }
.servicespg .sectionHead  h6::before {right: 105%; }
.servicespg .sectionHead p {font-size: 22px; color: #7A7A7A; padding-top: 15px; }
.servicespg .servicesTab{position: relative;z-index: 1;}
.servicespg .panel-default > .panel-heading{background:#fff;border: none;}
.servicespg .panel-default, .servicespg .nav-tabs {border:none;}
.servicespg .nav-tabs > li.active > a,
.servicespg .nav-tabs > li.active > a:focus,
.servicespg .nav-tabs > li.active > a:hover{border:none;background: #FCB315;color:#000;}
.servicespg .nav > li > a:focus,
.servicespg .nav > li > a:hover {background:#fff;}
.servicespg .nav-tabs > li {margin: 0 15px;width: 15%;}
.servicespg .nav-tabs > li:last-child {margin-right: 0; }
.servicespg .nav-tabs > li:first-child {margin-left: 0; }
.servicespg .FirststanCapital .panel-heading .imageIn {
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;text-align: center;
    margin-bottom: 10px;position: relative;
}

.servicespg .FirststanCapital .panel-heading .imageIn img{
   position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.servicespg .FirststanCapital .contentArea p{color:#333;}

.servicespg .nav-tabs > li > a {border: 0px solid transparent; border-radius: 4px; color:#333; font-size:24px;min-height:200px;line-height: 28px;text-align: center;margin:0px;font-weight: 600;}
.servicespg  .nav-tabs > li.active a {background: #FCB315; position: relative;color:#000;} 
.servicespg  .nav-tabs > li.active a:after{width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 40px solid #FCB315;
content: "";
position: absolute;
top:99%;
left: 0;
right: 0;
margin: 0 auto;
  } 


.servicespg .nav-tabs > li:hover .showcls {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.servicespg  .nav-tabs > li:hover .nonecls {
    opacity: 1;
    visibility: visible;
    display: block;
}

.servicespg  .nav-tabs > li.active .imageIn img.showcls {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.servicespg  .nav-tabs > li.active .imageIn img.nonecls {opacity: 1; visibility: visible; display: block; }
.servicespg .panel-body {padding:0px; margin-top: 80px;}
.servicespg .FirststanCapital .contentArea {padding-left: 0; padding-right: 50px;}
.servicespg .FirststanCapital .imageIn {text-align: right; margin-top: 100px;}
.servicespg .FirststanCapital .contentArea h2 {font-weight:700;}
.servicespg .contentArea ul li {font-size: 18px; color: #333; position: relative; padding: 10px 15px 10px 48px;}
.servicespg .contentArea ul li:after {background:url(../images/check-circle.png) center center no-repeat; width: 30px; height: 30px;position: absolute;left: 0; top: 8px; content:"";}
.servicespg .contentArea ul {margin-top: -15px; } 
.servicespg .contentArea .bannerBtn a:hover{color:#333;}

  




/*==============footer start==================*/

.footerOuter{background:#252525; padding-top: 50px;}
.footerlogo p {color: #fff; margin-top: 30px; padding-right: 110px; }
.footerIn h4 { color: #fff; font-weight: 600;position: relative;	padding-bottom: 20px;
margin-bottom: 15px;}
.footerIn h4:after,
.footerIn h4:before{position:absolute;bottom:0px; left:0px; content:"";height:3px;border-radius:3px; }
.footerIn h4:after{background:#707070; max-width: 185px;width:100%;}
.footerIn h4:before{width:55px; left:0px; background:#FCB315;z-index: 1 }
.linksIn ul li {position: relative; padding-left: 30px;}
.linksIn ul li:after{content:"\f105";font-family:fontAwesome;color:#FCB315;position:absolute;left: 0; top: 7px;
font-size: 18px;}
.linksIn ul li a {font-size: 18px; color: #fff; line-height: 38px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; } 
.linksIn ul li a:hover { color:#EBA715; }
.linksIn ul li a:hover{color:#FCB315;}
.latestNews ul li {position: relative; padding-left: 85px; min-height:60px; margin-bottom: 20px; } 
.latestNews ul li a p {color: #fff; } 
.latestNews ul li a span{font-size: 15px;font-weight: 600;margin-top:5px; display: inline-block;}
.latestNews ul li a img {position: absolute; left: 0; top: 7px;}
.addresList li {position: relative; padding-left: 24px; margin-bottom: 15px; } 
.addresList li p,
.addresList li a {color: #fff; font-size: 18px; }
.addresList li a:hover{color:#EBA715;}
.addresList li i {color: #FCB315; font-size: 20px; position: absolute; left: 0px; top: 5px; }
.addresList li i.fa.fa-envelope {font-size: 16px; }
.addresList li i.fa.fa-phone {font-size: 18px;}
.socialIcon {margin-top: 15px;    margin-bottom: 50px; display: inline-block; } 
.socialIcon ul li {display: inline-block; margin-right: 15px; }
.socialIcon ul li a i {width: 28px; height: 28px; background: #FCB315; color: #000; font-size: 15px; border-radius: 4px; line-height: 28px; text-align: center; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; } 
.socialIcon ul li a i:hover{background: #fff;}
.copyRight {padding:15px 0px;}
.copyRight hr {border-top: 1px solid #707070; margin:0px;margin-bottom: 15px;} 
.copyRight p { font-size: 14px; text-align: center; color: #fff;  line-height: 34px;}