@font-face {
    font-family: gotham-book;
    src: url(../fonts/gotham-medium.woff2);
}

@font-face {
    font-family: gotham-book-light;
    src: url(../fonts/Gotham-Light.woff);
}

@font-face {
    font-family: saudagar;
    src: url(../fonts/Saudagar.woff2);
}

@font-face {
    font-family: romanserif;
    src: url(../fonts/RomanSerif.woff2);
}

header {
    position: relative;
    width: 100%;
    background: #333;
}

.logo {
    position: relative;
    z-index: 123;
    padding: 10px;
    font: 18px verdana;
    color: #6DDB07;
    float: left;
    width: 30%
}

.logo a {
    color: #6DDB07;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
}

#cssmenu > ul > li {
    float: left
}

#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    font-family: gotham-book;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #96161a !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    /* padding-right: 30px */
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    /* background: #000; */
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    /* background: #000; */
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    max-height: 600px;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    position: inherit;
    z-index: 9999;
    margin-left: 100%;
    /* top: 0; */
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

#cssmenu ul {
    float: right;
}

#cssmenu ul ul ul li {
    background-color: #7b7b7b;
}

@media screen and (max-width:1200px) {
        .logo {
        width: 25%;
    }

}

@media screen and (max-width:1000px) {
    /* .logo { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 46px; */
    /* padding: 0px 0 0 0; */
    /* float: none */
    /* } */


    .logo {
        width: 45%;
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444;
        position: relative;
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu > ul > li {
        /* float: none */
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
        z-index: 999;
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 30%;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #96161a;
        border-bottom: 2px solid #96161a;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #96161a;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #96161a;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #96161a;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

.h_head {
    padding: 15px 0px;
    font-weight: bold;
}

.message-box {
    padding: 130px 25px;
}

img.abt_log {
    position: absolute;
    left: -70px;
    bottom: -15px;
}

.h-dedicated {
    padding: 50px 0px 50px 0px;
}

.h-dedicated h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.section.db h3 {
    font-weight: bolder;
    color: #282828;
}

.btn-light2 {
    padding: 5px 20px;
    font-size: 14px;
    border: 2px solid #e3000f;
    color: #fff;
    background-color: #e3000f;
    border-radius: 10px;
}

.subscribe span {
    color: #fff;
    font-size: 22px;
    padding: 30px 0px;
    font-weight: 500;
    letter-spacing: 0px;
}

.subscribe input.btn {
    height: 44px;
    margin-left: -5px;
    margin-top: -2px;
    border-radius: 0px 5px 5px 0px;
    background: #fff;
    width: 90px;
}

input.formcontrol {
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    height: 44px;
    width: 250px;
    border: none;
    padding: 15px;
    max-width: 60%;
}



/* Logo slider*/

h2 {
    text-align: center;
    padding: 20px;
}

/* Slider */

.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;
    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;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.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;
}





/*Gallery */



.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 15px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

@media(max-width: 600px) {
    .m-q {
        display: none;
    }
}


.tz-gallery span {
    position: absolute;
    /* top: 50%; */
    text-align: center;
    left: 3%;
    font-size: 24px;
    color: white;
    font-weight: bold;
    bottom: 0%;
}


/* rocket */
.locationimg {
    float: left;
    margin-top: 60px;
}

.half-circle {
    position: relative;
    width: 20%;
    height: 130px;
    border-radius: 116px 104px 0px 0px;
    border: 3px dashed black;
    border-bottom: 0;
    float: left;
    -webkit-transform-origin-x: rotate (30deg);
    transform: rotate(18deg);
    margin: 16px 0px 0px -4px;
}

.txt {
    position: absolute;
    text-align: center;
    right: -19px;
    bottom: -12px;
    font-size: 30px;
    -webkit-transform: rotate(143deg);
    color: #7a7a7a;
}

.half-circleeven {
    position: relative;
    width: 20%;
    height: 126px;
    border-radius: 3px 0px 103px 92px;
    border: 3px dashed black;
    border-top: 0;
    float: left;
    margin-top: 196px;
    margin-left: -3px;
    transform: rotate(14deg);
    margin-left: -44px;
}

.txteven {
    position: absolute;
    text-align: center;
    right: -17px;
    top: -5px;
    font-size: 30px;
    -webkit-transform: rotate(-46deg);
    color: #7a7a7a;
}

.half-circlethree {
    position: relative;
    width: 12%;
    height: 176px;
    border-radius: 126px 3px 0px 0px;
    border: 3px dashed black;
    border-bottom: 0;
    border-right: 0;
    float: left;
    -webkit-transform-origin-x: rotate (30deg);
    transform: rotate(0deg);
    margin: 47px 0px 0px 8px;
}

.txtthree {
    position: absolute;
    text-align: center;
    right: -7px;
    top: -29px;
    font-size: 30px;
    -webkit-transform: rotate(55deg);
    color: #7a7a7a;
}

.half-circlefour {
    position: relative;
    width: 12%;
    height: 139px;
    border-radius: 3px 128px 0px 0px;
    border: 3px dashed black;
    border-bottom: 0;
    border-left: 0;
    float: left;
    -webkit-transform-origin-x: rotate (30deg);
    transform: rotate(0deg);
    margin: 47px 0px 0px 2px;
}

.txtfour {
    position: absolute;
    text-align: center;
    right: -19px;
    bottom: -12px;
    font-size: 30px;
    -webkit-transform: rotate(146deg);
    color: #7a7a7a;
}

.half-circlefive {
    position: relative;
    width: 23%;
    height: 150px;
    border-radius: 1px 5px 139px 149px;
    border: 3px dashed black;
    border-top: 0;
    float: left;
    margin-top: 162px;
    margin-left: -3px;
    transform: rotate(-11deg);
    margin-left: 8px;
}

.txtfive {
    position: absolute;
    text-align: center;
    right: -46px;
    top: -135px;
    font-size: 30px;
    -webkit-transform: rotate(10deg);
    color: #7a7a7a;
    -webkit-filter: grayscale(1);
}

#cssmenu > ul > li:last-child a {
    /* padding-right: 0px; */
}

.swiper-slide p {
    /* font-family: gotham-book-light; */
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    img.abt_log {
        display: none;
    }

    .qw {
        height: auto !important;
    }

    .message-box {
        padding: 80px 25px 30px;
    }

    .qw1 {
        position: relative !important;
    }
}

span.global-radius.effect-1 {
    display: block;
    margin: 0 auto;
}

#years img,
#custom img,
#high img,
#europe img,
#capacity img,
#timing img {
    background: #302583;
}

