@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
--text-color: #666;
--heading-font-family: "Yantramanav", sans-serif;;
--text-font-family:"Poppins", sans-serif;
--theme-color1: #ea3237;
--theme-color2: #222;
--bs-breadcrumb-divider: '\e628';
}


/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/

.offcanvas{
transition: all .7s ease;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
}

body{
overflow-x: hidden;
}

.container-fluid{
max-width: 1300px;
}

.rigt-fixed a {
  position: fixed;
  right: 0;
  top: 40%;
  background: var(--theme-color1);
  border-radius: 8px 0px 0px 8px;
  z-index: 999;
  writing-mode: vertical-rl;
  padding: 15px 7px;
  text-decoration: none;
  color: var(--bs-white);
  font-family: var(--text-font-family);
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.rigt-fixed a span{
  display: inline-block;
  transform: rotate(90deg);
  margin-bottom: 5px;
}



.top{
font-family: var(--text-font-family);
font-size: 15px;
border-bottom: 1px solid var(--bs-gray-200);
}

.top ul{
padding-left: 0;
margin: 0;
display: flex;
}

.top ul li{
list-style: none;
}

.top ul li a{
text-decoration: none;
}

.top-left ul li{
color: var(--text-color);
padding: 8px 0;
}

.top-left ul li span{
  color: var(--theme-color1);
  padding-right: 4px;
}

.top-left ul li a{
padding-right: 8px;
border-right: 1px solid var(--bs-gray-300);
margin-right: 8px;
color: var(--text-color);
}

.top-right{
float: right;
}

.top-right ul li a{
display: block;
padding: 8px;
color: var(--bs-gray-600);
}

.top-right ul li a i{
font-size: 18px;
position: relative;
top: 2px;
}

.top-right ul li:nth-child(1) a {
color: #3055ae;
}

.top-right ul li:nth-child(2) a{
/*color: #da0505;*/
color: #0276b4;
}

.top-right ul li:nth-child(3) a{
color: #50abf1;
}

.top-right ul li:nth-child(4) a{
color: #da0505;
}

.top-right ul li:nth-child(5) a{
color: #0276b4;
}

.top-right ul li a.t-quote{
color: var(--bs-white);
margin-left:8px;
position: relative;
overflow: hidden;
/*background: var(--theme-color1);*/
z-index: 99;
padding: 8px 15px;
background: linear-gradient(to right, #000 20%, var(--theme-color1) 30%, var(--theme-color2) 70%, var(--theme-color1) 80%);
background-size: 400% auto;
animation: textShine 5s ease-in-out infinite alternate
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}



.t-quote span{
padding-right: 5px;
}

.t-quote::before {
  content: "";
display: block;
  height: 100%;
position: absolute;
top: 0;
  width: 140%;
  left: -20%;
  z-index: -1;
  background-color: var(--theme-color2);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: skew(-35deg) scaleX(0);
  -ms-transform: skew(-35deg) scaleX(0);
  transform: skew(-35deg) scaleX(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  height: 110%;
}

.t-quote:hover::before{
-webkit-transform: skew(-35deg) scaleX(1);
-ms-transform: skew(-35deg) scaleX(1);
transform: skew(-35deg) scaleX(1);
}


header{
padding: 12px 0;
}


.logo img{
width: 75px;
}

.c-name{
  text-align: center;
  padding-left: 15px;
}

.c-name h1{
color: var(--theme-color1);
font-family: "Be Vietnam Pro", sans-serif;
font-size: 26px;
font-weight: 800;
border-bottom: 1px solid var(--bs-gray-300);
text-align: center;
text-transform: uppercase;
padding-bottom: 4px;
margin-bottom: 2px;
/*background: -webkit-linear-gradient(#eee, #333);*/
background: -webkit-linear-gradient(100deg, #ea3237 50%, #000 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.c-name p{
margin: 0;
font-size: 14.5px;  
color: var(--text-color);
font-family: var(--text-font-family);
letter-spacing: 1px;
}


.c-name p .letter {
  display: inline-block;
}


.navbar {
  padding:0px;
}

#navbarTogglerDemo02 {
justify-content: end;
}


.navbar-light .navbar-nav .nav-link {
  font-family: var(--text-font-family);
  padding:4px 12px 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-color);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  position: relative;
  letter-spacing: 0.2px;
}



.navbar-light .navbar-nav .nav-link::after{
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
background: var(--theme-color1);
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link:focus::after, .navbar-light .navbar-nav .nav-link.active::after {
  left: 0;
  right: 0;
}

.dropdown-toggle::after {
display: inline-block;
border: none;
}


.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link.active::after{
opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--theme-color1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: var(--theme-color1);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
/*  border-top: 4px solid\9;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

}

.dropdown-item {
padding: 10px 14px;
position: relative;
font-size: 15px;
font-family: var(--text-font-family);
color: var(--text-color);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-radius: 0;
font-weight: 500;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color1);
}

.dropdown:hover .dropdown-menu{
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}

.dropdown .dropdown-menu{
visibility: hidden;
display: block;
opacity: 0;
-webkit-transition: all 320ms linear 0ms;
-moz-transition: all 320ms linear 0ms;
-ms-transition: all 320ms linear 0ms;
-o-transition: all 320ms linear 0ms;
transition: all 320ms linear 0ms;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
transform-origin: 0 0 0;
border-radius: 0px;
}


 .dropdown-submenu {
      position: relative;
      cursor: pointer;
    }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
      position: absolute;
    }

     @media (min-width: 992px) {
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }

.dropdown-submenu .dropdown-menu {

left: 98%;
}



.carousel-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

.carousel-item:nth-child(1)::before, .carousel-item:nth-child(2)::before{
display: none;
}

.carousel-caption{
text-align: left;
}

.carousel-caption h2{
font-family: var(--heading-font-family);
font-weight: 600;
font-size: 40px;
text-shadow:0 2px 4px rgba(0,0,0, 0.5);
}

.carousel-caption p{
font-size: 15px;
font-family: var(--text-font-family);
line-height: 26px;
text-shadow:0 2px 4px rgba(0,0,0, 0.5);
}

.ban1{
left: 50%;
right: 15%;
top: 30%;
}

.ban2{
left: 15%;
right: 50%;
top: 30%;
}

.ban3{
top: 37%;
left: 25%;
right: 25%;
text-align: center;
}

.carousel-caption a{
text-decoration: none;
font-family: var(--text-font-family);
font-size: 15px;
color: var(--bs-white);
position: relative;
overflow: hidden;
background: var(--theme-color1);
padding: 12px 16px;
display: inline-block;
}


.carousel-caption a span{
  padding-left: 4px;
  position: relative;
  top: 2px;
}

.carousel-caption a::before {
  content: "";
display: block;
  height: 100%;
position: absolute;
top: 0;
  width: 140%;
  left: -20%;
  z-index: -1;
  background-color:#d70b0b;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: skew(-35deg) scaleX(0);
  -ms-transform: skew(-35deg) scaleX(0);
  transform: skew(-35deg) scaleX(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  height: 110%;
}

.carousel-caption a:hover::before{
-webkit-transform: skew(-35deg) scaleX(1);
-ms-transform: skew(-35deg) scaleX(1);
transform: skew(-35deg) scaleX(1);
}

.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 .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}


.carousel-caption {
transition: opacity 500ms;
}

.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: 60px 0;
}

.sec-1 .row{
margin-top: -80px;
z-index: 1;
position: relative;
}

.sec1-box2{
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
}

.sec1-box{
padding: 30px;
position: relative;
background: var(--bs-white);
box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
z-index: 9;
}

.sec1-box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--theme-color1);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
 /* transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
  opacity: 0.50;*/
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.sec1-box:hover::after {
  transform: scaleY(1.0);
  opacity: 1;
}

.sec1-box img{
  width: 70px;
  margin-bottom: 15px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-box h4{
font-family: var(--heading-font-family);
font-weight: 600;
color: var(--theme-color2);
font-size: 25px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-box p{
  font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-box a{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-decoration: none;
  background: var(--theme-color1);
  color: var(--bs-white);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  border:2px solid var(--theme-color1);
}

.sec1-box h6{
  font-family: var(--text-font-family);
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 70px;
  font-weight: 700;
    color: transparent;
        transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -webkit-text-stroke: 1px var(--bs-gray-300);
}


.sec1-box:hover h6{
    -webkit-text-stroke: 1px var(--bs-white);
}

.sec1-box:hover h4, .sec1-box:hover p{
color: var(--bs-white);
}

.sec1-box:hover a{
  background: var(--bs-white);
  color: var(--theme-color2);
}

.sec1-box:hover img{
  filter: brightness(450%);
}

.sec-2{
padding: 60px 0;
background: url(../images/dot-map.png) center repeat-x;
}

.wel-left{
  position: relative;
}

.wel-left img{
width: 93%;
}

.wel-client {
  position: absolute;
  bottom: 65px;
  background: var(--theme-color1);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  left: 50px;
}

.wel-client::before{
content: "";
position: absolute;
top: 5px;
left: 5px;
border: 1px dashed #fff;
border-radius: 50%;
animation: spin 20s linear infinite;
right: 5px;
bottom: 5px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  }

.wel-client h3{
font-family: var(--heading-font-family);
margin: 0;
line-height: 1;
font-size: 45px;
font-weight: 800;
}

.wel-client p{
font-family: var(--text-font-family);
margin: 0;
line-height: 20px;
font-size: 15px;
}


.sec2-right h6{
font-family: var(--text-font-family);
text-transform: uppercase;
letter-spacing: 1px;
color: var(--theme-color1);
}

.sec2-right h2{
font-family: var(--heading-font-family);
font-size: 36px;
font-weight: 600;
color: var(--theme-color2);
}

.sec2-right p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
}

.sec2-right p strong{
  color: var(--theme-color2);
}


.sec2-right ul{
padding-left: 0;
}

.sec2-right ul li{
list-style: none;
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
}

.sec2-right ul li i{
padding-right: 4px;
color: var(--theme-color1);
}

.sec2-right a{
text-decoration: none;
display: inline-block;
font-family: var(--text-font-family);
font-size: 15px;
background: var(--theme-color1);
color: var(--bs-white);
padding: 12px 18px;
font-weight: 500;
position: relative;
overflow: hidden;
z-index: 99;
}

.sec2-right a i{
  padding-left: 4px;
  position: relative;
  top: 2px;
}

.sec2-right a::before{
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 140%;
left: -20%;
z-index: -1;
background-color: var(--theme-color2);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: skew(-35deg) scaleX(0);
-ms-transform: skew(-35deg) scaleX(0);
transform: skew(-35deg) scaleX(0);
-webkit-transition: -webkit-transform .5s ease;
transition: -webkit-transform .5s ease;
-o-transition: transform .5s ease;
transition: transform .5s ease;
transition: transform .5s ease, 
-webkit-transform .5s ease;
transition: transform .5s ease,
-webkit-transform .5s ease;
height: 110%;
}

.sec2-right a:hover::before {
  -webkit-transform: skew(-35deg) scaleX(1);
  -ms-transform: skew(-35deg) scaleX(1);
  transform: skew(-35deg) scaleX(1);
}


.sec-3{
/*background:#f3f3f3;*/
padding: 60px 0;
background:url(../images/sec3-bg.jpg) no-repeat fixed; 
background-size: cover;
position: relative;
z-index: 9;
}

.sec-3::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.85);
  z-index: -1;
}

.sec3-title{
text-align: center;
margin-bottom: 25px;
}

.sec3-title h6{
font-family: var(--text-font-family);
color: var(--bs-gray-500);
position: relative;
display: inline-block;
text-transform: uppercase;
}

.sec3-title h6::before {
position: absolute;
content: '';
left: 0;
bottom: -3px;
width: 100%;
background: var(--theme-color1);
height: 2px;
}

.sec3-title h2{
font-family: var(--heading-font-family);
font-weight: 600;
color: var(--bs-white);  
font-size: 36px;
}

.sec3-box a{
display: block;
text-decoration: none;
clip-path: polygon(100% 0, 100% 95.5%, 93.2% 100%, 0 100%, 0 0);
}

.sec3-box .sec3-img{
  position: relative;
  overflow: hidden;
}

.sec3-box .sec3-img img{
width: 100%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}

.sec3-box:hover .sec3-img img{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.sec3-box .sec3-content{
  background: var(--bs-white);
  padding:25px 20px;
  position: relative;
}


.sec3-box .sec3-content img{
position: absolute;
width: 60px;
height: 60px;
background: var(--theme-color1);
line-height: 50px;
text-align: center;
display: inline-block;
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
padding: 8px;
top: -30px;
right: 20px;
}

.sec3-box:hover .sec3-content img{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}

.sec3-box .sec3-content h6{
   font-family: var(--text-font-family);
   font-size: 14px;
   color: var(--bs-gray-500);
   font-weight: 400;
   letter-spacing: 0.5px;
   margin: 0;
}

.sec3-box .sec3-content h3{
color: var(--theme-color2);
font-family: var(--heading-font-family);
font-weight: 600;
margin-bottom: 3px;
font-size: 25.5px;
}

.sec3-box .sec3-content p{
  font-family: var(--text-font-family);
  line-height: 26px;
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.sec3-box .sec3-content span{
font-family: var(--text-font-family);
font-size: 15px;
color: var(--theme-color1);
}

.sec3-box .sec3-content span i{
position: relative;
top: 2px;
padding-left: 4px;
}



.sec-4 {
  background: var(--theme-color1) url(../images/sec4-bg.png);
  position: relative;
  overflow: hidden;
}

.sec4-left{
padding: 50px 45px 50px 20px;
}

.sec4-left h6 {
  font-family: var(--text-font-family);
  color: var(--bs-gray-100);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.sec4-left h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  background: var(--theme-color2);
  height: 2px;
}

.sec4-left h2 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--bs-white);
  font-size: 38px;
}

.sec4-left h2 span{
  display: block;
}

.sec4-left p{
 font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--bs-gray-100); 
}

.sec4-left ul{
padding-left: 0;
}

.sec4-left ul li{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--bs-gray-100); 
list-style: none;
}


.skill-header {
position: relative;
margin-bottom: 10px;
margin-top: 22px;
}

.skill-header h5{
float: left;
font-size: 16px;
margin-bottom: 0px;
font-family: var(--text-font-family);
color: var(--bs-white);
}

.skill-header span {
 float: right;
color: var(--text-color);

font-size: 13px;
font-family: var(--text-font-family);
background: #fff;
padding: 4px 6px;
border-radius: 4px;
position: relative;
}

.skill-header span::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  -khtml-clip-path: polygon(0 0, 100% 0, 50% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 50% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 50% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.progress {
  background-color: var(--theme-color2);
  border-radius: 0px;
  height: 5px;
}

.progress-bar {
background: var(--bs-white);
}

.sec4-right{
  position: relative;
}

.sec4-right img {
  width: 950px;
  /*width: 1040px;*/
  position: absolute;
}

.counter-outter{
position: absolute;
top: 50%;
left: -50px;
z-index: 99;
transform: translate(0%, 50%);
}

.counter-box{
background: var(--bs-white);
padding: 28px 35px;
margin-bottom: 15px;
color: var(--bs-white);
position: relative;
}


.counter-box h4{
font-family: var(--heading-font-family);
margin-bottom: 0px;
font-size: 34px;
font-weight: 800;
position: relative;
color: var(--theme-color2);
}

.counter-box::before{
position: absolute;
content: '';
border-right: 15px solid var(--theme-color1);
border-top: 15px solid transparent;
bottom: 0;
right: 0;
}



.counter-box p{
 font-family: var(--text-font-family); 
 font-size: 15px;
 margin: 0;
 color: var(--text-color);
}

.counter-box.counter-box2{
background: var(--theme-color2);
margin-bottom: 0px;
}
.counter-box.counter-box2 h4, .counter-box.counter-box2 p{
  color: var(--bs-white);
}


.counter-box h4::before {
content: "\f067";
position: absolute;
display: inline-block;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
font-size: 18px;
-webkit-font-smoothing: antialiased;
top: -7px;
right: 0;
}


.sec-5{
padding: 50px 0;
}

.sec5-title{
text-align: center;
}

.sec5-title h6{
  font-family: var(--text-font-family);
color: var(--bs-gray-600);
position: relative;
display: inline-block;
text-transform: uppercase;
}

.sec5-title h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  background: var(--theme-color1);
  height: 2px;
}

.sec5-title h2 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--theme-color2);
  font-size: 36px;
  margin-bottom: 15px;
}

