/***************************
Add your custom styles below
****************************/
section.fadeIn {
  opacity: 0;
  transform: translate(0, 20px); 
  transition: all 1s;
  
}

section.visible { 
  opacity: 1;
  transform: translate(0, 0);
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before, .owl-theme .owl-controls .owl-nav div.owl-next:before{
    
    color: #fff;
    opacity: 1;
    font-weight: bolder;
}

.customBackgroundColor{
	
	 background-image: linear-gradient(to bottom, white, #f8f8f8) !important;
}

.customBgImgHolder{
	background-position: 0px -225px !important;
	background-repeat:no-repeat !important;
	
	
	
}
section{
    padding-top: 2em;
    padding-bottom: 2em;
}
.nav-bar .logo {
    margin-right: 0;
}
footer {
    padding-top: 0;
    padding-bottom: 0;
}
.btn-primary:hover{
    color: #f2b800 !important;
    background-color:transparent;
    border-color: #f2b800 !important;
}
.nav-bar .logo {
    max-height: 90%;
    
}
body.theme--square button {
    border-radius: 25px 25px 25px 25px !important;
	border-color:#f2b800;
	height:38px;
	
}
body.theme--square button:hover {
    border-color:#f2b800;
}
.customBtn{
	background-color:transparent !important;
	color:#f2b800;
	
	
	
	
}
.card .card__body {
    
    max-width: 80%;
    margin-top: -5%;
    position: relative;
	z-index:2;
}
.customBtnClass{
	float:right;
	right:21%;
	position:relative;
	
}
.nav-mobile-toggle {
    top: 0;
    right: 0;
    left: 19%;
    z-index: 999999999;
    max-width: 58px;
    
}
.modal-content.bg--dark {
    background: rgba(0,0,0,.5);
}
.customCross{
	
    content: '\2715';
    font-size: 1.5em;

}
.nav-modal .menu > li {
    display: inline-block;
    text-align: center;
	padding: 0 40px;
	border-right:2px solid #fff;
}
.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
    background: transparent;
}

.modal-container .modal-content .modal-close-cross {
    cursor: pointer;
    position: absolute;
    opacity: 1;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    top: 0;
    left: 1em;
    z-index: 99;
    right: auto;
	font-weight:bolder;
	font-size:1.5em;
    color: #f2b800;
	transform: rotate(0deg) scale(1);
	/*display:none !important;*/
}
.nav-bar.nav--fixed {
    box-shadow:none;
    border-bottom: none;
}
.nav-bar {
    padding-right: 0;
    box-shadow: none;
    box-shadow: none;
}


@media (min-width: 992px){
.col-md-offset-3 {
    margin-left: 0;
}
@media only screen and (max-width: 1200px) {
	.customBgImgHolder{
		background-position: 0px -100px !important;
		background-repeat:no-repeat !important;

	}
}
@media only screen and (max-width: 500px) {
	.customBgImgHolder{
		background-position: 0px 0px !important;
		background-repeat:no-repeat !important;

	}
  
  .customBtnClass{
	  display:none;
	 }
}

