@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    color: #3C3C3C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
a {
    color: #989898;
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}
a:focus, a:hover, .btn:focus {
    color: #61a242;
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.form-control:focus {
    box-shadow: 0 0 0 0.01rem rgb(13 110 253 / 25%);
}
p {
    margin: 0;
}
.relative {
    position: relative;
}
img {
    max-width: 100%;
    width: auto;
}
section {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}
.theme_btn {
    border: 2px solid #0d5b95;
    color: #0d5b95;
    font-weight: 700;
    font-size: 1rem;
    padding: .75rem 1.5rem;
    transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;
}
.theme_btn:hover { 
    background: #0d5b95;
    color: #ffffff;
}
/*---------------Hack css for Safari-----------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {}
/*---------------Hack css for Google Chrome-----------*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {}
/* header */
.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #ffffff;
}
.header .container {
    display: flex;
    align-items: center;
}
.header .container {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: space-between;
}
.logo {
    margin: 0 1rem 0 0;
}
.primary_navigation {
    display: flex;
}
.primary_navigation li {
    margin-left: 2rem;
}
.primary_navigation li a {
    text-transform: uppercase;
    font-weight: 500;
}
.hamburger {
    display: none;
}
/* banner */
.banner .row {
    align-items: center;
    margin: 0;
}
.animated_image {
    padding: 0;
}
.banner_caption {
    font-style: italic;
}
.welcome_text {
    font-size: 2rem;
    display: block;
    letter-spacing: 4px;
}
.primary_heading {
    color: #0d5b95;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin: 0.5rem 0;
    display: block;
    letter-spacing: 2px;
}
.ad_optimization {
    font-size: 2.8rem;
    color: #000;
    padding: 0 175px 0 0;
    line-height: 1.1em;
    padding-top: 25px;
    position:relative;
}
.ad_optimization span {
    display: block;
    padding: 1rem 0;
    text-align: right;
}
.dots {
    letter-spacing: 1.1em;
    font-size: 17px;
    padding-right: 30%;
}
.position_image {
    position: absolute;
    top: 0;
    width: 200px;
    right: 140px;
    z-index: -1;
}
/* about section */
.about_us, .services, .our_network, .partners, .contact_us {
    padding: 0;
}
.about_us > .row, .services > .row, .our_network > .row, .partners > .row, .contact_us > .row {
    margin: 0;
}
.about_us > .row > div, .services > .row > div, .our_network > .row > div, .partners > .row > div, .contact_us > .row > div {
    padding: 0;
}
.tab_foram {
    padding: 3rem;
}
.heading_section {
    font-size: 30px;
    font-weight: 800;
    border-left: 2px solid #61a242;
    padding-left: 20px;
    color: #61a242;
    text-transform: uppercase;
}
.custom_tab {
    padding: 2rem 0 2rem 0;
    display: flex;
}
.custom_tab a:last-child {
    border-left: 0px;
}
.custom_tab a {
    display: block;
    padding: 0.5rem;
    border: 1px solid #3c3c3c;
    flex: 0 0 200px;
    text-align: center;
    font-weight: 700;
}
.custom_tab a.active {
    background: #3c3c3c;
    color: #ffffff;
}
.about_description  p {
    margin: 0 0 1rem;
}
.about_us_image, .about_us_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.show_out_team .choose_us { 
    display: none !important;
}
.show_out_team .our_team {
    display: block !important;
}
.services .heading_section {
    color: #61a242;
    border-color: #61a242;
}
.category_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.category_list li {
    display: flex;
    flex: 0 0 auto;
    max-width: 50%;
    margin: 0 0 2rem;
    align-items: flex-start;
}
.category_list li img {
    width: 60px;
}
.service_category {
    padding: 0 2rem 0 1rem;
}
.service_title {
    font-size: 1.2rem;
    margin: 0 0 0.8rem;
    font-weight: 700;
}
.position_image.left_triangle {
    right: auto;
    left: 120px;
    top: -30px;
}
.product_images {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 5rem 0 2rem;
}
.contact_map {
    position: relative;
    min-height: 400px;
}
.contact_map iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.contact_us .category_list {
    margin: 3rem 0 0;
}
.contact_us .category_list li {
    min-width: 100%;
    margin: 0 0 1rem;
}
.contact_us .category_list i {
    font-size: 1.5rem;
    color: #0d5b95;
}

.signup_section .container {
    max-width: 70%;
}
.signup_section .custom_tab {
    padding: 0;
    flex: 0 0 50%;
    justify-content: flex-end;
}
.form_category_heading {
    margin: 1.5rem 0;
    font-weight: 800;
}
.form-grp {
    margin-bottom: 0.8rem;
}
.form_label_title {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.form_label_title sup {
    color: red;
    font-size: 1rem;
    top: -0.2em;
}
select.form-control {
    -webkit-appearance: auto;
    appearance: auto;
    -moz-appearance: auto;
}
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advertisers_form .checkboxes label {
    flex: 0 0 auto;
    margin: 0 1rem;
}
label {
    flex: 0 0 33.33%;
} 
.check_privacypolicy {
    text-align: center;
    padding: 0.5rem;
    margin: 1rem;
    background: #61a242;
    border-radius: 0.25rem;
    color: #ffffff;
    cursor: pointer;
}


footer {
    padding: 1rem 0;
}
.footer_links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_links li {
    margin: 0 1rem;
    font-size: 1.5rem;
}
.footer_content {
    text-align: center;
}
.privacy_links {
    margin: 1rem 0;
}
.privacy_links {
    margin: 1rem 0 0.5rem;
}