@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat',sans-serif;
    overflow-x: hidden;
}

a {
    color: yellowgreen;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: forestgreen;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.sec-padding {
    padding: 50px 0px;
}

#header {
    padding: 30px 0px 0px !important;
    border-bottom: 1px solid #000;
}

#header .head-img {
    margin-top: 40px;
    float: right ;
    right: 0px;
}

#header img {
    width: 740px;
    height: auto;
}

#header .header-content {
    margin-top: 60%;
}

#header .header-content .header-content-inner h1, .privacy_sec h1 {
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.privacy_sec h1 {
    text-align: center;
}



#header .header-content .header-content-inner p {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}

#header .announce {
    text-align: center;
}

#header .announce h2 {
    font-weight: 800;
    font-size: 38px;
    text-align: center;
    margin-left: 0px;
}

#header .announce img {
    width: auto;
    height: 70px;
    margin-left: 10px;
    margin-top: 5px;
}

@media(min-width:768px) {

    #header .header-content {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 576px) {
    #header .head-img {
        margin-top: 0px;
        float: right ;
        right: 10px;
    }

    #header img {
        width: 460px;
        height: auto;
    }

     #header .header-content .header-content-inner h1 {
        font-size: 44px;
     }

     #header .btn-lg {
        padding: 13px 20px;
        margin: 35px 0px 20px 20px;
    }
}

.section-heading {
    text-align: center;
    margin: 0px 0px 30px;
}

.section-heading h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-heading hr{
    border-bottom: 4px solid #1FC2A3;
    width: 120px;
    margin-top: 0px !important;
}

.section-heading p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600; 
}

.section-heading h4 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600; 
    color:#676464bf;
}

#aboutus-sec .about-box {
    padding: 30px;
    margin: 10px 15px;
    width: 360px;
    text-align: left;
    line-height: 1.2;
    border: none;
    /*box-shadow: 1px 2px 10px #0000001c;*/
    height: 240px;
}

.about-box:hover {
    box-shadow: 0px 3px 25px #1FC2A34a;
    transition: all 0.3s ease-in;
}

.about-box {
    text-align: left;
}

.about-box h4 {
    font-weight: 700;
    font-size: 30px;
}

.about-box hr {
    border-bottom: 4px solid #1FC2A3;
    width: 120px;
    margin-top: 0px !important;
    margin-left: 5px;
}

.about-box p {
    line-height: 1.3;
    font-size: 12px;
}

#expertise {
    background-size: 106% !important;
    background: url('../images/pertice.png');
}

/*Expertise Section Start */

.domain-exp, .delivery-exp {
    line-height: 2 !important;
    padding: 30px 0px;
}

.domain-exp h2, .delivery-exp h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.domain-exp p, .delivery-exp p {
    font-weight: 600;
    padding-right: 30px;
    font-size: 16px;
    padding-bottom: 20px;
}

.domain-exp ul, .delivery-exp ul {
    font-weight: 900;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    padding-bottom: 40px;
    list-style-image: url('../images/Bullet.png') !important;
    padding-left: 23px;
}

.domain-exp li, .delivery-exp li {
    padding-left: 20px;
}

@media (max-width: 576px) {
    .domain-exp h2, .delivery-exp h2 {
        text-align: center;
    }
}

/* Expertise Section Ends*/

/* Advertiser & Publisher Section Start */

.heading-sec {
    padding: 0px 100px;
}

.heading-sec h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.heading-sec hr {
    border-bottom: 4px solid #1FC2A3;
    width: 400px;
    margin-top: -32px !important;
    margin-right: 0px;
    padding: 0px 150px;
}

#advertisers p, #affiliates p {
    margin-top: 60px;
    color: #676464bf;
    font-size: 26px;
}

#advertisers img, #affiliates img {
    margin-top: 60px;
}

#affiliates img {
    width: auto;
    height: 380px;
}

