@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Signika+Negative:400,600,700&display=swap');


.modal .modal-body{
  padding: 3px;
}

.modal .modal-content button{
  position: absolute;
  background: #fff;
  top: -11px;
  right: -18px;
  color: #000;
  z-index: 999;
  opacity: 1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  float: none;
  padding: 0;
  text-align: center;
}

.modal-dialog {
  margin: 15px auto;
}

@media(min-width: 320px) and (max-width: 414px){
  .modal .modal-content button{
    top: 0;
    right: 0;
    border-radius: 0;
  }
} 


.d-cattlog{
position: fixed;
bottom: 0;
left: 10px;
z-index: 999;    
}

.d-cattlog img{
width: 150px;
}


.top{
font-family: 'Roboto', sans-serif;  
background: #fe9303;
position: relative;
overflow: hidden;
padding: 10px 0px;
}

.top::before {
    content: "";
    position: absolute;
    width: 46%;
    top: 0px;
    background:#1a2845;
    height: 50px;
    transform:skew(30deg);
    -webkit-transform:skew(30deg);
    -ms-transform:skew(30deg);
    left: -67px;
}

.top-left p
{
  margin: 0px;
color:#fff;
}

.top-left p span{
  color:#fe9303;
  margin-right: 5px;
}

.top-right ul{
padding-left: 0px;
margin: 0px;
}

.top-right ul li{
float: left;
list-style: none;
}

