
*{
    font-family: 'futura bt', sans-serif;
}
p{
    font-family: 'futura bt', sans-serif;
    text-align: justify;
}
.row{
    /*padding-top:25px;*/
}
h3.heading {
    font-size: 30px;
    letter-spacing: 2px;
    /*font-weight: 600;*/
    /*padding-top:40px;*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    /*color: #515769;*/
    color: black;
    line-height: 1.4;
    margin: 0 0 15px;
}
card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
/*.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}*/
.img-card {
    border: solid 1px #00000052;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    height:200px;
    /*border-top-left-radius:2px;*/
    /*border-top-right-radius:2px;*/
    display:block;
    overflow: hidden;
}
.img-card img{
    width: 100%;
    height: 200px;
    /*object-fit:cover;*/
    transition: all .25s ease;
    border-radius: 30px;
}
.card-content {
    padding: 0 22px;
    text-align: center;
    margin-top: -16px;
    padding-bottom: 12px;
}
.card-title {
    margin-top:0px;
    font-weight: 700;
    font-size: 20px;
}
.card-title a {
    color: #000;
    text-decoration: none !important;
    font-size: 18px;
}
.card-read-more {
    border-top: 1px solid #D4D4D4;
}
.card-read-more a {
    text-decoration: none !important;
    /*padding:10px;*/
    font-weight:600;
    text-transform: uppercase
}


slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
  /*  width: 100%;*/
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
   /* overflow: hidden;*/ /* photo */
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding:0px 0px 0px 0px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
   /* border:5px solid lightgray;
    border-radius: 15px;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
footer{
    background: linear-gradient(to bottom,#353535 0%, #656464 100%);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
   /* height: 700px;
    top: 95px;*/
}
.carousel-inner img{
    height: 356px;
    width:1348px;
}
p {
    font-size: 15px;
    font-weight: 400;
    color: #41444c;
    margin-bottom: 15px;
    line-height: 28px; text-align:justify;
}
.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 15px;
}
.header .logo-img {
    width: 130px;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 13%;
}
/*@media (min-width: 992px){
    .page-on-scroll .header .navbar {
        height: 90px;
        margin-bottom: 0;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7,1,.7,1);
        background: linear-gradient(110deg,#ffff 34%, #a70000 34%);
        background: white;
        box-shadow: 5px 6px 18px #888888;
    }
}*/



@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: 'futura bt', sans-serif;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;

}
.panel-heading h4{
    color:white;

}
.panel-default>.panel-heading {
    color: white;
    background: #716867;
    border-color: #ddd;
}
.panel-title > a:active{
    background:#da2420;
    color:white;
}
.panel-heading:hover{
    background:#da2420;
    color:white;
}
.panel-heading:active{
    background:#da2420;
    color:white;
}
.panel-body a{
    text-align: left;
    color:#da2420;
    font-family: 'futura bt', sans-serif;
}
.panel-body ul{
    padding: 0;
}
.panel-body li{
    font-size: 15px;
    display: inline-block
}
.panel-body i{
    color:#da2420;
}
#pro{
    font-size: 32px;
}



