@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap');

/*font-family: 'DM Sans', sans-serif;
font-family: 'Manrope', sans-serif;*/



.pad0{
padding: 0;
}

body, html{
overflow-x: hidden;
}

.top{
background: #222628;
font-family: 'Manrope', sans-serif;
padding: 7px 0;
position: relative;
overflow:hidden;
}

.top .container-fluid {
  padding: 0px 50px;
}

.top-left ul{
padding-left: 0;
margin: 0;
}

.top-left ul li{
color: #fff;
font-size: 15px;
display: inline-block;
}

.top-left ul li:nth-child(1) {
color: #b7b7b7;
margin-right: 8px;
}


.top-left ul li:nth-child(2)::after {
content: '';
display: inline-block;
vertical-align: middle;
width: 35px;
height: 1px;
margin: -2px 12px 0 12px;
background:#666;
}

.top-left ul li span{
margin-right: 4px;
color: #da0101;
}

.top-left ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.top-left ul li a:hover{
color: #cacaca;
}

.top-right ul li:nth-child(1) {
color: #b7b7b7;
margin-right: 8px;
}

.top-right ul{
  padding-left: 0;
  margin: 0;
  float: right;
}

.top-right ul li{
color: #fff;
font-size: 15px;
display: inline-block;
}

.top-right ul li:nth-child(1)::after {
content: '';
display: inline-block;
vertical-align: middle;
width: 35px;
height: 1px;
margin: -2px 12px 0 12px;
background:#da0101;
}

.top-right ul li a{
  text-decoration: none;
  display: block;
  padding: 0 12px 0 0;
  color: #fff;
  font-size: 14px;
  transition:.4s;
  -webkit-transition:.4s;
  -moz-transition:.4s;
}

.top-right ul li a:hover{
  color:#da0101; 
}

.top-download{
  font-weight: 700;
  margin-left: 20px;
  position: relative;
  z-index: 99;
}

.top-download::before{
content: "";
position: absolute;
width: 500px;
top: -9px;
background: #DA0000;
height: 50px;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
right: -290px;
z-index: -1;
}



.top-download a i{
  padding-right: 5px;
}

.top-download a:hover{
  color: #fff !important;
}


header{
padding: 18px 0;
}

header .container-fluid {
padding: 0px 50px;
}

.cname{
position: relative;
display: flex;
height: 100%;
align-items: center;
}

.cname h1{
font-family: 'Barlow', sans-serif;
font-weight: 800;
font-size: 44px;
margin-bottom:0;
color: #222628;
line-height: 0.6;
}

.cname h1 span:nth-child(1){
font-size:30px;
}

.cname h1 span:nth-child(2){
font-size:25px;
}
.cname h1 span:nth-child(3){
font-size:18px;
}

.cname h2{
font-family: 'Barlow', sans-serif;
font-weight: 800;
font-size: 28px;
margin: 0;
line-height: 1.1;
position: absolute;
top: 2px;
color: transparent;
cursor: default;
-webkit-text-stroke: 1px #b7b7b7;
left: 2px;
z-index: -1;
}

.cname img{
width: 90px;
position: absolute;
right: 65px;
bottom: -30px;
z-index: -1;
opacity: 0.15;  
}


.carousel .carousel-inner .carousel-item .slide1 {
    background:url(../images/b1.jpg) center;
    height: 100vh;
    background-size: cover;
    top: 0;
/* -webkit-animation: zoomimg 15s ease-in infinite; */
animation: zoomimg 15s ease-in infinite;
transition: all 15s ease-in-out;
} 

.carousel .carousel-inner .carousel-item .slide2 {
    background:url(../images/b2.jpg) center;
    height: 100vh;
    background-size: cover;
    top: 0;

/*    -webkit-animation: zoomimg 30s ease-in infinite;
animation: zoomimg 30s ease-in infinite;
transition: all .5s ease-in-out;
  -webkit-animation: zoomimg 50s;*/

-webkit-animation: zoomimg 15s ease-in infinite;
animation: zoomimg 15s ease-in infinite;
transition: all 15s ease-in-out;
} 


.carousel .carousel-inner .carousel-item .slide3 {
    background:url(../images/b3.jpg) center;
    height: 100vh;
    background-size: cover;
    top: 0;
-webkit-animation: zoomimg 15s ease-in infinite;
animation: zoomimg 15s ease-in infinite;
transition: all 15s ease-in-out;
} 

.carousel .carousel-inner .carousel-item .slide4 {
    background:url(../images/b4.jpg) center;
    height: 100vh;
    background-size: cover;
    top: 0;
-webkit-animation: zoomimg 15s ease-in infinite;
animation: zoomimg 15s ease-in infinite;
transition: all 15s ease-in-out;
}

