@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,800");

/**********************************/


/***Developed By Ajmal Sabu.B*****/


/*******************************/


/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

/***********************************
	Reset
***********************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    background-repeat: no-repeat;
    zoom: 1;
}

ol,
ul {
    list-style: none;
}

html {
    overflow-y: scroll;
}


/***********************************
	Universals
***********************************/

.clear {
    clear: both;
}

.nopadd {
    padding: 0;
}

* {
    outline: none;
}

* {
    box-sizing: none;
}

a:focus,
a.active {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}


/***********************************
	Essentials
***********************************/

a {
    color: -008c8b;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
.btn {
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
}

h1 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Open Sans', sansserif;
}

h2 {
    font-weight: 600;
    font-size: 20pt;
    font-family: 'Open Sans', sansserif;
}

h3 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sansserif;
}

.learn-btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 15px;
    font-size: 8.18pt;
}

.learn-btn:hover {
    background: #52a429;
    color: #fff;
    border: 1px solid #fff;
}

.green-line {
    width: 100px;
    margin-bottom: 10px;
    height: 1px;
    background: #52a429;
}

.height2 {
    height: 2px;
}

.sbt-btn {
    background: #10467b;
    padding: 5px 15px;
    color: #fff;
}

.sbt-btn:hover {
    background: #000;
}

.link-btn a {
    background: #52a429;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.link-btn a:hover {
    background: #000;
}

.link-btn a.blue-btn {
    background: #10467b;
    border: 1px soli #10467b;
}

.link-btn a.blue-btn:hover {
    background: #000;
}

.link-btn a.black-btn {
    background: #000;
    border: 1px soli #000;
}

.link-btn a.trans-btn {
    border: 1px solid #fff;
    padding: 5px 15px;
    background: none;
}

.main-text {
    font-size: 18px;
}

.main-caption {
    font-size: 38px;
}

.main-cap {
    font-weight: 800;
    font-size: 30pt;
}

.bold-caption {
    font-size: 42px;
    font-weight: 800;
}

.black-cap,
.white-cap {
    font-weight: 800;
    font-size: 24px;
    color: #333;
}

.fz28 {
    font-size: 28px;
}

.fz24 {
    font-size: 24px;
}

.fw600 {
    font-weight: 600;
}

.fz22 {
    font-size: 22px;
}

.fz30 {
    font-size: 30px;
}

.big-text {
    font-size: 22px;
}

.v-big-text {
    font-size: 28px;
    font-weight: 800;
}

.white-cap {
    color: #fff;
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.equal>div[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.btn-down-arrow {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    text-align: center;
}

.btn-down-arrow .fa {
    background: #f5f5f5;
    color: #ccc;
    border: 1px solid #c6c6c6;
    box-shadow: 1px 2px 10px #c6c6c6;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 20px;
}

.icon-list {
    margin-top: 25px;
}

.icon-list li {
    position: relative;
    margin-left: 20px;
}

.icon-list li:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: -20px;
    top: 2px;
    font-size: 12px;
}

.scrollup {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    text-align: center;
    color: #fff;
    background: #52a429;
    border-radius: 50%;
    /*   border: 2px solid #fff;*/
    z-index: 999;
}

.scrollup:hover .fa,
.scrollup:focus .fa {
    color: #fff;
}

.scrollup .fa {
    font-size: 25px;
    color: #fff;
}

.black-overlay {
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 99.5%;
    position: absolute;
}

h1,
h2,
h3,
p,
body {
    text-rendering: optimizeLegibility;
}

.left-menu {
    float: left;
}

.right-menu {
    float: right;
}

#topbar {
    background: #52a429;
    padding: 10px 0;
}

#topbar p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
}

#topbar .learn-btn {
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
    color: #10467b;
}

#topbar .learn-btn:hover {
    color: #fff;
}

#topnav .navbar-nav .nav-link.show,
#topnav .navbar-nav .show>.nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #fff;
    color: #52a429;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#topnav .navbar-nav .nav-link {
    background: #fff;
    position: relative;
    z-index: 1200;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin: 0 3px;
    color: #666;
    font-weight: 600;
}

#topnav .navbar-nav .nav-link:focus,
#topnav .navbar-nav .nav-link:hover {
    color: : #52a429!important;
}

#topnav .navbar-nav .nav-link.login-link {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
}

#topnav .navbar-nav .nav-link.login-link.dropdown-toggle::after {
    color: #52a429;
}

#topnav .navbar-nav .nav-link.sign-link {
    background: #52a429;
    border: 1px solid #52a429;
    color: #fff;
}