.sec5-box{
padding: 12px;
position: relative;
overflow: hidden;
margin:0 0px;
filter: drop-shadow(0 0px 1px rgba(0, 0, 0, 0.25));
}

.sec5-box::before{
position: absolute;
content: '';
bottom: -4px;
right: 65px;
width: 1px;
height: 40px;
background: var(--theme-color1);
transform: rotate(30deg);
}


.sec5-box::after{
position: absolute;
content: '';
bottom: 0px;
right: 74px;
width: 50px;
height: 1px;
background: var(--theme-color1);
}

.sec5-box div{
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background:var(--bs-white); 
  text-align: center;
}

.sec5-box img{
  width: 90%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  display: inline-block !important;
}
.sec5-box:hover img{
  transform: scale(1.1);
}


.slick-pre {
  position: absolute;
  left: -20px;
  background:var(--theme-color1);
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  top: 40%;
  cursor: pointer;
  z-index: 99;
}

.slick-nxt {
  position: absolute;
  right: -20px;
  background:var(--theme-color1);
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 40px !important;
  top: 40%;
}


.sec-6{
  background: url(../images/se6-bg.jpg) center fixed no-repeat;
  padding: 40px 0;
  position: relative;
  background-size: cover;
  z-index: 9;
}

.sec-6::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.7);
  z-index: -1;
}