@-webkit-keyframes zoomimg {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



.ast_header_bottom {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  margin-top: 0;
  z-index: 10;
  background:#e4ded4;
}

.ast_main_menu_wrapper{
    height: 100%;
}

.ast_menu {
position: relative;
display: flex;
height: 100%;
align-items: center;
}
.ast_menu ul {
  padding: 0;
  margin: 0;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:0px;
  position:relative;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li:last-child{
 margin-right:0px;
}

.ast_menu ul li a {
display: block;
color: #222628;
position: relative;
font-weight: 600;
padding: 15px 6px;
margin: 0px 3px;
z-index: 1;
font-size: 14.5px;
text-decoration: none;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
font-family: 'Manrope', sans-serif;
   background-image: linear-gradient(to right, #da0000, #da0000 50%, #000 50%);
   background-size: 200% 100%;
   background-position: -100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.3s ease-in-out;
}

.ast_menu ul li a:hover {
/*  color:#eb4438;
  text-decoration: none;*/
  background-position: 0;
}


.ast_menu ul li.active a {
background-position: 0;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:0px;
  width:250px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 11px;
border-radius: 4px;
}

.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ast_menu ul li ul.submenu li a{
  margin: 0px;
}

.ast_menu ul li ul.submenu li a::before, .ast_menu ul li ul.submenu li a::after{
display: none;
}

.ast_menu ul li ul.submenu li a{
    padding:10px;
    border-right: 0px solid #222;
    width: 100%;
    border-top: 0px;
border-bottom:1px solid #f1f1f1;
    color: #333;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
font-family: 'Manrope', sans-serif;
  text-transform: capitalize;
font-size: 14.5px;
font-weight: 600;
background: transparent;
-webkit-text-fill-color: #333;
}

.ast_menu ul li ul.submenu li.active a{
      background: transparent;
  -webkit-text-fill-color: #de2021;
}

.ast_menu ul li ul.submenu li {
  float: left;
  width: 100%;
  padding: 0px 0px;
}


.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color:#de2021;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
  -webkit-text-fill-color: #de2021;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:140px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu_btn{
  display:none;
}

.ast_menu ul li a:before {
   content: '';
   background: #da0000;
   display: block;
   position: absolute;
   bottom: -3px;
   left: 0;
   width: 0;
   height: 2px;
   transition: all 0.3s ease-in-out;
}



.ast_menu ul li a:hover:before,
.ast_menu ul li.active a:before{
/*opacity: 1;
transform: translate3d(0px, 0, 0);
visibility: visible;*/
   width: 100%;
}


.ban1{
text-align: left;
top: 26%;
left:53%;
right: 12%;
}

.ban1 .b-icon{
position: absolute;
left: -100%;
bottom: 10%;
animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}


.ban1 h2{
font-family: 'Barlow', sans-serif;
font-size: 38px;
color: #222628;
font-weight: 700;
-webkit-stroke: 1px solid #222;
}


.ban1 p{
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}


.ban2{
text-align: left;
top: 32%;
left:12%;
right: 50%;
}

.ban2 h2{
font-family: 'Barlow', sans-serif;
font-size: 38px;
color: #fff;
font-weight: 700;
}

.ban2 p{
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #f1f1f1;
}

.ban2 .b-icon{
position: absolute;
right: -100%;
bottom: 10%;
animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}


.ban3{
text-align: left;
top: 29%;
left:12%;
right:53%;
}

.ban3 .b-icon{
position: absolute;
right: -100%;
bottom: 10%;
animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}


.ban3 h2{
font-family: 'Barlow', sans-serif;
font-size: 38px;
color: #222628;
font-weight: 700;
-webkit-stroke: 1px solid #222;
}


.ban3 p{
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}



.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
/*.carousel .carousel-item img{
  width: 100%;
}*/
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec-1{
padding: 80px 0;
position: relative;
}

.sec-1::before{
  position: absolute;
  content: '';
  right: 0;
  bottom: -50px;
  width: 525px;
  height: 261px;
  background: url(../images/sec1-side.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
}


.sec1-left{
position: relative;
}

.sec1-left::before {
  position: absolute;
  bottom: -30px;
  right: 100px;
  left: 0;
  height: 20px;
  background:#da0000;
  content: "";
}
.wel2{
position: absolute;
bottom: -70px;
right: 50px;
padding: 20px;
background-color: #fbfbfb;
animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}

@keyframes pxl_right_left {
 0% {
  transform:translateX(0)
 }
 25% {
  transform:translateX(40px)
 }
 50% {
  transform:translateX(0)
 }
 75% {
  transform:translateX(-40px)
 }
 100% {
  transform:translateX(0)
 }
}




.sec1-right h6{
font-family: 'Manrope', sans-serif;
font-size: 14px;
letter-spacing: 1px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 8px;
}

.sec1-right h6::before{
position: absolute;
content: '';
left: 0;
bottom:4px;
width: 50px;
height: 2px;
background:#d1d1d1;
animation: slideInLeft 3s infinite;
}


.sec1-right h2{
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #222628;
}

.sec1-right p{
font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #777;
}

.wel-iso{
padding-top: 28px;
}

.wel-iso h4{
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 24px;
color: #222628;
margin: 0;
}

.wel-iso p{
margin: 0;
}

.sec1-exp {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  padding: 12px;
  position: relative;
}

.sec1-exp img {
width: 65px;
display: inline-block;
position: absolute;
right: 2px;
bottom: 8px;
opacity: 0.1;
}

.sec1-exp h2 {
  color: #222628;
 font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin: 0;
}

.sec1-exp p {
margin: 0;
font-size: 14px;
}



.round-text svg {
/*  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;*/
 -webkit-animation-name: rotate; 
  -moz-animation-name: rotate; 
 -ms-animation-name: rotate; 
 -o-animation-name: rotate; 
 animation-name: rotate; 
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.link-round-text.round-text text {
  font-size: 17.4px;
  letter-spacing: 2px;
  fill: #111;
font-family: 'Manrope', sans-serif;
text-transform: uppercase;
}

.link-round-text.round-text .text-btn-icon img{
width: 45px;
position: absolute;
top: 10px;
left: 50%;
-o-transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}


.hover-btn{
font-size: 14px;
text-transform: uppercase;
color: #fff !important;
padding: 0 20px;
font-weight: 700;
line-height: 48px;
-webkit-transition: all 240ms linear 0ms;
-moz-transition: all 240ms linear 0ms;
-ms-transition: all 240ms linear 0ms;
-o-transition: all 240ms linear 0ms;
transition: all 240ms linear 0ms;
position: relative;
overflow: hidden;
display: inline-block;
text-align: center;
cursor: pointer;
background: #da0000;
z-index: 1;
border-radius: 5px;
font-family: 'Manrope', sans-serif;
text-decoration: none !important;
}

.hover-btn i{
padding-left: 6px;
font-size: 14px;
}


.hover-btn::after, .hover-btn::before {
  content: '';
  position: absolute;
  height: 50%;
  width: 0;
  background-color: #222628;
  z-index: -1;
  transition: .3s cubic-bezier(.785,.135,.15,.86);
}

.hover-btn::before{
bottom: 0;
right: 0;
left: auto;
}

.hover-btn::after{
top: 0;
left: 0;
right: auto;
}

.hover-btn:hover::before{
left: 0;
right: auto;
width: 100%;
background: #222628;
bottom: 0;
}

.hover-btn:hover::after{
top: 0;
width: 100%;
background: #222628;
right: 0;
left: auto;
}

.hover-btn span{
  display: inline-block;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
}

.hover-btn:hover span{
transform: rotateY(360deg);
}

.hover-btn:hover span:nth-child(1){
transition-delay: 0.95s;
}

.hover-btn:hover span:nth-child(2){
    transition-delay: 0.9s;
}

.hover-btn:hover span:nth-child(3){
    transition-delay: .85s;
}

.hover-btn:hover span:nth-child(4){
    transition-delay: 0.8s;
}

.hover-btn:hover span:nth-child(5){
    transition-delay: 0.75s;
}

.hover-btn:hover span:nth-child(6){
    transition-delay: 0.7s;
}

.hover-btn:hover span:nth-child(7){
    transition-delay: 0.65s;
}

.hover-btn:hover span:nth-child(8){
    transition-delay: 0.6s;
}

.hover-btn:hover span:nth-child(9){
    transition-delay: 0.55s;
}

.hover-btn:hover span:nth-child(10){
    transition-delay: 0.5s;
}


.sec-2{
padding: 50px 0;
}

.sec2-title{
text-align: center;
}

.sec2-title h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #da0000;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  display: inline-block;
  margin: 0;
}

.sec2-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.sec2-title h2{
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #222628;
font-size: 36px;
}

.sec2-bx{
margin:15px;
}

.sec2-bx .sec2-img{
position: relative;
margin-bottom: 40px;
overflow:hidden;
}

.sec2-bx .sec2-img::before {
  position: absolute;
  display: block;
  content:'';
  left: 0;
  right: 0;
  top: 37%;
  bottom: 0;
  width: 100%;
  height: 63%;
  z-index: 119;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: 0.4s ease-in;
  /*background: #111;*/
  background: -moz-linear-gradient(top, #111 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #111 0%, transparent 100%);
  background: -o-linear-gradient(top, #111 0%, transparent 100%);
  background: -ms-linear-gradient(top, #111 0%, transparent 100%);
  background: linear-gradient(to top, #111 0%, transparent 100%);
}

.sec2-bx .sec2-img::after{
  content: '';
  position: absolute;
  display: block;
  content:'';
  left: 0;
  right: 0;
  top: 37%;
  bottom: 0;
  width: 100%;
  height: 63%;
  z-index: 121;
  transition: .4s;
  background: linear-gradient(to top, #da0000 0%, transparent 100%);
  transition: 0.4s ease-in;
  opacity: 0;
}

.sec2-bx:hover .sec2-img::after{
  opacity: 1;
  transition: 0.4s ease-in;
}

.sec2-bx .sec2-img span{
  position: absolute;
display: inline-block;
vertical-align: top;
font-size: 120px;
line-height: 1;
font-weight: 700;
left: 21px;
font-family: 'DM Sans', sans-serif;
color: transparent;
right: initial;
bottom: -.2917em;
letter-spacing: -.03em;
z-index: 122;
-webkit-text-stroke: 1px #fff;
}

.sec2-bx .sec2-details h4{
font-family: 'DM Sans', sans-serif;
color: #fff;
font-weight: 600;
font-size: 22px;
}

.sec2-bx .sec2-details p{
 font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}

.sec2-bx .sec2-details a{
text-decoration: none;
color: #da0000;
border: 1px solid #da0000;
border-radius: 50%;
height: 40px;
width: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
font-weight: 700;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec2-bx .sec2-details a:hover{
  background:#da0000;
  color: #fff; 
}

.slick-pre, .slick-nxt{
display: none !important;
}


.sec-3 {
  background: url(../images/sec3-bg.jpg) no-repeat center center;
  position: relative;
  display: block;
  padding: 380px 0 80px;
  background-size: cover;
  margin-top: -380px;
}


.sec-3::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0,0,0, 0.95);
}


.sec-3 h4{
font-family: 'Manrope', sans-serif;
font-size: 14px;
letter-spacing: 1px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 8px;
display: inline-block;
margin: 0;
text-transform: uppercase;
}

.sec-3 h4::before {
position: absolute;
content: '';
left: 0;
bottom: 4px;
width: 50px;
height: 2px;
background: rgba(255,255,255, 0.3);
animation: slideInLeft 3s infinite;
}

.sec-3 h2 {
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #fff;
font-size: 36px;
}

.sec-3 p {
font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #777;
}


.why-box{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 17px;
}

.why-box img{
  float: left;
width: 60px;
margin-right: 20px;
margin-bottom: 20px;
}

.why-box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
}

.why-box p{
font-size: 14px;
color: #9b9b9b;
line-height: 26px;
margin-bottom: 17px;
}

.circle-count{
margin-bottom: -310px;
padding-top: 60px;
}

.c-out{
display: flex;
}

.c-out p{
font-weight: 600;
margin-bottom: 0;
margin-left: 12px;
font-size: 20px;
padding-top: 45px;
width: 40%;
}

.pie {
  --p:20;
  --b:22px;
  --c:darkred;
  --w:140px;
  
  width:var(--w);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  margin:5px;
  place-content:center;
  font-size:28px;
  color: #232135;
  font-weight:bold;
  font-family: 'DM Sans', sans-serif;
}

.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}

.pie:before {
  inset:0;
  background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
  conic-gradient(var(--c) calc(var(--p)*1%),#f0f0f0 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#f0f0f0 calc(100% - var(--b)));
  mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#f0f0f0 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

/*.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}*/

.why-right img{
  position: absolute;
  width: 92%;
}

.why-right::before{
position: absolute;
content: '';
right: 5px;
top: 33%;
height: 526px;
width: 9px;
background: #da0000;
}


.sec-4{
padding:320px 0 60px;
}

.sec4-title h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #da0000;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

.sec4-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.sec4-title h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #222628;
  font-size: 36px;
}

.sec4-title p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
  margin: 0;
padding-top: 25px;
}

.slick-dots{
display: none !important;
}

.sec4-bx{
border: 1px solid #e3e3e3;
padding: 15px 5px;
margin: 40px 15px 0px;
position: relative;
}

.sec4-bx img{
transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.sec4-bx p {
  position: absolute;
  opacity: 0;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: #777;
  text-align: center;
  margin: 0;
  display: grid;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 8px;
}

.sec4-bx:hover p{
opacity: 1;
background: #fff;
}

.sec4-bx:hover img{
  opacity: 0;
}

.sec5-left-bx{
background: url(../images/sec5-bg1.jpg);
padding: 65px 70px;
position: relative;
-webkit-transition: transform .6s, -webkit-transform .6s;
-moz-transition: transform .6s, -webkit-transform .6s;
-ms-transition: transform .6s, -webkit-transform .6s;
-o-transition: transform .6s, -webkit-transform .6s;
transition: transform .6s, -webkit-transform .6s;
height: 100%;
}

.sec5-left-bx::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0, 0.8);
}

.sec5-left-bx:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.03);
}

.sec5-left-bx.sec5-right-bx{
 background: url(../images/sec5-bg2.jpg); 
}

.sec5-left-bx.sec5-right-bx::before{
background: rgba(218, 0, 0, 0.75);
}

.sec5-left-bx.sec5-right-bx h6{
  color: #fff;
}

.sec5-left-bx.sec5-right-bx .hover-btn{
  background: #222;
}

.sec5-left-bx.sec5-right-bx .hover-btn::after, .sec5-left-bx.sec5-right-bx .hover-btn::before {
background: #fff;
}

.sec5-left-bx.sec5-right-bx .hover-btn:hover span, .sec5-left-bx.sec5-right-bx .hover-btn:hover i{
  color: #222;
}

.sec5-left-bx h6{
font-family: 'Manrope', sans-serif;
font-size: 14px;
letter-spacing: 1px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 8px;
display: inline-block;
margin:0;
text-transform: uppercase;
}

.sec5-left-bx h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: rgba(255,255,255, 0.3);
  animation: slideInLeft 3s infinite;
}

.sec5-left-bx h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  position: relative;
}

