.saveText{}
.bg_gray{background-color:#405f79;}
.m-o{margin:0;}
.text-white{ color:#fff;}
.py-4{ padding-top:25px; padding-bottom:25px;}

.h1wrapper h1{ font-size:30px;}
#reviews-section {padding-top: 50px; padding-bottom: 60px; background: #f7f7f7;}

.whatsupLink a{ font-weight:600; color:#19d300}
.whatsupLink a:hover{color:#405f79}

.close{ color:#fff;}
.clearFix{ clear:both}

.owl-theme .owl-controls .owl-buttons div{background: #c92037 !important}


/** Gallery Start **/

.gal-container{padding: 12px;}
.gal-item{overflow: hidden;padding: 3px;}
.gal-item .box{height: 350px;overflow: hidden;}
.box img{height: 100%;width: 100%;object-fit:cover;	-o-object-fit:cover;}
.gal-item a:focus{outline: none;}
.gal-item a:after{
	content:"\f00e";
	font-family: FontAwesome;
	opacity: 0;
	background-color: rgba(201, 32, 55, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
	.gal-container .modal.fade .modal-dialog {
    top: 230px;
}

}





/* Footer Style */
i.red{color:#BC0213;}
.gal-container{padding-top :25px; padding-bottom:25px;}
footer{font-family: 'Quicksand', sans-serif;}
footer a,footer a:hover{color: #88C425;}

@media (min-width:768px){
	.modal-dialog{margin: 100px auto;}
}

/** Gallery End **/




/** Revies Section Start **/

.highlightPrevie{ font-size:24px; padding:20px 0;}
.reviesTitle{ font-size:24px; line-height:normal; margin-bottom:10px;}
.reviewStar i{ color:#F90; font-size:18px; margin-bottom:20px;}
#reviews-section .small{ color:#666}

 
.testimonial{
    padding: 0 100px;
}
.content{
/*    background: #236ca0;
*/    padding: 32px 59px 40px;
/*    border-radius: 20px;
*/    /*margin-bottom: 25px;*/
    position: relative;
}
.content:after{
/*    content: "";
    position: absolute;
    bottom: -15px;
    left:48%;
    border-top: 15px solid #236ca0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
*/}
.description{
    margin-bottom: 0;
/*    color:#fff;
*/    font-size: 16px;
}
.testimonial-review{
    text-align: center;
}
.testimonial-review > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}
.testimonial-review .testimonial-title{
    display: inline-block;
    font-size: 16px;
    color:#405f79;
    text-transform: capitalize;
}
.testimonial-review .testimonial-title > small{
    font-size: 13px;
    color:#fff;
}
.owl-theme .owl-controls{
    position: absolute;
    top:20%;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
    border:2px solid #fff;
}
.owl-prev,
.owl-next{
    width: 52px;
    height: 52px;
    line-height: 45px;
}
.owl-prev:before,
.owl-next:before{
    content:"\f104";
    font-family: FontAwesome;
}
.owl-next:before{
    content:"\f105";
}
.owl-theme .owl-controls .owl-prev{
    position: absolute;
    left:0;
}
.owl-theme .owl-controls .owl-next{
    position: absolute;
    right:0;
}

.owl-theme .owl-controls .owl-buttons div { font-size:20px !important;}
@media only screen and (max-width: 990px) {
    .testimonial{
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial{
        padding: 0 70px;
    }
}
@media only screen and (max-width: 480px) {
    .content{
        padding: 20px;
    }
    .content:after{
        left:44%;
    }
    .description{
        font-size: 12px;
    }
}



/** Revies Section End **/


/** Our Brand Partners Start **/

#brandPartners{
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f7f7f7;
}

.partnersLogo{ background-color:#fff; border:solid 1px #efefef; min-height:100px; padding:10px; vertical-align:central; width:100%; margin-bottom:15px;}

/** Our Brand Partners End **/


