@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');

/*font-family: 'Oswald', sans-serif;
font-family: 'Rubik', sans-serif;*/

body{
font-family: 'Poppins', sans-serif;
}

.logo
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    display: inline-block;
    padding: 16px 0 16px;
    padding-left: 25px;
    z-index: 9999;
}

.logo::before{
position: absolute;
content: '';
top: -1px;
right: -200px;
height: 163px;
width: 200px;
    background: url(../images/curve.png) no-repeat;
}

/*.logo::before {
    content: '';
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -42px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: #fff;
    z-index: 2;
}

.logo::after {
    content: '';
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -52px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: #D9D7D6;
    z-index: 1;
}
*/
.logo img {
z-index: 10;
position: relative;
}


header{
    border-bottom: 1px solid #D9D7D6;
}
.navbar-inverse{
    background:none;
    border:none;
    margin-bottom:0px;
}


.nav > li > a {
font-weight: 600;
    opacity: 1;
    font-size: 16px;
     transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 22px 25px;
    margin-right: 5px;
  }


.navbar-inverse .navbar-nav > li > a {
color: #666;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #1e3c71;
background: none;
}

.navbar-inverse .navbar-nav > li > a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color:#1e3c71;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.navbar-inverse .navbar-nav > li > a:hover::before, .navbar-inverse .navbar-nav > li.active > a::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color:#1e3c71;
    background: none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color:#1e3c71;
    background: none;
}


.dropdown-menu > li > a {
padding: 8px 20px;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
font-family: 'Rubik', sans-serif;
color: #555;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #1e3c71;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.get-quote{
    text-align: right;
}

.get-quote a{
margin-top: 8px;
background:#264884;
padding: 14px 40px 14px 20px;
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:#1a3566;
    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);
}

.get-quote a i{
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
right: 22px;
position: absolute;
font-size: 18px;
top: 15px;
}

.get-quote a:hover i{
right: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}


.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;
}


#myCarousel .carousel-control {
    width: 66px;
    height: 66px;
    font-size: 14px;
    line-height: 66px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -33px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
}

#myCarousel .carousel-control:hover {
background:#264884;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
font-size: 20px;
}


#myCarousel .carousel-control.left {
    left: 2%;
}

#myCarousel .carousel-control.right {
    right: 2%;
}

.carousel-control .glyphicon-chevron-left{
margin-left: -15px;
}

.carousel-control .glyphicon-chevron-right{
    margin-right: -15px;
}


.sec-1{
padding: 50px 0px 320px;
}

.sec1-title{
text-align: center;
}

.sec1-title h2{
margin-top: 0px;
text-transform: uppercase;
color: #1e3c71;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 34px;
}

