@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


body {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Baloo Chettan', cursive;
    font-family: 'Roboto Slab', serif;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    /*padding:30px 0px 30px 0px;*/
    margin: 0px 0px 0px 0px;
    color: #333;
    /*background-color:#e4e4e4;*/
}

.clear {
    clear: both;
}

a {
    outline: medium none !important;
}

img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    font-weight: normal;
}

.logo {
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
}

.banner-section .fade:not(.show) {
    opacity: 1;
}

.container.outer,
.container-fluid.outer {
    background-color: #FFF;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1360px) {
    .container {
        max-width: 1340px;
    }
}

header {
    padding: 10px;
    background: #125875;
}

.side-header {
        padding: 40px;
    background: url(../images/ssvc-bnr.jpg);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

header:after {
    clear: both;
    content: '';
    display: block;
}

.contact-number {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 25%;
    float: left;
}

.logo-section {
    width: 30%;
    background: #ffffffb8;
    padding: 10px 0;
    border-radius: 2px;
}

.logo-section img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.social-media-icons {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 25%;
    float: left;
    text-align: right;
}

/*.slide-text-inner{	display:none;	}*/
.welcome-caption {
    padding: 30px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    background: rgb(159 154 154 / 90%);
    bottom: -300px;
    right: 100px;
    z-index: 999;
    width: 600px;
    text-align: center;
}

.welcome-caption iframe {
    height: 260px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.marquee {
    background: #072652;
    padding: 8px 10px;
    color: #fff;
}

.marquee span {
    display: inline-block;
    margin: 0 30px;
}

.marquee a {
    color: #fff;
}

.charity {
    padding: 40px 50px 30px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 45%;
}

.charity h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    color: #444444;
}

.charity p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    color: #444444;
}

.mission-header {
    font-size: 11px;
}

.know-more {
    color: #c42512;
    text-align: center;
}

.about-section {
    padding: 150px 40px 60px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.about-section h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #444444;
}

.about-section h2 span {
    color: #c42512;
}

.about-section p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    color: #444444;
}

.service-section {
    padding-top: 35.71428571428571%;
    /*Image Size 500px / 1400px = 35.71428571428571%*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-box {
    padding: 40px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    background: rgba(33, 33, 33, .9);
    top: -100px;
    left: 100px;
    z-index: 999;
    width: 500px;
    text-align: center;
}

.service-box h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
}

.service-box h3:after {
    content: '';
    height: 4px;
    width: 100px;
    background-color: #FFF;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.service-box p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 100;
    color: #FFF;
    text-transform: uppercase;
}

.service-box .read-more {
    color: #FFF;
    padding: 10px 20px;
    margin: 20px 0px 0px 0px;
    border: solid 2px #c42512;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.service-box .read-more:hover {
    text-decoration: none;
    background-color: #c42512;
    color: #FFF;
}

.enquiry-box {
    padding: 40px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    background: rgba(13, 74, 49, 0.78);
    bottom: -100px;
    right: 100px;
    z-index: 999;
    width: 500px;
    text-align: center;
}

.enquiry-box h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
}

.enquiry-box h3:before {
    content: '';
    height: 4px;
    width: 100px;
    background-color: #FFF;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.enquiry-box p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    color: #FFF;
}

.enquiry-box .read-more {
    color: #FFF;
    padding: 10px 20px;
    margin: 20px 0px 0px 0px;
    border: solid 2px #FFFFFF;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.enquiry-box .read-more:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #000;
}

footer {
    margin: 150px 0px 0px 0px;
    /*padding-top:35.71428571428571%;*/
    /*Image Size 500px / 1400px = 35.71428571428571%*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.copyright-wrap {
    background: #ff7350;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
}
address {
    padding: 30px 0px;
    margin: 0px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 99;
    text-align: center;
}

address span {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 27px;
    font-weight: 500;
    color: #FFF;
    display: block;
    text-transform: uppercase;
}

address p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 27px;
    /*font-weight:100;*/
    color: #FFF;
}

.container.outer .container {
    padding-left: 0px;
    padding-right: 0px;
}

.contact-page-outer {
    padding: 0px 0px 0px 0px;
    margin: 40px 0px;
    display: flex;
    position: relative;
    margin-bottom: -100px;
}

.contact-address {
    padding: 30px 50px;
    margin: 0px 0px 0px 0px;
    background-color: #0d134b;
    width: 40%;
    float: left;
}

.contact-address h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
    font-weight: 300;
}

.address-row {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.address-row span {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 5px 0px;
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
    font-weight: 300;
    display: block;
}

.address-row p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    font-weight: 300;
}

.address-row p a,
.address-row p a:hover {
    color: #FFF;
    text-decoration: none;
}

.contact-form {
    padding: 30px;
    margin: 0px 0px 0px 0px;
    border: solid 2px #ba9f5a;
    width: 60%;
    float: left;
}

.contact-form .form-row {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.contact-form .form-row:after {
    display: block;
    clear: both;
    content: '';
}

.contact-form h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    font-size: 24px;
    color: #ba9f5a;
    line-height: 30px;
    font-weight: 400;
}

.contact-form .form-row .form-one {
    padding: 0px 0px 0px 0px;
    width: 98%;
    margin: 1%;
    float: left;
}

.contact-form .form-row .form-two {
    padding: 0px 0px 0px 0px;
    width: 48%;
    margin: 1%;
    float: left;
}