.sec5-left-bx p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  position: relative;
  color: rgba(255,255,255, 0.6);
  margin: 20px 0;
}

.sec5-left-bx img{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 150px;
  opacity: 0.1;
}

.sec-6{
padding: 70px 0;
}

.counter{
  position: relative;
}

.counter img{
width: 60px;
float: left;
margin-right: 18px;
padding-bottom: 22px;
}

.counter h3{
font-family: 'DM Sans', sans-serif;
font-weight: 900;
font-size: 40px;
margin-bottom: 0px;
color: #222628;
}

.counter.counter-brder::before{
position: absolute;
content: '';
width: 40px;
height: 2px;
left: -70px;
top: 35px;
background: #d1d1d1;
}

.counter .add::after {
  content: "\f067";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  top: -5px;
  font-weight: 400;
}

.counter.design .add::before{
  content: "K";
  position: absolute;
  display: inline-block;
  top: 0px;
  font-size: 40px;
  padding-left: 5px;
  right: 30%;
}
.counter.design .add::after{
  margin-left: 27px;
  top: -8px;
}

.counter p{
font-family: 'Manrope', sans-serif;
font-size: 15px;
position: relative;
color: #777;  
margin: 0;
}



.sec-7{
padding: 50px 0;
}

.sec7-bx{
border: 1px solid #e3e3e3;
padding: 15px 5px;
margin: 40px 0px 0px;
position: relative;
}

