/*//////////////////////////////////////////////////////////////////[ FONT ]*/

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*//////////////////////////////////////////////////////////////////[ RESTYLE TAG ]*/


body, html {
    height: 100%;
    font-family: 'open_sansregular';
	overflow-x:hidden;
	padding: 0;
    margin: 0;	
	transition: all 0.3s;
	font-size:14px;
	color:#58595b;
}
.regularfont{font-family: 'open_sansregular';}
.boldfont{font-family: 'open_sansbold';}
.wrap {height: 100%;transition: all 0.3s;width:100%}
.wrap-main{padding-bottom:130px;width:100%}
.mt-100{margin-top:100px;}
.mb-100{margin-bottom:100px;}
.mt-50{margin-top:50px}
.pt-50{padding-top:50px;}
.pt-100{padding-top:100px;}
.pb-100{padding-bottom:100px;}
.pb-130{padding-bottom:130px;}
.mb-60{margin-bottom:60px;}
.font-22{font-size:22px;}
.btn-custom{border-radius:0px;background:#e121b1;color:#fff;text-transform:uppercase;padding:15px 20px;}
.btn-custom:hover{color:#fff;}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
img:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.brn:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
input:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* header /////////////////////////////////////////////////////*/
.header-sec{
	height: 100%;
    background: url(../images/banner.jpg)no-repeat center center;
    background-size: cover;
	transition: all 0.3s;
	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

.custom-dialog {max-width: 800px;}
.modal{padding:0px !important}
.modal-dialog.faq-dialog{max-width:100%;margin:0;border-radius:0px;}
.popup-container{width:60%;margin:auto;text-align:center;}
.modal-content{border-radius:0px}
.closetxt{font-size:20px;font-weight:normal;color:#07B184;align-items: center;opacity: 1;position: absolute;text-transform:uppercase}
p a{color:#58595b}
.header-sec-abt{background:#fff !important}
.header-scroll{background: #58595b;padding: 8px 0;height: 38px;}
.marquee { max-width: 100%;overflow: hidden;position: relative;}
.marquee a{color:#fff;}
.clickshowinfo{
    padding: 0px;
    position: absolute;
    top: 0px;cursor:pointer}
	
.user-info {
  transform: translateX(0px);
  right: auto;
  left: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  right: auto;
  z-index: 1000!important;
  -webkit-align-self: auto!important;
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
 background: rgba(248, 247, 248, 0.4);
  
	}
.user-info-in{
  background:rgba(248, 247, 248, 0.4);
  width: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  right:0;
  left: 33px;
	}
.user-close {
    position: absolute;
    right: 33px;
    top: 0;
}
.user-info-in ul{width: 90%; margin: 0 auto; padding: 20px 50px 0 0;list-style: none;}
.user-info-in ul li{width:100%;margin:0 0 1.6rem;font-size:15px;color:#58595b;font-family: 'open_sansbold';text-transform: uppercase;}
.user-info-in ul li .sidebar-img{min-width: 75px;}
.header {
    padding:10px 0;
    background: #fff; 
    z-index: 9;
    width: 100%;
	transition: all 0.3s;
	-webkit-box-shadow: 0 2px 3px 0 rgba(205, 205, 199, 1);
    -moz-box-shadow: 0 2px 3px 0 rgba(205, 205, 199, 1);
    -ms-box-shadow: 0 2px 3px 0 rgba(205, 205, 199, 1);
    -o-box-shadow: 0 2px 3px 0 rgba(205, 205, 199, 1);
    box-shadow: 0 2px 3px 0 rgba(205, 205, 199, 1);
	position:sticky;
	top:0;
}
.aligndiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logosec img{max-width:100%}
.navbarsec {
    display: flex;
    align-items: center;
}
.nav-fostrap {
    display: block;
    margin-bottom: 0;
    background: #927957;
    border-radius: 0;
    width: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.nav-fostrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9;
}
/* banner tags ///////////////////////////////////////////////////// */
.titile-container {
    height: calc(100% - 175px);
    display: flex;
    align-items: center;
	position: relative;
}

.title-ts{margin-bottom:40px;font-size:61px;line-height: 0.8;color:#e121b1}
.title-ht{font-size:19px;color:#58595b;}
.font-40{font-size:40px;}
.text-web{color:#e121b1}
.titile-sec a {
    background: #fff;
    padding: 6px 50px;
    border-radius: 50px 50px 100px 100px;
    color: #002077;
    font-size: 40px;
}
.titile-sec a:hover{text-decoration:none;}

/* header */

/* nav  /////////////////////////////////////////////////////*/
	
.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #fff;  
  border-radius: 0;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;  
}
.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 14px;
  color: #e121b1;
  display: inline-block;
  outline: 0;  
  text-decoration:none;
  text-transform:uppercase;
  font-family: 'open_sansbold';
}
.nav-fostrap li:last-child a{padding-right:0}
.nav-fostrap li a.active { color: #58595b;}
.nav-fostrap li:hover a { color: #58595b;}
.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }
.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }
.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }
.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

 @media only screen and (max-width:1000px) {	 
.header {
    padding: 14px 0;  
    position: sticky;
    top: 0	
}	 
.logosec img {
    max-width: 50%;
}	 
.nav-fostrap {
  background: rgba(0,6,39,0.7);
  width: 222px;
  height: 100%;
  display: block;
  position: fixed;
  left: -222px;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 9;
}
.title-mobile {
  position: fixed;
  display: block;
  top: 10px;
  font-size: 20px;
  left: 100px;
  right: 100px;
  text-align: center;
  color: #FFF;
}
.nav-fostrap.visible {
  left: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.nav-bg-fostrap {
   display: inline-block;
    vertical-align: middle;
    width: auto;    
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;    
    padding: 0;
}
.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 23px;
  right: 0;
  padding: 12px;
}

.navbar-fostrap span {
  height: 2px;
  background: #222;
  margin: 5px;
  display: block;
  width: 20px;
}
.navbar-fostrap span:nth-child(2) { width: 20px; }
.navbar-fostrap span:nth-child(3) { width: 20px; }
.nav-fostrap ul { padding-top: 50px; }
.nav-fostrap li { display: block; }
.nav-fostrap li a {
  display: block;
  color: #fff;  
}
.nav-fostrap li:first-child:hover a { border-radius: 0; }
.nav-fostrap li ul.dropdown { position: relative; }
.nav-fostrap li ul.dropdown li a {
  background: #2980B9 !important;
  border-bottom: none;
  color: #fff !important;
}
.nav-fostrap li:hover a {
  background: #a82682;
  color: #fff !important;
  text-decoration:none;
}
.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}
.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }
.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }
.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}
.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}

/* nav end*/


/* home page section 1    /////////////////////////////////////////////////////*/

/* home page section 1 About section      /////////////////////////////////////////////////////*/
.section-one{width:100%;}
.about-img{text-align: left;}
.about-img img{max-width: 100%;}
.about-content {max-width: 665px;text-align: left;}
.about-content h2{margin-bottom:30px}
.about-content p{font-size:15px;color:#58595b;margin:0 0 50px;}

/* home page section 2   ///////////////////////////////////////////////////// */
.section-two{width: 100%;position: relative;}	
.slider-section{min-height:580px;background:url("../images/slider-bg.jpg")no-repeat center;background-size:cover;padding:80px 0;}
.slider-section h2{margin-bottom:20px;}
.slider-section p{font-size:22px;}

/* home page section 3         /////////////////////////////////////////////////////*/
.media-img{min-width:115px;}

/* home page section 4         /////////////////////////////////////////////////////*/
.section-four{width:100%;min-height:800px;background:url("../images/brown-bg.jpg")no-repeat center;background-size:cover;padding:30px 0;}	
.benfistlist{max-width:560px;padding:0;margin:0}
.benfistlist li{width:100%;margin:10px;font-size:18px;color:#fff;background:url("../images/list.png")no-repeat 0 5px;padding-left:30px;text-align:left}
.border-right-list{border-right: 1px solid #fff;}
/* home page section 5  /////////////////////////////////////////////////////*/
.section-five{width:100%;}	
.form-control{border-radius:0px;border-color:#535456;height:55px}
textarea.form-control{resize:none;height:190px}


/* home page section6   /////////////////////////////////////////////////////*/
.statelist{width:100%;margin:0 0 30px;padding:0;/* justify-content: space-between; */
    display: flex;justify-content: center;align-items: center;}
.statelist li{width:190px;margin-right:4rem;}
.statelist li:last-child{margin-right:0rem;}

.statelist1{width:100%;margin:0 0 30px;padding:0;align-items: center;
    justify-content: center;
    display: flex;}
.statelist1 li{margin-right:4rem;width:190px;}
.statelist1 li:last-child{margin-right:0rem;}

/* footer     ///////////////////////////////////////////////////// */
.footer{}
 ul{list-style: none;}
 a:hover{text-decoration:none;}


/*slider  */

.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.slide-box .lnimg img{flex: inherit;}
.d-flex.align-items-center.justify-content-between.lnimg {
    width: 60%;
    margin: auto;
    padding-top: 10px;
}
.img-sec  h5{font-size:14px;font-family: 'open_sansbold';}
.img-sec  h6{font-size:12px}
.slide-box .img-sec {
    width: 25%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -50px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.carousel-control-prev-icon {
    background: url("../images/left.png")no-repeat center !important;
}
.carousel-control-next-icon {
    background: url("../images/right.png")no-repeat center !important;
}
.carousel-indicators {
    display: none;
}

#carousel-id .carousel-item {
  
  text-align:center;
}
#carousel-id .carousel-item a img{
    max-width: 100%;
    max-height: 100%;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 95%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 95.3333%;
  }
}

@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

/* about 8*/
.about-sec p{font-size:22px;}

/*footer */
.footer{background:#505153;padding:20px 0;width:100%;}




/* media queries      /////////////////////////////////////////////////////*/
@media screen and (min-width: 1800px) {
#myModal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 1600px) {
  .container {
    max-width:1450px !important;
  }
  
}
@media (min-width: 1300px){
.container {
    max-width: 1220px;
}
}

@media screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1199px) and (min-width: 901px)  {
		
}
@media screen and (max-width: 1200px) {
ul.statelist li img {
    max-width: 100%;
}	
 .nav-fostrap li a {
    padding: 8px 8px;	
 }
 .img-sec h5 {
    font-size: 12px;    
}
.img-sec h6 {
    font-size: 10px;
}
.statelist li {
    width: 15%;
}
}

@media screen and (max-width: 767px) {
	.user-info-in li p{font-size:10px;}
	.user-info-in ul li {
    width: 100%;
    margin: 0 0 10px;}
	
	.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -50px;
    bottom: 0;
    
    width: 6%;}
	
	
	.slide-box {
     display: block;    
   width: 100%; 
    
}
	
	.slide-box .img-sec {
    width: 100%;
}
	
	.title-ts {    
    font-size: 30px;}
	.title-ht {
    font-size: 14px;
    }
	.media {
    margin-bottom: 20px;
}
	.font-22{font-size:16px;}
	.font-40{font-size:23px}
	.border-right-list {
    border-right: 0px;
}
	
	.statelist, .statelist1  {
    display:inherit !important;
}
.statelist li, .statelist1 li{width:100%;text-align:center}
.benfistlist li {
font-size: 16px;}

}  /* media queries*/


/*  .container{border:1px solid #ccc}   */