.contact-form .form-row .form-one input[type="text"],
.contact-form .form-row .form-two input[type="text"],
.contact-form .form-row .form-one input[type="email"],
.contact-form .form-row .form-two input[type="email"],
.contact-form .form-row .form-two input[type="number"] {
    border: solid 1px #d8d8d8;
    padding: 10px;
    width: 100%;
}

.contact-form .form-row .form-one textarea,
.contact-form .form-row .form-two textarea {
    border: solid 1px #d8d8d8;
    padding: 10px;
    width: 100%;
    height: 80px;
}

.contact-form .form-row .form-one input[type="submit"],
.contact-form .form-row .form-two input[type="submit"] {
    border: none;
    padding: 10px;
    width: 100%;
    background-color: #ba9f5a;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-form .form-row .form-one input[type="submit"]:hover,
.contact-form .form-row .form-two input[type="submit"]:hover {
    background-color: #9a7e38;
}

.titile-section,
.titile-section p {
    background-color: #ba9f5a;
    padding: 20px;
    text-align: center;
    color: #FFF;
}

.titile-section h1,
.titile-section p strong,
.titile-section h2,
.titile-section h2 strong {
    color: #FFF;
}

.titile-section p,
.titile-section h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.titile-section {
    margin-bottom: 20px;
    border: solid 1px #967b36;
}

.contact-address .w-social-media a {
    color: #FFF;
}

.mobile-view {
    display: none;
}

.address-desktop-view {
    display: block;
}

.address-mobile-view {
    display: none;
    position: relative;
}

.copy-right-row {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #938c8c;
}

.copy-right-row:after {
    content: '';
    clear: both;
    display: block;
}

.copy-right,
.powered {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.powered {
    margin: 25px 0px 0px 0px;
    text-align: right;
}

.copy-right p {
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #adacac;
    text-align: center;
}

.copy-right p span,
.copy-right p span a {
    color: #0a2a64;
}

.contact-form-row {
    padding: 0px 0px 0px 0px;
    margin: 60px 0px 0px 0px;
}

.contact-form-row:after {
    clear: both;
    content: '';
    display: block;
}

.contct-form-outer {
    float: left;
    width: 60%;
}

.contct-form-outer .title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
}

.contct-form-outer .title h4 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    color: #101010;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.contct-form-outer .title h4 span {
    color: #e17116;
    font-weight: 300;
}

.contct-form-outer .title h4:after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #e17116;
    display: block;
    margin-top: 10px;
}

.contact-form {
    padding: 40px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #e4e4e4;
}

.contact-form .form-two {
    width: 48%;
    float: left;
    margin: 1%;
    margin-bottom: 20px;
}

.contact-form .form-one {
    width: 98%;
    float: left;
    margin: 1%;
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="date"] {
    border: none;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    border: solid 1px #e4e4e4;
}

.contact-form select {
    border: none;
    padding: 11px 10px;
    border: solid 1px #e4e4e4;
    width: 100%;
}

.contact-form textarea {
    border: none;
    padding: 10px 10px;
    width: 100%;
    height: 80px;
    font-size: 15px;
    border: solid 1px #e4e4e4;
}

.contact-form input[type="submit"] {
    border: none;
    padding: 10px 10px;
    width: 100%;
    background: rgb(254, 152, 70);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(196, 37, 18) 2%, rgb(196, 37, 18) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(196, 37, 18) 2%, rgb(196, 37, 18) 100%) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(68 64 64) 2%, rgb(110 107 135) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9846', endColorstr='#c1651a', GradientType=0);
    /* IE6-9 */
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}

.news_cover {
    margin-bottom: 150px;
    padding-bottom: 50px;
    box-shadow: 0px 9px 8px #f1f1f1;
}

.news_item img {
    max-width: 100%;
    height: 200px;
}

.news_item {
    padding: 30px;
    min-height: 502px;
}

.news_img {
    text-align: center;
    margin-bottom: 30px;
}

.news_item h3 {
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #685f5f;
}

.news_item p {
    text-align: center;
    line-height: 25px;
}

.news_cover h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.news_cover h2:after {
    height: 4px;
    background: #6a6978;
    width: 100px;
    content: " ";
    display: block;
    position: absolute;
    left: 45%;
    top: 33px;
}

a.readmore_news {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 2px;
    left: 0;
    white-space: nowrap;
}

.archive_item {
    border-bottom: 1px solid #eaf3fc;
    margin-bottom: 20px;
}

.w-content-area img {
    max-width: 100%;
}

.w-menu {
    /* border-bottom: 1px solid #938c8c; */
    /* border-top: 1px solid #938c8c; */
    background-color: #125875;
    /* box-shadow: -1px 0px 8px #3e3c3c; */
}
.home .page_content {
    min-height: calc(100vh - 400px);
}
.page_content {
    margin: 50px 0;
    min-height: 300px;
}

.page_content h1,
.page_content h2 {
    line-height: 50px;
}
.logo-header img{
    width: 80px;
    filter: brightness(0) invert(1);
}
.logo-txt {
    margin-left: 5px;
}
.logo-txt h4 {
    font-weight: 500;
}
.ssv-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.wp-block-button__link.wp-element-button {
    margin: 10px 0px;
    position: relative;
    display: inline-block;
    background: #125875;
    padding: 7px 15px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}
a.wp-block-button__link.wp-element-button:hover {
    background-color: #eaf3fc;
    color: #125875 !important;
    transition: none!important;
    font-weight: bold;
}
@media (max-width: 990px) {
    .copy-text {
    text-align: center;
}
}
.inr-cnt-main-wrap {
    min-height: calc(100vh - 240px);
}