.sec7-bx img{
transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.sec7-bx p {
  position: absolute;
  opacity: 0;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #777;
  text-align: center;
  margin: 0;
  display: grid;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 8px;
}

.sec7-bx:hover p{
opacity: 1;
background: #fff;
}

.sec7-bx:hover img{
  opacity: 0;
}


.sec-8{
padding: 50px 0 80px;
position: relative;
}
.sec-8::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  opacity: 0.1;
  height: 100%;
  background: url(../images/sec8-bg.jpg) no-repeat;
  background-size: cover;
}

.sec8-bx{
border: 1px solid #e3e3e3;
padding: 4px;
margin: 15px 15px 15px;
background: #fff;
position: relative;
}

.sec8-bx::before{
position: absolute;
content: '';
right: -6px;
bottom: -8px;
background: #da0000;
width: 100px;
height: 2px;
}

.sec8-bx::after{
position: absolute;
content: '';
right: -8px;
bottom: -8px;
background: #da0000;
width: 2px;
height: 16px;
}


.sec-9{
padding: 40px 0;
position: relative;
background: url(../images/sec9-bg.jpg) center;
background-size: cover;
}

.sec-9::before{
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(218, 0, 0, 0.85);
}

.sec9-left h2{
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 36px;
color: #fff;
}

.sec9-left p{
font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #f1f1f1;
margin-bottom:5px;
letter-spacing: 0.5px;
}

.sec9-right{
text-align: center;
}

.sec9-right span{
font-size: 40px;
position: absolute;
top: -90px;
background: #23b73f;
height: 90px;
border-color: #CCCC;
box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.11);
width: 90px;
border-radius: 50%;
text-align: center;
line-height: 90px;
left: 50%;
color: #fff;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
}

.sec9-right span::after{
content: "";
top: -20px;
left: -20px;
background-color: rgb(14, 85, 27);
right: -20px;
bottom: -20px;
border-radius: 50%;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
opacity: 0;
z-index: -1;
-webkit-animation: jumper 2.5s 0.66666s ease-out infinite;
-moz-animation: jumper 2.5s 0.66666s ease-out infinite;
box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}


@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

}


@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}


.sec9-right p{
font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #f1f1f1;
margin-bottom:5px;
letter-spacing: 0.5px;
margin-top: 20px;
}

.sec9-right p:nth-child(2){
font-weight: 800;
font-size: 18px;
}


.sec9-right p:nth-child(3){
margin-top: 0;
}

.sec9-right h3{
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 32px;
}


.sec-10{
padding: 50px 0 80px;
}

.testimonial-bx{
border: 1px solid #ececec;
padding: 25px;
margin:40px 15px 0; 
position: relative;
}

.testimonial-bx i{
font-size: 50px;
color: #f1f1f1;
position: absolute;
right: 25px;
top: -20px;
background: #fff;
padding: 0px 12px;
}

.testimonial-bx span{
color: #fe982f;
padding-right: 4px;
}

.testimonial-bx h3{
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 20px;
color: #da0000;
position: relative;
display: inline-block;
margin-bottom: 3px;
}

.testimonial-bx h3::before{
position: absolute;
content: '';
right: -40px;
bottom: 10px;
width: 30px;
height: 2px;
background: #d1d1d1;
}

.testimonial-bx p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}

.testimonial-bx h6{
font-family: 'Manrope', sans-serif;
font-size: 15px;
color: #999;
}


.inner-banner{
padding: 50px 0;
background: url(../images/in-bg.jpg) center;
background-size: cover;
position: relative;
}

.inner-banner::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, .75);
}

.in-ban-title h1{
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
}

.in-ban-title ul{
padding-left: 0;
margin: 0;
}

.in-ban-title ul li{
float: left;
color: #fff;
font-family: 'Manrope', sans-serif;
font-size: 14px;
position: relative;
z-index: 99;
list-style: none;
padding: 0 8px;
}

.in-ban-title ul li:nth-child(1)::before{
background: #fff;
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
}

.in-ban-title ul li:nth-child(2)::before{
background:#da0000;
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
}

.in-ban-title ul li a{
color:#222628;
text-decoration: none;
}

.in-ban-title ul li span{
position: absolute;
top: 3px;
right: -13px;
font-size: 18px;
}


.inner-matter{
padding: 50px 0;  
}



.abt-page h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #da0000;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

.abt-page h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}


.abt-page h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #222628;
  font-size: 36px;
}

.abt-page ul{
  padding-left: 0;
}

.abt-page ul li{
    font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
  list-style: none;
}

.abt-page ul li i{
  padding-right: 5px;
  color: #da0000;
}

.inner-matter p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}


.abt-in{
position: relative;
}