@media (max-width: 576px) {
    .heading-sec {
        padding: 0px;
        text-align: center;
    }

    .heading-sec hr {
        width: 0px;
        margin-top: 0px !important;
        padding: 0px 115px;
        margin-left: 76px;
    }

    #advertisers p, #affiliates p {
        margin-top: 30px;
        font-size: 20px;
        text-align: center;
    }

    .btn-post {
        text-align: center;
    }

    .btn-post .btn-lg2 {
        margin: 40px 0px 0px;
    }
}

/* Advertiser & Publisher Section Ends */

/* Our Team Section Start */

#team {
    background-color: #1FC2A3;
}

.team-sec {
    text-align: center;
    margin: 90px 0px;
}

.team-sec img {
    height: 200px;
    border-radius: 50%;
}

.team-sec h4 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

.team-sec p {
    font-weight: 600;
    font-size: 12px;
    padding: 0px 15px;
}

/* Our Team Section Ends */


/* Brands Section Start */

#brands {
    text-align: center;
}

.brand-sec img {
    height: auto;
    width: 160px;
}

.brand-sec .brand-box {
    margin: 25px 30px;
    padding: 14px 20px;
    width: 210px;
    height: 200px;
    vertical-align: middle;
    border-radius: 30px;
    text-align: center;
    border: 3px solid #1FC2A3;
}

.brand-box .overlay-text h5 {
    font-size: 18px;
    font-weight: 600;
}

.brand-box .overlay-text p {
    font-size: 14px;
    padding: 15px 10px;
    font-weight: 500;
}

.brand-box:hover{
    background-color: none;
    transition: all 0.2s ease-in;
    color: #000;
    box-shadow: 0px 2px 10px #0000005c;
    border: none;
    padding: 10px 15px !important;
}

.brand-box:hover img {
    display: none;
}

.brand-box:hover .overlay-text {
    display: block;
    color: #000;
} 

@media (max-width: 576px) {
    .brand-sec .brand-box {
        margin: 15px 17px;
        padding: 0px 0px;
        width: 170px;
        height: 160px;
    }

    input {
        margin: 10px 0px !important;
    }
}

/* Brands Section End */

/* Partner Section Start*/

.partner-box {
    margin: 25px 0px;
    padding: 15px 18px;
    width: 180px;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #1FC2A3;
}

.partner-sec img {
    height: auto;
    width: 140px;
}
.overlay-text{
    display: none;
}

.overlay-text h5 {
    font-size: 16px;
    font-weight: 600;
}

.overlay-text p {
    font-size: 12px;
    padding: 5px;
    color: #000 !important;
    font-weight: 500;
}

.partner-box:hover{
    background-color: #1FC2A3;
    transition: all 0.2s ease-in;
    color: #000;
}

.partner-box:hover img {
    display: none !important;
}

.partner-box:hover .overlay-text {
    display: block;
    color: #fff;
}  

@media (max-width: 576px) {
    .partner-box {
        margin: 5px 0px;
        width: 170px;
        height: 160px;
    }
}

/* Partner Section End*/

/* Testimonial Section */

#testimonial {
    background-image: linear-gradient(to right, #ececec 0%, #ececec 55%, #fff 55%,#fff 75%, #1fc2a3 75%, #1fc2a3 100%);
}

#testimonial h2 {
    font-weight: 700;
}

#testimonial hr {
    border-bottom: 4px solid #1FC2A3;
    width: 115px;
    margin-top: 0px !important;
    margin-left: 0px;
}

.test-box {
    border: none;
    padding: 60px 20px;
    box-shadow: 0px 1px 10px #0000001c;
    height: auto;
    width: 111%;
    background-color: #fff;
    margin: 20px 0px 20px 1px; 
}

.test-box img.avata {
    border-radius: 50%;
    width: auto;
    height: 240px;
    margin: -30px 0px 15px 25px;
}

.test-box img.quote {
    width: auto;
    height: 40px;
}

.test-box p {
    padding: 10px 60px 0px 0px;
    font-size: 14px;
    text-align: justify;
}