span.global-radius.effect-1 img {
    margin: 0 auto;
}

.pint img {
    margin: 0 auto;
    display: block;
    padding: 15px;
}

.section-min {
    padding: 40px 0;
}

@media (max-width: 1000px) {
    .footer-distributed {
        text-align: left !important;
    }
}

a.left.carousel-control,
a.right.carousel-control {
    background: transparent;
}

.h-products11 {
    margin-top: -95px;
}

@media (max-width: 991px) {
    .h-products11 {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
}

h1,
h2,
h3,
h4 {
    font-family: gotham-book;
}

.width_class {

    height: 100px;
}

.bg-white {
    opacity: 0.9;
    margin-top: 5px;
    background: #fff;
    /* padding: 80px 0px 0px; */
}

.color-white {
    color: #fff !important;
}


.carousel-indicators {
    display: none !important;
}

.mobile_slider {
    display: none;
}

@media screen and (max-width:992px) {

    .mobile_slider > .item.active,
    .item.active img,
    .carousel-inner,
    .item,
    .item img {
        height: 60vh;
        /* width: max-content !important; */
    }

    .mobile_slider > .carousel-inner,
    .carousel-inner .item,
    .carousel-inner .item img {
        height: 60vh;
        /* width: max-content !important; */
    }

    .pc {
        display: none;
    }

    .mobile_slider {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .logo {
        width: 80% !important;
    }
    
    .button
    {
        top: 30%;
    }
}

@media screen and (min-width:991px) {
    .hfix {
        height: -webkit-fill-available;
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 35% !important;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}







.certified-grid {
    padding-bottom:2.6em;
}

.certified-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.certified-column {
  -ms-flex: 14.2%; /* IE10 */
  flex: 14.2%;
  max-width: 14.2%;
  padding: 0 4px;
}

.certified-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .certified-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .certified-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

.certified-row {
    justify-content:center;
}