.abt-in::before{
content: "";
position: absolute;
top: 60px;
right: -35px;
bottom: 60px;
left: 100px;
border: 6px solid #da0000;
z-index: -1;
animation: 8s ease-out 0s infinite normal none running pxl_right_left;
}


.abt-in img{
margin-left: 30px;
}

.abt-widget{
position: absolute;
left: 0px;
animation: pxl_bottom_top 8s ease-out infinite;
-webkit-animation: pxl_bottom_top 8s ease-out infinite;
}

.abt-widget img{
  margin-left: 0px;
}

@keyframes pxl_bottom_top {
 0% {
  transform:translateX(0)
 }
 25% {
  transform:translateY(20px)
 }
 50% {
  transform:translateY(0)
 }
 75% {
  transform:translateY(-20px)
 }
 100% {
  transform:translateY(0)
 }
}

.about-sec2{
background: url(../images/history-bg.png) center;
padding: 50px 0;
background-size: cover;
}

.about-sec2-title{
  text-align: center;
}

.about-sec2-title h6{
font-family: 'Manrope', sans-serif;
font-size: 14px;
letter-spacing: 1px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 8px;
display: inline-block;
margin: 0;
}

.about-sec2-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.about-sec2-title h2{
  font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #222628;
font-size: 36px;
}



.ag-timeline-block {
  padding: 50px 0 0;
}


.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 3px;
  background-color: #d1d1d1;
  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background: #DA0000;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -25px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -25px 0 14px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: #d1d1d1;
  text-align: center;
  font-size: 20px;
  color: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #fff;
  background-color:#da0000;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;
font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #da0000;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #eee;
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  position: relative;
  top: -20px;
}

.ag-timeline-card_item p{
  font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #777;
text-align: left;
}


.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #eee;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 28px;
  color: #222628;
  font-family: 'Barlow', sans-serif;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #FFF;
}


@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

.about-sec3{
  position: relative;
}

.about-sec3::before {
  position: absolute;
  content: '';
  right: 0px;
  top: -150px;
  width: 525px;
  height: 261px;
  background: url(../images/sec1-side.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
}

.exprnce-bx{
padding: 25px;
background: #222628;
position: relative;
margin: 40px 0;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.exprnce-bx:hover{
  transform: scale(1.05);
  -moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);

}

.exprnce-bx h3{
color: #fff;
font-family: 'Barlow', sans-serif;
font-weight: 700;
position: relative;
overflow:hidden;
padding-bottom: 8px;
font-size: 25px;
}

.exprnce-bx h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #f1f1f1;
  animation: slideInLeft 3s infinite;
}

.exprnce-bx img{
  width: 120px;
position: absolute;
bottom: 12px;
right: 12px;
opacity: 0.1;
}


.exprnce-bx p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #bdbdbd;
  position: relative;
  z-index: 99;
}

.exprnce-bx::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -29px;
  width: 100%;
  height: 30px;
  background: url(../images/note-2.png);
  background-size: contain;
}

.exprnce-bx::after{
  position: absolute;
  content: '';
  left: 0;
  top: -29px;
  width: 100%;
  height: 30px;
  background: url(../images/note-2.png);
  background-size: contain;
  transform: rotate(180deg);
}


.exprnce-bx.exprnce-bx2{
  background: #da0000;
}

.exprnce-bx.exprnce-bx2 p{
color: #ffd3d3;
}

.exprnce-bx.exprnce-bx2::before{
   background: url(../images/note-1.png); 
     background-size: contain;
}

.exprnce-bx.exprnce-bx2::after{
   background: url(../images/note-1.png); 
     background-size: contain;
}

.exprnce-bx.exprnce-bx2 img{
opacity: 0.2;
}


.about-sec4{
padding: 50px 0 90px;
}

.about-sec4-title{
  text-align: center;
}
/*
.about-sec4-title h2{
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #222628;
font-size: 36px;
margin-bottom: 25px;
}*/


.text {
  fill: none;
  stroke-width: 0.7;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
  font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size:23px;
}

.text:nth-child(5n + 1) {
  stroke: #F2385A;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
  stroke: #56D9CD;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
  stroke: #3AA1BF;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}


.qty-in-tit h3{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
font-size: 24px;
color: #da0000;
position: relative;
}

.qty-in-tit h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
}

.qty-box{
margin: 25px 0;
}

.qty-box h3{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
font-size: 24px;
color: #222628;
position: relative;
overflow: hidden;
padding-bottom: 7px;
}

.qty-box h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.qty-box ul{
padding-left: 0; 
}

.qty-box ul li{
font-family: 'Manrope', sans-serif;
line-height: 26px;
font-size: 15px;
color: #777;
list-style: none;
border-bottom: 1px solid #ececec;
margin: 7px 0;
padding: 3px 0px 3px 15px;
position: relative;
width: 80%;
border-left: 1px solid #ececec;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.qty-box ul li::before{
position: absolute;
content: '';
right: 0;
bottom: -4px;
background: #da0000;
height: 7px;
width: 7px;
border-radius: 50%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.qty-box ul li span{
padding-right: 5px;
color: #da0000;
}

.qty-box ul li:hover{
  border-color: #da0000;
}

.qty-box ul li:hover::before{
  background: #222628;
}

.ftner-unit h3{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
font-size: 24px;
color: #222628;
position: relative;
overflow: hidden;
padding-bottom: 7px;
}

.ftner-unit h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.ftner-unit ul{
  padding-left: 0;
}

.ftner-unit ul li {
  font-family: 'Manrope', sans-serif;
  line-height: 28px;
  font-size: 15px;
  color: #777;
  list-style: none;
}

.ftner-unit ul li span {
  padding-right: 5px;
  color: #da0000;
}


.qty-img{
border:1px solid #d1d1d1;
padding: 4px;
border-radius: 0 0 30px 0px;
border-bottom: 1px dashed #da0000; 
border-right: 1px dashed #da0000;
}

.qty-img img{
  border-radius: 0 0 30px 0px;
}

.infra-table h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #222628;
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
}

.infra-table h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.infra-table table{
  width: 100%;
  margin-bottom: 25px;
}

.infra-table table tr th{
font-family: 'Manrope', sans-serif;
font-size: 15px;
padding: 7px 6px;
border-bottom:1px solid #ececec;
}

.infra-table table tr td{
font-family: 'Manrope', sans-serif;
font-size: 15px;
color: #777;
padding: 7px 6px;
border-bottom:1px solid #ececec;
}

.infra-table table tr th img{
  width: 40px;
  float: left;
  margin-right: 6px;
}