.sec-6 h6{
  font-family: var(--text-font-family);
color: var(--bs-gray-500);
position: relative;
display: inline-block;
text-transform: uppercase;
}

.sec-6 h6::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  background: var(--theme-color1);
  height: 2px;
}

.sec-6 h4 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--bs-white);
  font-size: 36px;
}

.sec-6 p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--bs-gray-100);  
}

.sec6-right a{
font-family: var(--text-font-family);
font-size: 15px;
text-decoration: none;
text-transform: uppercase;
background: var(--theme-color1);
color: var(--bs-white);
padding: 12px 18px;
display: inline-block;
position: relative;
overflow: hidden;
z-index: 99;
}

.sec6-right{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content:center;
}

.sec6-right a span{
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.sec6-right a::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 140%;
  left: -20%;
  z-index: -1;
  background-color: var(--theme-color2);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: skew(-35deg) scaleX(0);
  -ms-transform: skew(-35deg) scaleX(0);
  transform: skew(-35deg) scaleX(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  height: 110%;
}

.sec6-right a:hover::before {
  -webkit-transform: skew(-35deg) scaleX(1);
  -ms-transform: skew(-35deg) scaleX(1);
  transform: skew(-35deg) scaleX(1);
}


.inner-banner{
padding: 70px 0;
position: relative;
background: url("../images/in-banner.jpg") center; 
background-size: cover;
z-index: 9;
}

.inner-banner::before{
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background:linear-gradient(90deg, var(--theme-color1) 20%, var(--theme-color2) 80%);
z-index: -1;
opacity: 0.75;
}

.inner-banner h1{
font-family: var(--heading-font-family);
text-transform: uppercase;
font-weight: 800;
font-size: 42px;
color: var(--bs-white);
border-left: 4px solid var(--bs-white);
padding-left: 10px;
line-height: 0.8;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  color: var(--bs-white);
  font-size: 13px;
  padding-top: 2px;
}

.breadcrumb .breadcrumb-item{
font-family: var(--text-font-family);
font-size: 15px;
 color: var(--bs-white);
}

.breadcrumb .breadcrumb-item a{
  text-decoration: none;
  color: var(--bs-gray-200);
}

.breadcrumb .breadcrumb-item a span{
  padding-right: 5px;
}



.inner-matter{
padding: 60px 0;
}

.abot-title h6, .abt-left h6{
font-family: var(--text-font-family);
text-transform: uppercase;
letter-spacing: 1px;
color: var(--bs-gray-600);
position: relative;
display: inline-block;
}

.abot-title h6::before, .abt-left h6::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  background: var(--theme-color1);
  height: 2px;
}

