
@import url('../css2-2.html');
@import url('../css2-3.html');
.just {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #fcf906;
    font-family: 'Ubuntu', sans-serif;
}.just-border h2 {
    font-size: 55px;
    color: #014b00;
}
.just-header::before {
    content: "";
    height: 2px;
    width: 80px;
    background-color: #014b00;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 15px;
}
.just-header {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    color: #000;
    font-family: 'Schibsted Grotesk', sans-serif;
}
.just-desc {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    padding-top: 15px;
    font-family: 'Ubuntu', sans-serif;
}
.main-container 
{
    float: left;
    width: 100%;
}
.banner_container 
{
    float: left;
    width: 100%;
}
.banner_container img
{
    float: left;
    width: 100%;
}
.banner3
{
    float: left;
    width: 100%;
}
.banner3 img
{
    float: left;
    width: 100%}
    .top-hd {
        float: left;
        width: 100%;
        padding: 10px 0px;
    }
    .top-hd img{
       
        max-width: 100%;
    }
    .ttt {
        float: left;
        width: 100%;
        background: linear-gradient(359deg, #014b11, #54b605);
        text-align: center;
        font-size: 18px;
        color: #fff;
        padding: 10px 0px;
        font-family: 'Ubuntu', sans-serif;

    }
    .h-su {
        float: left;
        width: 100%;
        background: #014b00                ;
        text-align: center;
        font-size: 18px;
        color: #fff;
        padding: 10px 0px;
        font-family: 'Ubuntu', sans-serif;
    }
    .best-ser {
        float: left;
        width: 100%;
        padding: 50px 0px;
    }
    .best-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-family: 'Schibsted Grotesk', sans-serif;
        color: #014b00;
    }
    .best-border {
        float: left;
        width: 100%;
        margin-top: 40px;
        background: linear-gradient(1deg, #fffc00, #e0ff00);
    }
    .best-border:hover .best-img img {
        transform: scale(1.4);
        transition: .8s ease-in-out;
    }
    .best-img {
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
        position: relative;
    overflow: hidden;
    }
    .best-img img {
        max-width: 100%;
        position: relative;
    overflow: hidden;
    }
    .best-ser .col-sm-4{padding: 0;}
    .best-cont {
        float: left;
        width: 100%;
        text-align: center;
        padding:20px;
        position: relative;
    }
    .best-new-hd span{
        text-align: center;
        font-size: 17px;
        background: #014b00;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-family: 'Schibsted Grotesk', sans-serif;
        
    }
    .best-cont h2 {
        float: left;
        width: 100%;
        font-size: 25px;
        color: #014b00;
        font-family: 'Schibsted Grotesk', sans-serif;
        margin: 0;
        padding: 10px;
    }
    .best-cont p {
        float: left;
        width: 100%;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
    }
    .best-cont a {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #014b00;
        font-family: 'Schibsted Grotesk', sans-serif;
        text-decoration: none;
    }
    .abt-us {
        background: url(../images/bg-1.jpg);
        background-size: cover;
        float: left;
        width: 100%;
        padding: 50px 0px;
    }
    .abt-left {
        float: left;
        width: 100%;
        padding-top: 25px;
    }
    .abt-left img{
     max-width: 100%;
    }
    .abt-header span {
        text-align: center;
        font-size: 17px;
        background: #014b00;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-family: 'Ubuntu', sans-serif;
    }
    .abt-right {
        float: left;
        width: 100%;
        padding-top: 25px;
    }
    .abt-title {
        float: left;
        width: 100%;
        font-size: 35px;
        color: #fcf906;
        font-family: 'Schibsted Grotesk', sans-serif;
        padding: 10px 0px;
    }.abt-desc {
        float: left;
        width: 100%;
        font-size: 18px;
        padding: 5px 0px;
        color: #fff;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
        line-height: 35px;
    }
    .abt-desc ul li {
        list-style: none;
    }
    .abt-desc ul li i{
       color: #fcf906;
    }
    .tp-btn {
        display: inline-block;
        font-size: 18px;
        color: var(--tp-common-white);
        background: #014b00;
        height: 55px;
        line-height: 55px;
        text-align: center;
        padding: 0 40px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-transform: capitalize;
        font-family: 'Ubuntu', sans-serif;
    }
    .tp-btn:before {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #fff;
        clip-path: polygon(-1% 0,0 0,-25% 100%,-1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: clip-path .5s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .5s cubic-bezier(.165,.84,.44,1);
        width: 100%;
    }
    .tp-btn:hover:before {
        animation: opacityFallbackIn 0s step-start forwards;
        clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
        background-color: #fff;
    }
    .tp-btn span {
        z-index: 1;
        color: #fff;
        position: relative;
    }.tp-btn:hover span {
        color: #000;
    }
    .other-borfer {
        float: left;
        width: 100%;
        margin-top: 40px;
        position: relative;
    }
    
    .abt-us2{float: left;
    width: 100%;
padding: 50px 0px;}
.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: 'Schibsted Grotesk', sans-serif;
    color: #014b00;
}
.other-borfer:hover .team-img img {
    transform: scale(1.2);
    transition: .8s ease-in-out;
}
    .team-img {
        position: relative;
        overflow: hidden;
    }.team-img img {
        max-width: 100%;
    position: relative;
    overflow: hidden;
    }
    .team-btn {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        
    }.team-btn a i {
        width: 75px;
        height: 75px;
        line-height: 75px;
        color: green;
        background: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        border-radius: 100px 0px 0px 100px;
    }.team-text {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all linear .4s;
        -o-transition: all linear .4s;
        transition: all linear .4s;
        width: 100%;
        background:#014b00;
        padding-left: 17px;
    }.team-text h4 {
        font-size: 24px;
        color: white;
        font-weight: 500;
        margin: 0;
        padding: 5px 0px;
        font-family: 'Schibsted Grotesk', sans-serif;
    }.team-text p {
        font-size: 18px;
        color: #fcf906;
        font-family: 'Ubuntu', sans-serif;
    }
    .why {
        float: left;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background: linear-gradient(359deg, #014b11, #54b605);
    }
    .why-border {
        float: left;
        width: 100%;
        padding: 10px;
        background: #fff;
        margin-top: 30px;
    }
    .why-border img {
        height: 100px;
        width: 100px;
        float: none;
        display: table;
        margin: 0 auto;
        background: #014b00;
        padding: 10px;
        border-radius: 50%;
    }
    .why-border h2 {
        font-size: 25px;
        text-align: center;
        color: #014b00 ;
       font-family: 'Schibsted Grotesk', sans-serif;
    }
    .why-border p {
        font-size: 18px;
        text-align: center;
        color: #000;
       font-family: 'Schibsted Grotesk', sans-serif;
    }
    .test {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #f4f8fb;
    }
    .test-header {
        float: left;
        width: 100%;
        font-size: 35px;
        color: #014b00;
        font-family: 'Schibsted Grotesk', sans-serif;
    }
   
    .test-sub {
        float: left;
        width: 100%;
        text-align: center;
    }
    .test-sub span {
        text-align: center;
        font-size: 17px;
        background: #014b00;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-family: 'Ubuntu', sans-serif;
    }
    .testi-border {
        float: left;
        width: 100%;
        margin-top: 40px;
        background: #fff;
    }
    .test-desc {
        float: left;
        width: 100%;
        text-align: left;
        padding: 20px;
        font-size: 18px;
        color: #000;
    }
    .test-desc i{
        color: #014b00 ;
        font-size: 35px;
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .test-cont {
        float: left;
        width: 100%;
        padding: 20px;
    }
    .test-img {
        float: left;
        width: 20%;
    }
    .test-img img{
      width: 80px;
      height: 80px;
      border-radius: 50%;
    }
    .test-text {
        float: left;
        width: 80%;
        padding-left: 40px;
    }
    .test-text h2 {
        padding: 0px;
        margin: 0px;
        font-size: 22px;
        text-align: left;
       font-family: 'Schibsted Grotesk', sans-serif;
        color: #014b00;
        padding-top: 5px;
    }
    .test-text p {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        text-align: left;
       font-family: 'Schibsted Grotesk', sans-serif;
        color: #000;
        font-weight: 600;
        padding-top: 3px;
    }.copyrt
    {
        float: left;
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 16px;
        color: #000;
        font-family: 'Ubuntu', sans-serif;
    }
    .footer {
        float: left;
        width: 100%;
       padding-bottom: 50px;
       padding-top: 30px;
        background: url(../images/bg2-1.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    .footer-border {
        float: left;
        width: 100%;
    }
    .footer-border h1 {
        font-size: 24px;
        color: #fcf906;
       font-family: 'Schibsted Grotesk', sans-serif;
        border: none;
        padding: 0;
        text-transform: uppercase;
    }.footer-border p {
        float: left;
        width: 100%;
        margin-bottom: 25px;
      font-family: 'Ubuntu', sans-serif;
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        margin-top: 20px;
    }
    .footer-border ul {
        margin: 0px;
        padding: 0px;
    }
    .footer-border  li {
        list-style: none;
      font-family: 'Ubuntu', sans-serif;
        font-size: 15px;
        line-height:2.5;
        color: #fff;
        text-transform: capitalize;
    }
    .footer-border ul li i{
        color: #fcf906;
    padding-right: 10px;
    }
    .footer-border2 {
        float: left;
        width: 100%;
    }
    .footer-border2 h1 {
        font-size: 24px;
        color: #fcf906;
       font-family: 'Schibsted Grotesk', sans-serif;
        border: none;
        padding: 0;
        text-transform: uppercase;
    }
    .footer-border2 ul {
        margin: 0px;
        padding: 0px;
    }
    .footer-border2  li{
        list-style: none;
      font-family: 'Ubuntu', sans-serif;
        font-size: 15px;
        line-height:2.5;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px dashed #fff;
        margin-bottom: 10px;
    }
    .footer-border2  li a{
        color: #fff;
    }
    .footer-border2 ul li a i{
        color: #fcf906;
        font-size: 18px;
    padding-right: 10px;
    }
    .footerlocation {
        margin-bottom: -40px;
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
    }
    .footer-border img{max-width: 100%;}
    .list {
        float: left;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .list-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: #140200;
        font-family: 'Schibsted Grotesk', sans-serif;
    }
    .list-border {
        float: left;
        width: 100%;
        margin-top: 40px;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .list-tiel {
        float: left;
        width: 100%;
        background: #014b00;
        text-align: center;
        padding: 15px;
        font-size: 22px;
       font-family: 'Ubuntu', sans-serif;
        color: #fff;
    }
    .list-border ul {
        float: left;
        width: 100%;
        padding: 30px;
        list-style: none;
       font-family: 'Ubuntu', sans-serif;
    }
    .list-border ul li {
        font-size: 16px;
        color: #000;
        line-height: 35px;
    }
    .list-border ul li i{
      color: #140200;
      padding-right: 10px;animation: topcall .6s infinite;
      padding: 0 10px 0 0;
    }
    .list-call {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 20px 40px 20px;
        font-size: 18px;
    }
    .list-call a {
        background: #140200;
        padding: 10px 15px;
        color: #fff;
        border-radius: 5px;
    }
    .list-border2 {
        float: left;
        width: 100%;
        margin-top: 40px;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .list-tiel2 {
        float: left;
        width: 100%;
        background: #fcf906;
        text-align: center;
        padding: 15px;
        font-size: 22px;
       font-family: 'Ubuntu', sans-serif;
        color: #000;
    }
    .list-border2 ul {
        float: left;
        width: 100%;
        padding: 30px;
        list-style: none;
       font-family: 'Ubuntu', sans-serif;
    }
    .list-border2 ul li {
        font-size: 16px;
        color: #000;
        line-height: 35px;
    }
    .list-border2 ul li i{
      color: #140200;
      padding-right: 10px;
      animation: topcall .6s infinite;
        padding: 0 10px 0 0;
    }
    .list-call2 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 20px 40px 20px;
        font-size: 18px;
    }
    .list-call2 a {
        background: #014b00;
        padding: 10px 15px;
        color: #fff;
        border-radius: 5px;
    }
    .bb-ss {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: #f4f8fb;
    }
    .bb-ss-left {
        float: left;
        width: 100%;
        text-align: center;
    }
    .bb-ss-left img{
     max-width: 100%;
    }
    .bb-ss-right {
        float: left;
        width: 100%;
    }.bb-ss-hd {
        float: left;
        width: 100%;
        font-size: 30px;
        color: #014b00;
        font-family: 'Schibsted Grotesk', sans-serif;
        padding: 10px 0px;
    }

    .bb-ss-desc {
        font-family: left;
        width: 100%;
        font-size: 18px;
        padding: 5px 0px;
        color: #000;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
        line-height: 35px;
    }
    .bb-ss-desc2 {
        font-family: left;
        width: 100%;
        font-size: 18px;
        padding: 20px;
        background: #fff;
        border-left: 5px solid #fcf906;
        color: #000;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .journey__shape-1 {
        content: "";
        position: absolute;
        animation: rotate2 15s linear infinite;
    }
@keyframes rotate2
{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
    @media(min-width:768px) and (max-width:991px){  .top-hd .col-sm-4{width: 100%;text-align: center;}
    .test .col-sm-4{width: 50%;}
    .best-ser .col-sm-4{width: 50%;}
    .abt-us2 .col-sm-4{width: 50%;}
    .why .col-sm-3{width: 50%;}
    .list .col-sm-4{width: 50%;}
    }
    @media(min-width:640px) and (max-width:767px){
      
    }
    @media(min-width:480px) and (max-width:639px)
    {
    }
    @media(min-width:320px) and (max-width:479px)
    {.abt-header {
        font-size: 24px;
        padding-left: 10px;
      }.team-text h4 {
        font-size: 22px;
      }
     
    }
    