
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Roboto:wght@300;400;500&family=Rubik:wght@400;600;700&display=swap');
/*
    font-family: 'Barlow', sans-serif;
font-family: 'Heebo', sans-serif;
    font-family: 'Roboto', sans-serif;

    font-family: 'Rubik', sans-serif;*/
    body{
         font-family: 'Heebo', sans-serif;
    }
header{
    padding: 8px 0px;
    background: #222;
    color: #fff;
}

.top-link ul{
    padding: 0;
    margin: 0;
}
.top-link ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
}
.top-link ul li i{
   margin-left: 15px;
   margin-right: 5px;
   color: #cf0000;
}
.top-icon {
    float: right;
}
.top-icon ul{
    padding: 0;
    margin: 0;
}
.top-icon ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.top-icon ul li a{
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}
.top-icon ul li a:hover{
    color: #cf0000;
}

.log-nme h1{
font-family: 'Barlow', sans-serif;
font-weight: 800;
font-size: 35px;
margin: 0;
position: relative;
}
.log-nme h1::before{
    position: absolute;
content: '';
background: #eaeaea;
width: 180px;
height: 1px;
top: 22px;
right: 18px;
}
.log-nme span{
    color:#cf0000;
}

.nav {
    padding: 10px 0px;
}
.navbar {
    padding: 0;
    }
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 30px 10px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: 0.5s;
   font-family: 'Rubik', sans-serif;
   font-weight: 500;
    position: relative;
  display: block;
}
.navbar-expand-lg .navbar-nav  .active .nav-link{
    color: #cf0000;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover{
        color: #cf0000;
}
.dropdown-menu a{
    font-size: 14px;
     font-family: 'Rubik', sans-serif;
   font-weight: 500;
   transition: 0.5s;
   text-transform: uppercase;
}
.dropdown-menu a:hover{
     color:#cf0000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  z-index: 999;
}
.navbar-expand-lg .navbar-nav  .active a::before{
   height: 2px;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
  background: #cf0000;
content: "";
position: absolute;
bottom: 20px;
left: 50%;
transform: translate(-50%,-50%);
z-index: -1;
transition: all 0.6s ease;
width: 70%;
height: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before{
  height:2px;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .active > .nav-link, .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.show, .navbar-expand-lg .navbar-nav .show > .nav-link {
  color:#cf0000;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
   color: #cf0000;
}

.btn{
    background: #cf0000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  padding: 15px 30px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover span{
    color: #fff;
}
.btn::after {
  top: 0;
  left: 0;
  right: auto;
}
.btn::after, .btn::before {
  content: '';
  position: absolute;
  height: 50%;
  width: 0;
  background-color:#cf0000;
  color: #fff;
  z-index: 1;
  -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);
  -o-transition: .3s cubic-bezier(.785,.135,.15,.86);
  transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.btn::before {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn:hover::after, .btn:hover::before {

    background-color: #000;
    color: #fff;

}
.btn:hover::after {

    width: 100%;
    right: 0;
    left: auto;

}
.btn::after {

    top: 0;
    left: 0;
    right: auto;

}
.btn::after, .btn::before {

    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #cf0000;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);
    -o-transition: .3s cubic-bezier(.785,.135,.15,.86);
    transition: .3s cubic-bezier(.785,.135,.15,.86);

}
.btn:hover::before {

    width: 100%;
    left: 0;
    right: auto;

}
.btn::before {

    bottom: 0;
    right: 0;
    left: auto;

}



.ban-1 {
    z-index: auto;
    top: 20%;
    text-align: left;
    right: 30%;
    left: 12%;
}
.ban-2 {
    z-index: auto;
    top: 20%;
    text-align: left;
    right: 50%;
    left: 10%;
}
.ban-2 h1{
    font-size: 50px;
}
.car1{
    z-index: -1 !important;
    position: relative;
}

/*.carousel-item {
    min-height: 350px;
    height: 100%;
    width:100%;
}*/

.carousel .icon-container,
.carousel-caption button {
    background-color: #cf0000;
}
.carousel-caption h3 {
   font-size: 16px;

}
.carousel-caption  p{
    line-height: 28px;
    font-size: 14px;
}
/*.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}*/
/*.carousel-caption button {
    z-index: 11;
background-color: #cf0000;
border-color: #cf0000;
font-family: "Teko";
text-transform: uppercase;
color: rgb(255, 255, 255);
font-weight: 500;
font-size: 20px;
padding: 20px 40px;
border-radius: 0px 25px 0px 0px;
transform-origin: 50% 50% 0px;
transform: translate(0px);
}
.carousel-caption button:hover{
    background: #222;
    border-color: #222;
}*/

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.ban-1 h1{
    font-size: 70px;
font-family: 'Barlow', sans-serif;
font-weight: 600;

}
.carousel-caption button {
    animation-delay: 1s;
}

.pd0{
    padding: 0;
}
.sec-1{
    margin-top: -30px;
position: relative;
z-index: 1;
}
.sec1-img{
    padding: 40px 20px;
    color: #fff;
}
.sec1-img img {
   width: 15%;
   float: left;
   transition: transform .2s;
    transition: 0.5s;
}
.sec1-img span{
font-family: 'Rubik', sans-serif;
   font-weight: 500;
}
.sec1-img h3{
font-family: 'Barlow', sans-serif;
font-weight: 600;
   font-size: 25px;
}
.sec1-img  p{
    font-size: 14px;
    line-height: 28px;
}

.sec1-img:hover img{
   transform: scale(0.5);
}
.sec1-box{
    padding-left: 65px;
}
.box-1{
    background: #000;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.box-2{
    background: #cf0000;
}
.box-3{
    background: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sec-2{
    padding: 100px 0px;
}
h6{
    font-family: 'Rubik', sans-serif;
   font-weight: 500;
   position: relative;
   color: #cf0000;
}
h6::before{
    position: absolute;
content: '';
height: 2px;
width: 5000px;
top: 50%;
transform: translateY(-50%);
right: calc(100% + 10px);
background-color: #cf0000;
}
.sec-2  h1{
  font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size: 36px;
}
.sec-2 p{
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.ab-txt img{
    width: 15%;
    float: left;
    margin-top: 7px;
}
.ab-txt h3{
    font-size: 25px;
    margin-left: 65px;
}
.ab-side{
    position: relative;
}
.ab-side img{
    border-radius: 10px;
}
.ab-img-text span{
  font-size: 55px;
float: left;
font-family: 'Barlow', sans-serif;
font-weight: 600;
margin-right: 10px;
}
.ab-side h5{
    margin-top: 15px;
     font-family: 'Rubik', sans-serif;
   font-weight: 500;
}
sup {
  top: -30px;
  left: -12px;
}
.ab-img-text{
     position: absolute;
background-color:  #cf0000;
color: #FFF;
width: 270px;
border-radius: 10px;
bottom: 25px;
left: -50px;
padding: 10px 20px;
}

.sec-3{
background-color: #F8F6F7;
position: relative;
  padding:100px 0px 0px 0px;

}
.sec3-bg{
        height: 400px;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  
    position: absolute;
top: 0;
left: 0;
width: 100%;
}
.sec3-top{
    margin-bottom: 45px;
}
.sec3-top h2{
    color: #fff;
  font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 35px;
}
.sec3-top p{
    line-height: 28px;
    color: #fff;
}
.mchin-text {
    padding: 20px;
    background: #fff;
}
.mchin-text img{
    float: left;
    width: 15%;
}
.machin-txt {
    padding-left: 65px;
}
.machin-txt h3{
    font-family: 'Rubik', sans-serif;
font-weight: 600;
font-size: 20px;
}
.machin-txt p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.machin-txt a{
    color: #666;
    font-size: 14px;
    transition: 0.3s;
 }
 .machin-txt a:hover{
    text-decoration: none;
    color: #cf0000;
 }
 .machin-txt a:hover i{
    margin-left: 10px;
 }
 
.sec-4 {
  background-color: #F8F6F7;
position: relative;
  padding:100px 0px 100px 0px;
  z-index: 999;
 
}
.sec4-top{
    margin-bottom: 45px;
}
.sec4-top h2{
  font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 35px;
}
.sec4-top p{
    line-height: 28px;
    color: #666;
}
.sec4-box{
    text-align: center;
    position: relative;
    padding: 25px;
border-radius: 5px;
transition: 0.6s;
}
.sec4-box h4{
      font-family: 'Rubik', sans-serif;
   font-weight: 600;
   font-size: 17px;
    margin-bottom: 10px;
}
.sec4-box  p{
    color: #666;
    font-size: 14px;
}
.sec4-box img{
    width: 100px;
   padding: 20px;
    border: 3px dotted #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    transition: 0.6s;

}

.sec4-box span{
    width: 25px;
height: 25px;
border-radius: 50%;
background-color: #E9E9E9;
display: block;
margin: 0 auto 30px auto;
position: relative;
margin-top: 25px;
transition: 0.6s;
}
.sec4-box span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sec4-box::before {
  content: '';
  background-color: #E9E9E9;
  height: 3px;
width: 747px;
  position: absolute;
  left: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc( 141px + 20px );
  z-index: -2;
}
.sec4-box::after {

    content: '';
    background-color: #E9E9E9;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc( 141px + 20px );
    z-index: -1;

}
.sec4-box:hover span::after {
  opacity: 1;
}
.sec4-box:hover::after {
  background-color: #cf0000;
}
.sec4-box:hover {
  -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
 
}
.sec4-box:hover span {
  background-color:#cf0000;
}
.sec4-box:hover img{
  border-color: #cf0000;
}

.sec-5{
    background-image: url(../images/s4-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.sec-5 h6{
    color: #fff;
}
.sec-5 h6::before{
    background: #fff;
}
.sec5-top{
    margin-bottom: 45px;
}
.sec5-top h2{
  font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 35px;
color: #fff;
}
.sec5-top p{
    line-height: 28px;
    color: #fff;
}
.sec5-box{
    position: relative;
    padding: 20px;
border-radius: 5px;
transition: 0.6s;
background: #fff;
}
.sec5-box h4{
      font-family: 'Rubik', sans-serif;
   font-weight: 600;
   font-size: 20px;
    color: #000;
}
.sec5-box  img{
    float: left;
width: 20%;
margin-right: 20px;
color: #cf0000;
}



.sec-6{
    padding: 80px 0px;
     background-color: #F8F6F7;
}
.sec6-top{
    margin-bottom: 45px;
}
.sec6-top h2{
  font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 35px;
}
.sec6-top p{
    line-height: 28px;
    color: #666;
}
.sec6-box{
    overflow: hidden;
   position: relative;
box-shadow: rgba(0, 0, 0, 0.9) 0px 25px 20px -20px;
margin: 0px 10px;
   
}
.pro-text{
    background: #fff;
   padding: 20px 10px;
   overflow: hidden;
   display: block;
  
}
.pro-text i{
    float: right;
   background: black;
color: #fff;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}
.pro-text a{
    display: block;
}
.pro-text p{
    float: left;
    font-family: 'Barlow', sans-serif;
font-weight: 600;
    text-align: center;
    margin: 0;
padding: 3px 10px 11px 10px;
    color: #cf0000;

    
}
.sec6-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.sec6-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}
.sec6-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
    
}
.sec-6 .slick-pre {
    background: #cf0000;
padding: 10px;
left: -5%;
position: relative;
top: 175px;
color: #fff;
cursor: pointer;
}
.sec-6 .slick-nxt{
    background: #cf0000;
padding: 10px;
right: -102%;
position: relative;
top: -180px;
color: #fff;
cursor: pointer;
}


footer {
    padding: 40px 0px;
    background: #222;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li{
    list-style: none;
    line-height: 30px;
    color: #bbb;
    font-size: 14px;
}
footer ul li a{
    color: #bbb;
    font-size: 14px;
    transition: 0.2s;
}
footer ul li a:hover{
    text-decoration: none;
    color: #fff;
}
footer ul li a i{
   margin-right: 10px;
}
footer h3{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
}
footer h2{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 26px;
}
footer p{
    line-height: 28px;
    color: #bbb;
    font-size: 14px;
    margin: 0;
}
.f-con i{
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    color: #cf0000;
}

.f-con li p{
    padding-left: 25px;
    margin: 0;
}
.bottm {
    padding: 10px 0px;
    background: #333;
}
.bottom-icon {
  margin-top: 10px;
}
.bottom-icon ul{
    padding: 0;
    margin: 0;
}
.bottom-icon ul li a{
    display: block;
    color: #fff;
}
.bottom-icon ul li i{
    margin-right: 0;
}
.bottom-icon ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    transition: 0.5s;
    }

.bottom-icon ul li:hover{
    background-color: #cf0000;
    border: 1px solid #cf0000;
    color: #fff;
}
footer  span {
  color: #bbb;
  padding: 10px;
  margin-right: 7px;
  margin-top: -5px;

}
.f-con p {
padding-left: 20px;
}
.bottom-p {
    text-align: center;
}
.bottom-p p{
    color: #bbb;
    font-size: 14px;
    margin: 0;
    text-align: center;

}
.bottom-p a:hover{
 text-decoration: none;
}
.bottom-p .b-btn{
    color: #cf0000;
}



.inr-ban{
  background-image: url(../images/inr-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
}
.inr-ban ul{
  padding: 0;
  margin: 0;
}
.inr-ban h1{
   font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.inr-ban ul li{
  list-style: none;
  display: inline-block;
  color: #fff;
}
.inr-ban ul li a{
  color: #fff;
}
.inr-ban ul li i{
  font-size: 12px;
  margin: 0px 10px;
}
.inr-ban ul li a:hover{
  text-decoration: none;

}
.inr-text{
  padding: 40px 0px;
}
.inr-text span{
  color: #777;
}
.inr-text h1{
  color:#000;
   font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 30px;
    position: relative;

}
.inr-text h1::before{
    position: absolute;
content: '';
height: 2px;
width: 5000px;
top: 50%;
transform: translateY(-50%);
right: calc(100% + 10px);
background-color: #cf0000;
}
.inr-text p{
  color: #777;
  line-height: 28px;

}
.ab-img{
  margin-top: 30px;
}
.infra{
  margin-top: 30px;
}

.inr-pro a{
  display: block;
  position: relative;
  overflow: hidden;
  margin: 5px;
}

.inr-pro a img{
  width: 100%;
}

.inr-pro a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
background: rgb(207, 0, 0,0.75);
  transform: rotate(45deg) scale(0);
  transition: .5s ease;
  visibility: hidden;
  opacity: 0;
  left: 0;
}

.inr-pro a:hover::before {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg) scale(1);
  width: 100;
}

.inr-pro a i{
position: absolute;
top: 50%;
text-align: center;
transform: translateY(-50%);
left: 0;
right: 0;
z-index: 9;
color: #fff;
font-size: 30px;
opacity: 0;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.inr-text h3{
  font-size: 20px;
  margin-top: 20px;
}
.inr-pro a:hover i{
  opacity: 1;
}
.con-box{
  text-align: center;
  border: 1px solid #eee;
  padding: 30px;
  margin-top: 30px;
  transition:0.3s;
}
.con-box:hover{
  background: #cf0000;
}
.con-box:hover h3{
  color: #fff;
}
.con-box:hover p{
  color: #fff;
}
.con-box:hover i{
  color: #fff;
}
.con-box h3{
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-top: 0;
}
.con-box i{
  font-size: 30px;
  color: #cf0000;
  margin-bottom: 20px;
}
.map{
  line-height: 0;
  padding: 0;
  margin-top: 30px;
}
.frmm {
    margin-top: 30px;
}

.frmm .form-group{
    margin-bottom: 30px;
}
::placeholder{
    color: #222;
    opacity: 1;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1;
}
.form-control::placeholder {
  color: #000;
  }
.frmm .form-control{
    color: #222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    min-height: 40px;
    border-radius: 0;
    transition: 0.4s;
    background: transparent;
}
.frmm .form-control:focus{
    border-color: #cf0000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}
.frmm .btnn{
    position: relative;
    margin-top: 25px;
}
.frmm .btnn input[type=submit]{
    font-size: 14px;
    line-height: 2;
    border-radius: 0;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    z-index: 1;
    color: #fff;
    background-color:#cf0000;
    border-color: #737373;
    padding: 5px 20px;
    font-weight: 700;
    transition: 0.4s;
    margin-top: 0px !important;
    width: 100%;
}
.frmm .btnn input[type=submit]:hover{
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    transition: 0.4s;
}
.table{
  margin-top: 20px;
}
.table{
    width: 100%;
     font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.table tbody tr th {
    border: 1px solid #fff;
    padding: 6px 0px 6px 10px;
    background:#cf0000;
    color: #fff;
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777;
}


@media only screen and (min-width: 300px) and  (max-width:599px) {
  header{
    text-align: center;
    font-size: 13px;
  }
.top-icon {
  float: none;
}
.log-nme h1 {
  font-size: 27px;
  }

  .log-nme h1::before {
    display: none;
  }
  .navbar {
  margin-top: 10px;
}
.navbar-toggler {
  background: #cf0000;
  color: #fff;
  padding: 10px 10px 0px 10px;
}
.nav-btn .btn {
font-size: 13px;
padding: 10px 30px;
width: 100%;
} 
.btn{
  padding: 5px 10px;
font-size: 13px;
  }
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 10px;
  font-size: 13px;
  }
.navbar-expand-lg .navbar-nav .nav-link::before {
bottom: 5px;
left: 30px;
width: 10%;
}
.dropdown-menu a {
  font-size: 13px;
  }
  .ban-2 h1 {
  font-size: 15px;
}
.ban-1 h1 {
  font-size: 18px;
  }
   .ban-1  .btn{
  padding: 5px 0px;
width: 40%;
font-size: 12px;
  }
  .ban-2 .btn{
  padding: 5px 0px;
width: 60%;
font-size: 12px;
  }

  .carousel-caption p {
    display: none;
  }
   .carousel-caption {
    top: 10%;
   }
.sec1-img {
  padding: 20px 20px;
}
.sec1-img img {
  width: 10%;
  }
  .sec1-box {
  padding-left: 50px;
}
.sec1-img span {
  font-size: 13px;
}
.sec1-img h3 {
  font-size: 20px;
}
.sec1-img p {
  font-size: 13px;
  line-height: 25px;
}
.box-1 {
   border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.box-3 {
   border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sec-2 {
  padding: 40px 0px;
}

h6::before {
right: calc(100% + 4px);
}
h6 {
  font-size: 13px;
}
.sec-2 h1 {
  font-size: 20px;
}

.sec-2 p {
    font-size: 13px;
   line-height: 25px;

}
.ab-side img {
  margin-top: 20px;
  }
.ab-txt h3 {
  font-size: 15px;
  margin-left: 40px;
}
.ab-img-text {
  width: 215px;
  left: -8px;
  }
  .ab-img-text span {
  font-size: 40px;
}
.ab-side h5 {
  margin-top: 8px;
  font-size: 18px;
}
.sec-3 {
  padding: 40px 0px;
}
.sec3-top h2 {
  font-size: 25px;
}
.sec3-top {
  margin-bottom: 10px;
}
.sec3-top p {
  line-height: 25px;
  font-size: 13px;
}
.mchin-text img {
  width: 10%;
}
.machin-txt {
  padding-left: 50px;
}
.machin-txt h3 {
  font-size: 18px;
}
.machin-txt p {
  font-size: 13px;
  line-height: 25px;
}
.machin-txt a {
  font-size: 13px;
  }
  .sec-4{
  padding: 40px 0px;
}
.sec4-top h2 {
  font-size: 25px;
}
.sec4-box p {
  font-size: 13px;
}
.sec4-box img {
  width: 70px;
  padding: 10px;
}
.sec4-box span {
  margin: 0 auto 15px auto;
  margin-top: 15px;
}

.sec4-box::before {
  top: calc( 141px + -18px );
  }
.sec4-box::after {
  top: calc( 141px + -18px );
  }
  .sec-5 {
  padding: 40px 0px;
}
.sec5-top h2 {
  font-size: 25px;
}
.sec5-box {
  margin-bottom: 15px;
}
.sec5-box h4 {
  font-size: 15px;
}
.sec-6 {
  padding: 40px 0px;
}
.sec6-top h2 {
  font-size: 25px;
}
.sec6-top {
  margin-bottom: 10px;
}
.sec6-top p {
  line-height: 25px;
  font-size: 13px;
}
.sec-6 .slick-pre {
  left: -3%;
  z-index: 999;
}
.sec-6 .slick-nxt {
  right: -93%;
  top: -213px;
}
footer h2 {
  font-size: 20px;
}
footer p {
line-height: 25px;
font-size: 13px;
}
footer h3 {
  font-size: 20px;
  margin-top: 10px;
}
footer ul li a {
  font-size: 13px;
}
.bottom-p p {
  font-size: 11px;
  }
}
@media only screen and (min-width: 300px) and   (max-width:767px) {

  header{
    text-align: center;
    font-size: 13px;
  }
.top-icon {
  float: none;
}
.log-nme h1 {
  font-size: 27px;
  }

  .log-nme h1::before {
    display: none;
  }
  .navbar {
  margin-top: 10px;
}
.navbar-toggler {
  background: #cf0000;
  color: #fff;
  padding: 10px 10px 0px 10px;
}
.nav-btn .btn {
font-size: 13px;
padding: 10px 30px;
width: 100%;
} 
.btn{
  padding: 5px 10px;
font-size: 13px;
  }
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 10px;
  font-size: 13px;
  }
.navbar-expand-lg .navbar-nav .nav-link::before {
bottom: 5px;
left: 30px;
width: 10%;
}
.dropdown-menu a {
  font-size: 13px;
  }
  .ban-2 h1 {
  font-size: 15px;
}
.ban-1 h1 {
  font-size: 18px;
  }
   .ban-1  .btn{
  padding: 5px 0px;
width: 40%;
font-size: 12px;
  }
  .ban-2 .btn{
  padding: 5px 0px;
width: 60%;
font-size: 12px;
  }

  .carousel-caption p {
    display: none;
  }
   .carousel-caption {
    top: 10%;
   }
.sec1-img {
  padding: 20px 20px;
}
.sec1-img img {
  width: 10%;
  }
  .sec1-box {
  padding-left: 50px;
}
.sec1-img span {
  font-size: 13px;
}
.sec1-img h3 {
  font-size: 20px;
}
.sec1-img p {
  font-size: 13px;
  line-height: 25px;
}
.box-1 {
   border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.box-3 {
   border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sec-2 {
  padding: 40px 0px;
}

h6::before {
right: calc(100% + 4px);
}
h6 {
  font-size: 13px;
}
.sec-2 h1 {
  font-size: 20px;
}

.sec-2 p {
    font-size: 13px;
   line-height: 25px;

}
.ab-side img {
  margin-top: 20px;
  }
.ab-txt h3 {
  font-size: 15px;
  margin-left: 40px;
}
.ab-img-text {
  width: 215px;
  left: -8px;
  }
  .ab-img-text span {
  font-size: 40px;
}
.ab-side h5 {
  margin-top: 8px;
  font-size: 18px;
}
.sec-3 {
  padding: 40px 0px;
}
.sec3-top h2 {
  font-size: 25px;
}
.sec3-top {
  margin-bottom: 10px;
}
.sec3-top p {
  line-height: 25px;
  font-size: 13px;
}
.mchin-text img {
  width: 10%;
}
.machin-txt {
  padding-left: 50px;
}
.machin-txt h3 {
  font-size: 18px;
}
.machin-txt p {
  font-size: 13px;
  line-height: 25px;
}
.machin-txt a {
  font-size: 13px;
  }
  .sec-4{
  padding: 40px 0px;
}
.sec4-top h2 {
  font-size: 25px;
}
.sec4-box p {
  font-size: 13px;
}
.sec4-box img {
  width: 70px;
  padding: 10px;
}
.sec4-box span {
  margin: 0 auto 15px auto;
  margin-top: 15px;
}

.sec4-box::before {
  top: calc( 141px + -18px );
  }
.sec4-box::after {
  top: calc( 141px + -18px );
  }
  .sec-5 {
  padding: 40px 0px;
}
.sec5-top h2 {
  font-size: 25px;
}
.sec5-box {
  margin-bottom: 15px;
}
.sec5-box h4 {
  font-size: 15px;
}
.sec-6 {
  padding: 40px 0px;
}
.sec6-top h2 {
  font-size: 25px;
}
.sec6-top {
  margin-bottom: 10px;
}
.sec6-top p {
  line-height: 25px;
  font-size: 13px;
}
.sec-6 .slick-pre {
  left: -3%;
  z-index: 999;
}
.sec-6 .slick-nxt {
  right: -93%;
  top: -213px;
}
footer h2 {
  font-size: 20px;
}
footer p {
line-height: 25px;
font-size: 13px;
}
footer h3 {
  font-size: 20px;
  margin-top: 10px;
}
footer ul li a {
  font-size: 13px;
}
.bottom-p p {
  font-size: 11px;
  }
  .inr-ban h1 {
  font-size: 25px;
  margin-bottom: 5px;
}
.inr-ban ul li {
  font-size: 13px;
}
.inr-text h2{
  font-size: 24px;
}
.inr-text p {
  font-size: 13px;
}
.inr-text h1 
{
  font-size: 24px;
}
.table tbody tr td {font-size: 13px;
  }
  .frmm .btnn {
  margin-top: 20px;
}
.frmm .form-control {
  font-size: 13px;
  }
  .top-right ul {
  float: none;
}
}