.abot-title h2, .abt-left h2{
font-family: var(--heading-font-family);
font-size: 36px;
font-weight: 600;
color: var(--theme-color2);
}

.inner-matter p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);  
}

.vis-box{
position: relative;
text-align: center;
padding: 70px 30px;
margin: 15px 20px;
}

.vis-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


.vis-box::after{
border: 1px solid var(--bs-gray-300);
content: "";
width: 150px;
height: auto;
position: absolute;
bottom: -15px;
-webkit-transform: translateX(-50%) skew(-15deg, 0deg);
transform: translateX(-50%) skew(-15deg, 0deg);
z-index: -1;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
top: -15px
}


.vis-box .vis-in {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.vis-box img{
  width: 70px;
  margin-bottom: 15px;
  filter: brightness(500%);
}

.vis-box h3 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--bs-white);
  position: relative;
  z-index: 9;
}

.vis-box .vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}

.vis-box .vis-overlay::before {
  content: "";
  width: 100%;
  height: 100.5%;
  position: absolute;
  background: var(--theme-color1) url(../images/curve-box.png);
  -webkit-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transform: scale(0);
  background-size: cover;
}

.vis-box .vis-overlay p {
  padding:0px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: var(--bs-white);
  margin: 0;
}

.vis-box:hover .vis-in {
  transform: scale(0);
}