.top-right ul li a
{
color:#fff;
text-decoration: none;
margin-right: 10px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.top-right ul li a:hover{
  color: #1a2845;
}

.top-right ul li a span
{
color:#1a2845;
margin-right: 5px;
}

.top-right .social-links{
float: right;
}

#google_translate_element
{
  position: absolute;
top: -3px;
right: 0px;
}

header{
  padding: 15px 0px;
}

.logo img{
width: 60%;
}

.logo-text{
  margin-left: -60px;
  padding-top: 18px;
  display: inline-block;
  text-align: center;
}

.logo-text h1
{
font-family: 'Signika Negative', sans-serif;
font-weight: 800;
font-size: 44px;
background: -webkit-linear-gradient(45deg, #fe9303, #1a2845 70%);
-webkit-background-clip: text;
-webkit-text-fill-color:transparent;
border-bottom: 1px solid #d1d1d1;
margin: 0px;
}

.logo-text p{
font-family: 'Open Sans', sans-serif;
color:#888;
margin: 0px;
font-weight: 600;
}

word{ 
    display:inline-block; 
}

letter{ 
    display:inline-block; 
    white-space:pre; 
    background:none; 
    transition:.4s; 
}

letter.initial{ 
    opacity:0; 
    text-shadow:0 0 9px; 
    color:#FFF; 
    -webkit-transform:scale(8); 
    -webkit-transform-origin:150% 50%; 
    transform:scale(8); 
    transform-origin:150% 50%; 
}


.ml4{
  position: relative;
  font-weight: 600;
  overflow: hidden;
height: 25px;
text-align: center;
}

.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
font-family: 'Open Sans', sans-serif;
color: #888;
font-size: 13px;
}

.top-line p{
font-family: 'Roboto', sans-serif;
margin-bottom: 0px;
font-weight: 600;
color: #777;
font-size: 14px;
text-align: right;
}
/*.top-text-move p
{
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  position: absolute;
  right: 15px;
  background: -webkit-linear-gradient(45deg, #fe9303, #1a2845 70%);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;
font-size: 16px;
}*/

.top-mail
{
  margin-top: 18px;
  float: right;
  position: relative;
}

.top-mail span
{
  font-size: 20px;
color:#fe9303;
float: left;
border: 1px solid #e8e8e9;
border-radius: 5%;
height: 45px;
line-height: 45px;
text-align: center;
transition: .4s;
width: 45px;
}

.top-mail:hover span{
  color: #1a2845;
}

.top-mail:hover h4{
  color:#fe9303;
}

.top-right-border::before{
position: absolute;
content: '';
right: -50px;
border: 1px dashed #d1d1d1;
height: 45px;
width: 0px;
}

.top-mail h4{
font-family: 'Roboto', sans-serif;
color:#1a2845;
margin-bottom: 5px;
margin-top: 2px;
transition: .4s;
}

.top-mail p{
font-family: 'Open Sans', sans-serif;
color:#888;
margin-bottom: 0px;
}

.top-mail .top-detail{
  margin-left: 60px;
  position: relative;
}

.ms-slider {
  display: inline-block;
  height: 1.5em;
 text-align: left;
font-family: 'Open Sans', sans-serif;
margin-bottom: 0px;
  font-weight: bold;
  overflow: hidden;
  vertical-align: middle;
  background: #fe9303;
/*  -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
          mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;*/
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: wordSlider;
          animation-name: wordSlider;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s !important;
          animation-duration: 15s !important;
}
.ms-slider__words span {
  display: block;
  line-height: 1.3em;
  color: #fff;
  padding: 0px 12px;
  border: none;
  font-size: 14px;
  float: none;
  height: auto;
  width: auto;
}

.ms-slider__words span a{
  color: #fff;
  text-decoration: none;
}

@keyframes wordSlider {
  0%,
    27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  33%,
    60% {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
  66%,
    93% {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }

}

@keyframes wordSlider {
  0%,
    27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  33%,
    60% {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
  66%,
    93% {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }

}

.navigation{
background: #1a2845;
}


.ast_menu_btn{
  display:none;
}

.ast_header_bottom {
  float: left;
  width: 100%;
  position: fixed;
  margin-top: 0;
  z-index: 10;
}

.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}

.ast_menu {
    float: left;
    width: 100%;
  position: relative;
}
.ast_menu ul {
  margin:0;
  padding: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: #f1f1f1;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
    font-weight: 600;
  padding:15px 17px;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
font-family: 'Roboto', sans-serif;  
font-size: 14px;
}

.ast_menu ul li a::after {
    position: absolute;
    left: 50%;
   bottom: 8px;
    height: 3px;
    width: 0px;
    background-image: url(../images/nav-border.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ast_menu ul > li:hover > a::after, .ast_menu ul > li.active > a::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
}

.ast_menu ul li a:hover {
  color: #fe9303;
  text-decoration: none;
}

.ast_menu ul li.active a {
color: #fe9303;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:95%;
  left:0px;
  width:220px;
  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;
    border-radius: 4px;
padding: 10px;
}

.ast_menu ul li ul.submenu li a{
  border-bottom: 1px dotted #e7e7e7;
}
.ast_menu ul li ul.submenu li a:hover{
border-bottom: 1px dotted #e7e7e7;
}

.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{
  float:left;
  width:100%;
}
.ast_menu ul li ul.submenu li a{
    padding: 6px;
    width: 100%;
    border-top: 0px;
    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;
    text-transform: capitalize;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color: #fe9303;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}



#demo1 li a::after {
   background: none;
}


.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:200px;
  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 ul.submenu-2{
background: #fff;
left: 100%;
}

.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;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -3px 8px;
    -webkit-box-shadow: 0px -3px 8px;
    box-shadow: 0px -3px 8px;
    width: 100%;
}

.menu_fixed header{
  margin-top: 0px;
  display: block;
  border: none;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
    background-color:#fff;
}

.menu_fixed .ast_menu ul li ul.submenu {
    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;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
   /* 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;
}

.get-quote{
  text-align: right;
  margin-top:3px;
}

.get-quote a{
font-family: 'Roboto', sans-serif;
background:#fe9303;
padding: 12px 26px;
border-radius: 30px;
text-transform: uppercase;
color:#fff;
display: inline-block;
text-decoration: none !important;
font-weight: 600;

display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.get-quote a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#A25F05;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.get-quote a:hover::before{
    -webkit-transform: scale(2);
    transform: scale(2);
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}


.carousel .item.active .animated1 {
   -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
animation: fadeInRight 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated2 {
   -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
animation: fadeInLeft 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated3 {
   -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
animation: fadeInDown 1s ease-in-out 500ms both;    
}

.carousel .item.active .animated4 {
   -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
animation: fadeInUp 1s ease-in-out 500ms both;    
}

.carousel-caption{
    text-align: left;
    transition: opacity 100ms;
    text-shadow: none;
}

.carousel-inner > .item img{
  width: 100%;
}

.carousel-inner > .item .carousel-caption {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

.carousel .item.active .carousel-caption {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    
}



.carousel-caption h1{
color: #fff;
text-shadow: none;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 26px;
}

.carousel-caption p{
     font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color:#f1f1f1;
      padding-bottom: 15px;
      line-height: 26px;
 }


.carousel-caption a{
  font-family: 'Open Sans', sans-serif;
 }


.item  .third-banner{
right: 25%;
left: 25%;
top: 20%;
text-align: center;
}

.item  .third-banner h1{
font-family: 'Signika Negative', sans-serif;
color: #fe9303;
text-transform: uppercase;
font-size: 40px;
margin-bottom: 20px;
position: relative;
}

.item  .third-banner h1::after{
  position: absolute;
  content: '';
left: 44%;
  bottom: -10px;
  height: 2px;
  background:#1a2845;
  width: 60px;
}

.item  .third-banner p{
  color: #333;
/*  text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
}


.carousel-caption {
    right: 60%;
    left: 12%;
    padding-bottom: 30px;
    top: 20%;
}

.second-banner{
    right: 12%;
    left: 63%;
    padding-bottom: 30px;
    top: 20%;
}

.carousel-caption .btn {
background:none;
transition: .4s;
border: 1px solid #fe9303;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;

padding: 12px 24px;
 font-family: 'Open Sans', sans-serif;
}

.carousel-caption .btn:hover{
background:#fe9303;
color: #fff;
border: 1px solid #fe9303;
}

.carousel-caption .btn-contact{
border: 1px solid #1a2845;
background: #1a2845;
color: #fff;
}

.carousel-caption .btn-contact:hover{
  background: #fe9303;
color: #fff;
border: 1px solid #fe9303;
}

.carousel-caption .btn-contact-2{
    border: 1px solid #ed3237;
    background: none;
    color: #ed3237;
}

.carousel-caption .btn-contact-2:hover{
  background: #ed3237;
color: #fff;
border: 1px solid #ed3237;
}

.sec-1
{
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
}

.pad0{
  padding: 0px;
}

.sec-1-box .sec-1-img {
    position: relative;
    display: block;
    overflow: hidden;
}


.sec-1-box .sec-1-img img {
    transform: scale(1);
    transition: all .7s linear;
    transition-delay: 0s;
    transition-delay: .3s;
    width: 100%;
}

.sec-1-box:hover .sec-1-img img {
    transform: scale(1.2) rotate(2deg);
}

.sec-1-box .static-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background:#fe9303;
    padding: 25px 40px;
    opacity: 1;
    text-align: left;
    transform: perspective(1200px) rotateX(0deg) scaleX(1);
    transition: all .7s ease .7s;
}

.sec-1-box .static-content span{
    font-size: 30px;
    line-height: 80px;
    color:#1a2845;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
display: block;
text-align: center;
background:#fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.sec-1-box h3 {
    color:  #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.sec-1-box p{
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
}

.sec-1-box:hover .static-content, .sec-1-box.active .static-content {
    opacity: 0;
    transform: perspective(1200px) rotateX(-90deg) scaleX(0);
    transition: all .7s ease .1s;
}

.sec-1-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 25px 40px;
    z-index: 1;
    opacity: 1;
    transform-style: preserve-3d;
    text-align: center;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
    transition: all .7s ease .3s;
}

.sec-1-box .overlay-content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background:rgba(26, 40, 69, 0.85);
    content: "";
    z-index: -1;
    transition: all .7s ease .8s;
}
.sec-1-box .overlay-content a
{
position: relative;
display: inline-block;
background:#fff;
padding: 10px 25px;
color:#1a2845;
font-size: 15px;
text-decoration: none !important;
font-weight: 600;
text-transform: capitalize;
transition: all .5s ease;
font-family: 'Open Sans', sans-serif;
border-radius: 8px;
display: inline-block;
margin-top: 20px;
}
.sec-1-box .overlay-content a:hover
{
  background: #fe9303;
  color: #fff;
}


.sec-1-box:hover .overlay-content, .sec-1-box.active .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all .7s ease .1s;
}

.sec-1-box:hover .overlay-content::before, .sec-1-box.active .overlay-content::before {
    height: 100%;
    transition: all .7s ease .5s;
}

.sec-1-box .overlay-content h3::before{
position: absolute;
content: '';
left: 42%;
bottom: -8px;
background:#fff;
width: 50px;
height: 2px;
}

.sec-2{
  padding: 60px 0px 70px;
}

.wel-img{
  position: relative;
}

.wel-img::before
{
position: absolute;
right: 0;
top: 15px;
background:#ff7e00;
width: 50%;
content: '';
height: 100%;
z-index: -1;
}
.wel-img img
{
position: relative;
left: -10px;
}

.over
{
position: absolute;
bottom: 0;
right: 20px;
background:#ff7e00;
padding: 15px 15px 15px 48px;
}

.over i
{
  position: absolute;
left: -32px;
background:#fff;
padding: 20px;
font-size: 20px;
border-radius: 50%;
border: 3px solid #dbdbdb;
}

.over h3
{
font-family: 'Roboto', sans-serif;
margin: 0px;
color:#fff;
font-size: 20px;
}

.over h3 span
{
font-family: 'Signika Negative', sans-serif;
font-weight: 800;
font-size: 45px;
display: block;
}

.sec-2 h4{
font-family: 'Roboto', sans-serif;
color:#fe9303;
margin: 0px;
}

.sec-2 h2{
font-family: 'Signika Negative', sans-serif;
text-transform: uppercase;
font-weight: 800;
font-size: 35px;
margin-top: 4px;
color:#1a2845;
position: relative;
}

.sec-2 h2::after{
  position: absolute;
left: 0px;
bottom: -6px;
width: 50px;
height: 4px;
background-color:#fe9303;
content: "";
}

.sec-2 h2::before{
position: absolute;
bottom: -6px;
left: 60px;
height: 4px;
width: 10px;
background-color:#ccc;
content: "";
z-index: 1;
}

.sec-2 p{
font-family: 'Open Sans', sans-serif;
line-height: 28px;
color: #666;
}

.wel-box{
  position: relative;
margin:25px 0px 35px;
padding: 25px 8px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
text-align: center;
height: 170px;
}

.wel-box span{
  font-size: 35px;
  margin-bottom: 15px;
  color: #000;
}

.wel-box h4{
  color: #222;
  font-size: 18px;
  line-height: 1.2;
}

.wel-box::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-left: 2px solid #fe9303;
    border-left-color: #fe9303;
border-bottom: 2px solid #fe9303;
        border-bottom-color:#fe9303;
}

.wel-box:hover::before, .wel-box:hover::after {
    width: 100%;
    height: 100%;
}

.wel-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-right: 2px solid #fe9303;
    border-right-color: #fe9303;
    border-top: 2px solid #fe9303;
    border-top-color:#fe9303;
}

.sec-2 .call-btn{
position: relative;
font-size: 18px;
background: none;
color:#002121;
font-weight: 400;
padding: 15px 25px 15px 70px !important;
border: 1px solid #ddd;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sec-2 .call-btn:hover{
  color: #ff7e00;
  background: none;
}

.sec-2 .call-btn:hover i{
   background-color: #ff7e00;
   border: 1px solid #ff7e00;
}

.sec-2 .call-btn i{
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color:#1a2845;
color:#fff;
font-size: 18px;
line-height: 50px;
border: 1px solid #1a2845;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sec-2 a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color:#fff;
padding: 15px 35px;
text-decoration: none;
font-weight: 700;
background-color: #ff7e00;
    border-radius: 50px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    margin-right: 15px;
       -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sec-2 a:hover{
  background: #1a2845;
}

.sec-3 {
    background:#1a2845 url(../images/sec-3-bg.png);
    position: relative;
    overflow: hidden;
}

.why-box{
margin-top: 20px;
}


.why-box:hover span{
/*transform: rotatey(360deg);*/
color:#ff7e00;
background-color:#fff;
}

.sec-3 h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color:#ff7e00;
    margin-bottom: 5px;
    margin-top: 40px;
    position: relative;
}


.sec-3 h5::after {

    position: absolute;
    content: '';
    left: 18%;
    top: 7px;
    background:#ff7e00;
    height: 1px;
    width: 80px;

}

.sec-3 h2 {
    line-height: 22px;
    font-weight: 800;
    color:#fff;
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
  font-family: 'Roboto', sans-serif;  
    font-size: 28px;
}

.sec-3 span {
float: left;
color:#fff;
display: inline-block;
-webkit-transition: all 0.5s;
transition: all 0.5s;
background-color:#ff7e00;
font-size: 22px;
height: 55px;
width: 55px;
text-align: center;
clip-path: polygon(100% 0, 100% 81%, 80% 100%, 0 100%, 0 0);
line-height: 50px;
}

.why-matter
{
  margin-left: 75px;
}

.why-matter h3{
      font-family: 'Roboto', sans-serif;  
    font-weight: 600;
    color:#fff;
    font-size: 20px;
    margin: 8px 0px 4px;
}


.why-matter p {
    line-height: 24px;
    color:#8ec1ff;
    font-family: 'Open Sans', sans-serif;
}
.why-matter .last-why
{
  margin-bottom: 40px;
}


.sec-3 .sec-3-right {
    position: absolute;
    top: 0px;
}

.sec-3 .sec-3-right img {
    width: 1460px;
}

.sec-4{
padding: 50px 0px;
}

.sec-4-title{
  text-align: center;
}

.sec-4-title h2{
  line-height: 22px;
font-weight: 800;
color:#1a2845;
margin-top: 0px;
position: relative;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 28px;
}

.sec-4-title p
{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color:#ff7e00;
margin-bottom: 5px;
position: relative
}

.sec-4-title h2::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 4px;
    width: 10px;
    background-color:#cccccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    transform: translateX(35px);
}