#topnav .dropdown-menu {
    border-radius: 0;
    top: 93%;
    left: 3px;
    z-index: 555;
}

#topnav .dropdown-menu.more-width {
    min-width: 450px;
}

#topnav .dropdown-menu .dropdown-item {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
}

#topnav .phone-link {
    color: #52a429 !important;
    font-weight: 600;
}

#topnav .phone-link .fa {
    font-size: 20px;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    font-weight: normal;
}

#home-wrapper {
    position: relative;
    color: #fff;
}

#home-wrapper .hw-content {
    position: absolute;
    right: 100px;
    width: 30%;
    top: 25%;
    z-index: 555;
}

#home-wrapper .hw-content h2 {
    font-weight: 800;
    font-family: 'Open Sans', sansserif;
}

#home-wrapper .hw-content p {
    font-size: 18pt;
}

#all-one {
    padding: 50px 0;
}

#all-one .radial {
    margin-top: 50px;
}

#all-one .radial .radial-inner {
    width: 200px;
    height: 200px;
    background: #ccc;
    border-radius: 50%;
    margin-bottom: 25px;
    margin: auto;
}

#all-one .radial h3 {
    color: #666;
    margin-top: 15px;
    text-align: center;
    font-weight: 800;
}

#target {
    padding: 50px 0;
    background: #f5f5f5;
    text-align: center;
}

#target .green-line {
    margin: auto;
    height: 2px;
}

#target h3 {
    font-size: 50px;
    color: #52a429;
    font-weight: 800;
}

.green-wrap {
    padding: 50px 0;
    background: #52a429;
    color: #fff;
}

.green-wrap .link-btn {
    margin-top: 70px;
}

.green-wrap .link-btn a {
    background: #333;
    border: 1px solid #333;
}

.green-wrap .link-btn a:hover {
    border: 1px solid #000;
    background: none;
}

.qp {
    padding: 50px 0;
}

.qp p {
    font-style: italic;
    font-weight: 300;
    font-family: Arial;
}

.hbd {
    color: #fff;
    position: relative;
    margin-bottom: 100px;
}

.hbd .black-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hbd .hbd-image {
    position: relative;
}

.hbd .hbd-image img {
    width: 100%
}

.hbd .hbd-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.hbd .hbd-inner {
    padding: 100px 0;
}

.hbd .hbd-content {
    width: 40%;
}

.hbd .hbd-btn {
    margin-top: 200px;
    text-align: center;
}

.hbd .hbd-btn li {
    display: inline-block;
    margin: 0 15px;
}

.be-ads {
    color: #fff;
    position: relative;
    margin-bottom: 100px;
}

.be-ads .black-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.be-ads .hbd-image {
    position: relative;
}

.be-ads .hbd-image img {
    width: 100%;
}

.be-ads .be-ads-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 0;
    width: 100%;
}

.be-ads .footer-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer-top {
    background: #f5f5f5;
    padding: 25px 0;
}

#footer-top ul {
    margin-top: 50px;
}

#footer-top-1 {
    padding: 50px 0;
    text-align: center;
}

#footer-top-1 .link-btn a {
    font-size: 26px;
}

footer {
    background: #333;
    padding: 25px;
}

footer .company {
    color: #ccc;
    font-size: 15px;
}

footer .footer-nav {
    float: right;
}

footer .footer-nav li {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 0;
}

footer .footer-nav li:after {
    content: "|";
    color: #fff;
    font-size: 14px;
}

footer .footer-nav li:last-child:after {
    content: "";
}

footer .footer-nav li a {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 0 15px;
}

footer .footer-nav li a:hover {
    color: #ccc;
}

#cat-wrapper {
    position: relative;
    color: #fff;
}

#cat-wrapper img {
    width: 100%
}

#cat-wrapper .hw-content {
    position: absolute;
    right: 100px;
    width: 30%;
    top: 25%;
    z-index: 555;
}

#cat-wrapper .hw-content h2 {
    font-weight: 800;
    font-family: 'Open Sans', sansserif;
}

#cat-wrapper .hw-content p {
    font-size: 18pt;
}

#cat-wrapper .hbd-btn {
    margin-top: 80px;
    text-align: left;
    margin-left: -100px;
}

#cat-wrapper .hbd-btn li {
    display: inline-block;
    margin: 0 15px;
}

#main-content {
    padding: 50px 0;
}

.ash-box {
    background: #f5f5f5;
    padding: 25px;
}

.ash-box h3 {
    font-size: 27px;
}

.ash-box li {
    font-size: 24px;
}