.vis-box:hover .vis-overlay {
  opacity: 1;
  visibility: visible;
}

.vis-box:hover .vis-overlay::before {
  transform: scale(1) rotate(180deg);
}

.abt-left{
background: var(--bs-gray-100);
padding: 50px;
height: 100%;
}

.abt-left p{
  font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
}

.one-img{
position: relative;
}

.one-nbr{
display: flex;
align-items: center;
position: absolute;
bottom: 20px;
right: 30px;
background-color: var(--bs-white);
box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
padding: 18px 30px;
font-family: var(--text-font-family);
}

.one-nbr span{
  color: var(--theme-color1);
  padding-right: 8px;
}

.one-nbr a{
  text-decoration: none;
  font-weight: 600;
  color: var(--theme-color2);
}

.abt-right{
  background: var(--theme-color1) url("../images/map.png") no-repeat;
  padding: 50px;
  background-size: cover;
  height: 100%;
}

.abt-bx{
display: flex;
border-bottom: 1px solid rgba(255,255,255, 0.3);
margin-bottom: 15px;
padding-bottom: 15px;
}

.abt-bx span{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--bs-white);
  font-size: 23px;
  border-radius: 50%;
  margin-right: 20px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.abt-bx:hover span{
background:var(--bs-white);
color:var(--theme-color2);
}