.sec-4-title h2::after {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    width: 50px;
    height: 4px;
    background-color:#ff7e00;
    content: "";
    transform: translateX(-5px);
}

.sec-4-box
{
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
min-height: 250px;
text-align: center;
width: 100%;
position: relative;
margin-top:40px;
}

.sec4-img{
transform: rotateY(0);
z-index: 1;
flex-direction: column;
justify-content: center;
transition: transform .5s ease-in-out;
-webkit-transition: -webkit-transform .5s ease-in-out;
-o-transition: -o-transform .5s ease-in-out;
-moz-transition: -moz-transform .5s ease-in-out;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
transition: transform .5s ease-in-out;
transform-style: preserve-3d;
background-size: cover;
background-position: center;

backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.img1{
  background: url(../images/sec4-img1.jpg) center;
background-size: cover;
}

.img2{
  background: url(../images/sec4-img2.jpg) center;
background-size: cover;
}

.img3{
  background: url(../images/sec4-img3.jpg) center;
background-size: cover;
}

.img4{
  background: url(../images/sec4-img4.jpg) center;
background-size: cover;
}

.sec-4-box:hover .sec4-img {
    transform: rotateY(-180deg);
}

.sec4-img h2
{
text-shadow: 2px 1px 1px #000;
margin: 10px 0;
color:#fff;
font-size: 32px;
font-weight: 700;
font-family: 'Signika Negative', sans-serif;
text-transform: uppercase;
padding: 20px;
}

.sec4-detail
{
background-color:#ff7e00;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
justify-content: center;
transition: transform .5s ease-in-out;
transform-style: preserve-3d;
background-size: cover;
background-position: center;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
padding: 10px 20px;
}
.sec4-detail h2
{
  font-family: 'Signika Negative', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}

.sec4-detail p{
  color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
}

.sec-4-box:hover .sec4-detail{
    transform: rotateY(0);
}

.sec4-detail a
{
  font-family: 'Roboto', sans-serif;
font-weight: 600;
background:#1a2845;
padding: 10px 20px;
display: inline-block;
margin-top: 10px;
text-decoration: none !important;
color:#fff;
border-radius: 30px;
transition: .4s;
}

.sec4-detail a:hover{
background: #fff;
color: #ff7e00;
}

.index-pr{
  text-align: center;
}

.index-pr a{
font-family: 'Roboto', sans-serif;
font-weight: 600;
background:#1a2845;
padding: 15px 40px;
display: inline-block;
margin-top: 10px;
text-decoration: none !important;
color:#fff;
border-radius: 30px;
transition: .4s;
font-size: 16px;
text-transform: uppercase;
margin-top: 30px;
}

.index-pr a:hover{
  background: #ff7e00;
}

.sec-5
{
  background: url(../images/sec5-bg.jpg) center;
  background-size: cover;
  padding: 30px 0px;
}

.counter{
text-align: center;
position: relative;
color: #fff;
}


.customer.counter span
{
  position: absolute;
right: 48px;
top: -10px;
font-size: 30px;
}

.employees.counter span
{
  position: absolute;
right: 48px;
top: -10px;
font-size: 30px;
}

.employees.counter span
{
  position: absolute;
right: 35%;
top: -10px;
font-size: 30px;
}

.design.counter span
{
  position: absolute;
right: 30%;
top: -10px;
font-size: 30px;
}

.counter h3
{
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.counter h3::after {
content: "";
position: absolute;
background:#ac5c0d;
width: 60px;
height: 2px;
right: 0;
margin: 0 auto;
bottom: -15px;
left: 0;
}

.counter p
{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sec-6{
  padding:50px 0px;
  background: url(../images/sec6-bg.jpg) fixed;
  background-size: cover;
}

.sec-6-tt{
margin-bottom: 25px;
}

.sec-6-box{
  position: relative;
  overflow: hidden;
}
.sec-6-box img
{
  -webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
transition: transform .6s ease-in-out;
-moz-transition: -moz-transform .6s ease-in-out;
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
}

.sec-6-box img:hover {
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
   -ms-transform: scale(1.2,1.2);
}

.sec-6-box h3
{
  background-color:#000;
bottom: 0;
text-align: center;
color:#fff;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
opacity: .7;
padding: 18px;
position: absolute;
font-size: 17px;
margin: 0px;
width: 100%;
}

.sec-7{
  padding: 40px 0px;
background: url(../images/sec-7-bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: 0% 85%;
position: relative;
overflow: hidden;
}

.sec-7::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    left: -180px;
    top: 0;
    z-index: 0;
    background:rgb(255, 126, 0);
-ms-transform: skewX(-35deg);
-webkit-transform: skewX(-35deg);
transform: skewX(-35deg);
border-right:6px solid #1a2845;
}

.sec-7 h2{
  margin-top: 0px;
  font-family: 'Signika Negative', sans-serif;
  color:#fff;
}

.sec-7 h2 span{
  margin-left: 10px;
}

.sec-7 h2 span img{
  width: 100px;
position: absolute;
top: -2px;
}

.sec-7 p{
  font-family: 'Open Sans', sans-serif;
color:#f1f1f1;
margin-bottom: 0px;
}


.sec-7 a {
   font-family: 'Roboto', sans-serif;
    background:#1a2845;
padding: 10px 20px;
color:#fff;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    margin-top: 38px;
    display: inline-block;
    border-radius: 4px;
    transition: .4s;
}
.sec-7 a:hover
{
  background:#293a5e;
}

.sec-7 a i {
    position: relative;
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.sec-7 a i::before {
    position: relative;
    left: 0px;
    transition: .4s;
}

.sec-7 a:hover i::before {
    left: 5px;
}

.about-banner{
padding: 70px 0px;
background: url(../images/about-banner.jpg) bottom;
background-size: cover;
}

.quality-banner{
padding: 70px 0px;
background: url(../images/quality-banner.jpg) 0% 50%;
background-size: cover;
}

.product-banner{
padding: 70px 0px;
background: url(../images/product-banner.jpg);
background-size: cover;
}

.enquiry-banner{
padding: 70px 0px;
background: url(../images/enquiry-banner.jpg) bottom; 
background-size: cover;
}

.contact-banner{
padding: 70px 0px;
background: url(../images/contact-banner.jpg) bottom; 
background-size: cover;
}




.in-banner-title{
margin-left: 15px;
padding-left: 14px;
padding-top: 10px;
position: relative;
}

.in-banner-title h1
{
  font-family: 'Signika Negative', sans-serif;
font-weight: 600;
font-size: 38px;
color:#fff;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 5px;
}


.in-banner-title::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border-left: 3px solid #fe9303;
border-top: 3px solid #fe9303;
}

.in-banner-title ul{
padding-left: 0px;
}

.in-banner-title ul li{
float: left;
list-style: none;  
position: relative;
margin-right: 10px;
font-family: 'Roboto', sans-serif;
padding-right: 15px;
color: #fe9303;
}

.in-banner-title ul li a::after {
    position: absolute;
    content: "/";
    right: -1px;
    top: 1px;
    color:  #fff;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.in-banner-title ul li a{
  color: #fff;
  text-decoration: none;
}

.in-banner-title ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.inner-matter{
  padding: 40px 0px;
}

.in-title h2{
font-family: 'Roboto', sans-serif;
margin-top: 0px;
font-size: 28px;
position: relative;
color: #1a2845;
font-weight: 600;
margin-bottom: 16px;
}

.in-title h2::before {
    position: absolute;
    bottom: -10px;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color:#ccc;
    content: "";
    z-index: 1;
}

.in-title h2::after {
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 50px;
    height: 4px;
    background-color:#fe9303;
    content: "";
}

.inner-matter h3{
  font-family: 'Roboto', sans-serif;
margin-top: 0px;
color:#ff7e00;
margin-bottom: 5px;
}

.inner-matter p {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    color:#555;
}

.abt-img{
  position: relative;
}

.abt-img img{
  position: relative;
  z-index: 11;
}
.abt-img::before {
    position: absolute;
    content: '';
    right: -40px;
    top: 40px;
    left: 40px;
    bottom: -40px;
    border: 4px solid #ff7e00;
background-color:#fff;
}

.abt-img::after {
    position: absolute;
    content: '';
    right: -75px;
    bottom: -80px;
    width: 265px;
    height: 265px;
    background: url(../images/pattern-1.jpg) no-repeat;
    z-index: -1;
}

.about-sec{
background: url(../images/about-sec-bg.jpg);
padding: 50px 0px;
position: relative;
background-size: cover;
}

.about-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#1a2845;
    opacity: .95;
    content: "";
}

.about-sec-box
{
position: relative;
background:#fff url("../images/icon-name.png") no-repeat center;
text-align: center;
padding:36px 45px;

}

.about-sec-box h4 {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1.2em;
    color:#001e57;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.about-sec-box h4::before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    width: 80px;
    height: 2px;
border-right: 60px solid #fe9303;
border-left: 20px solid #1a2845;
}

.about-sec-box p{
  position: relative;
display: block;
color:#555;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}

.qty-box p
{
  background:#ff7e00;
padding: 6px 15px;
text-align: center;
color:#fff;
font-size: 15px;
font-weight: 600;
margin: 0px;
}

.qty-box{
border: 3px double #ccc;
}


.qty-box .example-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.qty-box img {
    width: 100%;
    transition: all 0.9s ease 0s;
}

.qty-box .example-image-link:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}
.side-pro h3
{
background:#1a2845;
padding: 10px 10px 10px 42px;
color:#fff;
position:relative;
margin-bottom: 10px;
}

.side-pro h3 span {
position: absolute;
left: -20px;
background:#fe9303;
top: 1px;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
line-height: 42px;
height: 43px;
width: 43px;
font-size: 20px;
text-align: center;
}

 .side-pro h3 span.fa-cogs::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
    display: inline-block;
}

.side-pro ul{
  padding-left: 0px;
}

.side-pro ul li{
  list-style: none;
}

.side-pro ul li a {
position: relative;
color:#1a2845;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 600;
text-decoration: none;
display: block;
border: 1px solid #ccc;
padding: 12px 15px;
margin-bottom: 5px;
width: 100%;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}


.side-pro ul li a::after {
    position: absolute;
   right: 15px;
    top: 9px;
    font-size: 18px;
     color: #fe9303;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f105";
        -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.side-pro ul li a:hover{
  color: #fff;
}

.side-pro ul li a:hover::after{
  color: #fff;
}

.side-pro ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#FE9303;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.side-pro ul li a:hover::before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.pro-box{
border: 1px solid #ccc;
margin: 10px 0px;
padding: 4px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.pro-box:hover{
border: 1px solid #fe9306;
box-shadow: 0 2px 4px #cecece;
}

.pro-box a{
  text-decoration: none;
  outline: none;
}

.pro-box p{
  position: relative;
  text-align: left;
  height: 50px;
line-height: 1.2;
vertical-align: middle;
display: table-cell;
width: 300px;
}

.pro-box p span{
  position: absolute;
top: -20px;
right: 15px;
background:#1a2845;
border-radius: 50%;
color:#fff;
font-size: 16px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
}

.enq-form {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

.enq-form i {
    position: absolute;
    font-size: 16px;
    color: 
    #a5a2a2;
    padding: 11px;
}

.enq-form input {
    height: 40px;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-left: 35px;
}

.enq-form textarea {
    border-radius: 0px;
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.enq-form .sendbtn {
    background:#1a2845;
color:#fff;
 font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    border: 0;
    transition: .4s;
    width: 100%;
    text-transform: uppercase;
}

.cnt-box-outter {
    padding: 35px;
    background: #fe9303;
}

.cnt-box-outter p{
  color: #f9f9f9;
}

.cnt-box-outter p a{
  color: #f9f9f9;
  text-decoration: none;
  transition: .4s;
  -webkit-transition:.4s;
  -moz-transition:.4s;
}

.cnt-box-outter p a:hover{
  color: #1a284a;
}

.cnt-box {
    border-bottom: 1px solid #f1f1f1;
    margin: 10px 0px;
    transition: all 0.4s;
    display: inline-block;
width: 100%;
}

.cnt-box:hover span{
  background:#1a2845;
  color: #f9f9f9; 
}

.cnt-box span {
    width: 50px;
    height: 50px;
color:#1a284a;
border:1px dashed #1a2845;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-right: 20px;
    float: left;
      transition: .4s;
  -webkit-transition:.4s;
  -moz-transition:.4s;
}

.cnt-details {
    padding-left: 70px;
}
.cnt-details h4
{
  font-family: 'Roboto', sans-serif;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}


.cnt-box-outter .in-title h2{
  color: #fff;
}

.cnt-box-outter .in-title h2::after{
background: #fff;
}

.cnt-box-outter .in-title h2::before{
  background: #864f06;
}

.map iframe{
width: 100%;
height: 745px;
}

footer{
background: url(../images/footer-bg.jpg) bottom;
padding: 40px 0px;
background-size: cover;
}

footer h2
{
font-family: 'Roboto', sans-serif;
color: #fff;
position: relative;
margin-top: 0px;
font-size: 25px;
}

footer h2::before
{
  position: absolute;
left: 0;
bottom: -6px;
height: 2px;
width: 40px;
background-color:#ff7e00;
content: ''
}

footer ul{
  padding-left: 0px;
}

footer ul li{
  list-style: none;
  position: relative;
  padding-left: 15px;
}


footer ul li::before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    line-height: 26px;
    color:  #fff;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f105";
}

footer ul li a{
 color: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;
  -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
  text-decoration:none !important; 
}

footer ul li a:hover{
  color: #ff7e00;
}

.f-about p{
   color: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
   line-height: 26px;
}

.f-about a{
color:#fff;
padding: 12px 23px;
text-decoration: none;
background-color:#ff7e00;
border-radius: 50px;
overflow: hidden;
font-family: 'Roboto', sans-serif;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
display: inline-block;
}

.f-about a:hover{
background: #A25F05;
}

.bottom{
background: #1a2845;
font-family: 'Roboto', sans-serif;
padding: 6px 0px;
}

.bottom p{
  color: #fff;
  margin-bottom: 0px;
}

.bottom p a{
  color: #ff7e00;
text-decoration: none;
}

.bottom p.visit-counter{
background: #ff7e00;
float: right;
padding: 0 0px 0px 8px;
border: 1px solid #c4c4c4;
}

.bottom p.visit-counter span{
background: #1a2845;
padding: 2px 4px 1px;
}


@media (max-width: 320px) {
.ast_main_menu_wrapper {
    width: 210px;
}}

@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 42px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color: #1a2845;
  border-radius: 3px;
  z-index: 999;
}
.ast_menu_btn i{
padding-top: 5px;
 }

.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:#333333;
  -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;
}
.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 {
    overflow-y: scroll;
    height: 100%;
}
.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 {
    width: 100%;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  color:#fe9303;
  border-top: 0px;
}
.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
}
.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}
.ast_header_bottom .col-sm-3{
  width:100%;
}
}