.sourc-bx{
border: 1px solid #e3e3e3;
padding: 10px;
margin: 15px 0;
position: relative;
}

.sourc-bx p{
font-size: 13px;
text-align: center;
border-top: 1px dashed #d1d1d1;
margin-top: 4px;
margin-bottom: 0px;
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
}

.sourc-bx:hover p{
color: #da0000;
}


.packing{
padding: 50px 0;
background: url(../images/dots.png);
background-size: cover;
}

.pking-img{
position: relative;
z-index: 99;
}

.pking-img::before{
position: absolute;
content: '';
right: -15px;
bottom: -20px;
background: #da0000;
top: 25%;
left: 50%;
z-index: -1;
}

.shape{
position: absolute;
left: -110px;
top: 15px;
z-index: -1;
transform: rotateX(180deg);
opacity: 0.6;
}

.packing h3{
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #da0000;
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
}

.packing h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.packing p{
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}

.storage-block{
padding: 50px 0;
background: url(../images/storage-bg.jpg) fixed;
background-size: cover;
}

.storage-bx{
background: #fff;
padding: 25px;
position: relative;
overflow: hidden;
}

.storage-bx::before{
position: absolute;
content: '';
right: -27px;
background: #da0000;
height: 10px;
width: 90px;
top: 19px;
transform: rotate(45deg);
}

.storage-bx h2{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
font-size: 26px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 7px;
}

.storage-bx h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.storage-bx ul{
padding-left: 0;
}

.storage-bx ul li{
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
  list-style: none;
  position: relative;
  padding-left: 22px;
  z-index: 99;
}

.storage-bx ul li span{
position: absolute;
top: 5px;
left: 0;
color: #da0000;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.storage-bx ul li:hover span{
  transform: rotate(90deg);
}


.storage-bx h5{
font-family: 'Barlow', sans-serif;
color: #222628;
}

.storage-bx h6{
font-family: 'Manrope', sans-serif;
color: #da0000;
padding-left: 25px;
position: relative;
}

.storage-bx h6::before{
position: absolute;
content: '';
left: 0;
bottom: 8px;
width: 15px;
height: 2px;
background: #d1d1d1;
}

.storage-bx img{
position: absolute;
right: 20px;
bottom: 20px;
width: 150px;
opacity: 0.1;
}

.safe-secure{
padding: 50px 0;
background: url(../images/safe-secure.png) no-repeat  top right;
}

.safe-secure h3{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
font-size: 26px;
color: #da0000;
position: relative;
overflow: hidden;
padding-bottom: 7px;
}

.safe-secure h3::before{
position: absolute;
content: '';
left: 0;
bottom: 4px;
width: 50px;
height: 2px;
background: #d1d1d1;
animation: slideInLeft 3s infinite;  
}

.safe-secure p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}

.safe-scrty{
padding-left: 0px;
}

.safe-scrty li{
list-style: none;
width: 48%;
padding: 35px 18px;
float: left;
position: relative;
}

.safe-scrty li h6{
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 500;
font-size: 18px;
position: relative;
}

.safe-scrty li h6::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 2px;
  background: rgba(255,255,255,0.5);
}

.safe-scrty li img{
width: 65px;
position: absolute;
bottom: 10px;
right: 15px;
opacity: 0.3;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.safe-scrty li:hover img{
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}

.safe-scrty li:nth-child(1){
background: #2cc6d2;
}

.safe-scrty li:nth-child(2){
background: #0b98d0;
}

.safe-scrty li:nth-child(3){
background: #0b4366;
}

.safe-scrty li:nth-child(4){
background:#79022c;
}

.safe-scrty li:nth-child(5){
background:#cc2e3c;
}

.safe-scrty li:nth-child(6){
background:#f99302;
}

.after-sale{
padding-left: 0;
}

.after-sale li{
font-family: 'Barlow', sans-serif;
font-weight: 500;
position: relative;
list-style: none;
float: left;
width: 23%;
border-left: 2px solid #ececec;
margin-bottom: 20px;
padding: 12px 15px;
margin-right: 10px;
position: relative;
}

.after-sale li i{
  padding-right: 5px;
  color: #da0000;
}

.after-sale li::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ececec;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}
.after-sale li::after{
position: absolute;
content: '';
left: 2px;
bottom: 4px;
width: 5px;
height: 5px;
background: #da0000;
border-radius: 50%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.after-sale li:hover::after{
width: 80px;
border-radius: 0px;
}

.after-sale li:hover::before{
width: 82px;
}

.export-title{
 padding-top: 40px;
}

.export-title h3{
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #da0000;
position: relative;
font-size: 36px;
}

.export-title h3::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  background: #d1d1d1;
  width: 50px;
  height: 2px;
}

.export-bx {
  position: relative;
  margin: 0 0 15px;
  overflow:hidden;
  border: 1px solid #d1d1d1;
  padding: 5px;
}

.export-bx a {
  display: block;
}

.export-bx a::before {
  border-top: 45px solid transparent;
  border-right: 45px solid #da0000;
  content: "";
  display: block;
  height: 0px;
  right: 5px;
  position: absolute;
  bottom:5px;
  width: 6px;
  z-index: 9;
}

.export-bx span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  z-index: 99;
}

.export-bx img {
  width: 100%;
  transition: all 0.9s ease 0s;
}

.export-bx:hover img {
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  cursor: pointer;
  transition: all 0.9s ease 0s;
}

.client-bx{
  border: 1px solid #e3e3e3;
  padding: 15px 8px;
  margin: 0px 5px 0px;
  position: relative;
  text-align: center;
  height: 185px !important;
}

.client-tit h3{
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #da0000;
margin-bottom: 25px;
display: inline-block;
position: relative;
}

.client-tit h3::before{
position: absolute;
content: '';
top: 20px;
right: -40px;
background: #d1d1d1;
height: 2px;
width: 30px;
}

.client-bx p{
  font-size: 13px;
text-align: center;
border-top: 1px dashed #d1d1d1;
margin-top: 4px;
line-height: 20px;
padding-top: 4px;
margin-bottom: 0px;
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
}

.client-right{
  position: relative;
}

.client-right::before{
position: absolute;
content: '';
right: -24px;
top: -20px;
width: 75px;
height: 156px;
  background: url(../images/dot.png);
  z-index: -1;
}
.contact-page{
background: url(../images/cnt-page-bg.png);
padding-bottom: 50px;
background-size: cover;
}

.contact-page iframe{
  height: 400px;
}


.contact-left{
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
padding:30px;
position: relative;
background: url(../images/cnt-bg.jpg);
background-size: cover;
margin-top: -110px;
}

