/*
[CSS Index - principal]

---

Template: NWT
Author:   Cober
*/

/*

 .- Responsive
*/

/***************************************************Slider Area***************************************************/
#slider-area{
    position: relative;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
    cursor: default;
    z-index: 1;
}
#slider-area .overlay-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1;
}
#slider-area .owl-item div.item{
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#slider-area .owl-item .container-fluid{
    position: relative;
    z-index: 10;
    display: none;
}
#slider-area .owl-item.active .container-fluid{
    display: block;
}
#slider-area .caption {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}
#slider-area .caption h1{
    max-width: 800px;
    color: #fff;
    line-height: 19px;
    border-left: 2px solid yellow;
    margin: 2px 0px;
    padding: 0px 8px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
#slider-area .caption p {
    max-width: 800px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    border-width: 0px;
    margin: 2px 0px 15px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 10px;
}
#slider-area .caption p.subtitle {
    color: yellow;
    font-size: 12px;
}
#slider-area .caption div.col-3{
    position: relative;
}

#slider-area .caption div.col-3 svg{
    height: 100%;
    width: 100%;
}

.str0 {stroke:#16BDEC;stroke-width:1.8; stroke-miterlimit:22}
.fil0 {fill:transparent;transition: fill 1s ease;}

.anim, .anim svg {
  position: relative;
  width: 100%;
  height: 100%;
}

/***************************************************About-Res***************************************************/

#about-res .card-box .inner-card{
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 70px 30px 44px 30px;
    border-radius: 20px;
}

#about-res .card-box .inner-card .left-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}
#about-res .card-box .inner-card .right-layer{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

#about-res .card-box .inner-card .left-layer:before,
#about-res .card-box .inner-card .right-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
#about-res .card-box .inner-card .left-layer:after,
#about-res .card-box .inner-card .right-layer:after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
#about-res .card-box .inner-card .left-layer.hover:before,
#about-res .card-box .inner-card .right-layer.hover:before,
#about-res .card-box .inner-card .left-layer.hover:after,
#about-res .card-box .inner-card .right-layer.hover:after{
    height: 100%;
}

#about-res .card-box .inner-card .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #1B8809;
    margin-bottom: 27px;
}

#about-res .card-box .inner-card h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 29px;
}
#about-res .card-box .inner-card h4:before{
    position: absolute;
    content: '';
    background: #1d00ff;
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

/***************************************************Partners***************************************************/

#partners {
    position: relative;
    z-index: 1;
}

#partners .partner_block {
    position: relative;
    padding: 25px 0px 55px;
}

#partners .partner_block .partner_box{
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 55px 30px;
}

#partners .partner_block .partner_box::before {
    position: absolute;
    content: "";
    width: calc(100% - 100px);
    height: 100%;
    left: 50px;
    top: 28px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
    z-index: -1;
    background: rgb(255, 255, 255);
}

#partners .partner_block .partner_box .partner_slider .img_box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    transition: all 300ms ease 0s;
}

/***************************************************Description***************************************************/

#description{
    z-index: 0;
    position: relative;
    width: 100%;
    margin-top: -115px;
    background-size: cover;
    padding: 84px 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

#description h2.sec-title,
#description p.sec-text{
    color: #fff;
    font-weight: bold;
}
#description h2.sec-title::before {
    background: rgb(255, 255, 255);
}
#description h2.sec-title::after {
    left: 0px;
    background: rgb(255, 255, 255);
}
#description .img_block .img_box {
    position: relative;
}
#description .img_block .img_box .float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
#description .img_block .img_box .float-bob-y img{
    height: 100%;
    width: 100%;
}
@-webkit-keyframes float-bob-y {
  from {
    transform: translateY(-2.5%);
  }
  
  to {
    transform: translateY(2.5%);
  }
}

/***************************************************Why-Us***************************************************/
#why-us *{
    font-family: 'Ubuntu', sans-serif;
}

#why-us div.container.text-center{
    margin-bottom: 65px;
}
#why-us div.container.text-center .super-center img{
    width: 100%;
    height: 100%;
}
#why-us div.content_block{
    display: block;
    position: relative;
}
#why-us div.content_block div.content_box{
    position: relative;
    padding: 105px 0px 119px;
}
#why-us div.content_block div.content_box.layer-right{
    text-align: left;
    margin-left: 80px;
}
#why-us div.content_block div.content_box.layer-left{
    text-align: right;
    margin-right: 80px;
}
#why-us div.content_block div.content_box div.bg-layer{
    background-repeat: no-repeat;
    position: absolute;
    width: 975px;
    height: 100%;
    top: 0px;
    right: -80px;
}
#why-us div.content_block div.content_box.layer-right div.bg-layer{
    left: -130px;
}
#why-us div.content_block div.content_box.layer-left div.bg-layer{
    right: -130px;
}
#why-us div.content_block div.content_box h2{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin-bottom: 31px;
}

#why-us div.content_block div.content_box div.text p{
    color: rgb(119, 119, 119);
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 55px;
}

/***************************************************Responsive***************************************************/

@media (max-width:768px) { /*sm*/

}
@media (max-width:768px) and (orientation:landscape) { /*sm-Landscape*/

}
@media (min-width:768px) { /*md*/
/*    #slider-area{
        height: 100vh;
    }
    #slider-area .owl-item div.item{
        height: 100vh;
    }*/
    #slider-area .caption {
        left: 40px;
    }
    #slider-area .caption h1 {
        font-size: 30px;
        line-height: 41px;
        margin: 9px 0px 0px;
        padding: 0px 16px;
        border-width: 5px;
    }
    #slider-area .caption p {
        margin: 5px 0px 10px;
        font-size: 15px;
        line-height: 32px;
    }
    #slider-area .caption p.subtitle {
        font-size: 25px;
    }
    #slider-area .custom-btn{
        font-size: 12px;
        line-height: 35px;
        padding: 0 20px;
    }
}
@media (min-width:970px) { /*lg*/
/*    #slider-area{
        height: 100vh;
    }
    #slider-area .owl-item div.item{
        height: 100vh;
    }*/
    #master-header .fill{
        display: none;
    }
    #slider-area .caption {
        left: 60px;
    }
    #slider-area .caption h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 14px 0 9px;
        padding: 0px 25px;
        border-width: 7px;
    }
    #slider-area .caption p {
        margin: 5px 0px 10px;
        font-size: 15px;
        line-height: 30px;
    }
    #slider-area .caption p.subtitle {
        font-size: 35px;
    }
    #slider-area .custom-btn{
        font-size: 14px;
        line-height: 42px;
        padding: 0 26px;
    }
}