@media (min-width:1024px ) and (max-width: 1920px) {
.ast_menu ul li:hover ul{
  display: block;
}
}

@media (max-width: 360px) {
.top-left p {
    font-size: 11px !important;
}

.top-right ul li a {
    font-size: 11px !important; 
}

}


@media (min-width:320px) and (max-width:414px){

.ast_menu ul li ul.submenu li ul.submenu-2{
  left: 0;
}

.ast_menu ul li ul.submenu li a:hover{
  color: #fff;
}

.ast_header_bottom {
position: relative;
float: none;
}

.ast_menu_btn {
  top: 35px;
}

.top::before {
    width: 100%;
    height: 35px;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    left: 0px;
}

.top-left p {
    font-size: 13px;
    padding-bottom: 10px;
}

.top-right ul li a{
     font-size: 13px;
}

.top-right{
  text-align: center;
}

.top-right .social-links {
    float: none;
    display: inline-block;
}

#google_translate_element {
    position: relative;
    top: 3px;
    right: 0px;
}

.logo{
  text-align: center;
}

.logo img {
    width: 25%;
        display: inline-block
}

.logo-text h1 {
    font-size: 30px;
}

.logo-text {
    margin-left: 0px;
    padding-top: 15px;
  display: block;
}

.logo-text p {
    font-size: 11px;
}