@media (max-width: 576px) {

    #testimonial {
        background-image: linear-gradient(to bottom, #ececec 0%, #ececec 55%, #fff 55%,#fff 75%, #1fc2a3 75%, #1fc2a3 100%);
    }

    .test-box {
        width: 100%;
        padding: 20px 10px;
    }

    .test-box p {
        padding: 10px 10px;
        font-size: 12px;
    }

    .test-box img.avata {
        height: 190px;
        margin: 10px 0px 15px;
    }

    .test-box img.quote {
        width: auto;
        margin-top: -140px;
        height: 30px;
        margin-left: -45px;
    }

    .test-box .test-head {
        text-align: center;
    }

    .test-box .test-head hr {
        margin-left: 120px !important;
    }
}

/* Testimonial Section Ends*/

/* Contact Section Start*/

.contt-sec {
    margin-top: 80px;
}

input {
    padding: 10px 10px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid lightgrey;
    font-size: 15px;
    font-weight: 600;
    margin: 10px;
}

input:focus {
    border: 2px solid #1FC2A3;
    background-color: #ececec;
}

/* Contact Section Ends*/

.text-light {
    color: rgba(255,255,255,.7);
}

.navbar-default {
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: none;
    box-shadow: 0px 5px 10px #0000001c;
    min-height: 70px;
    border-radius: none;
}

/*.navbar-default .navbar-header .navbar-brand {
    color: yellowgreen;
}*/

/*.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #1FC2A3;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    color: #1FC2A3;
}*/

/*.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: yellowgreen;
}*/

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #000 !important;
    background-color: #fff;
    font-weight: 600;
    padding: 25px 10px;
}

.navbar-logo {
    margin-top: 15px;
}

.navbar-logo img {
    margin: 14px 0px;
    width: auto;
    height: 40px;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
    color: #1FC2A3;
    font-weight: 600;
}

@media(min-width:768px) {
    .navbar-default {
        border-bottom: 1px solid lightgrey;
        background-color: #fff;
        box-shadow: 0px 5px 10px #0000001c;
    }

    /*.navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        letter-spacing: 0.5em;
    }*/

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
        font-weight: 600;
        padding: 25px 15px;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        background-color: transparent;
    color: #1FC2A3;
    font-weight: 700;
    }

    .navbar-default.affix {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0px 7px 20px 0px lightgrey;
    }
/*
    .navbar-default.affix .navbar-header .navbar-brand {
        letter-spacing: 0;
        color: yellowgreen;
    }*/

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: yellowgreen;
    }
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #eee;
    color: #222;
    background-color: #eee;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: none;
    color: #1FC2A3;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: none;
    color: #fff;
    background-color: #1FC2A3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: yellowgreen;
    background-color: yellowgreen;
}

.btn-primary .badge {
    color: yellowgreen;
    background-color: #fff;
}


.btn {
    border-radius: 35px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 1px 10px #0000001c;
}

.btn-lg {
    padding: 15px 30px;
    margin: 35px 6px 0px 15px;
}

.btn-lg2 {
    padding: 15px 30px;
    margin: 75px 0px 0px 35px;
    background-color: #1FC2A3;
    color: #fff; 
}

.contt-sec .btn-lg3{
    padding: 16px 80px;
    margin: 20px 0px;
    background-color: #1FC2A3;
    color: #fff;
}

.contt-sec {
    text-align: center;
}

.detail-sec {
    padding: 30px 0px 0px;
}

.detail-sec a {
    text-decoration: none;
    color: #000;
}

.detail-sec h4 {
    font-weight: 600;
    font-size: 16px;
}

.copyright-text p {
    margin: 15px 0px 1px;
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel {
    display: inline-block !important;
}
/*::-moz-selection {
    text-shadow: aqua;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}*/

.text-primary {
    color: yellowgreen;
}

.bg-primary {
    background-color: yellowgreen;
}

