/*
Theme Name: AJS Accounting
--*/
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700,800,900|Fira+Sans:400,500,600,700,800,900&display=swap');
body{
	font-family: 'Fira Sans', sans-serif;
}

.headerTop{
	background: #1f1f1f;
	padding: 3px 0;
}

.phNo i, .mailIcon i{
	color: #fff;
	font-size: 12px;
}

 .mailIcon a{
	font-size: 12px;
	color: #c1c1c1;
	margin-left: 10px;
}
.phNo a{
	font-size: 13px;
	color: #c1c1c1;
	margin-left: 10px;
}
.phNo{
	margin-right: 14px;
}

.headerBottom{
	background: rgba(255,255,255,0.26);
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
z-index: 2;
}

.navbar, .navbar-brand{
	padding: 0px;
}

.homeNav ul li a{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #424242;
}
.homeNav ul li{
	padding: 0 10px;
}

.institute{
	padding-left: 0px;
	margin-bottom: 0px;
}
.homeNav ul.institute li{
	list-style-type: none;
	padding-right: 0px;
}

.homeNav ul li.contactBut a{
	padding: 7px 17px 10px 17px;
	background: #8d8787;
	color: #fff;
	border-radius: 30px;
}

.headerBottom{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 31px;
}

.bannerImage{
	height: 663px;
	z-index: -1;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerText{
	padding-top: 217px;
}
.bannerText h1{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 51px;
	text-transform: uppercase;
	color: #1f1f1f;
}
.bannerText h1 strong{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 54px;
	text-transform: uppercase;
	color: #8d8787;
}

.bannerText h2{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 153px;
	text-transform: uppercase;
	color: #1f1f1f;
	line-height: 100px;
}
#gallerySlider.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
#gallerySlider.owl-theme .owl-dots .owl-dot {
    display: block;
}

#gallerySlider.owl-theme .owl-dots .owl-dot span{
	width: 16px;
	height: 16px;
	background: #fff;
	border:1px solid #8d8787;
	border-radius: 100%;
}

#gallerySlider.owl-theme .owl-dots .owl-dot.active span{
	background: #8d8787;
	border-color: #fff;
}

.clientsPart{
	background: #8d8787;
	padding-top: 65px;
	padding-bottom: 30px;
	position: relative;
}
.clientsPart .nextSection{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -41px;
	z-index: 9;
}

.clientsPart h2{
	color: #191919;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
}
.clientsPart h2 strong{
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 34px;
	display: block;
}
.clientListing{
	margin-top: 23px;
}
.clientListing li{
	list-style-type: none;
	width: 115px;
}
.clientListing li .list{
	list-style-type: none;
	width: 115px;
	height: 112px;
	background: #191919;
	border:2px solid #bbbbbb;
	border-radius: 10px;
	text-align: center;
	line-height: 112px;
	transition-duration: 0.3s;
}
.clientListing li .list:hover{
	background:#fff;
	border-radius: 100%;
	border-color: #fff;
	transition-duration: 0.3s;
}
.clientListing li .list:hover img{
	filter:invert(100%);
}

.clientListing li p{
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
}