.top-mail {
    margin-top: 20px;
    float: none;
    margin-left: 40px;
}

.top-right-border::before {
    right: 0px;
    border: 0px dashed #d1d1d1;
}

.top-mail h4 {
font-size: 15px;
}

.top-mail p {
  font-size: 13px;
}

.get-quote a {
padding: 10px 18px;
    font-size: 13px;
}


.get-quote {
    text-align: center;
    margin: 5px 0px;
}

.ast_menu ul > li:hover > a::after, .ast_menu ul > li.active > a::after {
    opacity: 1;
    visibility: visible;
    width: 35px;
    left: 12px;
}

.ast_menu ul li a::after {
    left: 0%;
    bottom: 6px;
    height: 2px;
  }

  .top-line p {
    margin-left: 0px;
    text-align: center;
    padding: 10px 0px;
}

.carousel-caption {
    right: 50%;
    left: 10%;
    padding-bottom: 30px;
    top: 20%;
    padding: 0px;
}

.carousel-caption h1{
font-size: 16px;
margin-top: 0px;
}

.carousel-caption p{
display: none;
}

.carousel-caption .btn {
    font-size: 12px;
    padding: 6px 8px;
}

.second-banner {
    left: 53%;
    right: 10%;
    top: 30%;
    padding: 0px;
}