.abt-bx div{
  width: 75%;
}

.abt-bx h4{
font-family: var(--heading-font-family);
color: var(--bs-white);
font-weight: 600;
margin-bottom: 3px;
}

.abt-bx p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--bs-gray-100);
margin: 0;
}


.quality-sec{
position: relative;
background: var(--bs-gray-100);
z-index: 9;
padding: 60px 0 20px;
}

.quality-sec::before{
  position: absolute;
  content: '';
  left: 0;
  top: 55%;
  right: 0;
  bottom: 0;
 background: linear-gradient(90deg, rgba(0,0,0, 0.6) 20%, rgba(0,0,0, 0.6)  80%), url("../images/quality-sec.jpg") fixed;

  z-index: -1;
  background-size: cover;
}


.q-tit p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
}

.quality-bx{
text-align: center;
margin-top: 30px;
padding-bottom: 25px;
}

.quality-bx img{
background: var(--bs-white);
margin-bottom: 15px;
border-radius: 50%;
padding: 16px;
width: 160px;
}

.quality-bx h4{
font-family: var(--heading-font-family);
font-weight: 600;
color: var(--bs-white);  
}

.quality-bx p{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--bs-gray-300);
}

.cer-box{
  position: relative;
}

.cer-box img{
  box-shadow: 0px 1px 10px rgba(0,0,0, 0.2)
}

.cer-box a{
text-decoration: none;
position: absolute;
writing-mode: vertical-lr;
background: var(--theme-color1);
font-family: var(--text-font-family);
color: var(--bs-white);
text-transform: uppercase;
font-weight: 500;
padding: 12px 8px;
font-size: 15px;
left: 100%;
bottom: 40px;
}

.cer-box a::before{
position: absolute;
content: '';
right: 0;
border-top: 12px solid #aa0f13;
border-right: 40px solid transparent;
bottom: -12px;
}

.cer-box a span{
  padding-right: 5px;
  transform: rotate(90deg);
  display: inline-block;
}

.infra-list{
padding-left: 0;
}

.infra-list li{
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
list-style: none; 
width: 47%;
display: inline-block; 
}

.infra-list li i{
  padding-right: 5px;
  color: var(--theme-color1);
}

.contact-outter{
  background: var(--theme-color1) url(../images/sec4-bg.png) bottom;
  padding-bottom: 30px;
}


.contact-outter h4{
color: var(--bs-white);
display: inline-block;
padding: 22px 38px 38px;
background: var(--theme-color2);
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
margin-left: 40px;
margin-top: -30px;
margin-bottom: 0px;
transform: translateY(-10px);
font-family: var(--heading-font-family);
}

