/*-----------common.css----------*/
html{overflow-x:hidden;}
body{margin:0; padding:0; font-family: 'Lato'; overflow-x:hidden;}
a{color:#003375; font-family: 'Lato'; font-size:1rem;}
p{ font-family: 'Lato'; font-size:1rem; margin: .5rem 0; color:#585858; line-height:28px;}
span{ font-family: 'Lato'; font-size:1rem;}
ul,li{ font-family: 'Lato'; font-size:1rem;}
h1,h2,h3,h4,h5,h6{font-family: 'Lato';}
h2{font-size:2.5rem; font-weight:900; color:#000; margin-top:0;}
h2 strong{color:#003375;}

.home .entry-header{display:none;}
.container{max-width:1170px; margin:auto; padding:0 15px;} 
.vc_inner.vc_row-fluid{max-width:1170px; margin: auto; padding:0;}
.vc_inner.vc_row-fluid .vc_column-inner{padding:0 !important}
.cmn_section{padding:4rem 0 !important;}
.owl-dots{display: flex; justify-content: center; margin-top:1rem;}
.owl-dot span{
	background: #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-dot.active span{background: #bc5a37 !important; opacity:1 !important;}
.owl-nav{display: flex; justify-content: center; margin-top:1rem;}
.owl-prev, .owl-next{ width:26px; height:26px; color:#fff; background: #bc5a37; line-height:26px; text-align:center; margin:0 5px;}

/*
 * PhotoSwipe 5 and the legacy PhotoSwipe Masonry skin are both active. The
 * legacy skin is loaded later and globally overrides .pswp__button, moving the
 * PhotoSwipe 5 navigation buttons into the top-right toolbar. Scope the modern
 * controls to its unique ui-visible state so both plugins can coexist.
 */
.pswp--ui-visible .pswp__button {
	position: relative;
	float: none;
	width: 50px;
	height: 60px;
	background: none;
	overflow: hidden;
	opacity: .85;
}

.pswp--ui-visible .pswp__button--arrow {
	position: absolute;
	top: 50%;
	width: 75px;
	height: 100px;
	margin-top: -50px;
	background: none;
	opacity: 1;
}

.pswp--ui-visible .pswp__button--arrow--prev {
	right: auto;
	left: 0;
}

.pswp--ui-visible .pswp__button--arrow--next {
	right: 0;
	left: auto;
}