.contact-left::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #da0000;
}

.contact-left h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fbbaba;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

.contact-left h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #f1f1f1;
  animation: slideInLeft 3s infinite;
}

.contact-left h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  position: relative;
}

.contact-left p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #fbbaba;
position: relative;
}

.cnt-bx{
display: flex;
border-bottom:1px solid rgba(255,255,255, 0.3);
position: relative; 
margin-bottom: 15px;
}

.cnt-bx h4{
position: relative;
font-family: 'DM Sans', sans-serif;
color: #fff;
font-size: 18px;
font-weight: 600;
}

.cnt-bx span img{
  background: rgba(255,255,255, 0.2);
  padding: 10px;
  position: relative;
  width: 50px;
  margin-right: 10px;
}


.contact-right{
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
padding:30px 30px 40px 30px;
margin-top: -110px;
background: #fff;
}

.contact-right h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #da0000;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}

.contact-right h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.contact-right h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #222628;
  font-size: 32px;
}

.contact-right p {
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #777;
}

.cnt-form .form-control{
font-family: 'DM Sans', sans-serif;
font-size: 15px;
margin-bottom: 15px;
border-radius: 0px;
height: 45px;
padding-left: 40px;
}

.cnt-form textarea.form-control{
height: auto;
}

.cnt-form span{
position: absolute;
top: 0px;
padding: 14px;
color: #777;
}


.cnt-form .sendbtn{
background: #da0000;
color: #fff;
padding: 10px 20px;
border: 0;
transition: .4s;
width: 100%;
cursor: pointer;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
margin-top: 10px;
font-family: 'Manrope', sans-serif;
}

.cnt-form .sendbtn i{
  padding-right: 5px;
}

.pro-page h2{
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #da0000;
font-size: 30px;
position: relative;
overflow: hidden;
padding-bottom: 10px;
}

.pro-page h2::before {
position: absolute;
content: '';
left: 0;
bottom: 7px;
width: 50px;
height: 2px;
background: #d1d1d1;
animation: slideInLeft 3s infinite;
}


.side-cnt {
  background: url(../images/cnt-side.jpg) right;
  padding: 50px 35px;
  color: #fff;
  position: relative;
}

.side-cnt::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0, 0.8);
}

.side-cnt h4, .side-cnt p, .side-cnt a {
  position: relative;
  z-index: 9;
}

.side-cnt h4 {
  font-size: 24px;
font-weight: 600;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 20px;
}

.side-cnt h4, .side-cnt p, .side-cnt a {
  position: relative;
  z-index: 9;
}

.side-cnt p{
  color: rgba(255,255,255, 0.7);
}

.side-cnt a {
  border-bottom: 1px solid  #da0000;
  padding-bottom: 5px;
  text-transform: uppercase;
  color:  #da0000;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  text-decoration: none;
}

.side-cnt a i {
  padding-left: 10px;
}

.side-cnt a:hover{
  color: #fff;
  border-bottom: 1px solid  #fff;
}

.side-client{
padding: 25px;
background: #da0000;
margin-top: 25px;
height: 200px;
position: relative;
}

.side-client a{
display: block;
color: #fff;
text-decoration: none;  
}

.side-client h6{
font-family: 'Manrope', sans-serif;
font-size: 14px;
font-weight: 500;
position: relative;
overflow: hidden;
padding-bottom: 5px;
}

.side-client h6::before {
position: absolute;
content: '';
left: 0;
bottom: 0px;
width: 50px;
height: 2px;
background: rgba(255,255,255,0.5);
animation: slideInLeft 3s infinite;
}

.side-client h4{
font-family: 'Barlow', sans-serif;
font-weight: 700;
}