.accordion-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;

}
.accordion-container > h2{
    text-align: center;
    font-family: 'futura bt', sans-serif;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1f5f7;
    box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
    display: block;
    font-size: 16px;
    padding: 8px 30px;

    text-decoration: none;
    color: #282828;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.set > a i{
    float: right;
    margin-top: 2px;
}
.set > a.active{
    /*background:linear-gradient(to right,rgba(230,90,23,1) 0,rgba(236,138,37,1) 100%);*/
    color: #fff;
    background: #464444;

}
.set .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
}
.set .content p{
    padding: 0px 15px;
    margin: 0;
    color: #333;
    font-family: 'futura bt', sans-serif;
}
.content {
    padding-top: 15px;
    padding-bottom: 40px;
}
.tab-pane img{
    height:223px;
    width:234px;
}
.tab-pane p{
    line-height:2;
    font-family: 'futura bt', sans-serif;
}
.shake{
    box-shadow: 5px 10px 8px 0px #888888;
    padding: 26px;
}
.form-control {
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    border: 1px solid;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
marquee img{
    width: 105px;
    height: auto;
    padding: 10px 10px;
    border-radius: 30px;

}
.header .navbar {
    margin-bottom: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    /*background: linear-gradient(110deg,#ffff 34%, #2d2e4d 34%);*/
    background: linear-gradient(120deg,#cfd3da  37%, #29475c 37%);
    /*background: white;*/
    /*background: #3e424b;*/
    /*box-shadow: 5px 6px 18px #888888;*/
}
.header .nav-item-hover {
    position: relative;
    text-decoration: none;
}
.header .nav-item-child {
    /*height: 90px;*/
    font-size: 16px;
    font-weight: 700;
    /*color: #1c439a !important;*/
    color:white;
    line-height: 30px;
    padding: 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

.nav-item a:hover{
    background:#60798a;
}
#copyright{
    color: white;
    text-align: center; 
    font-family: 'futura bt', sans-serif;
    font-size:18px;
}
.header .nav-item-hover:after {
    position: absolute;
    top: 45px;
    left: 0;
    width: 9px;
    height: 2px;
    background: #31fd20;
    opacity: 0;
    content: " ";
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}
.dropdown-menu>li>a {
    display: block !important;
    padding: 10px 20px !important;
    clear: both !important;
    font-weight: normal !important;
    line-height: 1.428571429 !important;
    color: #1c439a !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    font-family: 'futura bt', sans-serif !important;

}
.dropdown-menu>li>a:hover {
    background: white !important;


}
/*.box7{position:relative}*/
/*.box7:after,.box7:before{width:100%;height:100%;background:rgba(11,33,47,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}*/
/*.box7:after{background:rgba(255,255,255,.3);border:2px solid #0dab76;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}*/
.box7:hover:before{opacity:1}
.box7:hover:after{left:-170%}
/*.box7 img{width:100%;height:auto}*/
/*.box7 .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}*/
.box7:hover .box-content{bottom:30%}
/*.box7 .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}*/
/*.box7 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}*/
/*.box7 .icon{margin:0}*/
/*.box7 .icon li{display:inline-block}*/
/*.box7 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#0dab76;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}*/
/*.box8 .icon li,.box8 .title{display:inline-block}*/
.box7 .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){.box{margin-bottom:30px}
}
#engi{
    height:470px;
}
#infra{
    box-shadow: 8px 10px 8px -7px #888888;
    height: 350px;
    padding: 18px;
}

.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 130px;
    background: #a79090;
    content: "";
    display: inline-block;
    margin-right: 20px;
}
.separator:after {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 130px;
    background: #a79090;
    content: "";
    display: inline-block;
    margin-left: 20px;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    /*margin: 0 0 39px;*/
    padding: 0 0 11px;
    position: relative;
    /*text-transform: uppercase;*/
    color: #000;
    font-family: 'futura bt', sans-serif;
}
.aboutus-title::after {
    background: #3c89cc  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    /*height: 2px;*/
    left: 0;
    position: absolute;
    width: 54px;
}


.aboutus-title1 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    /*margin: 0 0 39px;*/
    padding: 0 0 11px;
    position: relative;
    /*text-transform: uppercase;*/
    color: #000;
    font-family: 'futura bt', sans-serif;
}
.aboutus-title1::after {
    background: #3c89cc  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 43%;
    position: absolute;
    width: 58px;
}
.aboutus-title2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    /*margin: 0 0 39px;*/
    padding: 0 0 11px;
    position: relative;
    /*text-transform: uppercase;*/
    color: #000;
    font-family: 'futura bt', sans-serif;
}
.aboutus-title2::after {
    background: #3c89cc  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 39%;
    position: absolute;
    width: 58px;
}
/**, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     direction: rtl; 
}*/
a:hover, a:focus {
    /*     color: #2a6496; */
    text-decoration: none !important; 
}
.panel-heading a:hover{
    /*color:*/
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: none !important;
}


.fancy {
    text-align: center;
}

.graph,.graph1{
    height: 35px;
    width: auto;
    background: transparent;
    border-radius: 75px 0 0 0;
    border: solid 3px grey;
    border-bottom: none;
    border-right: none;
}

.graph1{
    position: relative;
    top: -27px;
    left: 0px;
}

.graph2, .graph3 {
    height: 35px;
    width: auto;
    background: transparent;
    border-radius: 0 75px;
    border: solid 3px grey;
    border-bottom: none;
    border-left: none;
}

.graph3 {
    position: relative;
    top: -27px;
    left: 0px;
}

.subtitle span{
    font-size: 30px;
    color: black;
}
.prod_detail{
    padding-bottom:40px !important;
}

.productlist ul li{
    /*padding: 0px 15px;*/
    color: #41444c; list-style: decimal; margin-left: 18px;
    font-family: 'futura bt', sans-serif; font-size:15px; margin-bottom:5px !important;    /* line-height: 23px; margin-bottom: 9px;*/
}

.features li{
    /*padding: 0px 15px;*/
    color: #41444c; list-style-type:disc !important; margin-left: 18px;
    font-family: 'futura bt', sans-serif; font-size:15px; margin-bottom:5px !important;    /* line-height: 23px; margin-bottom: 9px;*/
}



@media (max-width: 768px) {
.slick-slide
{
    padding:0px 0px 0px 0px;
}
}