.item .third-banner h1{
font-size: 16px;
margin-top: 0px;
}

.item .third-banner p{
display: none;
}


.sec-1-box .static-content span {
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}

.sec-1-box h3 {
    font-size: 18px;
}

.sec-1-box p {
    line-height: 22px;
    font-size: 13px;
}

.sec-1-box .overlay-content a {
padding: 8px 15px;
font-size: 14px;
}

.sec-1-box .overlay-content {
    padding: 15px 29px;
}

.sec-2 h4 {
    margin-top: 35px;
    font-size: 16px;
}

.sec-2 h2 {
    font-size: 25px;
  }

.sec-2 p {
font-size: 13px;
line-height: 24px;
}

.wel-box {
    padding: 10px;
}

.wel-box span {
    font-size: 20px;
    margin-bottom: 10px;
}

.wel-box {
height: 100px;
}

.wel-box h4 {
    margin-top: 0px;
    font-size: 12px;
}

.sec-2 a{
font-size: 14px;
padding: 10px 20px;
margin-right: 8px;
}

.sec-2 .call-btn {
font-size: 14px;
padding: 10px 15px 10px 40px !important;
}

.sec-2 .call-btn i {
    height: 38px;
    width: 38px;
    border-radius: 50%;
font-size: 15px;
line-height: 38px;
}