.cnt-box{
display: flex;
border-bottom: 1px solid rgba(255,255,255,0.3);
padding: 20px 30px;
}

.cnt-box i{
width: 60px;
height: 60px;
text-align: center;
background: var(--theme-color2);
color: var(--bs-white);
font-size: 26px;
line-height: 60px;
border-radius: 50%;
margin-right: 15px;
}

.cnt-box p{
margin-bottom: 0;
color: var(--bs-gray-100);
}

.cnt-box h5{
color: var(--bs-white);
font-family: var(--text-font-family);
}

.cnt-box div{
  width: 70%;
}

.enq-form .form-control{
font-family: var(--text-font-family);
font-size: 15px;
border-radius: 0;
height: 45px;
margin-bottom: 15px;
}

.enq-form textarea.form-control{
  height: auto;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border:1px solid var(--theme-color1);
}

.form-control::placeholder{
color: var(--bs-gray-600);
}

.enq-form small a{
  text-decoration: none;
  color: var(--theme-color1);
}

.enqbtn{
display: inline-block;
background: var(--theme-color1);
color: var(--bs-white);
text-decoration: none;
font-family: var(--heading-font-family);
text-transform: uppercase;
font-weight: 500;
text-align: center;
line-height: 45px;
padding: 0 15px;
border: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.enqbtn:hover{
  background: var(--theme-color2);
}

.enqbtn i{
  padding-left: 5px;
}

.pro-box{
margin: 15px 0;
position: relative;
}

.pro-box a{
  text-decoration: none;
  display: block;
}

.pro-box a span{
text-decoration: none;
background: var(--theme-color1);
color: var(--bs-white);
position: absolute;
right: 7px;
top: 7px;
z-index: 9;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
font-size: 15px;
border-radius: 30px;
}

.pro-img{
filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.3));
}

.pro-box .pro-img div{
clip-path: polygon(100% 0, 100% 88%, 51% 100%, 0 90%, 0 0);
background: var(--bs-white);
border-radius: 8px;
}

.pro-box div img{
border-radius: 8px;
padding: 12px;
width: 100%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.pro-box:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
}

.pro-box p{
text-align: center;
font-size: 16px;
padding-top: 5px;
margin-bottom: 0;
}

.pro-box ul{
padding-left:0; 
}

.pro-box ul li{
text-decoration: none;
font-family: var(--text-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
list-style: none;
}

.pr-rge-tit h5{
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-size: 28px;
position: relative;
}

.pr-rge-tit h5::before{
position: absolute;
content: '';
left: 0px;
bottom: -2px;
background: var(--bs-gray-400);
height: 2px;
width: 30px;
}

.pr-r-list ul li{
width: 100%;
display: block;
}

.pr-range-table table{
  width: 100%;
  margin-bottom: 20px;
}

.pr-range-table table tr td {
  padding: 10px;
  font-size: 15px;
  font-family: var(--text-font-family);
  color: var(--text-color);
}

.pr-range-table table tr th {
  padding: 10px;
  font-family: var(--text-font-family);
  color: var(--bs-white);
  background: var(--theme-color1);
  border:1px solid #fff;
}

.pr-range-table table tr:nth-child(2n) {
  background: #f1f5fa;
}
.pr-range-table table tr:nth-child(2n+1) {
  background: #fff;
}




footer{
  background: var(--theme-color2);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

footer::after{
position: absolute;
content: '';
right: 0;
top: 0;
width: 781px;
height: 667px;
background: url(../images/icon-dots-2.png) no-repeat top right;
background-size: 500px;
z-index: -1;
}

footer::before{
position: absolute;
content: '';
left:0;
bottom: 0;
width: 781px;
height: 667px;
background: url(../images/icon-dots-3.png) no-repeat left bottom; 
background-size: 500px;
z-index: -1;
}

.f-links h2{
font-family: "Be Vietnam Pro", sans-serif;
color: var(--bs-white);
text-transform: uppercase;
font-size:28px;
font-weight: 700;
}

.f-links h6{
font-family: var(--text-font-family);
color: transparent;
-webkit-text-stroke: 1px var(--theme-color1);
font-size: 40px;
font-weight: 800;
}

.f-links h4{
font-family: var(--heading-font-family);
color: var(--bs-white);
margin-bottom: 15px;
position: relative;
font-size: 26px;
}

.f-links h4::before{
position: absolute;
content: '';
left:0px;
bottom:-5px;
background: var(--theme-color1);
height: 2px;
width: 30px;
}

.f-links ul{
padding: 0;
}

.f-links ul li{
  list-style: none;
}

.f-links ul li a{
text-decoration: none;
color: rgba(255,255,255, 0.6); 
font-size: 15px;
line-height: 28px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
 font-family: var(--text-font-family);
}

.f-links ul li a i{
  position: relative;
  top: 2px;
  padding-right: 4px;
  font-size: 14px;
}

.f-links ul li a:hover{
color: var(--theme-color1);
padding-left: 4px;
}

.f-links p{
 color: rgba(255,255,255, 0.6); 
 font-size: 15px;
 margin-bottom: 10px;
 line-height: 24px;
 font-family: var(--text-font-family);
}


.f-links p i{
  padding-right: 4px;
  color: var(--theme-color1);
}

.social-links{
display: flex;
}

.social-links li a{
  display: block;
  border: 1px solid var(--bs-gray-700);
  padding:0 !important;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px !important;
}

.social-links li a:hover{
  border-radius: 50%;
  background: var(--theme-color1);
  color: var(--bs-white) !important;
    border: 1px solid var(--theme-color1);
}

.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--theme-color1);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff !important;
  text-decoration: none;
}