.services{
	background: #f5f5f5;
	padding: 90px 0 0 0;
	position: relative;
}
.services h2{
	text-align: center;
	color: #191919;
	font-weight: 700;
	font-size: 36px;
	position: relative;
	margin-bottom: 35px;
}
.services h2:after{
	width: 55px;
	height: 2px;
	background: #818181;
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.servListing:nth-child(2n+1) .servLeft{
	order: 2;
}
.servListing:nth-child(2n+1) .servRight{
	order: 1;
}

.servListing h3{
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #2b2b2b;
}
.servListing p{
	color: #656565;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.servListing:nth-child(2n+1){
	text-align: right;
}

.readBut a{
	padding: 7px 22px;
	border:1px solid #bbbbbb;
	border-radius: 40px;
	font-weight: 600;
	font-size: 14px;
	color: #6c6c6c;
}


.readMoreBut{
	width: 0; 
  height: 0; 
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  margin-top: 90px;
  border-bottom: 60px solid #fff;
  margin: 30px auto 0  auto;
  
}
.readMoreBut a{
	font-size: 14px;
  color: #191919;
  font-weight: 600;
  margin-left:-34px;
  padding-top: 40px;
  display: block;
  width: 100px;
}

.planning{
	margin: 100px 0;
}
.experience{
	width: 270px;
	margin-bottom: 54px;
}
.exLeft{
	background:#8b8585;
	width: 90px;
	height:90px;
	text-align: center;
	line-height: 90px;
}
.exRight{
	width: 176px;
	height: 90px;
	background: #f4f4f4;
	padding-left: 29px;
	font-size: 60px;
	font-weight: 600;
	color: #191919;
}

.expBottomPart{
	width: 240px;
	height: 50px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 13px -4px rgba(0,0,0,0.4);
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #191919;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}

.callNowPart{
	width: 100%;
	height: 408px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.callNowBg{
	width: 100%;
	height: 408px;
	background:#8b8585;
	padding-top:95px;
}

.callNowBg h2{
	color: #0e0e0e;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	line-height: 60px;
}
.callNowBg h2 a{
	display: block;
	color: #fff;
}

.callNowEmail a{
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 20px;
}

.needHelpPart{
	padding-top: 95px;
}

.needHelpPart h3{
	color: #8b8585;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 34px;
	margin-top: 25px;
}
.needHelpPart p{
	color: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 21px;
}
.needHelpPart h2{
	color: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 53px;
	line-height: 35px;
}

.getInTouch{
	margin: 70px 0 50px 0;
}

.getInTouch h2{
	color: #404040;
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	font-size: 44px;
	text-align: center;
	margin-bottom: 10px;
}
.getInTouch h2 strong{color: #8b8585; font-weight:700;}

.getInTouch h4{
	color: #666666;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.getInTouch h3{
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 29px;
	text-align: center;
	color: #3d3d3d;
}

.getForm{
	margin-top: 39px;
}
.getForm input[type="text"], .getForm input[type="email"], .getForm input[type="tel"]{
	height: 55px;
	background: #f9f9f9;
	border:1px solid #c9c9c9;
	font-weight: 500;
	font-size: 16px;
	color: #606060;
}

.getForm textarea{
	height: 94px;
	background: #f9f9f9;
	border:1px solid #c9c9c9;
	font-weight: 500;
	font-size: 16px;
	color: #606060;
}
.getForm .form-group{
	margin-bottom: 30px;
}
.submitButton{
	text-align: center;
}
.submitButton input[type="submit"]{
	padding:12px 42px;
	background: #8b8585;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 60px;
	border:0px;
	cursor: pointer;
}
.getForm .wpcf7-not-valid-tip{
	display: none !important;
}

.getForm .wpcf7-not-valid{
	border-color: #f00 !important;
}

.footerPart{
	background:#1b1b1b;
	padding-top: 85px;
	padding-bottom: 30px;
}

.footerPart h2{
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 20px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.footerPart h3{
	color: #909090;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 20px;
}
.footerPart p{
	color: #656565;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.footerMenu ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.footerMenu ul li{
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.footerMenu ul li a{
	color: #898989;
	font-weight: 400;
	font-size: 15px;
}
.footerMenu ul li:before{
	position: absolute;
	content: "";
	background:url(images/bullet.png) no-repeat;
	width: 7px;
	height: 11px;
	left:0px;
	top: 7px;
}

.footAddress p, .footAddress p a{
	font-size: 14px;
	color: #888888;
	font-weight: 400;
}
.socIcon p a span{
	width: 38px;
	display: inline-block;
}
.socIcon p a span i, .socIcon p a{
	font-size: 14px;
	color: #888888;
}

.copyright{
	border-top:1px solid #2b2b2b;
	margin-top: 93px;
	padding-top: 28px;
	text-align: center;
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 400;
}
.copyright a{
	color: #4e4e4e;
}

.innerBanner{
	height: 322px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.innerHeading{
	margin-top: 340px;
}
.innerPart{
	background: #fff;
	padding-top: 19px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 6px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	
	transform: translateX(-50%);
	
}
.innerPart:before{
	position: absolute;
	background:url(images/beforeImage.png);
	width: 31px;
	height: 89px;
	content:"";
	left: -30px;
	top: 0;
}

.innerPart:after{
	position: absolute;
	background:url(images/afterImage.png);
	width: 32px;
	height: 89px;
	content:"";
	right: -31px;
	top: 0;
}

.innerPart h1{
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	font-size: 44px;
	color: #1f1f1f;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.bookKeepingPart{
	margin-top: 50px;
	margin-bottom: 95px;
}

.bookingHeading h2{
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 29px;
	text-align: center;
}
.bookingHeading h2 strong{
	color: #242424;
	font-size: 29px;
	font-weight:400;
}
.bookingHeading p{
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	text-align: center;
}

.blackBg{
	height: 345px;
	background: #191919;
	padding-top: 72px;
	margin-top: 55px;
}

.videoBg{
	border:14px solid #fff;
	-webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.10);
        height: 428px;
        margin-bottom: 60px;
}

.videoBg p{
	margin-bottom: 0px;
}

.bookingConsulting{
	margin-top: 220px;
}

.bookingConsulting h2{
	color: #3e3e3e;
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.bookingConsulting h2 strong{
	color: #8d8787;
	font-weight: 400;
}

.bookingConsulting p{
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 30px;
}
.bookingConsulting ul {
	margin: 0 0 20px 16px;
	padding: 0;
}
.bookingConsulting ul li {
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 5px;
}
.taxContent{
	margin-top: 50px;
}

.taxContent p{
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 23px;
	text-align: justify;
}

.taxServices{
	background: #191919;
	padding: 65px 0;
}

.taxServices h2{
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 30px;
	margin-bottom: 20px;
}
.taxServices ul li{
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	margin-bottom: 17px;
}
.taxServices ul{
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.taxStructuring{
	margin: 40px 0;
}
.taxStructuring h2{
	color: #3e3e3e;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 36px;
	margin-bottom: 35px;
}

.taxStructuring p{
	color: #656565;
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: justify;
}

.innerPart h1 strong{
	color: #8d8787;
	font-weight: 700;
}
.contPartText{
	margin-top: 65px;
}
.contactText p{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#454545;
	line-height: 26px;
	text-align: center;
	margin-bottom: 30px;
}

.contMapPart{
	margin-bottom: 115px;
}

.accountText{
	margin-top: 82px;
}

.accountText p{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#656565;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 40px;
}
.accountBottomText{
	margin-bottom: 135px;
}
.accountBottomText ul li{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#2a2a2a;
	padding: 10px 0 10px 20px;
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	position: relative;
}
.accountBottomText ul{
	padding-left: 0px;
	margin-bottom: 0px;
}

.accountBottomText ul li:before{
	position: absolute;
	left: 0;
	top: 19px;
	background: url(images/dot.jpg) no-repeat;
	width: 8px;
	height: 8px;
	content: "";
}

.investMentPart{
	margin-top: 80px;
}

.investMentPart p{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#656565;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 40px;
}

.homeLoansPart{
	margin-top: 80px;
}

.homeLoansPart p{
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#656565;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 40px;
}

.homeLoansBottomTExt img{
	width: 100%;
	height: auto;
}
a:hover{
	text-decoration: none;
}
.footerMenu ul li a:hover{
	color: #fff;
}
.navbar-toggler span {
    width: 30px;
    height: 3px;
    background: #000;
    margin-bottom: 4px;
    display: block;
}
.navbar-light .navbar-toggler{
	border:none;
}

.servInner h1{
	font-size: 30px;
}

.servDetails{
	margin: 60px 0;
}

.videoBg{
	position: relative;
}

.vIcon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.videoBg img{
	height: 400px;
    width: 100%;
    object-fit: cover;
}
.videoBg .vIcon img{
	width: auto;
	height: auto;
}

.validation_logo {
	display: table;
    max-width: 100px;
    margin: 12px auto 0;
}
.validation_logo img {
	max-width: 100%;
	display: block;
}