.sec-3 h5::after {
    left: 50%;
    width: 55px;
}

.sec-3 h2 {
    font-size: 25px;
}

.why-matter h3 {
    font-size: 18px;
}

.why-matter p {
    font-size: 13px;
    line-height: 24px;
}

.sec-4-title h2 {
    font-size: 23px;
}


.sec-3 span {
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.why-matter {
    margin-left: 60px;
}

.sec-4-box {
    min-height: 150px;
    margin-top: 20px;
}

.sec4-img h2 {
    font-size: 18px;
    padding: 10px;
}

.sec4-detail h2 {
   font-size: 18px;
 }

.sec4-detail p {
 display: none;
 }

 .sec4-detail {
    padding: 15px 8px;
}

.sec4-detail a {
    font-weight: 400;
padding: 5px 10px;
}

.index-pr a {
  font-size: 14px;
padding: 12px 25px;
}

.counter h3 {
    font-size: 25px;
    }

.counter p {
font-size: 15px;
}


.employees.counter span {
    right: 24%;
    font-size: 25px;
}

.customer.counter span {
    right: 0px;
    font-size: 25px;
}

.design.counter span {
    right: 16%;
    font-size: 25px;
}

.sec-6-box h3 {
    padding: 7px 3px;
    font-size: 13px;
}

.sec-7::before {
  width: 100%;
    left: 0px;
    background:rgba(255, 126, 0, 0.8);
-ms-transform: skewX(0deg);
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
border-right: 0px solid #1a2845;
}

.sec-7 a {
padding: 8px 16px;
font-size: 14px;
 margin-top: 18px;
}


.in-banner-title h1 {
font-size: 25px;
}

.in-banner-title::before {
    border-left: 1px solid #fe9303;
border-top: 1px solid #fe9303;
}

.in-banner-title {
    padding-left: 10px;
    padding-top: 5px;
}

.in-title h2 {
font-size: 23px;
}

.inner-matter p {
font-size: 13px;
line-height: 24px;
}

.inner-matter h3 {
    font-size: 18px;
}

.abt-img img {
    margin-bottom: 20px;
}

.abt-img::after {
    right: 0px;
    bottom: 0px;
    background: none;
}

.abt-img::before {
    right: -6px;
    top: -6px;
    left: -6px;
    bottom: -6px;
    border: 1px solid #ff7e00;
}

.about-sec-box h4 {
font-size: 25px;
    }

.about-sec-box p {
font-size: 13px;
    line-height: 24px;
}

.cnt-details h4 {
    font-size: 16px;
}

.cnt-box span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 10px;
}

