@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
/*font-family: 'PT Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Dela+Gothic+One&family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap');


body{
  font-family: 'Poppins', sans-serif;
}
a{
  text-decoration: none !important;
}
.top{
	background: #e21f24;
	padding: 5px 0px;
}
.top ul li{
  display: flex;
  align-items: center;
}
.top ul li p{
  text-align: center;
}
.top ul li:nth-child(1){
  flex-basis: 40%;
}
.top ul li:nth-child(2){
  flex-basis: 20%;
}
.top ul li:nth-child(3){
  flex-basis: 30%;
}
.top ul li:nth-child(4){
  flex-basis: 10%;
}
.top ul li a.d-inline-block i{
  margin: 0;
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
}
.top ul li.text-end{
  text-align: right;
}

.top p{
	margin: 0;
	color: #fff ;
	font-size: 14px;
}
.top i{
	/*float: left;*/
	color:#f8b804;
	margin-right: 5px;
	margin-top: 3px;
}
header{
  position: relative;
  padding: 10px 0px;
}
.log-p{
	padding: 0;
}
header .row{
  align-items: center;
}
.logo img{
  margin-right: 10px;
}
.logo-text h1{
  	 font-family: 'Rouben Extra Black', sans-serif;
  	 font-weight: 800;
  	 font-size: 27px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    color: #e21f24;
}
.logo-text {
	/*margin-top: 6px;*/
}
.logo-text p{
	font-size: 14px;
	letter-spacing: 2.2;
  color: #666;
  margin-bottom: 0;
}
.btn.color-1 {
  margin-right: 10px; 
}
.nav-link {
  padding: 15px 0px;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;

}
.slick-prev:before, .slick-next:before{
  background: #f8b804 !IMPORTANT;
}
.slick-prev:before, .slick-next:before {
  background-color:#e21f24;
  color: #f9cd00;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 14px;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
  color:  #e21f24;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before{
  opacity: 1;
  width: 100%;
  z-index: 1;
}
.navbar-expand-lg .navbar-nav .nav-link::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: url(../images/separater.png) repeat-x;
  animation: slide 25s linear infinite;
  -webkit-animation: slide 25s linear infinite;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
  opacity: 1;
  width: 100%;
  z-index: 1;
}
.nav-link:focus, .nav-link:hover {
  color:  #e21f24;
}