@media only screen and (min-width:0px) and (max-width:390px){ 
header {
padding: 8px 0;
}

.logo img{
  width: 48px !important;
}

.c-name h1 {
  font-size: 13px !important;
}

.c-name p {
  font-size: 9px !important;
}

.navbar-toggler {
  padding: 4px 9px !important;
}


}


/*@media only screen and (min-width:300px) and (max-width:470px){ 

header {
padding: 8px 0;
}

.logo img{
  width: 55px !important;
}

.c-name h1 {
  font-size: 15px !important;
}

.c-name p {
  font-size: 9px !important;
}


}
*/



@media only screen and (min-width:0px) and (max-width:575px){ 


.top{
  display: none;
}

.logo{
  width: 100%;
text-align: center;
}


.logo img {
  width: 60px;
}

.c-name {
  padding-left: 0px;
  width: 100%;
padding-top: 8px;
}

.c-name p {
  font-size: 13px;
}

.c-name h1 {
  font-size: 19px;
}


.navbar-light .navbar-nav .nav-link.t-quote {
  display: inline-block;
  color: var(--bs-white) !important;
}

.t-quote::before {
  background-color: var(--theme-color2);
}

.offcanvas .btn-close{
  box-shadow: none !important;
font-size: 13px;
color: var(--bs-white);
}

.sub-menu .dropdown-menu {
  left: 30%;
}

.navbar-toggler {
  background: var(--theme-color1);
  color: var(--bs-white);
  padding: 6px 12px;
  font-size: 17px;
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color2);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color2);
}

.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none);
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}


.dropdown-submenu .dropdown-menu {
  left: 0;
  position: relative;
  max-width: 100%;
  margin: 0 10px;
}


.carousel-caption{
padding-bottom: 0px;
}

.carousel-caption h2 {
  font-size: 18px;
}

.carousel-caption p{
  display: none;
}

.ban1{
left: 38%;
top: 23%;
}

.ban2{
  right: 38%;
  top: 23%;
}

.ban3{
  top: 25%;
}

.carousel-caption a{
  font-size: 14px;
  padding: 6px 10px;
}

.sec-1 .row {
  margin-top: 0px;
}

.sec1-box2 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.sec1-box {
  margin-bottom: 30px;
}

.sec-2 {
padding-top: 0px;
}

.wel-left img {
  width: 100%;
}

.wel-left {
  padding-bottom: 40px;
}

.sec3-box a {
margin-bottom: 20px;
}

.slick-pre {
  left: -8px;
}

.slick-nxt{
  right: -8px;
}

.sec4-left h2 {
  font-size: 28px;
}

.quality-sec::before {
  top: 20%;
}

.infra-list li {
  width: 100%;
  display: block;
}

.f-links h2 {
  font-size: 25px;
}


}

@media only screen and (min-width:576px) and (max-width:767px){ 
.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none);
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}
}


@media only screen and (min-width:768px) and (max-width:991px){
.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none);
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){ 

}

@media (width:1024px){

}


@media only screen and (min-width:1200px) and (max-width:1399px){ 

}

@media (min-width:1400px){ 

}