
body {  font-family:"proxima-nova"; font-style:normal;}

.heading-txt {  font-family: 'FONTSPRING DEMO - Proxima Nova' !important;
    font-weight: bold;
    font-style: normal; font-size: 50px;
  
}

.banner { width: 100%; padding: 0; margin:0;}

.bg-1 { background: #F1DED5;}
.vr {opacity: 100;}

@media screen and (min-width: 1200px) {

    .fs-60 { font-size: 60px;  }
.fs-50 { font-size: 50px; font-weight:700; }
.fs-40 { font-size: 44px; font-weight:700; }
.fs-35 {  font-size: 35px; font-style: italic;}
.fs-36 {  font-size: 36px; }

.fs-32 {  font-size: 30px; }
.fs-24 {  font-size: 24px; font-weight: 700; }
}




.mtp-1 { margin-top: 20%;}
.paragap { padding-left:5%;}
.paragap1 { padding-right:5%;}

.lightcol { color: #707070; }

.form-control:valid {
    background-color:  #FFF7F0!important;
  }

  .form-check-input  {
    border-color:  #F0F0F0;
    background-color: #FFF7F0 ;
  }

  .required  {
    background-color:  #FFF7F0!important;
  }

/* .form-check-input:focus {
    border-color: #F0F0F0;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
} */

.form-check-input:checked {
    background-color: #000;
    border-color: #000
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #000;
    border-color: #000;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:focus {
    border-color: #707070;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(112,112,112,.25)
}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #707070;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(112,112,112,.25)
}


.social { margin: 20% 0 0 0; padding: 0;}
.social img { height: 59px;}



    .simple-marquee-container {
	width: 80%; margin: 0 auto;
	
    font-size: 40px; font-weight: 700;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 65px;
	position: relative;
	cursor: pointer;
}


.simple-marquee-container .marquee-sibling {
	padding: 0;
	
	width: 20%;
	height: 45px;
	line-height: 42px;
	
	
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.simple-marquee-container .marquee{
  margin-left: 25%;
}

.n_m1 { margin-bottom:-10px;}

@media screen and (max-width: 992px) {
    .paragap {
        padding: 10% 0 10% 5% !important;
    }
    .paragap1 { padding:10% 5% 10% 0;} 


    .simple-marquee-container {
        width: 80%; margin: 0 auto;
        
        font-size: 20px; font-weight: 700;
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;
        height: 25px;
        position: relative;
        cursor: pointer;
    }
    
    .simple-marquee-container .marquee-sibling {
        padding: 0;
        
        width: 20%;
        height: 25px;
        line-height: 30px;
        
        
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }

    .social {
        margin: 10% 0 25px 0;
        padding: 0;
    }
}



.top_arrow h3 { display:block;  transition:all .3s ease-out;  cursor: pointer;}

    .top_arrow h3 img {   transition:transform .5s ease-in; }
        .top_arrow h3 a { cursor: pointer; display: block; }
      
        .top_arrow h3:hover img { transform: rotate(90deg); }





        