body{
  /* font-family: 'PT Sans', sans-serif; */
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  background:#fff;
}
*{
	margin:0px;
	padding:0px;
}
a, button{
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;

}
a{
  color: #ea7c23;
}
a:hover, a:focus{
  color: #065e91;
  text-decoration: none;
}


.container{
	width:1400px;
	margin:0 auto;
}

.bannerSection{
	position:relative;
}

.mainHeader{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	padding:20px 0px;
	z-index:3;
}
.mainHeader .logo{
	float:left;
	width:20%;
	    padding-top: 5px;
}
.mainHeader .mainMenu{
	width:75%;
	float:right;
	text-align:right;
}
.mainHeader .mainMenu ul{
	text-align:right;
	float:none;
	display:inline-block;
	list-style-type:none;
	margin: 0px;
	    margin-top: 10px;
}

.mainHeader .mainMenu ul li{
	float:left;
	position:relative;
	;
}
.mainHeader .mainMenu ul li ul{
	position:absolute;
	left:5px;
	min-width:250px;
	text-align:left;
	background:#2f3191;
	margin:0px;
	display:none;
	
}
.mainHeader .mainMenu ul li:hover ul{
	display:block;
}
.mainHeader .mainMenu ul li ul li{
	float:none;
	display:block;
	border-bottom: 1px solid #5255d6
}
.mainHeader .mainMenu ul li ul li a{
	color: #fff;
}
.mainHeader .mainMenu ul li ul li a:hover{
	background:#090b68;
	color:#fff;
}
.mainHeader .mainMenu ul li a{
	color:#fff;
	font-weight: 400;
	font-size:18px;
}
.mainHeader .mainMenu ul li a{
	padding:10px 15px;
	display:block;
	border-bottom:1px solid transparent;
}
.mainHeader .mainMenu ul li:hover>a{
	color:#cd3336;
	border-bottom:1px solid #cd3336;
}
.mainHeader .mainMenu ul li.menu-item-has-children:hover>a{
	color:#cd3336;
	border-bottom:0px solid #cd3336;
}
.aboutSection{
	padding:100px 0px;
	background:#fff;
	
}
.aboutSection p{
	font-weight:300;
	font-size:35px;
	padding-left:15%;
	padding-right:15%;
	margin-bottom: 20px;
}

.thinking{
	background:#f5f5f5;
	padding:50px 0px;
}
.thinking h2{
	font-size:30px;
	text-align:center;
	color:#000;
	font-weight:300;
}

.clearfix:after, .container:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}

.tninkingSections{
	padding-top:30px;
	margin-left:-20px;
	margin-right:-20px;
}
.tninkingItem{
	/* float:left;
	width:50%;
	padding:20px; */
}
.tninkingItemImage{
	overflow: hidden;
    position: relative;
    text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	background:#fff;
}
.tninkingItemImage img{
	width:100%;
	transition: all 0.2s linear;
}
.tninkingItemImage .overlay{
	background-color: rgba(46, 49, 146, 0.6);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	bottom:0px;
	right:0px;
	filter: alpha(opacity=0);
    opacity: 0;
	padding:100px 0px;
}

.tninkingItemImage .overlay h4{
	    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    padding: 25px;
	font-weight:300;
}
.tninkingItemImage .overlay a{
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	
	-webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    -o-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px);
	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #131e5e;
    color: #fff;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
		
}