.btn{
	padding: 10px 28px;
font-size: 14px;
color: #fff;
cursor: pointer;
text-align:center;
border: none;
background-size: 300% 100%;
border-radius: 50px;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

 .btn:hover {
background-position: 100% 0;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
color: #fff;
}

 .btn:focus {
  outline: none;
}

 .btn.color-1 {
    /*margin: 0;*/
   background-image:linear-gradient(to right, #e21f24, #f2a5a5, #791b1b, #ff0000) ;
} 

.carousel-caption {
  text-align: left;
  top: 20%;
  left: 10%;
  right: 40%;
}
.carousel-caption h1{
	 font-family: 'PT Sans', sans-serif;
	 font-weight: 600;
	 font-size: 70px;
}
.carousel-caption p{
	line-height: 28px;
	font-size: 14px;
}
.sec-1{
	padding: 40px 0px;
}
.sec-1 span{
	color: #e21f24;
font-weight: 600;
}
.sec-1  h2{
	font-family: 'PT Sans', sans-serif;
	 font-weight: 600;
	 color: #f8b804;
font-size: 37px;
position: relative;
}
.sec-1  h2::before{
  position: absolute;
content: '';
background: #e21f24;
width: 20px;
height: 2px;
bottom: 0;
left: 0;
}
.sec-1  h2::after{
  position: absolute;
content: '';
background:  #e21f24;
width: 67px;
height: 2px;
bottom: 0;
left: 25px;
}
.sec-1 p{
	line-height: 28px; 
	font-size: 14px;
	color: #666;
}
.ab-img {
	position: relative;
}
.ab-img img{
	border-radius: 30px;
}
.ab-img::before{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: -1;
  border-width: 60px;
  border-style: solid;
  border-color: #fff #fff #f8b804 #f8b804;
}
.ab-list{
	padding: 0;
}
.ab-list li{
	list-style: none;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.ab-list li i{
	margin-right: 5px;
	color:#f8b804;
}
.sec-2{
	padding: 40px 0px;
}
.sec2-bg{
	background: #feca01;
	background-image: url(../images/pattern1.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
	padding: 40px 0px;
}
.sec2-icon i {
    float: left;
    color:#e21f24;
    font-size: 50px;
    margin-left: 45px;
    margin-right: 10px;
    margin-top: 10px;
    transition: all 0.8s;
}
.sec2-icon h3 {
    color:white;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.sec2-icon p {
    color: white;
    font-size: 14px;
}
.sec2-icon:hover i{
	color: #fff;
}
.sec2-icon{
-webkit-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.sec2-icon:hover {
  transform: translateY(-5px);

}
.sec-3{
	background-color: #f7f6fb !important;
	padding: 40px 0px;
}
.sec3-text span{
  color: #e71b23;
font-weight: 600;
}
.sec3-text h2{
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color:#f8b804;
  font-size: 35px;
  position: relative;
  margin-bottom: 30px;
}
.sec3-text h2::before{
  position: absolute;
content: '';
background: #e21f24;
width: 20px;
height: 2px;
bottom: -8px;
left: 0;
}
.sec3-text  h2::after{
  position: absolute;
content: '';
background:  #e21f24;
width: 67px;
height: 2px;
bottom: -8px;
left: 25px;
}
.sec3-text h3{
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color:#e21f24;
  font-size: 20px;
}
.sec3-text  p{
  line-height: 28px;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.sec3-text i{
  float: left;
font-size: 25px;
color: #fff;
background: #f9cd00;
width: 70px;
height: 70px;
border-radius: 50%;
line-height: 60px;
text-align: center;
margin-right: 20px;
border: 5px solid #0000002e;
}
.sec3-img img{
	border-radius: 30px;
}
.video-link-box{
position: absolute;
left: -65px;
bottom: 110px;
width: 270px;
height: 270px;
border: 10px solid #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
border-radius: 30px;
background-color: #fff;
}
.sec3-img {
  position: relative;
}

.video-link-box a{
  display: inline-block;
  cursor: pointer;
}
.modal-body video{
  width: 100%;
}
.modal-body .close {
  position: absolute;
  right: -13px;
  top: -18px;
  background: #f56b2e;
  padding: 3px 9px 6px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  box-shadow: none;
  font-weight: 400 !important;
}
.video-link-box .video-title{
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 30px;
}
.video-link-box .icon-outer {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.video-link-box .icon-outer::before{
  content: '';
position: absolute;
left: 65px;
top: -189px;
width: 110px;
height: 110px;
background: rgba(0, 0, 0, 0.3);
border-radius: 50%;
}
.video-link-box .icon-outer .fab{
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 99;
  display: inline-block;
  color:  #e21f24;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  line-height: 80px;
  background-color: #fff;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  top: -174px;
left: 100%;
}

.video-link-box .ripple::before, .video-link-box .ripple::after {
  position: absolute;
  top: -72%;
left: 113%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-link-box .ripple::before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
 top: 50%;
left: 50%;
}
.video-link-box .ripple::after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
 top: 50%;
left: 50%;
}
@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
  70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 
@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.sec-4{
	padding: 40px 0px 100px 0px;
	/*background-image: url(../images/pro-bg.jpg);*/
	background: #000 url(../images/sec4-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-color: rgb(0, 0, 0, 0.6);*/
	text-align: center;
	/*opacity: 0.9;*/
}
.sec-4 h3{
  font-family: 'Poppins', sans-serif;
font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
 }     
.sec-4 h1{
  color: #fff;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
} 
.sec-5{
	position: relative;
	top: -100px;
}
.index-pro{
  position: relative;
  margin-top: 20px;
  padding: 5px;
  overflow: hidden;
}
.index-pro img {
  transition: all 0.9s ease 0s;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.index-pro a{
  text-decoration: none;
  color: #333;
}
.index-pro i{
  color: #fff;
  position: absolute;
  top: 40px;
  left: 40px; 
  font-size: 25px;
}

.index-pro  .pr-name p {
  font-size:25px;
  font-family: 'Prompt', sans-serif;
  color: #e21f24;
  font-weight: 600;
  position: relative;
  top: 125px;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  width: 300px;
  padding: 0 4px;
  line-height: 1;
}
.index-pro:hover .pr-overlay {
  opacity: 0.9;
  transform: translatey(0);
 }
.pr-overlay{
  position: absolute;
  top: 27px;
  left: 27px;
  right: 0px;
  bottom: 0px;
  transform: translatey(110%);
  background: #feca01;
  opacity: 0;
  transition: all 0.9s ease 0s;
  width: 80%;
  height: 85%;
  border-radius: 20px;
  overflow: hidden;
}
.pr-overlay .view-btn::after {
  content: "\f113";
  font-family: flaticon;
  font-weight: 900;
  color: var(--primary);
  font-size: 24px;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  transition-delay: 0s;
  opacity: 0;
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  margin-top: -20px;
  margin-right: 30px;
  color: var(--title);
}

.pr-overlay .view-btn {
  width: 135px;
  height: 135px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  border-radius: 50%;
   overflow: hidden;
}
.slick-prev, .slick-next {
  display: none;
}
.sec-6 {
 padding: 40px 0px;
  text-align: center;
}
.sec-6 h1{
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
  color:  #f8b804;
}
footer{
  color: black !important ;
}

footer{
  background:#f8b804;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/map-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}   
footer p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color:#fffcee;
  text-shadow: 0 1px 2px rgba(0,0,0, 0.2);
}
footer h3{
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}  
footer h3::before{
  position: absolute;
  background: #e21f24;
  content: '';
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 1px;
}
 
footer ul{
  padding-left: 26px;
}    
footer ul li{
  list-style: none;
}    
footer ul li a{
  line-height: 28px;
  color:#fffcee;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  transition: all 0.8s;
  text-shadow: 0 1px 2px rgba(0,0,0, 0.2);
}   
footer ul li a:hover{
  text-decoration: none;
  color:  #e21f24;
}      
footer ul li a::before{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display:block;
  left: -1.5rem;
  top: -4px;
  font-size: 12px;
  font-weight: 900;
  color: #e21f24;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}  
footer ul li a:hover::before{
  transform: rotate(90deg);
}  
.f-p{
  padding: 0;
}
.con-loc i{
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background:#e21f24;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}  
.bottom{
  padding: 10px 0px;
  background:#e21f24;
  color: black;
  text-align: center;
} 
.bottom p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #eaeaea;
  margin: 0;
}  

.bottom p a{
color: #fecd11;
}

.inr-ban{
  background-image: url(../images/inr-ban.jpg);
  background-size: cover;
  background-repeat: no-repeat;
 padding: 50px 0px 40px 0px;
}
.ban-text{
  text-align: center;
  position: relative;
}
.ban-text h1{
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
  color: #fff;
}
.ban-text ul{
    position: absolute;
    left: 50%;
    background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    bottom: -73px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    border-bottom: 5px solid #feca01;
    margin: 0;
    transform: translateX(-50%);
}
.ban-text ul li{
  list-style: none;
  display: inline-block;
  font-size: 14px;
}
.ban-text ul li a{
 color:  #e21f24;
}
.ban-text ul li a:hover{
  text-decoration: none;
}
.inr-t{
  padding-top: 80px;
}
.inr-text{
  padding: 60px 0px;
}
.inr-text h2{
 font-weight: 500;
color: #e21f24;
position: relative;
  font-family: 'Prompt', sans-serif;
padding-bottom: 5px;
}
.inr-text h2::before{
  position: absolute;
  content: '';
  background:  #e21f24;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.inr-text span{
  color: #f8b804;
  font-weight: 600;
  font-size: 20px;
  padding-left: 60px;
  position: relative;
}
.inr-text span::before{
  position: absolute;
  background: #f8b804;
  content: '';
  width: 15px;
  height: 3px;
  left: 0;
  top: 14px;
}
.inr-text span::after{
  position: absolute;
  background: #f8b804;
  content: '';
  width: 30px;
  height: 3px;
  left: 20px;
  top: 14px;
}
.pr-img{
  margin-top: 20px;
}
.pr-img p{
  color: #666;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #eee;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom: 5px solid  #e21f24;
}
.pr-img a:hover{
  text-decoration: none;
}
.pr-img i{
  background:  #e21f24;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.table{
  margin-top: 20px;
}
.table{
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.table tbody tr th {
  border: 1px solid #fff;
  padding: 6px;
  background: #d02828;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.table  tbody tr:nth-child(2n) {
  background: #f0f0f0;
}
.table  tbody tr:nth-child(2n+1) {
  background: #fff;
}
.table  tbody tr td {
  border: 1px solid #eaeaea;
  padding: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #777;
}
.video{
  margin-top: 30px;
}
.video iframe{
  padding: 20px;
  border: 1px solid #ececec;
}
.con-box {
  margin-top: 30px;
}
.con-box h4{
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.con-box p{
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.con-box i{
  float: left;
  border: 1px solid #feca01;
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  color: #feca01;
  margin-right: 20px;
}
form{
  margin-top: 20px;
}
.form-control{
  border-radius: 0;
  height: 60px;
  padding: 18px 40px;
  font-family: 'Prompt', sans-serif;
  margin-bottom: 25px;
}
.form-group i{
  position: absolute;
  top: 23px;
  left: 27px;
  z-index: 0;
  color: #999;
}
.btn-my{
  background:  #e21f24;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
}
.btn-my:hover{
  background: #bf1419;
  color: #fff;
}