.btn-c{
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.side-client:hover .btn-c{
  margin-left: 10px;
}

.side-client img{
  width: 80px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.3;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.side-client::before{
border-top: 15px solid transparent;
border-right: 15px solid #fff;
content: "";
display: block;
height: 0px;
right: 0px;
position: absolute;
bottom: 0px;
width: 20px;  
}

.side-client:hover img{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
}

.side-brochure a{
 display: block;
padding: 10px 15px;
border: 2px solid #e6e6e6;
margin-top: 25px;
font-family: 'DM Sans', sans-serif;
font-weight: 600;
color: #555;
text-decoration: none;
font-size: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
margin-bottom: 30px;
}

.side-brochure a i{
padding-right: 8px;
color: #da0000;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}


.side-brochure a:hover{
background: #da0000;
color: #fff;
border: 2px solid #ffafaf;
}

.side-brochure a:hover i{
  color: #fff;
}


.clearfix {
  display: block;
  width: 100%;
}

.single-pro{
  padding-left: 10px;
border-left: 1px solid #d1d1d1;
position: relative;
overflow:hidden;
margin: 15px 0;
}

.single-pro span{
position: absolute;
right: 8px;
top: -20%;
background: #da0000;
padding: 12px;
color: #fff;
font-size: 14px;
border-radius: 50%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.single-pro:hover span{
  top: 8px;
}




.single-pro p{
margin: 0;
padding-top: 8px;
padding-left: 14px; 
position: relative;
}

.single-pro p::before{
position: absolute;
content: '';
left: -11px;
top: 20px;
width: 15px;
height: 1px;
background: #d1d1d1;
}

.single-pro p::after{
position: absolute;
content: '';
left: 2px;
top: 18px;
width: 5px;
height: 5px;
background: #da0000;
border-radius: 50%;
}




footer{
  padding: 50px 0;
  background: #111 url(../images/footer-bg.png);

}

footer h4{
font-family: 'DM Sans', sans-serif;
font-weight: 600;
color: #fff;
position: relative;
overflow: hidden;
padding-bottom: 8px;
}

footer h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 50px;
  height: 2px;
  background: #da0000;
  animation: slideInLeft 3s infinite;
}

.f-links ul{
padding-left: 0;
}

.f-links ul li{
list-style: none;
}

.f-links ul li a{
font-family: 'Manrope', sans-serif;
line-height: 28px;
font-size: 15px;
color: #f1f1f1;
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.f-links ul li a span{
font-size: 11px;
padding-right: 3px;
color: #da0000;
}

.f-links ul li a:hover{
color: #da0000;
}

.f-cnt p{
font-family: 'Manrope', sans-serif;
line-height: 28px;
font-size: 15px;
color: #f1f1f1;
display: flex;
}

.f-cnt p span{
padding-right: 8px;
color: #da0000;
margin-top: 7px;
font-size: 16px;
}

.f-cnt::before{
  position: absolute;
  content: '';
  left: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255,255,255, 0.1);
}

.f-about::before{
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255,255,255, 0.1);
}

.f-about img{
width: 60%;
margin-bottom: 15px;
}


.f-about p{
font-family: 'Manrope', sans-serif;
line-height: 28px;
font-size: 15px;
color: #f1f1f1;
}







@media (min-width:667px) and (max-width:768px) {
.ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 32px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #1d1d1d;
  background-color: #e4ded4;
  border-radius: 3px;
  z-index: 99;
}

}

@media (max-width:991px){
  .ast_menu_btn {
display: block;
float: none;
position: absolute;
top: 48px;
right: -25px;
border: none;
width: 40px;
height: 34px;
font-size: 21px;
color: #fff;
background-color: #da0000;
border-radius: 3px;
cursor: pointer;
z-index: 99;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#111;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}

.ast_menu ul li a:hover, .ast_menu ul li a.active{
  color:#eb4438;
  border-top: 0px;
}
.ast_menu ul li a{
    padding:10px 10px;
    border-top: 0px;
    color: #fff;
}
}




@media (min-width:320px) and (max-width:414px){

.top-left{
text-align: center;
}

.top-left ul li {
font-size: 14px;
}

.top-left ul li:nth-child(2)::after {
display: none;
}

.top-right{
text-align: center;
}

.top-right ul li {
  font-size: 14px;
}

.top-download {
margin-left: 0px;
}

.top-download a{
padding: 5px 12px !important;
background: #da0000;
margin: 8px 0 3px;
}

.top-download::before {
background:none;
}

.ban1{
  left: 12%;
  right: 12%;
}

.ban1, .ban3, .ban2 {
  left: 12%;
  right: 12%;
}

.ban1 h2, .ban2 h2, .ban3 h2 {
font-size: 30px;
}

.hover-btn {
font-size: 13px;
padding: 0 10px;
line-height: 40px;
}

.ban2 .b-icon {
  display: none;
}

.ban1 .b-icon {
  display: none;
}

.logo{
text-align: center;
}

.logo img{
  width: 40%;
  display: inline-block;
  padding-bottom: 8px;
}

.ast_menu {
align-items: start;
}

.ast_menu ul li {
  float: none;
}

.ast_menu ul li a {
  background-image: linear-gradient(to right, #da0000, #da0000 50%, #fff 50%);
}

.cname {
text-align: center;
}

.sec1-right{
margin-top: 80px;
}

.sec1-right h2 {
font-size: 25px;
}

.sec1-right p {
  font-size: 14px;
}

.link-round-text.round-text .text-btn-icon img {
  top: 25px;
}

.wel-iso {
padding-top: 50px;
}

.sec1-exp {
padding: 40px 20px;
width: 170px;
margin: auto;
}

.sec2-title h2 {
font-size: 30px;
}

.sec2-bx .sec2-details h4 {
font-size: 20px;
}

.sec-3 h2 {
font-size: 30px;
}

.why-box h5 {
font-size: 18px;
}

.why-box img {
  margin-bottom: 50px;
}

.circle-count {
margin-bottom: 20px;
padding-top: 20px;
}

.pie{
color: #fff;
}

.why-right::before {
display: none;
}

.why-right img {
  position: relative;
  width: 100%;
}

.sec-4 {
padding: 60px 0;
}

.sec4-title h2 {
font-size: 28px;
}

.sec4-title p {
  font-size: 14px;
  padding-top: 0px;
}

.sec5-left-bx{
padding: 50px;
}

.sec5-left-bx h3 {
font-size: 30px;
}

.counter img {
  width: 45px;
  margin-right: 10px;
}

.counter h3 {
font-size: 28px;
}

.counter p {
font-size: 13px;
}

.counter.counter-brder::before {
display: none;
}

.counter.design .add::before {
font-size: 27px;
}

.sec-9 {
  text-align: center;
}

.sec9-left h2 {
  font-size: 26px;
}

.sec9-left p {
  font-size: 14px;
}

.sec9-right span {
  font-size: 30px;
  position: relative;
  top: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  left: 0;
  transform: none;
}

.sec9-right h3 {
  font-size: 28px;
}

.client-bx {
  height: auto !important;
}

.abt-page h3 {
  font-size: 25px;
}

.abt-in img {
  margin-left: 0px;
}

.inner-matter p {
  font-size: 14px;
}

.about-sec2-title h2 {
font-size: 25px;
}

.ag-timeline-card_title {
  font-size: 25px;
}

.ag-timeline-card_item p {
font-size: 14px;
}

.exprnce-bx h3 {
font-size: 22px;
}

.exprnce-bx p {
font-size: 14px;
}

.qty-in-tit h3 {
font-size: 22px;
}

.qty-box h3 {
font-size: 22px;
}

.qty-box ul li {
  font-size: 14px;
  width: 100%;
}

.ftner-unit h3 {
font-size: 22px;
}

.ftner-unit ul li {
font-size: 14px;
}

.qty-img {
  margin-bottom: 15px;
}

.packing h3 {
  font-size: 22px;
  margin-top: 30px;
}

.packing p {
font-size: 14px;
}

.storage-bx h2 {
  font-size: 23px;
}

.storage-bx ul li {
font-size: 14px;
}

.safe-secure h3 {
font-size: 24px;
margin-top: 15px;
}

.safe-secure p {
font-size: 14px;
}

.after-sale li {
  width: 44%;
  font-size: 14px;
}

.in-ban-title h1 {
  font-size: 30px;
}

.export-title h3 {
  font-size: 30px;
}

.client-tit h3 {
  font-size: 23px;
}

.contact-right {
  margin-top: 0;
}

.contact-left h3 {
font-size: 26px;
}

.contact-left p {
font-size: 14px;
}

.contact-right h3 {
  font-size: 26px;
}

.contact-right p {
  font-size: 14px;
}

.cnt-form .form-control {
  font-size: 14px;
}

.cnt-form span {
  font-size: 14px;
}

.pro-page h2 {
font-size: 26px;
}

.side-cnt {
 margin-top: 25px;
}

.side-brochure a {
text-align: center;
}

.f-about img {
width: 40%;
}

.f-about p {
font-size: 14px;
}

footer h4 {
font-size: 22px;
}

.f-about::before {
display: none;
}

.f-cnt::before {
display: none;
}

.f-links ul li a {
font-size: 14px;
}


}

@media (min-width:1450px) and (max-width:1600px){

.cname h1 {
  font-size: 32px;
}

.cname h2 {
font-size: 32px;
}

}