.tninkingItem:hover .tninkingItemImage img{
	    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.tninkingItem:hover .tninkingItemImage .overlay{
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


.tninkingItem:hover .tninkingItemImage .overlay h4{
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tninkingItem:hover .tninkingItemImage .overlay a{
	   
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.tninkingItem .tninkingItemImage .overlay a:hover{
	background:#cd3236;
}


.tninkingItemContent{
	padding-top:15px;
}
.tninkingItemContent h3{
	font-weight:300;
	color:#000;
	font-size:20px;
	margin-bottom:0px;
}

.tninkingItemContent h5{
	font-weight:300;
	color:#000;
	font-size:16px;
	margin-bottom:0px;
}

.quoteSection{
	background:#fff;
}

.quoteSection{
	padding:100px 0px;
	
}
.quoteSection p{
	font-weight:300;
	font-size:39px;
	padding-left:15%;
	padding-right:15%;
	color:#2e3192;
	text-align:center;
	line-height:49px;
	margin-bottom:15px;
}
.quoteSection .quoteAuthor{
	text-align:center;
	display:block;
	font-size:20px;
	color:#000;
}

.banners{
	position:relative;
}
.banners>img{
	width: 100%;
}


#vid{
 background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index:-1;
}

.ytplayer-container{
  position: absolute;
  top: 0;
  z-index: -1;
}


.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}
.smallLine{
	display:block;
	width:100px;
	height:2px;
	background:#000;
	margin-left:15%;
}

.mainFooter{
	background:#cccccc;
	padding:50px 0px;
}

.footerLeft{
	width:50%;
	float:left;
}
.footerLeft a{
	font-weight:300;
	color:#000;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	padding-left:0px;
}
.footerLeft a:hover{
	color:#e32d4c;
}
.footerTop, .footerBot{
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px;
}
.footerTop li, .footerBot li{
	list-style-type:none;
	display:inline-block;
}
.footerTop li a{
	font-size:17px;}
	
	.footerRight{
		float:right;
		width:50%;
		padding-top:30px;
	}
	.footerRight ul{
		display:block;
		text-align:right;
	}
	.footerRight ul li{
		display:inline-block;
	}
	.footerRight ul li a{
		display:block;
		border:1px solid #2e3192;
		color:#2e3192;
		padding:2px 4px;
		width:30px;
		text-align:center;
		margin-left:10px;
		background:transparent;
	}
	.footerRight ul li a:hover{
		color:#fff;
		background:#e32d4c;
		border-color:#e32d4c;
	}
	
	
	#video{
  position: relative;
  background: transparent;
}

#video:after{
	content:'';
	background:rgba(46, 49, 146, 0.3);
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	z-index:1;
}
.bannerCaption{
	color:#fff;
	font-weight:500;
	text-align:center;
	font-size:50px;
	position:absolute;
	left:0px;
	top:50%;
	right:0px;
	bottom:0px;
	z-index:2;
	margin-top:-30px;
	
}

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
    color: #fff;
    font-size: 80px !important;
    margin-top: -80px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    /* border:1px solid #fff;
    width: 40px;
    height: 40px; */
    outline: none;
}
.owl-carousel .owl-nav .owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.owl-carousel .owl-nav .owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.owl-carousel:hover .owl-nav .owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next:hover,
.owl-carousel:hover .owl-nav .owl-prev:hover{
    color:#cd3236;
   /*  background: #0C94B8;
    border: 1px solid #0C94B8; */
}

.owl-carousel button.owl-dot{
	    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0px 3px;
}
.owl-carousel  .owl-dots{
	text-align: center;
}
.owl-carousel button.owl-dot.active{
	background-color: #cd3236;
}



/*----Inner Page-----------*/
.innerPage .mainHeader {
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	padding: 20px 0px;
	z-index: 1;
}
.innerPage .mainHeader:after{
	content:'';
	clear:both;
	display:block;
}

.innerPage .mainHeader .mainMenu ul li a{
	color:#808080;
}
.innerPage .mainHeader .mainMenu ul li a:hover{
	color:#cd3336;
	
}

.innerPage .mainHeader .mainMenu ul li ul li a{
	color: #fff;
}
.innerPage .mainHeader .mainMenu ul li ul li a:hover{
	color: #fff;
}

.headingSection{
	text-align:center;
	padding:60px 0px;
}
.headingSection h1{
	font-size:70px;
	font-weight:300;
	line-height: 78px;
}
.headingSection p{
	font-size:20px;
	margin-bottom:0px;
}
.pageContent{
	background:#f5f5f5;
}
.pageContent{
	padding:60px 0px;
}
.pageContent .contentLeft{
	float:left;
	width:50%;
	padding-right:10%;
}
.pageContent .contentRight {
	float: right;
	width: 50%;
	padding-left: 5%;
}
.pageContent h2 {
	color: #2e3192;
	font-size: 35px;
	font-weight:300;
	line-height: 40px;
	padding-bottom: 25px;
}
.pageContent p{
	font-size:20px;
}
.contentRight .caption{display:block; padding-top:10px;
font-size:18px;
}

