body, html {
    background: #ffffff;
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 1.6;
}

p, h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000000;
}

img {
    object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
    -ms-object-position: center center;
    -webkit-object-position: center center;
    -moz-object-position: center center;
}

ul {
    margin: 0;
    padding: 30px 0 0;
    list-style-type: none;
}

ul li {
    padding: 0 20px 5px;
    position: relative;
}

ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
}

.navigation {
    position: relative;
}

.navigation:after {
    background: #008a4b;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.nav-item {
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.nav-item a {
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #008a4b !important;
    box-shadow: none !important;
    color: #000000;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    outline: none !important;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
}

.nav-item a:hover,
.nav-item a:active,
.nav-item a:focus {
    background: #008a4b;
    color: #ffffff;
}

.section-head {
    position: relative;
}

.section-head:after {
    background: #008a4b;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
}

.section-head h2 {
    font-size: 50px;
    border: 1px solid #008a4b;
    display: inline-block;
    border-radius: 100px;
    padding: 15px 50px;
    background: #ffffff;
    color: #008a4b;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.section-head.alt1:after {
    background: #d71920;
}

.section-head.alt1 h2 {
    border-color: #d71920;
    color: #d71920;
}

.section-head.alt2:after {
    background: #211c5b;
}

.section-head.alt2 h2 {
    border-color: #211c5b;
    color: #211c5b;
}

.img-box {
    position: relative;
}

.img-box h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    font-size: 32px;
    border: 1px solid #008a4b;
    display: block;
    text-align: center;
    border-radius: 100px;
    padding: 11px 50px 13px;
    background: #ffffff;
    color: #000000;
    line-height: 1;
    z-index: 2;
}

.img-box img {
    position: inherit;
    z-index: 1;
}

form {
    background: #e4f2ea;
}

.form-control,
.btn-submit {
    font-weight: 300;
    color: #000000;
    border-radius: 0;
    border: 1px solid #008a4b;
    font-size: 18px;
}

.btn-submit {
    background: #ffffff !important;
    padding: 8px 50px;
}

.form-control:hover,
.form-control:active,
.form-control:focus,
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #008a4b;
}

textarea {
    resize: none;
}

::placeholder {
    color: #222222;
    opacity: 1;
  }
  
  :-ms-input-placeholder {
    color: #222222;
  }
  
  ::-ms-input-placeholder {
    color: #222222;
  }

footer {
    background: #211c5b;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

footer p {
    color: #ffffff;
}

footer ul li,
.social-links li {
    padding-left: 0;
}

footer ul li:after,
.social-links li:after {
    display: none;
}

.social-links li {
    display: inline-block;
    padding-right: 30px;
}

.social-links li:last-child {
    padding-right: 0;
}

.social-links img {
    height: 27px;
}

.search-now {
    width: 30px;
    cursor: pointer;
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    box-shadow: 0px 2px 10px rgba(42, 41, 41, 0.2);
    display: none;
}

.search-box form {
    background: none !important;
}

.gsc-control-cse {
    padding: 0px !important;
    background: none !important;
    border: none !important;
}

.gsib_a,
.gsc-input {
    padding: 0px !important;
}

.gsib_a input {
    font-size: 20px;
    color: #000000;
    padding: 20px 30px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #e0e0e0 !important;
}

.gsc-search-button-v2 {
    padding: 25px 30px !important;
    width: auto;
    height: 100% !important;
    vertical-align: middle;
    border: none !important;
    margin: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #211c5b !important;
    cursor: pointer;
}

.gsc-search-button-v2 svg {
    width: 25px;
    height: 25px;
}

.to-top {
    position: fixed;
    bottom: -50px;
    right: 10vw;
    width: 40px;
    height: 40px;
    z-index: 88;
    transition: all 0.5s ease-in-out;
}

.to-top.active {
    bottom: 30px;
}

@media( max-width: 1199px ) {
    .section-head h2 {
        font-size: 40px;
    }

    .img-box h3 {
        font-size: 26px;
    }
}

@media( max-width: 991px ) {
    p {
        font-size: 16px;
    }

    .nav-item a {
        font-size: 14px;
    }

    .nav-item {
        padding: 0 7px;
    }

    .h-100 {
        height: 80vw !important;
    }

    .to-top {
        right: 15px;
        width: 40px;
        height: 40px;
    }
}

@media( max-width:767px ) {
    header .social-links {
        padding-top: 15px;
    }

    .search-now {
        width: 25px;
        height: 25px;
    }

    .navigation:after {
        display: none;
    }

    .nav-item {
        padding: 10px 5px;
    }

    .section-head h2 {
        font-size: 28px;
        padding: 12px 30px;
    }

    .social-links li {
        padding-right: 20px;
    }

    .gsib_a input {
        padding: 10px 30px !important;
    }

}

@media( max-width: 335px ) {
    .section-head h2 {
        font-size: 24px;
    }

    .img-box h3 {
        font-size: 22px;
    }
}

label.error {
    font-size: 14px !important;
    color: #d71920 !important;
}