.cnt-details {
    padding-left: 50px;
}

.cnt-box-outter {
    padding: 20px;
    margin-bottom: 20px;
}

.map iframe{
width: 100%;
height: 250px;
}

.product-banner,  .enquiry-banner, .contact-banner, .quality-banner, .about-banner{
    padding: 50px 0px;
  }

.pro-box p {
    width: 700px;
}

.side-pro h3 span {
    line-height: 35px;
    height: 35px;
    width: 35px;
    font-size: 14px;
}

.side-pro ul li a::after {
 font-size: 16px;
 }

.side-pro ul li a {
font-size: 14px;
}


footer h2 {
    font-size: 20px;
}

.f-about p {
    line-height: 22px;
    font-size: 13px;
}

.f-about a {
padding: 8px 15px;
font-size: 13px;
margin-bottom: 10px;
}

footer ul li a {
font-size: 13px;
line-height: 26px;
}


}



@media (width:1024px){

.ast_menu ul li a {
  padding: 34px 6px 26px;
  font-size: 12px;
}

.top-left p {
    font-size: 13px;
}

.top-right ul li a {
  font-size: 13px;
  }

  .top::before {
    width: 48%;
  }

.top-mail h4 {
    font-size: 16px;

}

.logo-text {
    padding-top: 11px;
}

.top-right-border::before {
    right: -32px;
    }

    .top-mail {
    margin-top: 22px;
  }

  .ast_menu ul li a {
    padding: 15px 18px;
    font-size: 12px;
}

.get-quote a {
padding: 10px 8px;
}

.carousel-caption h1 {
    font-size: 22px;
}

.carousel-caption p {
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 20px;
}

.carousel-caption .btn {
padding: 10px 18px;
}


.item .third-banner h1 {
  font-size: 25px;
}

.item .third-banner p {
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 20px;
}

.sec-1-box .static-content span {
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
}

.sec-1-box .static-content {
padding: 15px 15px;
}

.sec-1-box h3 {
    font-size: 20px;
    margin: 5px 0px;
}

.sec-1-box p {
    line-height: 22px;
    font-size: 13px;
}

.sec-1-box .overlay-content {
    padding: 10px 15px;
    }

.sec-1-box .overlay-content a {
padding: 8px 15px;
font-size: 14px;
margin-top: 8px;
}

.why-matter h3 {
font-size: 18px;
}

.sec-3 h5::after {
    left: 25%;
    }

    .sec-3 .sec-3-right img {
    width: 1600px;
}

.sec4-detail h2 {
    font-size: 25px;
}

.sec4-img h2 {
 font-size: 25px;
}
.employees.counter span {
right: 30%;
}

.customer.counter span {
    right: 20px;
    }

.design.counter span {
    right: 25%;
  }

.sec-7::before {
width: 100%;
}

}