.innerPage .thinking{
	background:none;
}

.thinking.thinkingBg{
	background: #f5f5f5;
}
/* .innerPage .mainHeader .logo{
	padding-top: 0px;
} */
.contactQuote {
	padding: 30px 0px 60px;
	text-align: center;
}
.contactQuote h3{
	text-align:center;
	color:#2e3192;
	font-size:35px;
	font-weight:300;
}
.bigBtn {
	display: inline-block;
	padding: 10px 50px;
	font-size: 30px;
	color: #2e3192;
	border: 2px solid #2e3192;
	margin-top: 30px;
}

.defaultTypography a.bigBtn {
	color: #2e3192;
}

.bigBtn:hover{
	background:#2e3192;
	color:#fff;
}
.defaultTypography a.bigBtn:hover{
	background:#2e3192;
	color:#fff;
}

.partnersWrap{
	padding-left:20%;
	padding-right:20%;
}
.partnerSection{
	padding:50px 0px;
	text-align:center;
}
.partnerSection h3{
	font-weight:300;
	font-size:22px;
	margin-bottom:30px;
}
.partnersWrap.staticLogos{
	padding: 50px 0px 100px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
.partnersWrap.staticLogos div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5%;
}


.partnerSection .owl-carousel .owl-nav .owl-prev, 
.partnerSection .owl-carousel .owl-nav .owl-next {
    color: #000;
    font-size: 40px !important;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 40px;
    opacity: 0.5;
    outline: none;
}
.partnerSection .owl-carousel .owl-nav .owl-prev{
    left: -5%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.partnerSection .owl-carousel .owl-nav .owl-next {
    right: -5%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.partnerSection .owl-carousel:hover .owl-nav .owl-next{
    
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.partnerSection .owl-carousel:hover .owl-nav .owl-prev{
    
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.partnerSection .owl-carousel:hover .owl-nav .owl-next:hover,
.partnerSection .owl-carousel:hover .owl-nav .owl-prev:hover{
    color:#cd3236;
   /*  background: #0C94B8;
    border: 1px solid #0C94B8; */
}
.menuToggle{display:none;
}



.innerBanner{
	position: relative;
}


.innerBanner .innerBannerCaption{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    /* right: 0px; */
    /* bottom: 0px; */
    text-align: center;
        margin-top: -30px;
}

.innerBanner .innerBannerCaption h1{
	color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

.contactFormStyle{
	padding: 15px 20px;
	background-color: #fff;
}
.contactFormStyle input[type=text], .contactFormStyle input[type=email], .contactFormStyle textarea{
	background-color: #fff;
}
.contactFormStyle textarea{
	max-height: 100px;
}
.contactFormStyle input[type=submit]{
	display: inline-block;
	background-color: #cd3236;
	width: 150px;
	margin: 20px auto 0px;
	display: block;
	font-size: 16px;
	padding: 15px 30px;
	transition: all 0.3s;
}
.contactFormStyle br{
	display: none;
}
.contactFormStyle p{
	margin-bottom: 10px;
}
.contactFormStyle label{
	display: block;
	margin-bottom: 15px;
}
.contactFormStyle input[type=submit]:hover{
	background-color:#2e3192;
}

.contactFormStyle h3{
	font-weight:400;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 15px !important;
	text-align: center;

}

.pageContent.no-bg{
	background: none;
}
.text-center{
	text-align: center;
	    padding-top: 0;
}





.defaultTypography {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #333;
	background-color: #FFF;
	line-height: 1.735;
	padding: 40px 0px;
}

.defaultTypography h1,
.defaultTypography h2,
.defaultTypography h3,
.defaultTypography h4,
.defaultTypography h5,
.defaultTypography h6 {
	font-weight: 600;
	line-height: 1.2;
}

.defaultTypography h1 {
	font-size: 4.06em;
	font-weight: 300;
	margin-top: 0.53em;
	margin-bottom: 0.53em;
	text-transform: uppercase;
}

.defaultTypography h2 {
	font-size: 2.73em;
	font-weight: 300;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.35em;
}

.defaultTypography h3 {
	font-size: 2.25em;
	font-weight: 500;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.defaultTypography h4 {
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

.defaultTypography h5 {
	font-size: 1.06em;
	font-weight: 600;
	margin-top: 0.94em;
	margin-bottom: 0.94em;
}

.defaultTypography h6 {
	font-size: 1em;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 1em;
}

.defaultTypography p {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.defaultTypography strong {
	font-weight: 700;
}

.defaultTypography em {
	font-style: italic;
}

.defaultTypography a {
	color: #790cf4;
}

.defaultTypography ul,
.defaultTypography ol {
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-left: 1.1em;
}

.defaultTypography li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.styledBox .vc-hoverbox-block-inner.vc-hoverbox-front-inner{
	color: #fff;
    background: rgba(88, 88, 90, 0.25);
    flex-shrink: 5;
    bottom: 0;
    margin-top: 10em;
} 


.newAnyaliticsTemplate{

}

.newAnyaliticsTemplate.defaultTypography h1 {
    font-size: 4em;
    font-weight: 400;
    color: #000;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    text-transform: none;
}
.newAnyaliticsTemplate.defaultTypography h2 {
    font-size: 2.23em;
    font-weight: 400;
    margin-top: 0.4em;
    margin-bottom: 0em;
    padding-bottom: 0;
}

.newAnyaliticsTemplate .contactQuote {
    padding: 80px 0px 80px;
    text-align: center;
}

.boxRowsWrap{
	overflow: hidden;
	background: #cccccc;
	   display: flex;
    flex-wrap: wrap;

}
.boxRowsWrap .boxRowsItem{
	display: block;
	width: 33.33%;
	float: left;
	min-height: 520px;
	text-align: center;
	background: #cccccc;
	color: #010101;
	    padding: 100px 3%;
	    transition: all 0.3s;
}
.boxRowsWrap .boxRowsItem .boxrowIcon, .boxRowsWrap .boxRowsItem .boxrowIconDark{
	display: inline-block;
	transition: all 0.3s;
}

.boxRowsWrap .boxRowsItem .boxrowIconDark{
	display: none;
}
.boxRowsWrap .boxRowsItem h3{
	font-size: 28px;
	font-weight: 400;
	
	    margin-top: 30px;
	

}
.boxRowsWrap .boxRowsItem p{
	padding-left: 2%;
	padding-right: 2%;
	
	font-size: 16px
}
.boxRowsWrap .boxRowsItem:nth-child(2){
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	color: #fff;
	background: #2e3192;
}
.boxRowsWrap .boxRowsItem:hover{
	color: #fff;
	background: #2e3192;
}

.boxRowsWrap .boxRowsItem:nth-child(2) .boxrowIcon, .boxRowsWrap .boxRowsItem:hover .boxrowIcon{
	
	transform: rotate(720deg);
	display: none;
}
.boxRowsWrap .boxRowsItem:nth-child(2) .boxrowIconDark, .boxRowsWrap .boxRowsItem:hover .boxrowIconDark{
	
	transform: rotate(720deg);
	display: inline-block;
}

.breadcrumpAndShare .breadcrumpArea{
	float: left;
	width: 75%;
	text-align: left;
	font-size: 16px;
}
.breadcrumpArea a{
	color: #808080;
	
}
.breadcrumpArea>span{
	display: inline-block;
	padding: 0px 4px;
	color: #808080;
	    vertical-align: middle;
}
.breadcrumpArea>span:first-child{
	padding-left: 0px;
}
.breadcrumpArea>span:last-child{
	color: #010101;
}
.breadcrumpAndShare .shareArea{
	float: right;
	width: 25%;
	text-align: right;
	color: #808080;
}
.breadcrumpAndShare .shareArea a{
	color: #000;
    font-size: 22px;
    transition: all 0.3s;
}

.breadcrumpAndShare .shareArea .addtoany_list.a2a_kit_size_32 a {
    font-size: 23px;
}

.breadcrumpAndShare .shareArea a:hover{
	color: #2e3192;
}

.mainContentArea .wpb_content_element{
	margin-bottom: 0px;
}
.newAnyaliticsTemplate .thinking{
	padding-top: 0px;
}

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.quoteSection p>small {
    font-size: 16px;
    color: #000;
        display: block;
    line-height: 22px;
}
.our_work-template-default .headingSection{
	padding-bottom: 0;
}


.quoteCaption{
	margin-top: 55px;
}