#why-adclick {
    background: #f5f5f5;
    padding: 25px 0;
}

#why-adclick h1 {
    font-size: 30px;
    font-weight: 800;
}

#why-adclick .icon-list li {
    font-size: 24px;
}

#why-adclick .icon-list li:before {
    left: -43px;
    font-size: 18px;
    top: 3px;
}

#blue-wrapper {
    background: #10467b;
    padding: 25px 0 0;
    color: #fff;
}

#blue-wrapper h1 {
    font-size: 30px;
    font-weight: 800;
}

#blue-wrapper p {
    font-size: 19px;
}

#blue-wrapper .link-btn {
    margin: 50px 0;
}

#blue-wrapper .link-btn a:hover {
    background: #fff;
    color: #10467b;
}

#content-wrapper {
    color: #fff;
}

.blue-box {
    background: #10467b;
    padding: 75px 25px;
    color: #fff;
}

.blue-box h3 {
    font-size: 30px;
    font-weight: 800;
}

.blue-box h1 {
    font-size: 44px;
    font-weight: 800;
}

.blue-box p {
    font-size: 27px;
}

.image-box {
    background: #e5e5e5;
    height: 100%;
}

.blue-text {
    color: #10467b;
    font-size: 24px;
    font-style: italic;
}

#content-wrapper-1 {
    padding: 50px 0;
}

#login-wrapper {
    padding: 100px 0;
}

#login-wrapper .lw-inner {
    max-width: 728px;
    margin: auto;
}

#login-wrapper .form-wrapper {
    text-align: center;
}

#login-wrapper .form-wrapper h3 {
    font-weight: 800;
    font-size: 30px;
}

#signup {
    padding: 100px 0;
}

#signup .signup-inner h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
}

#signup .signup-inner span {
    font-weight: 600;
}

#signup .signup-inner span.light-color {
    color: #adadad;
    font-size: 14px;
    font-weight: normal;
}

#signup .form-wrapper {
    margin-top: 50px;
}

#signup .form-wrapper .form-control {
    max-width: 90%;
}

#signup .form-wrapper label {
    color: #4c4c4c;
    font-weight: 600;
}

#signup .form-wrapper .form-group {
    position: relative;
    margin-bottom: 0;
}

#signup .form-wrapper .star-value {
    position: absolute;
    right: 4%;
    color: #52a429;
    top: 42px;
    font-weight: normal;
}

#signup .form-row {
    margin-bottom: 25px;
}

#signup .link-btn {
    margin: 50px 0;
}

#signup .link-btn a {
    font-size: 30px;
    padding: 5px 40px;
}

.agree-wrapper {
    width: 90%;
    float: left;
}

.agree-inner {
    border: 1px solid #e5e5e5;
    height: 200px;
    overflow: auto;
    padding: 10px;
}

.star-value1 {
    color: #52a429;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 10px;
}

.checkbox1 {
    float: left;
    margin-top: 100px;
    margin-left: 25px;
}

.checkbox1 label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.big-checkbox+label {
    padding: 18px;
}

.big-checkbox:checked+label:after {
    font-size: 28px;
    left: 6px;
}

#showcase {
    padding: 50px 0;
}

#showcase .tab-wrapper {
    margin-top: 50px;
}

#showcase .tab-wrapper .nav-item {
    min-width: 20%;
    text-align: center;
}

#showcase .nav-tabs {
    border: none;
}

#showcase .nav-item {
    border: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

#showcase .nav-item:last-child {
    border-right: 1px solid #dee2e6;
}

#showcase .nav-item a {
    color: #aaa;
}

#showcase .nav-link {
    border-radius: 0;
}

#showcase .nav-tabs .nav-item.show .nav-link,
#showcase .nav-tabs .nav-link.active {
    border: none;
    border-top: 2px solid #52a429;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

#showcase .tab-content {
    padding: 25px;
    margin-top: 50px;
}

#showcase .show-wrapper {
    margin-bottom: 25px;
}

#showcase .show-wrapper img {
    width: 100%;
}

.page-wrapper .page-item .page-link {
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 5px 11px;
    margin: 0 10px;
    font-weight: 600;
    color: #333;
    background: #dbdbdb;
}

.page-wrapper .page-item.active .page-link,
.page-wrapper .page-item:hover .page-link {
    background: #52a429;
    border: 1px solid #52a429;
    color: #fff;
}

.horizontal-banner {
    text-align: center;
    margin-bottom: 50px;
}

.horizontal-banner img {
    margin: auto;
}

.login-block {
    margin-top: 10px;
}