.sec1-title h2::before {
    position: absolute;
    content: '';
    right: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec1-title h2::after {
    position: absolute;
    content: '';
    left: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec1-title span {
    font-size: 15px;
    color: #01477f;
    margin-bottom: 15px;
}

.sec1-title p{
color: #555;
line-height: 24px;
font-family: 'Rubik', sans-serif;
padding: 0px 50px;
}


.sec1-box{
text-align: center;
margin-top: 30px;
}
.sec1-box:hover .sec1-details{
box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
}

.sec1-box a{
    text-decoration: none;
    display: block;
}

.sec1-details h3{
font-weight: 600;
margin-top: 0px;
color: #fff;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.sec1-details{
margin: -30px 30px 0px 30px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
background: #112242;
position: absolute;
z-index: 9;
padding: 20px 30px 35px;
position: absolute;
top: 100%;
left: 0;
right: 0;
}


.sec1-details span{
border-radius: 50%;
width: 81px;
height: 81px;
line-height: 80px;
background: #ffb32d;
text-align: center;
margin-left: auto;
margin-right: auto;
color: #fff;
margin-top: -50px;
position: relative;
font-size: 30px;
z-index: 10;
-webkit-transition: all .4s ease;
transition: all .4s ease;
position: relative;
top: -25px;

}

.sec1-details p{
color: #f1f1f1;
line-height: 24px;
font-family: 'Rubik', sans-serif;
transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
}

.sec1-details::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sec1-box:hover .sec1-details::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.sec1-box:hover h3{
color:#112242;
}

.sec1-box:hover p{
color: #555;
}

.sec1-details a.more{
    font-size: 15px;
    font-weight: 600;
    color: #ffb32d;
    display: block;
    margin-top: 10px;
    opacity: 0;
    margin-top: -37px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.sec1-box:hover .sec1-details a.more {
    margin-top: 10px;
    opacity: 1;
     text-decoration: none;
}

.sec-2{
background: url(../images/sec2-bg.jpg) center center no-repeat fixed;
position: relative;
background-size: cover;
padding-top: 50px;
padding-bottom: 150px;
}


.sec-2::before {
    content: '';
    opacity: .88;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
}

.sec2-title {
text-align: center;
}

.sec2-title h2 {
    margin-top: 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 34px;
}

.sec2-title h2::before {
    position: absolute;
    content: '';
    right: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec2-title h2::after {
    position: absolute;
    content: '';
    left: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec2-title span {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.sec2-left{
padding-top: 30px;
}

.sec2-left p {
    color: #f1f1f1;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
}

.sec2-left ul{
padding-left: 0px;
margin-top: 30px;
}

.sec2-left ul li{
display: inline-block;
font-family: 'Rubik', sans-serif;
color: #fff;
width: 45%;
line-height: 28px;
}

.sec2-left ul li span{
    padding-right: 5px;
    color: #ffb32d;
}



.counter{
margin: 40px 0px 30px; 
}

.counter span{
float: left;
color: #fff;
font-size: 50px;
margin-right: 20px;
padding-top: 10px;
}

.counter h3{
color: #ffb32d;
font-size: 38px;
font-weight: 700;
}

.counter p{
font-family: 'Rubik', sans-serif;
color: #fff; 
font-size: 16px;
}


.sec2-right .divider.ver {
    height: 1px;
    left: 15px;
    top: 52%;
    right: 15px;
}

.sec2-right .divider {
    position: absolute;
    background: #3f3f3f;
}

.sec2-right .divider.hor {
    height: calc(100% + 0px);
    width: 1px;
    bottom: 0;
    left: 48%;
}

.sec-3{
margin-top: -85.5px;
position: relative;
z-index: 20;
}


.sec3-box {
    padding: 41px 25px;
    background: #F6F6F6;
}
.sec3-box .icon-box{
width: 60px;
display: table-cell;
vertical-align: middle;
}

.sec3-box .icon-box i{
font-size: 45px;
}

.sec3-box .sec3-box-details{
display: table-cell;
vertical-align: middle;
}


.sec3-box h3{
font-weight: 600;
font-size: 21px;
margin-top: 0px;
}

.sec3-box p {
    line-height: 24px;
    color: #555;
    font-family: 'Rubik', sans-serif;
}

.pad0{
padding: 0px;
}

.sec3-box2{
background: #112242;
}

.sec3-box2 i{
color: #fff;
}

.sec3-box2 h3, .sec3-box2 p{
    color: #fff;
}


.sec-4{
padding: 40px 0px;
}

.sec4-title {
text-align: center;
}

.sec4-title h2 {
    margin-top: 0px;
    text-transform: uppercase;
    color:#1e3c71;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 34px;
}

.sec4-title h2::before {
    position: absolute;
    content: '';
    right: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec4-title h2::after {
    position: absolute;
    content: '';
    left: 42%;
    top: 56px;
    width: 75px;
    height: 2px;
    background: #ffb32d;
}

.sec4-title span {
    font-size: 15px;
    color: #1e3c71;
    margin-bottom: 15px;
}

.sec4-box{
    position: relative;
    overflow: hidden;
    background: #000;
       -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 15px;
}

.sec4-box img{
       -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sec4-box .overlay h3{
    font-size: 17px;
    color: #fff;
    margin: 0px;
}


.sec4-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.sec4-box .overlay span
{
    position: absolute;
right: 7px;
font-size: 18px;
background: #ffb32d;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
color: #fff;
border-radius: 50%;
top: -20px;
}

.sec4-box:hover .overlay {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.sec4-box:hover img{
    opacity: 0.5;
}

.sec4-box a i {
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    font-size: 18px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .4s;
    -webkit-transition: .4s;
    background: #ffb32d;
    padding: 15px;
    border-radius: 50%;
    z-index: 2;
    color: #fff;
}

.sec4-box:hover a i {
    opacity: 1;
    top: 50%;
}

.sec-5{
padding: 50px 0px;
background: url(../images/sec5-bg.jpg) center fixed;
text-align: center;
background-size: cover
}

.sec-5 h2{
color: #fff;
margin-top: 0px;
font-size: 32px;
}

.sec-5 p{
color: #fff;
font-family: 'Rubik', sans-serif;
line-height: 24px;
font-size: 16px;
}


.sec-5 a{
background: #ffb32d;
color: #fff;
padding: 15px 25px;
margin-top: 10px;
text-transform: uppercase;
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;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
}

.sec-5 a i{
    padding-left: 5px;
}

.sec-5 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #112242;
    -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;
}


.sec-5 a:hover::before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* inner pages */

.top-inner{
padding: 12px 0px;
border-bottom: 1px solid #D9D7D6;
}

.in-logo img{
width: 65%;
}

.top-box{
display: flex;
padding-top: 30px;
}

.top-box span{
font-size: 20px;
color: #ffb32d;
margin-right: 12px;
border: 1px solid #d1d1d1;
height: 45px;
width: 45px;
text-align: center;
line-height: 42px;
}

.top-box h4{
color: #1e3c71;
font-weight: 600;
margin-top: 0px;
margin-bottom: 5px;
}

.top-box p{
color: #555;
line-height: 26px;
font-family: 'Rubik', sans-serif;
font-size: 16px;
margin-bottom: 0px;
}

.top-box p a{
color: #555;  
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;  
}

.top-box p a:hover{
 color: #ffb32d;  
}

.about-banner{
padding: 70px 0px;
position: relative;
background: url(../images/about-banner.jpg);
background-size: cover;
}

.quality-banner{
padding: 70px 0px;
position: relative;
background: url(../images/quality-banner.jpg);
background-size: cover;
}

.contact-banner{
padding: 70px 0px;
position: relative;
background: url(../images/contact-banner.jpg);
background-size: cover;
}

.product-banner{
padding: 70px 0px;
position: relative;
background: url(../images/product-banner.jpg);
background-size: cover;
}

.infra-banner{
padding: 70px 0px;
position: relative;
background: url(../images/infra-banner.jpg);
background-size: cover;
}

.enquiry-banner{
padding: 70px 0px;
position: relative;
background: url(../images/enquiry-banner.jpg);
background-size: cover;
}

.inban-overlay::before {
    content: '';
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

.in-banner-heading{
text-align: center;
}

.in-banner-heading h1{
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
margin-top: 0px;
font-weight: 700;
font-size: 42px;;
}

.in-banner-heading ul{
    padding-left: 0px;
    margin-bottom: 0px;
}

.in-banner-heading ul li{
    display: inline-block;
    color: #fff;
    padding: 0px 8px;
}

.in-banner-heading ul li a{
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.in-banner-heading ul li a:hover{
color: #ffb32d;
}

.in-banner-heading ul li a i{
 position: absolute;
font-size: 10px;
top: 6px;
left: 48px;
}


.inner-matter{
padding: 40px 0px;
}

.inner-matter h2{
margin-top: 0px;
font-weight: 600;
color: #1e3c71;
position: relative;
}



.inner-matter h2::before{
    position: absolute;
    content: '';
    left: 0px;
    height: 3px;
    width: 100px;
    background:url(../images/line.png);
    bottom: -5px;
}

.inner-matter p {
    color: #555;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
}

.infra-list{
padding-left: 0px;
}

.infra-list li{
list-style: none;
color: #555;
line-height: 26px;
font-family: 'Rubik', sans-serif;
}

.infra-list li i{
    padding-right: 5px;
    color: #ffb32d;
}


.cnt-box{
  background:#f8f9fe; 
  padding: 30px;
  display: flex;
  margin: 18px 0px;
  border-right: 3px solid #ffb32d;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.cnt-box:hover{
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0)
}

.cnt-box span{
  font-size: 25px;
  margin-right: 15px;
  color: #ffb32d;
}

.cnt-box .cnt-info h5{
  color: #1e3c71;
  font-weight: 600;
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 5px;
}

.cnt-box .cnt-info p{
  margin-bottom: 0px;
}

.enq-form{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.enq-form label{
    display: block;
}

.enq-form .wrap-input{
position: relative;
}
.enq-form .form-control{
    color: #000;
    border-color: rgba(0,0,0,0.12);
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    min-height: 45px;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border-radius: 2px;
    background: rgba(255,255,255,0.04);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.focus-input100 {
    position: absolute;
    display: block;
  width: calc(100% + 2px);
height: calc(100% + 2px);
top: -1px;
left: -1px;
    pointer-events: none;
    border: 1px solid #1e3c71;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-control:focus {
       border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enq-form .btn{
display: block;
width: 100%;
margin-top: 12px;
background: #ffb32d;
padding: 10px 15px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
font-size: 16px;
}

.img-enq{
margin-top: 14px;
}

.pro-box{
border: 1px solid #ececec;
margin-top: 10px;
}

.pro-box a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box a::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    z-index: 1;
}

.pro-box:hover a::before {
    opacity: 1;
    height: 100%;
}
.pro-box img {
    transition: all 0.9s ease 0s;
}

.pro-box: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;
}

.pro-box a span {
    position: absolute;
    top: 43%;
    background: #ffb839;
    padding: 12px;
    color: #fff;
    z-index: 1;
    left: 42%;
    opacity: 0;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
}

.pro-box:hover a span {
    opacity: 1;
}

.pr-title h3{
color: #ffb839;
border-bottom: 1px dashed #d1d1d1;
text-transform: uppercase;
}

.pr-outter{
margin-bottom: 25px;
}

.pro-details h3{
color: #1e3c71;
font-weight: 600;
margin-top: 10px;
margin-bottom: 15px;
}


.pro-details table{
width: 100%;
margin-bottom: 15px;
}

.pro-details table tr th {
    border: 1px solid #eaeaea;
    padding: 6px 8px;
    background: #ffb839;
    color: #fff;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.pro-details table tr td {
    border: 1px solid #eaeaea;
    padding: 6px 8px;
    color: #555;
    font-size: 15px;
font-family: 'Rubik', sans-serif;
}

.pro-details table tr:nth-child(2n+1) {
background: rgba(255, 255, 255, 0.70);
}

.pro-details table tr:nth-child(2n) {
    background: rgba(249, 249, 249, 0.70);
}

.pro-details img{
    margin-bottom: 15px;
}

.panel{
    box-shadow: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px; 
    border-top: none;
}

.panel-heading {
 
padding: 0;
border: none;
border-radius: 0;

}
.panel-group {
    margin: 0;
}
.panel-group .panel {
    border-radius: 0;
    }

.panel-default{
    margin: 0;
}
.panel-default > .panel-heading a{
display: block;
position: relative; 
outline: none; 
}

.panel-default > .panel-heading span{
position: absolute;
right: 5px;
font-size: 13px;
color: #ffb839;
top: 18px;
}
 .panel-heading{
    padding: 0;
 }

.panel-default > .panel-heading {
background-color: rgba(242, 242, 242, 0.3);
}

.panel-body{
    padding: 0;
}






.pro-side  h3{
    font-weight: 600;
   font-family: 'Rubik', sans-serif;
    color: #fff;
    background:#264884;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin: 0;
    
}

.pro-side ul{
padding-left: 0px;
/*border-left:1px solid #ccc; 
border-right:1px solid #ccc; */
/*border: 1px solid #ccc;*/
}

.pro-side  ul li{
    list-style: none;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}


.pro-side ul li a{
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    color: #1f2f60;
    font-size: 15px;
    /*border-bottom:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; */
   width: 100%;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
   transition-duration: 0.4s;
}
.pro-side-p{
    padding: 0;
}
.pro-side  ul li a i
{
    position: relative;
    left:0px;
    color: #ffb839;
    padding-right: 8px;
    transition-duration: 0.3s;
}

.pro-side  ul li a::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffb839;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.pro-side  ul li a:hover::before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pro-side  ul li a:hover, .pro-side  ul li a:hover i{
    color: #fff;
}

.pro-side  ul li a:hover, .pro-side  ul li a:hover span{
    color: #fff;
}
.pro-side  ul li a:hover i{
    left: 4px;
}


.product-in-bg{
background: url(../images/produck-marka.jpg) center no-repeat fixed;
}


/* end inner pages */


footer{
    background: #112242 url(../images/sec-3-bg.png);
    padding: 40px 0px;
    background-size: cover;
}

footer h3{
margin-top: 0px;
color: #fff;
position: relative;
}

footer h3::before{
position: absolute;
content: '';
left: 0px;
bottom: -5px;
height: 0px;
width: 50px;
border: 1px dashed #ffb32d;
}



footer ul{
padding-left: 15px;
}

footer ul li{
list-style: square;
}

footer ul li a{
    color: #f1f1f1;
    text-decoration: none;
    display: block;
    line-height: 26px;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

footer ul li a:hover{
    color: #ffb32d;
    text-decoration: none;
}

footer ul li::marker{
color: #ffb32d;
}

footer p{
    color: #f1f1f1;
     font-family: 'Rubik', sans-serif;
     font-weight: 300;
     line-height: 23px;
}

footer p span{
color: #ffb32d;
padding-right: 5px;
}




 @media (min-width: 320px) and  (max-width: 414px){
.nav > li > a {
    font-size: 13px;
    padding: 15px 10px;
}
.logo img {
    width: 30%;
    display: inline-block;
}
.logo::before {
    display: none;
}
.logo {
    position: relative;
    bottom: 0px;
padding: 0px 0 0px;
padding-left: 18px;
    width: 100%;
    margin-top: 15px;
margin-bottom: 15px;
text-align:center;
}
#myCarousel .carousel-control {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    top: 35%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
   top: 55%;
   margin-top: -10px;
    left: 18%;
    font-size: 15px;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: 5px;
}
.navbar-inverse {
    background: #ffb32d;
    margin-top: 10px;
    }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}
.get-quote a i {
    right: 18px;
    font-size: 15px;
    top: 9px;
}
.get-quote a {
    padding: 10px 32px 10px 10px;
font-size: 10px;
width: 100%;
text-align: center;
}
.get-quote {
    margin-bottom: 10px;
}
.navbar-toggle {
        background: #264884;
        margin-top: 10px;
}
.dropdown-menu > li > a {
    font-size: 13px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ffb32d;
    border: 1px solid #ffb32d; 
}
.sec1-title h2 {
    font-size: 20px;
}
.sec1-title h2::before {
right: 54%;
top: 41px;
width: 50px;
}
.sec1-title h2::after {
left: 54%;
top: 41px;
width: 50px;
}
.sec1-title p {
    font-size: 13px;
    padding: 0;
}
.sec1-details span {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
}
.sec1-details h3 {
    font-size: 20px;
}
.sec1-details p{
    font-size: 13px;
}
.sec1-details a.more {
    font-size: 13px;
}
.top-box {
    margin-top: 55%;
}
.sec2-title h2 {
    font-size: 25px;
}
.sec2-title h2::before {
right: 54%;
top: 46px;
width: 50px;
}
.sec2-title h2::after {
left: 54%;
top: 46px;
width: 50px;
}
.sec2-left {
    padding-top: 0px;
}
.sec2-left p {
    font-size: 13px;
}
.sec2-left ul {
    margin-top: 15px;
}
.sec2-left ul li {
    font-size: 13px;
}
.counter span {
font-size: 27px;
margin-right: 7px;
padding-top: 3px;
}
.counter h3 {font-size: 20px;
    margin: 0;
}
.counter p {
    font-size: 10px;
}
.counter {
    margin: 25px 0px 25px;
}
.sec3-box h3 {
    font-size: 18px;
}
.sec3-box p {
    font-size: 13px;
}
.sec3-box .icon-box i {
    font-size: 35px;
}
.sec3-box {
    padding: 30px 15px;
}
.sec4-title h2 {
    font-size: 25px;
}
.sec4-title h2::before {
right: 54%;
top: 46px;
width: 50px;
}
.sec4-title h2::after {
left: 54%;
top: 46px;
width: 50px;
}
.sec4-box a i {
    font-size: 13px;
    padding: 10px;
}
.sec4-box .overlay h3 {
    font-size: 10px;
    }
    .sec4-box .overlay {
        padding: 10px 10px;
    }
.sec4-box .overlay span {
    font-size: 13px;
height: 30px;
width: 30px;
line-height: 30px;
    top: -13px;
}
.sec-5 h2 {
    font-size: 22px;
}
.sec-5 p {
    font-size: 13px;
}
.sec-5 a {padding: 10px 20px;
    font-size: 13px;
}
footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
footer ul {
    padding-left: 10px;
}
footer ul li {
    font-size: 13px;
}
footer p {
    line-height: 20px;
    font-size: 13px;
}
.in-logo {
    text-align: center;
}
.in-logo img {
    width: 35%;
    display: inline-block;
}
.sec1-top-box{
    margin-top: 65%;
}
.top-box {
    margin-top: 0%;
}
.top-box h4 {
    font-size: 15px;
    margin: 0;
}
.top-box p {
    font-size: 10px;
 } 
 .top-box span {font-size: 15px;
margin-right: 6px;
height: 35px;
width: 35px;
    line-height: 35px;
}
.in-banner-heading h1 {
    font-size: 24px;
}
.in-banner-heading ul li {
    font-size: 13px;
}
.in-banner-heading ul li a i {
    top: 5px;
    left: 46px;
}
.inner-matter h2 {
    font-size: 22px;
}
.inner-matter p {
    font-size: 13px;
}
.infra-list li {
    font-size: 13px;
}
.cnt-box span {
    font-size: 20px;
}
.pr-title h3 {
    font-size: 18px;
    }
.pro-details table tr td {
        font-size: 10px;
    }
    .pro-details table tr th {
        padding: 5px 6px;
        font-size: 10px;
}
.pro-side h3 {
    font-size: 18px;
}
.pro-side ul li a {
    font-size: 13px;
}
.enq-form .form-control {
    margin-top:15px;
}
.enq-form label {
    display: none;
}
.enq-form .btn {
    font-size: 13px;
}
}

@media (min-width: 480px) and  (max-width: 736px){
    .nav > li > a {
    font-size: 13px;
    padding: 15px 10px;
}

.logo img {
    width: 30%;
    display: inline-block;
}

.logo {
    position: relative;
    bottom: 0px;
padding: 0px 0 0px;
padding-left: 18px;
    width: 100%;
    margin-top: 15px;
margin-bottom: 15px;
text-align:center;
}
#myCarousel .carousel-control {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    top: 35%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
   top: 55%;
   margin-top: -10px;
    left: 18%;
    font-size: 15px;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: 5px;
}
.navbar-inverse {
    background: #ffb32d;
    margin-top: 10px;
    }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}
.dropdown-menu > li > a {
    font-size: 13px;
}
.get-quote a i {
    right: 18px;
    font-size: 15px;
    top: 9px;
}
.get-quote {
    margin-bottom: 10px;
}
.get-quote a {
    padding: 10px 32px 10px 10px;
font-size: 10px;
width: 100%;
text-align: center;
}
.navbar-toggle {
        background: #264884;
}
.dropdown-menu > li > a {
    font-size: 13px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ffb32d;
    border: 1px solid #ffb32d; 
}
.sec1-title h2 {
    font-size: 24px;
}
.sec1-title h2::before {
right: 54%;
top: 45px;
width: 50px;
}
.sec1-details {
    margin: -33px 86px 0px 32px;
    }
.sec1-title h2::after {
left: 54%;
top: 45px;
width: 50px;
}
.sec1-title p {
    font-size: 13px;
    padding: 0;
}
.sec1-details span {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
}
.sec1-details h3 {
    font-size: 20px;
}
.sec1-details p{
    font-size: 13px;
}
.sec1-details a.more {
    font-size: 13px;
}
.top-box {
    margin-top: 55%;
}
.sec2-title h2 {
    font-size: 25px;
}
.sec2-title h2::before {
right: 54%;
top: 46px;
width: 50px;
}
.sec2-title h2::after {
left: 54%;
top: 46px;
width: 50px;
}
.sec2-left {
    padding-top: 0px;
}
.sec2-left p {
    font-size: 13px;
}
.sec2-left ul {
    margin-top: 15px;
}
.sec2-left ul li {
    font-size: 13px;
}
.counter span {
font-size: 37px;
margin-right: 10px;
padding-top: 3px;
}
.counter h3 {font-size: 23px;
    margin: 0;
}
.counter p {
    font-size: 13px;
}
.counter {
    margin: 25px 0px 25px;
}
.sec3-box h3 {
    font-size: 18px;
}
.sec3-box p {
    font-size: 13px;
}
.sec3-box .icon-box i {
    font-size: 35px;
}
.sec3-box {
    padding: 30px 15px;
}
.sec4-title h2 {
    font-size: 25px;
}
.sec4-title h2::before {
right: 54%;
top: 46px;
width: 50px;
}
.sec4-title h2::after {
left: 54%;
top: 46px;
width: 50px;
}
.sec4-box a i {
    font-size: 13px;
    padding: 10px;
}
.sec4-box .overlay h3 {
    font-size: 9px;
    }
    .sec4-box .overlay {
        padding: 10px 10px;
    }
.sec4-box .overlay span {
    font-size: 13px;
height: 30px;
width: 30px;
line-height: 30px;
    top: -13px;
}
.sec-5 h2 {
    font-size: 22px;
}
.sec-5 p {
    font-size: 13px;
}
.sec-5 a {padding: 10px 20px;
    font-size: 13px;
}
footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
footer ul {
    padding-left: 10px;
}
footer ul li {
    font-size: 13px;
}
footer p {
    line-height: 20px;
    font-size: 13px;
}
.in-logo {
    text-align: center;
}
.in-logo img {
    width: 35%;
    display: inline-block;
}
.sec1-top-box{
    margin-top: 65%;
}
.top-box {
    margin-top: 0%;
}
.top-box h4 {
    font-size: 15px;
    margin: 0;
}
.top-box p {
    font-size: 11px;
 } 
 .top-box span {font-size: 15px;
margin-right: 6px;
height: 35px;
width: 35px;
    line-height: 35px;
}
.in-banner-heading h1 {
    font-size: 26px;
}
.in-banner-heading ul li {
    font-size: 13px;
}
.in-banner-heading ul li a i {
    top: 5px;
    left: 46px;
}
.inner-matter h2 {
    font-size: 22px;
}
.inner-matter p {
    font-size: 13px;
}
.infra-list li {
    font-size: 13px;
}
.cnt-box span {
    font-size: 20px;
}
.pr-title h3 {
    font-size: 18px;
    }
.pro-details table tr td {
        font-size: 10px;
    }
    .pro-details table tr th {
        padding: 5px 6px;
        font-size: 10px;
}
.pro-side h3 {
    font-size: 18px;
}
.pro-side ul li a {
    font-size: 13px;
}
.enq-form .form-control {
    margin-top:15px;
}
.enq-form label {
    display: none;
}
.enq-form .btn {
    font-size: 13px;
}
} 

 @media (min-width: 768px) and  (max-width: 1024px){

.nav > li > a {
font-size: 12px;
padding: 15px 10px;
}
.get-quote a {
margin-top: 6px;
padding: 10px 30px 10px 15px;
font-size: 12px;
}
.get-quote a i {
right: 15px;
top: 10px;
}
.logo {
    width: 20%;
    z-index: 0;
}
.logo::before {
top: -1px;
right: -183px;
height: 136px;
width: 200px;
}
#myCarousel .carousel-control {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    top: 47%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
   top: 55%;
   margin-top: -10px;
    left: 18%;
    font-size: 15px;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: -2px;
}
.dropdown-menu > li > a {
    font-size: 12px;
}
.sec1-title h2 {
font-size: 28px;
}
.sec1-title h2::after {
left: 37%;
top: 50px;
}
.sec1-title h2::before {
right: 37%;
top: 50px;
 }   
 .sec1-details span {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 15px;

}
.sec1-details h3 {
font-size: 20px;
}
.sec1-details {
margin: -30px 20px 0px 20px;
padding: 13px 8px 15px;
}
.sec1-details a.more {
font-size: 13px;
    
}
.sec1-details p {
    font-size: 12px;
}
.sec2-title h2 {
font-size: 28px;
}
.sec2-title h2::before {
right: 37%;
top: 50px;
}
.sec2-title h2::after {
left: 37%;
top: 50px;
}
.counter span {
font-size: 28px;
margin-right: 5px;
}
.counter h3 {
font-size: 28px;
margin: 0;
    }
.counter p {
font-size: 10px;
}
.sec3-box {
    padding: 25px 10px;
}
.sec3-box h3 {
    font-size: 18px;
}
.sec3-box p {
    font-size: 12px;
}
.sec3-box .icon-box i {
    font-size: 30px;
}
.sec3-box .icon-box {
    width: 40px;
    }
    .sec4-title h2 {
    font-size: 28px;
}
.sec4-title h2::before {
right: 37%;
top: 50px;
}
.sec4-title h2::after {
left: 37%;
top: 50px;
}
.sec4-box .overlay h3 {
    font-size: 11px;
}
.sec4-box a i {
    font-size: 13px;
    padding: 10px;
    }
    .sec4-box .overlay span {font-size: 13px;
height: 30px;
width: 30px;
line-height: 30px;
}
.sec-5 h2 {
    font-size: 20px;
}
.sec-5 p {
    font-size: 11px;
}
.sec-5 a {
    padding: 10px 15px;
    font-size: 12px;
}
footer h3 {
    font-size: 18px;
}
footer p {
    line-height: 18px;
    font-size: 11px;
}
footer b  {
   font-size: 11px;
}
footer ul li a {
    line-height: 24px;
    font-size: 11px;

}

.top-box span {
    font-size: 13px;
    margin-right: 5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.top-box h4 {
    font-size: 15px;
    margin: 0;
}
.top-box p {
    font-size: 9px;
}
.in-banner-heading h1 {
    font-size: 30px;
}
.inner-matter h2 {
    font-size: 20px;
}
.pr-title h3 {
    font-size: 20px;
}
.pro-side h3 {padding: 8px;
    font-size: 20px;
}
.pro-side ul li a {
    padding: 12px 5px;
    font-size: 9px;
}
.pro-side ul li a i {
    padding-right: 3px;
    }
    .panel-default > .panel-heading span {
right: 3px;
font-size: 10px;
}
.pro-details table tr th {
    font-size: 12px;
}
 .pro-details table tr td {
font-size: 11px;
}
.cnt-box {
padding: 10px;
height: 120px;
}
.cnt-box span {
    font-size: 20px;
    margin-right: 8px;
}
.cnt-box .cnt-info p {
    font-size: 11px;
}
.cnt-box span {
font-size: 15px;
}
.enq-form .form-control {
padding: 5px 10px;
min-height: 40px;
font-size: 13px;
}
.enq-form .btn {
    font-size: 13px;
}
}

@media (width: 1024px){

    .nav > li > a {
    font-size: 13px;
    padding: 15px 20px;
}
.logo {
    width: 15%;
    z-index: 0;
}
.dropdown-menu > li > a {
    font-size: 13px;
}
.sec1-title h2::before {
    right: 40%;
} 
.sec1-title h2::after {
    left: 40%;
    }
    .sec2-title h2::before {
    right: 40%;
} 
   .sec2-title h2::after {
    left: 40%;
    }
.counter span {
    margin-right: 13px;
}
.counter p {
    font-size: 13px;
}
.sec4-title  h2::before {
    right: 40%;
} 
.sec4-title h2::after {
    left: 40%;
    }
    .sec4-box .overlay h3 {
    font-size: 13px;
}
.in-banner-heading h1 {
    font-size: 30px;
}
footer h3 {
    font-size: 20px;
}
footer p {
    line-height: 20px;
    font-size: 12px;
}
footer ul li a {
    line-height: 26px;
    font-size: 12px;
}
.top-box p {
    font-size: 13px;
}
.pro-side ul li a {
    font-size: 11px;
}
.cnt-box {
    padding: 18px;
    height: 120px;
}
.inner-matter h2 {
    font-size: 20px;
}
.cnt-box .cnt-info p {
    font-size: 13px;
}
.cnt-box span {
    font-size: 18px;
}
}