.log {
    color: #5d809e;
}

.log:hover {
    color: #4fa92e;
}

.creat-ac {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    #topnav .navbar-nav .nav-link {
        font-size: 12px;
    }
    .hbd .hbd-content {
        width: 100%;
    }
    #home-wrapper .hw-content {
        width: 35%;
    }
    .hbd .hbd-btn {
        margin-top: 50px;
    }
    .be-ads .footer-image {
        max-width: 50%;
    }
    footer .footer-nav li a {
        font-size: 15px;
    }
    .fz24 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .be-ads .footer-image {
        max-width: 50%;
    }
    .hbd .hbd-inner {
        padding: 25px 0;
    }
    .hbd .hbd-btn {
        margin-top: 15px;
    }
    .hbd .hbd-content {
        width: 100%;
    }
    .fz24 {
        font-size: 16px;
    }
    #home-wrapper .hw-content {
        right: 25px;
        width: 50%;
        top: 75px;
    }
    #cat-wrapper .hw-content {
        right: 25px;
        width: 40%;
        top: 75px;
    }
    .ash-box li {
        font-size: 16px;
    }
    .horizontal-banner img {
        height: auto;
        width: 100%;
    }
    #why-adclick .icon-list li {
        font-size: 16px;
    }
    #cat-wrapper .hbd-btn {
        margin-top: 20px;
        margin-left: -74px;
    }
    #topnav .navbar-nav .nav-link.sign-link {
        margin-top: 10px;
    }
    #signup {
        padding: 50px 0;
    }
    #topnav .dropdown-menu {
        left: 0;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 0;
    }
    .right-menu,
    .left-menu {
        float: none;
    }
    topnav .navbar-nav .nav-link.show,
    #topnav .navbar-nav .show>.nav-link {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .agree-wrapper {
        width: 100%;
        float: none;
    }
    .checkbox1 {
        float: none;
        margin-top: 25px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    #topnav .dropdown-menu {
        left: 0;
        margin-left: 3px;
        margin-right: 3px;
    }
    #topnav .navbar-nav .nav-link.login-link {
        margin-bottom: 10px;
    }
    #login-wrapper {
        padding: 25px 0;
    }
    .horizontal-banner img,
    .form-wrapper img {
        height: auto;
        width: 100%;
    }
    .col-6,
    .col-7,
    .col-4,
    .col-3,
    .col-9,
    .col-1,
    .col-2,
    .col-5,
    .col-8,
    .col-9,
    col-10,
    col-11 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    footer .footer-nav {
        float: none;
    }
    footer .footer-nav li {
        display: block;
    }
    footer .footer-nav li::after {
        content: "";
    }
    footer .footer-nav li a {
        padding: 0;
    }
    #cat-wrapper .hw-content {
        position: static;
        width: 100%;
        color: #333;
    }
    #cat-wrapper .hw-content .hbd-btn {
        margin-top: 10px;
        margin-left: 0;
    }
    #cat-wrapper .hw-content .hbd-btn li {
        margin: 0;
        display: block;
    }
    .ash-box {
        margin-bottom: 15px;
    }
    .ash-box li {
        font-size: 19px;
    }
    .icon-list li {
        position: relative;
        margin-left: 49px;
    }
    .link-btn a {
        display: block;
        text-align: center;
        font-size: 16px;
    }
    .green-wrap .offset-1 {
        margin-left: 0;
    }
    .green-wrap .link-btn {
        margin-top: 20px;
    }
    #showcase .tab-wrapper .nav-item {
        min-width: 50%;
    }
    #home-wrapper .hw-content {
        position: static;
        color: #333;
        width: 100%;
    }
    .hbd {
        margin-bottom: 15px;
    }
    .hbd .hbd-inner {
        padding: 20px 0;
    }
    .hbd .hbd-wrapper {
        position: static;
        color: #333;
    }
    .hbd .hbd-content {
        width: 100%;
    }
    .hbd .hbd-btn {
        margin-top: 25px;
    }
    .hbd .hbd-btn li {
        display: block;
        margin: 0 15px;
    }
    .btn-down-arrow {
        display: none;
    }
    .main-caption {
        font-size: 36px;
    }
    .be-ads .be-ads-content,
    .be-ads .footer-image {
        position: static;
        color: #333;
    }
    .checkbox1 {
        float: none;
        margin-top: 25px;
        margin-left: 0;
    }
    .agree-wrapper {
        width: 100%;
        float: none;
    }
    #signup .link-btn {
        margin: 10px 0;
    }
    #signup .link-btn a {
        font-size: 22px;
    }
}
