@charset "UTF-8";

@font-face {
	font-family: 'Mandali';
	src: url(../fonts/Mandali-Regular.ttf);
}

@font-face {
	font-family: 'Sree Krushnadevaraya';
	src: url(../fonts/Sree-Krushnadevaraya.ttf);
}
 @import url('https://fonts.googleapis.com/css?family=Mandali&display=swap&subset=telugu');
@import url('https://fonts.googleapis.com/css?family=Sree+Krushnadevaraya&display=swap');
/*
font-family: 'Sree Krushnadevaraya', serif;
font-family: 'Mandali', serif; */

.clear {
    clear: both;
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}


/* div#preloader {
  background: #fff url(../img/preloader.png) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  animation: scale 5s linear infinite;
  @keyframes scale {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }
} */


/*  Pre Loader */

#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 44%;
    position: absolute;
    text-align: center;
    top: 35%;
}

.loader {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border: 5px solid transparent;
    border-top-color: #0266b4;
    border-bottom-color: #0266b4;
    border-radius: 50%;
    animation: loading 5s ease-in-out 0s infinite;
}
.loadimg {
    background-image: url(../img/favicon.png);
    position: relative;
    display: block;
    margin: 0 auto;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    top: 125px;
}
.loader-div {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 100px;
    border: 5px solid transparent;
    border-right-color: #03d665;
    border-left-color: #03d665;
    border-radius: 50%;
    line-height: 90px;
    color: #122126;
    animation: loading1 5s ease-in-out 0s infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: scale(0.5, 0.5);
        border-top-color: #03d665;
        border-bottom-color: #03d665;
    }
    75% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes loading1 {
    0% {
        transform: rotate(360deg);
    }
    25% {
        transform: rotate(-90deg);
    }
    50% {
        transform: scale(2, 2);
    }
    75% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-40 {
    margin-top: 40px !important;
}

.mar-top--40 {
    margin-top: -40px !important;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #717484;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

.section-padding {
    position: relative;
    padding: 20px 0px;
}

.pad-top-120 {
    padding-top: 120px;
}

.pad-bot-120 {
    padding-bottom: 120px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

body {
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

p img {
    margin: 0;
}

span {
    font-family: "Nunito", sans-serif;
}


/* em and strong */

em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}


/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: "Nunito", sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote:before {
    color: #717484;
    content: "∩äì";
    font-family: FontAwesome;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none;
}

blockquote cite:before {
    content: "\2014 \0020";
}


/* abbreviations */

abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}


/* links */

a,
a:visited {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48 !important;
}

i[class^="flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}


/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}


/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

.section-title {
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 25px auto;
    padding: 25px 0px;
}

.section-title h3 {
    font-size: 36px;
    color: #4d5375;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .section-title h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.section-title p {
    font-size: 16px;
    color: #707383;
    line-height: 22px;
    font-weight: 600;
}

.section-text {
    position: relative;
}

.section-text .st-title {
    font-size: 44px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    color: #0266b4;
    font-family: 'Sree Krushnadevaraya', serif;
}

.section-text h3 {
    font-size: 24px;
    color: #008e46;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 30px;
    font-family: 'Mandali', serif;
}

.section-text p {
    font-size: 20px;
    letter-spacing: 0px;
    color: #333;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'Mandali', serif;
}

@media (max-width: 991px) {
    .section-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

.section-text .section-title {
    text-align: left;
    margin: 0 auto;
    padding-top: 0px;
}

@media (max-width: 767px) {
    .section-text .section-title {
        text-align: center;
    }
}

.section-text .section-title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 0px;
    font-family: 'Sree Krushnadevaraya', serif;
}

@media (max-width: 991px) {
    .section-text .section-title h3 {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 34px;
    }
}

.section-img {
    position: relative;
}

.section-btn {
    position: relative;
}

.section-btn a {
    margin-right: 25px;
}

@media (max-width: 991px) {
    .section-btn a {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.section-btn a:last-child {
    margin-right: 0px;
}

.breadcrumb-area {
    position: relative;
    background-image: url(../img/bg/hero-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .breadcrumb-area {
        padding: 80px;
    }
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.breadcrumb-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

.breadcrumb-area .page-title {
    position: relative;
    margin: 25px auto;
    padding: 12px 0px;
}

.breadcrumb-area .page-title h3 {
    font-size: 50px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    height: 48px;
}

@media (max-width: 991px) {
    .breadcrumb-area .page-title h3 {
        font-size: 36px;
        height: auto;
        line-height: 44px;
    }
}

@media (max-width: 479px) {
    .breadcrumb-area .page-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}


/* ------Button Styles CSS------ */

.btn-style-1 {
    color: #4d5375 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    border: 1px solid #085e7d;
    padding: 10px 30px;
    border-radius: 25px;
    display: inline-block;
}

.btn-style-1:hover {
    color: #fff !important;
    border: 1px solid #085e7d !important;
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-1 {
        padding: 5px 18px;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .btn-style-1 {
        font-size: 12px !important;
        padding: 2px 20px;
    }
}

.btn-style-1_b {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    display: inline-block;
}

.btn-style-1_b:hover {
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-1_b {
        padding: 5px 18px;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .btn-style-1_b {
        font-size: 12px !important;
        padding: 2px 20px;
    }
}

.btn-style-1_c {
    position: relative;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    background-color: #4d5375;
    overflow: hidden;
    z-index: 1;
}

.btn-style-1_c:before {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #085180;
    z-index: -1;
}

.btn-style-1_c:hover {
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

.btn-style-1_c:hover:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-1_c {
        padding: 5px 18px;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .btn-style-1_c {
        font-size: 12px !important;
        padding: 2px 20px;
    }
}

.btn-style-2 {
    position: relative;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    background-color: #085e7d;
    overflow: hidden;
    z-index: 1;
}

.btn-style-2:before {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #085180;
    z-index: -1;
}

.btn-style-2:hover {
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

.btn-style-2:hover:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-2 {
        padding: 5px 18px;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .btn-style-2 {
        font-size: 12px !important;
        padding: 2px 20px;
    }
}

.breadcrumb-area:before,
.btn-style-1:hover,
.btn-style-1_b,
.btn-style-1_c:before,
.btn-style-2:before,
.Saased-Header .main-menu nav>ul li a.sn-focused,
.Saased-Header .main-menu nav>ul li a.sn-focused2,
header.header-area.navbar-fixed-top,
.heroV1:before,
.heroV3:before,
.heroV4:before,
.heroV8:before,
.heroV9:before,
.heroV10:before,
.heroV11:before,
.hero-offer-form form button,
ul.sponsor-logo-list li:before,
.f-single-icon,
.hhf-single:before,
.counter-area:before,
.counter-up-wrapper table tr td:before,
.fun-fact3-area:before,
.testimonial-carousel .owl-nav [class*=owl-],
.testimonial-carousel .owl-nav [class*=owl-]:hover,
.pt-filter-btn.active,
.single-login.focused .s-pricing-icon,
.single-login.focused .spricing-info a,
.p8s,
.single-services:before,
form.nl-form button {
    background-image: -moz-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -webkit-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -ms-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
}

.header-area {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.Saased-Header {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    padding: 15px 0px;
}

.Saased-Header .main-menu nav>ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
}

.Saased-Header .main-menu nav>ul li a.sn-focused {
    border: 2px solid #fff;
    padding: 12px 25px;
    border-radius: 25px;
}

.Saased-Header .main-menu nav>ul li a.sn-focused:hover {
    border-color: #13a326;
    background-color: #085e7d;
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

.Saased-Header .main-menu nav>ul li a.sn-focused2 {
    border: 2px solid #085e7d;
    padding: 12px 25px;
    border-radius: 5px;
}

.Saased-Header .main-menu nav>ul li a.sn-focused2:hover {
    border-color: #085e7d;
    background-color: #085e7d;
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

@media (max-width: 1023px) {
    .Saased-Header .logo {
        padding: 8px;
    }
    .Saased-Header .logo img {
        height: 40px;
    }
}

.header_2 .main-menu nav>ul li a {
    color: #ffffff;
}

.header_2 .main-menu nav>ul li a.sn-focused {
    color: #fff;
}

.header_2 .main-menu nav>ul .menu-item-has-children.has-submenu>ul.sub-menu li a {
    color: #fff;
}

.header_2.navbar-fixed-top .main-menu nav>ul li a {
    color: #fff;
}

.hero-area {
    position: relative;
    background-image: url(../img/bg/hero-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 160px 0px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 125px 0px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 100px 0px;
    }
}

.hero-area .hero-btn a:first-child {
    margin-right: 25px;
}

.heroV1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

@media (max-width: 767px) {
    .heroV1:after {
        display: none;
    }
}

.heroV1 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .hero-text {
        padding: 15px;
    }
}

.hero-text h2 {
    font-size: 42px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Sree Krushnadevaraya', serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-text h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .hero-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-text p {
    color: #fff;
    line-height: 0px;
    font-weight: 500;
    margin: 35px auto;
    font-family: 'Mandali', serif;
    font-size: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-text p {
        font-size: 14px;
        line-height: 20px;
        margin: 12px auto;
    }
}

@media (max-width: 767px) {
    .hero-text p {
        font-size: 14px;
        line-height: 22px;
        margin: 15px auto;
    }
}

.hero-img {
    position: relative;
}

.heroImg-s1 {
    position: absolute;
    right: -120px;
    top: -200px;
    z-index: 1;
}

@media (max-width: 767px) {
    .heroImg-s1 {
        display: none;
    }
}

.heroV2 {
    background-image: none;
    background-color: #f5f7ff;
    overflow: hidden;
    z-index: 1;
    background-image: -moz-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -webkit-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -ms-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
}

.heroV2:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: -25%;
    bottom: -70%;
    background-color: #fff;
    transform: rotate(25deg);
    z-index: -1;
}

.heroV2:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    right: -25%;
    bottom: -70%;
    background-color: #fff;
    transform: rotate(-25deg);
    z-index: -1;
}

.heroV2 .hero-text {
    text-align: center;
    max-width: 820px;
    margin: 25px auto;
}

@media (max-width: 767px) {
    .heroV2 .hero-text {
        padding: 15px;
    }
}

.heroV2 .hero-text h2 {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV2 .hero-text h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .heroV2 .hero-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.heroV2 .hero-btn a.btn-style-1 {
    color: #fff !important;
    border-color: #fff;
}

.heroV2 .hero-text p {
    color: #ffffff;
}

.hs2-mini-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hs2_1 {
    top: 0;
    left: 0;
}

.hs2-mini-img img {
    position: absolute;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.29);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs2-mini-img img {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .hs2-mini-img img {
        display: none;
    }
}

.hs2_2 {
    left: 25%;
    top: 25%;
}

.hs2_3 {
    right: 0;
    top: 40%;
}

.hs2-mini-img img:hover {
    transform: scale(1.05);
}

.heroV3 {
    position: relative;
    background-image: url(../img/bg/hero-bg-5.jpg);
    padding-top: 120px;
}

.heroV3:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV3:after {
    position: absolute;
    content: '';
    height: 225px;
    width: 100%;
    background-image: url(../img/bg/hero3_1-shape-bg.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .heroV3:after {
        display: none;
    }
}

.heroV3 .hero-text {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .heroV3 .hero-text {
        padding: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV3 .hero-text {
        margin-top: 35px;
    }
}

.heroV3 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

.heroV3 .heroImg-s3 img.himgs-3 {
    position: absolute;
    top: 180px;
    right: -300px;
    z-index: -1;
    transform: scale(1.65);
}

.heroV3 .heroImg-s3 {
    z-index: 1;
    position: relative;
}

.heroV3 .heroImg-s3:hover .hm_img {
    margin-left: 200px;
}

.heroV3 .heroImg-s3 img {
    z-index: 1;
    transition: 1s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV3 .heroImg-s3 {
        text-align: center;
    }
    .heroV3 .heroImg-s3 img {
        max-width: 165px;
    }
    .heroV3 .heroImg-s3:hover .hm_img {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .heroV3 .heroImg-s3 {
        display: none;
    }
}

.heroV4 {
    position: relative;
    background-image: url(../img/bg/hero-7.png);
    padding-top: 120px;
    padding-bottom: 0px;
}

.heroV4:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV4:after {
    position: absolute;
    content: '';
    height: 225px;
    width: 100%;
    background-image: url(../img/bg/hero3_1-shape-bg.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV4:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .heroV4:after {
        display: none;
    }
}

.heroV4 .hero-text {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .heroV4 .hero-text {
        padding: 15px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .heroV4 .heroImg-s3 {
        display: none;
    }
}

.heroV4 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV4 .hm_img6 {
        max-width: 200px;
        margin-bottom: 40px;
    }
}

.hm_img6 {
    /* max-width: 350px; */
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hm_img6:hover {
    transform: scale(1.02);
}

.heroV8 {
    background-image: url(../img/bg/hero-bg-8.jpg);
}

.heroV8:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV8:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

@media (max-width: 767px) {
    .heroV8:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .heroV8 .hero-text {
        text-align: center;
    }
}

.heroV8 .btn-style-2 {
    background: transparent;
    border: 1px solid #fff;
    margin-right: 15px;
}

.heroV8 .btn-style-2:hover {
    border-color: transparent;
}

.heroV8 .heroImg8 img {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@media (max-width: 767px) {
    .heroV8 .heroImg8 img {
        max-width: 300px;
        margin: 25px auto;
    }
}

@media (max-width: 767px) {
    .heroV8 .heroImg8 {
        text-align: center;
    }
}

.heroV9 {
    background-image: url(../img/bg/hero-9.png);
    padding-bottom: 300px;
    max-height: 840px;
    overflow: hidden;
}

.heroV9:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .75;
}

.heroV9:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV9 {
        padding: 160px 0px 220px;
    }
}

.heroV9 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .heroV9 .hero-text {
        text-align: center;
    }
}

.heroV9 .heroImg9 img {
    margin-left: 65px;
    margin-right: -250px;
    margin-bottom: -180px;
    margin-top: -65px;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV9 .heroImg9 img {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .heroV9 .heroImg9 img {
        display: none;
    }
}

.heroV9 .heroImg9:hover img {
    margin-top: -5px;
    margin-bottom: -220px;
}

.heroV10 {
    background-image: none;
}

.heroV10:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV10:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

.heroV10 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

.heroV10 .hero-text {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .heroV10 .hero-text {
        text-align: center;
    }
}

.heroImg-s10 {
    margin-top: -80px;
    margin-right: 40px;
}

.heroImg-s10 img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroImg-s10 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .heroImg-s10 {
        display: none;
    }
}

.heroV11 {
    background-image: none;
    padding-bottom: 60px;
}

.heroV11:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.heroV11:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}

@media (max-width: 767px) {
    .heroV11:after {
        display: none;
    }
}

.heroV11 .btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
}

.heroV11 .hero-text {
    text-align: center;
    max-width: 850px;
    margin: 25px auto;
}

@media (max-width: 767px) {
    .heroV11 .hero-text {
        padding: 15px;
    }
}

.heroV11 .hero-text h2 {
    line-height: 60px;
    font-size: 46px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroV11 .hero-text h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .heroV11 .hero-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.heroV11 .hero-img {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .heroV11 .hero-img {
        display: none;
    }
}

.heroV11:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 360px;
    width: 100%;
    background: #fff;
    z-index: 0;
}

.hero-offer-form {
    position: relative;
    text-align: center;
}

.hero-offer-form form {
    max-width: 570px;
    width: 100%;
    margin: 20px auto 50px;
    position: relative;
}

.hero-offer-form form input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
}

.hero-offer-form form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    margin: 5px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    min-width: 140px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hero-offer-form form button:hover {
    box-shadow: 0px 0px 60px 0px rgba(150, 17, 17, 0.3);
}

.sponsor-area {
    position: relative;
}

.sponsor-wrapper {
    position: relative;
}

ul.sponsor-logo-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 25px auto;
}

ul.sponsor-logo-list li {
    position: relative;
    display: inline-block;
    width: 20%;
    max-width: 200px;
    margin: 5px;
    padding: 20px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.sponsor-logo-list li {
        width: 25%;
        margin: -10px;
    }
}

@media (max-width: 767px) {
    ul.sponsor-logo-list li {
        width: 50%;
        margin: -10px;
    }
}

ul.sponsor-logo-list li:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
}

ul.sponsor-logo-list li:hover {
    box-shadow: 0px 0px 20px 0px rgba(14, 0, 75, 0.35);
}

ul.sponsor-logo-list li:hover:before {
    opacity: 1;
}

ul.sponsor-logo-list li a img {
    height: 40px;
    width: 100%;
}

.features-area {
    position: relative;
}

.features-single {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
    background-color: #fff;
    border-width: 1px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-single {
        text-align: center;
    }
}

.features-single:hover {
    border-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(77, 83, 117, 0.1);
}

.features-single:hover .f-single-icon {
    transform: rotate(360deg);
}

.f-single-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.f-single-icon i {
    font-size: 40px;
    color: #fff;
    line-height: initial;
}

.f-single-text h4 {
    color: #4d5375;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .f-single-text h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 10px auto;
    }
}

.f-single-text p {
    color: #707383;
    font-size: 16px;
    line-height: 22px;
    margin: 10px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .f-single-text p {
        font-size: 14px;
        line-height: 18px;
    }
}

.fs_V2 {
    border-color: #fff;
}

.fs_V2 .f-single-icon {
    border-radius: 10px;
}

.fs_V2:hover .f-single-icon {
    transform: scaleX(-1);
}

.features9 {
    margin-top: -200px;
}

.features9 .fs-V8 {
    text-align: center;
}

.features9 .fs-V8:hover {
    border-color: transparent;
}

.fs-V8 {
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(51, 57, 89, 0.1);
    border-color: transparent;
}

.fs-V8:hover {
    background-color: #ff266d;
    border-color: #fff;
}

.fs-V8:hover h4,
.fs-V8:hover p {
    color: #fff;
}

.fs-V8:hover .f-single-icon {
    background: #ff108d;
    box-shadow: 0px 0px 25px 0px rgba(51, 57, 89, 0.1);
    transform: scaleX(-1);
}

.fs-V8:hover .f-single-icon i {
    color: #f5f6f7;
}

.fs-V8 .f-single-icon {
    background: #f5f6f7;
}

.fs-V8 .f-single-icon i {
    color: #ff108d;
}

.fs-V6 {
    padding-left: 88px;
    border-color: transparent;
    padding-right: 10px;
}

.fs-V6 .f-single-icon {
    position: absolute;
    left: 0;
    top: 10px;
    background: #4d5375;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fs-V6 .f-single-text h4 {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 15px auto;
}

.fs-V6:hover {
    box-shadow: none;
}

.fs-V6:hover h4 {
    color: #fc6a08;
}

.fs-V6:hover .f-single-icon {
    background-color: #fd5527;
}

.details-about-area {
    position: relative;
}

.details-about-area .section-title {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.details-about-area .section-text {
    margin-bottom: 100px;
    padding-top: 50px;
}

.details-about-area .section-img {
    margin-bottom: 100px;
}

.daa-top {
    position: relative;
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
}

.daa-top h3 {
    position: absolute;
    font-size: 30px;
    letter-spacing: 0px;
    color: #fff;
    bottom: 70px;
    width: 100%;
    font-weight: 500;
    line-height: 36px;
}

.made-easy-tab-btn {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.made-easy-tab-btn ul.nav-tabs {
    position: relative;
    display: inline-block;
    flex-wrap: unset;
    -ms-flex-wrap: unset;
    border-bottom: 1px solid #cbcbcb;
}

.made-easy-tab-btn ul.nav-tabs li {
    display: inline-block;
}

.made-easy-tab-btn ul.nav-tabs li a.nav-link {
    border: none;
    font-size: 16px;
    letter-spacing: 0px;
    color: #4d5375;
}

.made-easy-tab-btn ul.nav-tabs li a.nav-link.active {
    border-bottom: 1px solid #ff0997;
}

.met-img {
    position: relative;
    text-align: center;
}

.met-img img {
    box-shadow: 0px 0px 12px -5px rgba(150, 17, 17, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.met-img .mm-1 {
    position: absolute;
    right: 0;
    top: 80px;
}

.met-img .mm-2 {
    position: absolute;
    bottom: 65px;
    left: 0;
}

.met-img:hover .mm-1 {
    right: 10px;
}

.met-img:hover .mm-2 {
    left: 10px;
}

.made-easy-tab-content .section-text {
    padding-top: 50px;
}

.sectionImgStyle-1 {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 520px;
    max-width: 520px;
    margin: 0 auto;
    border-top-left-radius: 60% 60%;
    border-top-right-radius: 50% 65%;
    border-bottom-right-radius: 50% 80%;
    border-bottom-left-radius: 100% 100%;
}

.sIs-1-wrapper {
    position: relative;
    background-color: #f2faff;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    padding-top: 10px;
}

.sIs-1-wrapper img {
    height: 550px;
}

ul.sts-1-features {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
    padding: 0;
}

ul.sts-1-features li {
    background-color: #fff;
    max-width: 280px;
    height: 75px;
    margin: 25px auto;
    text-align: left;
    letter-spacing: 0px;
    font-size: 24px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: auto;
    color: #4d5375;
}

ul.sts-1-features li i {
    background-color: #f2faff;
    padding: 15px;
    border-radius: 50%;
    margin-top: 11px;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.sts-1-features li:hover {
    background-color: #085e7d;
    box-shadow: 0px 0px 24px 0px rgba(115, 123, 186, 0.26);
    color: #fff;
    transform: scale(1.1);
}

ul.sts-1-features li:hover i {
    background-color: #085180;
    color: #fff;
}

.about-area2 {
    position: relative;
    overflow: hidden;
}

.about2-img {
    position: relative;
    padding-top: 50px;
    padding-bottom: 180px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .about2-img {
        padding-bottom: 40px;
        text-align: center;
    }
}

.about2-img:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 120%;
    top: 0;
    left: -20%;
    background-image: url(../img/bg/section-img-bg-2-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}

.a2mini-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .a2mini-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .a2mini-img {
        display: none;
    }
}

.a2mini-img img {
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.a2mini-img img:hover {
    transform: scale(1.03);
    margin-top: -30px;
    margin-bottom: 20px;
}

.a2mi-1 {
    top: 120px;
    right: 25px;
}

.a2mi-2 {
    bottom: 25px;
    right: -25px;
}

.a2mi-3 {
    bottom: 100px;
    left: -85px;
}

.about2-img img {
    box-shadow: 0px 0px 20px 0px rgba(77, 83, 117, 0.1);
}

.about-area2 .section-text {
    padding: 50px;
}

.about-area3 {
    position: relative;
    overflow: hidden;
}

.about3-img {
    position: relative;
    margin-right: 65px;
    margin-left: -65px;
    margin-top: 30px;
    transform: scale(1.25);
}

@media (max-width: 767px) {
    .about3-img {
        display: none;
    }
}

.about3-img .hs2-mini-img .a3_1 {
    left: 0px;
    top: 0px;
    max-width: 160px;
}

.about3-img .hs2-mini-img .a3_2 {
    right: 0px;
    bottom: 60px;
    max-width: 265px;
}

ul.au-list {
    position: relative;
    padding: 0;
    list-style-type: none;
}

ul.au-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

ul.au-list li h5 {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

ul.au-list li:before {
    position: absolute;
    content: '\f05d';
    font-family: fontAwesome;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #fd443f;
}

.about6-img .a2mini-img img {
    position: absolute;
}

.about6-img .a2mini-img img:first-child {
    left: 0;
    top: -50px;
}

.about6-img .a2mini-img img:last-child {
    right: 0;
    bottom: 30px;
}

.about6-img {
    text-align: center;
    margin: 10px auto;
}

.about6-img:before {
    position: absolute;
    content: '';
    height: 115%;
    width: 115%;
    left: -5%;
    top: -15%;
    /* background-image: url(../img/bg/about-shape-6.png); */
    z-index: -1;
    background-size: 100% 100%;
}

.ip-section-content {
    position: relative;
    margin: 0px auto;
    padding: 25px 0px;
}

.more-about-text {
    margin: 40px auto;
}

.more-about-img {
    position: relative;
}

.more-about-img:hover img:nth-child(2) {
    transform: scaleX(-1);
}

.more-about-img img {
    border-radius: 10px;
}

.more-about-img img:first-child {
    max-width: 370px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .more-about-img img:first-child {
        max-width: 320px;
    }
}

@media (max-width: 479px) {
    .more-about-img img:first-child {
        max-width: 320px;
    }
}

.more-about-img img:nth-child(2) {
    top: 40px;
    right: 0;
    position: absolute;
    transition: 1s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .more-about-img img:nth-child(2) {
        max-width: 315px;
    }
}

.grt-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grt-img .sIs-1-wrapper {
    padding-right: 0px;
    padding-top: 0px;
}

.grt-img .sIs-1-wrapper:hover img {
    transform: scale(1.1);
}

.single-team {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
}

.single-team:hover .st-info:before {
    opacity: 1;
}

.single-team:hover .st-info h4,
.single-team:hover .st-info .st-d,
.single-team:hover .st-info p {
    color: #fff;
}

.single-team .st-img {
    position: relative;
    max-width: 320px;
    margin-right: auto;
    margin-left: 0;
    border-radius: 5px;
}

.single-team .st-img img {
    width: 100%;
    border-radius: 5px;
}

.single-team .st-info {
    position: relative;
    max-width: 320px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: 0;
    background-color: #f9f9f9;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.single-team .st-info:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #ff118c;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-team .st-info h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #4d5375;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team .st-info h4 {
        font-size: 16px;
        line-height: 18px;
    }
}

.single-team .st-info .st-d {
    font-size: 16px;
    letter-spacing: 0px;
    color: #4d5375;
    font-weight: 500;
    display: block;
    line-height: 22px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team .st-info .st-d {
        font-size: 14px;
        line-height: 18px;
    }
}

.single-team .st-info p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #4d5375;
    line-height: 20px;
    margin: 12px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team .st-info p {
        font-size: 14px;
        line-height: 18px;
    }
}

ul.sts-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    padding-top: 5px;
}

ul.sts-list li {
    display: inline-block;
}

ul.sts-list li a {
    color: #4d5375;
    font-size: 14px;
    display: block;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    background-color: #fff;
    text-align: center;
    padding-top: 6px;
}

.how-help-area {
    position: relative;
    overflow: hidden;
}

.how-help-area .section-text {
    margin-top: 160px;
}

@media (max-width: 767px) {
    .how-help-area .section-text {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .how-help-area {
        text-align: center;
    }
}

.how-help-features {
    position: relative;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.how-help-features:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 145%;
    top: 0;
    left: -5%;
    background-image: url(../img/bg/section-img-bg-2-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .how-help-features:before {
        display: none;
    }
}

.hhf-single {
    position: relative;
    max-width: 245px;
    width: 100%;
    display: block;
    margin: 40px auto;
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.05);
    z-index: 0;
}

.hhf-single:before {
    position: absolute;
    content: '';
    height: 0%;
    width: 0%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hhf-single:hover:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hhf-single:hover .hhfs-icon {
    border-color: #fff;
}

.hhf-single:hover .hhfs-text h4 {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hhf-single {
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {
    .hhf-single {
        margin: 50px auto 2px !important;
    }
}

.hhfs-icon {
    height: 80px;
    width: 80px;
    border: 12px solid #ffe6f4;
    border-radius: 50%;
    background-color: #085e7d;
    margin: 0 auto;
    padding-top: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hhfs-icon i {
    color: #fff;
    font-size: 30px;
}

.hhfs-text h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-top: 20px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hhfs-text h4 {
        font-size: 16px;
        line-height: 18px;
        padding-top: 10px;
    }
}

.where-use-area {
    position: relative;
}

.where-use-area .section-text {
    margin-top: 100px;
}

.wha-img {
    position: relative;
    padding-top: 50px;
    padding-bottom: 180px;
    margin-bottom: 40px;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .wha-img {
        margin: 0 auto;
        text-align: center;
    }
}

.wha-img:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background-image: url("../img/bg/section-img-bg-5-3.png");
    left: -10%;
    width: 115%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}

.wha-img img {
    box-shadow: 0px 0px 20px 0px rgba(77, 83, 117, 0.1);
}

.how-it-works5 {
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 767px) {
    .how-it-works5 {
        padding: 50px 0px;
    }
}

.hiw-wrapper {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hiw-wrapper {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hiw-wrapper {
        text-align: center;
    }
}

.hiw-video {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hiw-video {
        text-align: center;
    }
}

.hiw-video iframe {
    width: 600px;
    height: 600px;
    margin-bottom: -10px;
    border: none;
}

@media (max-width: 767px) {
    .hiw-video iframe {
        width: 320px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

.hiw-text {
    position: relative;
    float: right;
    max-width: 625px;
    margin-top: 70px;
    margin-left: -125px;
    z-index: 1;
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(131, 136, 171, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hiw-text {
        margin-left: auto;
        margin-right: auto;
        float: unset;
    }
}

@media (max-width: 991px) {
    .hiw-text {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }
}

.hiw11 {
    padding-top: 120px;
    padding-bottom: 80px;
}

.counter-area {
    position: relative;
    background-image: url(../img/bg/fun-fact-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.counter-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.counter-area .section-text {
    margin: 30px auto;
}

.counter-area .section-text p {
    color: #fff;
}

.counter-area .section-text .section-title h3 {
    color: #fff;
}

@media (max-width: 767px) {
    .counter-up-wrapper {
        margin-bottom: 50px;
    }
}

.counter-up-wrapper table {
    position: relative;
    text-align: center;
    border: 1px solid #085e7d;
    margin-bottom: 0px;
}

.counter-up-wrapper table tr td {
    position: relative;
    width: 50%;
    border-color: #085e7d;
    padding: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 479px) {
    .counter-up-wrapper table tr td {
        width: 100%;
        display: block;
    }
}

.counter-up-wrapper table tr td:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    background-color: #085e7d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.counter-up-wrapper table tr td:hover:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.single-counter-up {
    position: relative;
    max-width: 290px;
    margin: 10px auto;
    padding: 5px 0px;
}

.single-counter-up:hover .scu-icon {
    transform: scaleX(-1);
}

.scu-icon {
    padding: 5px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scu-icon i {
    font-size: 40px;
    color: #fff;
    line-height: 10px;
}

@media (max-width: 991px) {
    .scu-icon i {
        font-size: 40px;
    }
}

.scu-counter .counter-up {
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin: 5px auto;
    display: block;
}

.scu-counter p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}

@media (max-width: 991px) {
    .scu-counter p {
        font-size: 18px;
        line-height: 18px;
    }
}

.fun-fact2-area {
    position: relative;
    background-color: #f5f8fd;
    padding: 50px 0px;
}

.fun-fact2-area .counter-up-wrapper table {
    border: none;
}

.fun-fact2-area .counter-up-wrapper table tr td {
    border-color: #dbe8ff;
}

.fun-fact2-area .counter-up-wrapper table tr td .scu-icon i {
    color: #085e7d;
}

.fun-fact2-area .counter-up-wrapper table tr td .scu-counter .counter-up {
    color: #4d5375;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fun-fact2-area .counter-up-wrapper table tr td .scu-counter p {
    color: #4d5375;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fun-fact2-area .counter-up-wrapper table tr td:hover .scu-icon i {
    color: #fff;
}

.fun-fact2-area .counter-up-wrapper table tr td:hover .scu-counter .counter-up {
    color: #fff;
}

.fun-fact2-area .counter-up-wrapper table tr td:hover .scu-counter p {
    color: #fff;
}

@media (max-width: 479px) {
    .fun-fact2-area .counter-up-wrapper table tr td {
        border: none;
    }
}

.fun-fact2-area .counter-up-wrapper table tr:first-child td {
    border-top: none;
}

.fun-fact2-area .counter-up-wrapper table tr:first-child td:first-child {
    border-left: none;
}

.fun-fact2-area .counter-up-wrapper table tr:first-child td:nth-child(2) {
    border-right: none;
}

.fun-fact2-area .counter-up-wrapper table tr:nth-child(2) td {
    border-bottom: none;
}

.fun-fact2-area .counter-up-wrapper table tr:nth-child(2) td:first-child {
    border-left: none;
}

.fun-fact2-area .counter-up-wrapper table tr:nth-child(2) td:nth-child(2) {
    border-right: none;
}

.ff2-img {
    margin-top: -100px;
    margin-bottom: -100px;
}

@media (max-width: 991px) {
    .ff2-img {
        margin: 0 auto;
    }
}

.ff2-img .sIs-1-wrapper {
    background-color: transparent;
    text-align: left;
}

@media (max-width: 767px) {
    .ff2-img .sIs-1-wrapper {
        max-width: 300px;
        margin: 40px auto;
    }
}

.ff2-img .sIs-1-wrapper img {
    height: 740px;
    box-shadow: 0px 0px 24px 0px rgba(115, 123, 186, 0.26);
    border-radius: 61px;
}

@media (max-width: 767px) {
    .ff2-img .sIs-1-wrapper img {
        height: 480px;
        border-radius: 35px;
    }
}

.ff2-img .sIs-1-wrapper ul.sts-1-features li {
    margin: 25px 0 50px auto;
}

.ff2-img .sIs-1-wrapper ul.sts-1-features li:nth-child(2) {
    margin-right: -10px;
}

.fun-fact3-area {
    position: relative;
    background-image: url(../img/bg/fun-fact-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 100px 0px;
}

.fun-fact3-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
}

.cuw-2 table {
    border-color: #fff;
    border-bottom: 0;
    border-top: 0;
}

.cuw-2 table tr td {
    width: 25%;
    border-color: #fff;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 767px) {
    .cuw-2 table tr td {
        width: 100% !important;
        display: block;
        border: none;
        text-align: center;
    }
}

.cuw-2 table tr td:first-child {
    border-left-color: transparent;
}

.cuw-2 table tr td:last-child {
    border-right-color: transparent;
}

.cuw-2 table tr td .scu-icon {
    position: absolute;
    left: 30px;
    top: 40px;
}

@media (max-width: 991px) {
    .cuw-2 table tr td .scu-icon {
        left: 20px;
        top: 28px;
    }
}

.cuw-2 .single-counter-up {
    padding-left: 65px;
}

.cuw-2 .single-counter-up .scu-counter span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    font-size: 46px;
    font-weight: 600;
    line-height: 30px;
    margin: 5px auto;
    display: inline-block;
}

@media (max-width: 991px) {
    .cuw-2 .single-counter-up .scu-counter span {
        font-size: 26px;
        line-height: 28px;
        margin: 0 auto;
    }
}

.cuw-2 .single-counter-up .scu-icon i {
    font-size: 54px;
    color: #fff;
    line-height: 50px;
}

.funFact-img {
    position: relative;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -350px;
    padding-bottom: 50px;
}

.fFa-8 {
    margin-top: 200px;
    margin-bottom: 100px;
}

.counter8 {
    position: relative;
    margin-bottom: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter8 {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .counter8 {
        margin: 0 auto;
    }
}

.counter8 table {
    border: none;
}

.counter8 table tr td {
    width: 25%;
    max-width: 240px;
    margin: 15px;
    display: inline-block;
    border: none;
    background-color: #f5f6f7;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .counter8 table tr td {
        width: 100%;
        margin: 25px auto;
    }
}

.counter8 table tr td:first-child {
    margin-left: 0px;
}

.counter8 table tr td:last-child {
    margin-right: 0px;
}

.counter8 table tr td:hover .scu-icon i {
    color: #fff;
}

.counter8 table tr td:hover .counter-up,
.counter8 table tr td:hover p {
    color: #fff;
}

.counter8 .single-counter-up {
    padding: 25px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter8 .single-counter-up {
        padding: 0px;
    }
}

.counter8 .single-counter-up .scu-icon i {
    color: #464553;
}

.counter8 .scu-counter p {
    color: #464553;
}

.counter8 .scu-counter .counter-up {
    color: #464553;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter8 .scu-counter .counter-up {
        font-size: 24px;
        line-height: 26px;
    }
}

.navaratnalu-area {
    position: relative;
    padding: 20px 0px;
    background: url(../img/so-white.png)
}

.navaratnalu-area .section-text {
    margin-top: 40px;
    max-width: 470px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navaratnalu-area .section-text {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .navaratnalu-area .section-text {
        text-align: center;
        margin: 0 auto;
    }
}

.navaratnalu-logo {
    position: relative;
}

ul.ilogo-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    max-width: 540px;
    height: 540px;
    margin: 25px auto;
}

@media (max-width: 991px) {
    ul.ilogo-list {
        height: 350px;
        text-align: center;
    }
}

ul.ilogo-list li {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 15px;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
    ul.ilogo-list li {
        position: relative;
        display: inline-block !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        right: unset !important;
        max-width: 70px;
        width: 50%;
        margin: 15px;
    }
}

ul.ilogo-list li:hover {
    /* background:-webkit-linear-gradient(-49deg, #008e46 0%, #0266b4 100%); */
    transform: rotate(360deg);
}

ul.ilogo-list li:first-child {
    top: calc(0% - 0px);
    left: calc(35% - 35px);
    background: #fff;
    border-radius: 50%;
}

ul.ilogo-list li:nth-child(2) {
    top: 0;
    left: calc(63% - 35px);
}

ul.ilogo-list li:nth-child(3) {
    right: 7%;
    top: 100px;
}

ul.ilogo-list li:nth-child(4) {
    right: 0;
    top: calc(50% - 35px);
}

ul.ilogo-list li:nth-child(5) {
    right: 10%;
    bottom: 80px;
}

ul.ilogo-list li:nth-child(6) {
    bottom: 0;
    left: calc(50% - 35px);
}

ul.ilogo-list li:nth-child(7) {
    left: 10%;
    bottom: 80px;
}

ul.ilogo-list li:nth-child(8) {
    left: 0;
    top: calc(50% - 35px);
}

ul.ilogo-list li:nth-child(9) {
    left: 8%;
    top: 100px;
}

ul.ilogo-list li img {
    height: 50px;
    width: 50px;
}

ul.ilogo-list li:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.navaratnalu-10 {
    padding-top: 0px;
}

.invention-area .section-title {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .invention-area {
        overflow: hidden;
    }
}

.invention-img {
    margin-right: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .invention-img {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .invention-img {
        margin-right: auto;
        margin-left: auto;
    }
}

.testimonial-area {
    position: relative;
}

.testimonial-wrapper {
    position: relative;
}

.single-testimonial {
    position: relative;
    width: 100%;
}

.testi-avatar {
    position: relative;
    max-width: 400px;
    width: 40%;
    display: inline-block;
}

@media (max-width: 991px) {
    .testi-avatar {
        display: none;
    }
}

.testi-text {
    position: relative;
    max-width: 650px;
    width: 100%;
    float: right;
    margin: 100px auto 0px;
    padding: 60px 0px 0px;
}

@media (max-width: 991px) {
    .testi-text {
        width: 100%;
        padding-bottom: 0px;
        margin: 0px auto;
        padding: 0px 0px 60px;
    }
}

.testi-text p {
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 30px;
}

.tclients-name {
    position: relative;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #707383;
}

.tclients-name span {
    position: absolute;
    right: 0;
    font-size: 16px;
}

.tclients-name span:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 1px;
    background-color: #707383;
    bottom: 8px;
    right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tclients-name span:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .tclients-name span:before {
        display: none;
    }
}

.tclients-designation {
    font-size: 16px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 5px auto;
}

.testimonial-carousel .owl-dots {
    display: none;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -65px;
    left: 40%;
    margin-left: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-nav {
        display: none;
    }
}

.testimonial-carousel .owl-nav [class*=owl-] {
    height: 30px;
    font-size: 30px;
    width: 30px;
    padding: 0;
    border-radius: 0px;
    margin: 9px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.testimonial-carousel .owl-nav [class*=owl-] i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -1px;
    color: #00818e;
}

.testimonial-carousel .owl-nav [class*=owl-]:hover {
    color: #00818e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.single-2testimonial {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

.single-2testimonial .s2t-text {
    position: relative;
    background-color: #f5f8fd;
    padding: 10px 30px;
    border-radius: 10px;
}

.single-2testimonial .s2t-text p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-2testimonial .s2t-text p {
        font-size: 12px;
        line-height: 16px;
        margin: 12px auto;
    }
}

.single-2testimonial .s2t-text:after {
    position: absolute;
    content: '';
    background-color: #f5f8fd;
    bottom: -12px;
    left: 25px;
    height: 25px;
    width: 25px;
    transform: rotate(45deg);
}

.single-2testimonial .s2t-client {
    position: relative;
    width: 100%;
    padding-left: 100px;
    padding-top: 15px;
    min-height: 80px;
    margin: 40px auto;
}

.single-2testimonial .s2t-client:hover img {
    border: 4px solid #fe315d;
}

.single-2testimonial .s2t-client img {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: .2s ease;
}

.single-2testimonial .s2t-client h5 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-2testimonial .s2t-client h5 {
        font-size: 16px;
        line-height: 20px;
        margin: 5px auto;
    }
}

.single-2testimonial .s2t-client p {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-2testimonial .s2t-client p {
        font-size: 13px;
        line-height: 18px;
        margin: 5px auto;
    }
}

.single-2testimonial .owl-nav {
    display: none;
}

.single-2testimonial .owl-dots {
    display: none;
}

.testimonial-area3 {
    position: relative;
    padding: 100px 0px;
}

.testimonial3-carousel .s3t-client-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-carousel .s3t-client-thumb {
        margin-bottom: 5px;
    }
}

.testimonial3-carousel .s3t-client-thumb img {
    width: 80px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-carousel .s3t-client-thumb img {
        width: 50px;
    }
}

.testimonial3-carousel .owl-nav,
.testimonial3-carousel .owl-dots {
    display: none;
}

.single-3testimonial {
    position: relative;
    background-color: #fafaff;
    padding: 40px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-3testimonial {
        padding: 15px 12px;
    }
}

.single-3testimonial:before {
    position: absolute;
    content: '';
    height: 380px;
    width: 380px;
    bottom: -50px;
    right: -100px;
    border-radius: 50%;
    background-color: #faf2f4;
    z-index: -1;
}

.s3t-text {
    position: relative;
}

.s3t-text:before {
    position: absolute;
    content: '\f10e';
    font-family: fontAwesome;
    top: -10px;
    right: -20px;
    color: #fff;
    font-size: 65px;
    z-index: -1;
}

.s3t-text p {
    font-size: 16px;
    font-style: initial;
    line-height: 22px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s3t-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.s3t-client h5 {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #4d5375;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s3t-client h5 {
        font-size: 14px;
        line-height: 18px;
    }
}

.s3t-client p {
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s3t-client p {
        font-size: 12px;
        line-height: 14px;
    }
}

.testimonial8-wrapper {
    position: relative;
}

.testimonial8-carousel .single-testimonial8 .testi-avatar {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin-bottom: -60px;
    margin-left: 25px;
    z-index: 1;
}

.testimonial8-carousel .single-testimonial8 .testi-avatar img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.testimonial8-carousel .single-testimonial8 .testi-text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 20px 30px 100px;
    background-color: #fafafa;
    border-radius: 10px;
}

.testimonial8-carousel .single-testimonial8 .testi-text p {
    margin-bottom: 25px;
}

.testimonial8-carousel .single-testimonial8 .testi-text:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background-color: #6b6b7c;
    left: 28px;
    top: 85px;
}

.testimonial8-carousel .owl-dots,
.testimonial8-carousel .owl-nav {
    display: none;
}

.pricing-area {
    position: relative;
}

.pricing-button {
    position: relative;
    text-align: center;
}

ul.ptb-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    border-radius: 10px;
    margin: 10px auto;
    background-color: #f2faff;
    box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

ul.ptb-list li {
    display: inline-block;
    margin: 0px -3px;
}

ul.ptb-list li button {
    border: none;
}

.pt-filter-btn {
    background-color: transparent;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px 20px;
    cursor: pointer;
    color: #717484;
    letter-spacing: 0px;
    font-weight: 600;
}

.pt-filter-btn:focus {
    outline: none;
}

.pt-filter-btn.active {
    color: #fff;
}

.pricing-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
}

.pricing-content .single-login {
    display: none;
    opacity: 0;
}

@media (max-width: 991px) {
    .pricing-content {
        padding: 50px 0px;
    }
}

.pricing-content .single-login.active {
    display: inline-block;
    opacity: 1;
}

.single-login {
    position: relative;
    /* max-width: 370px; */
    width: 100%;
    background-color: #f2faff;
    padding: 0px 25px 25px;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 40px 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .single-login {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}

.s-pricing-icon {
    background-color: #4d5375;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px rgba(113, 107, 150, 0.49);
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.s-pricing-icon i {
    color: #fff;
    font-size: 50px;
    line-height: initial;
    text-align: center;
}

.spricing-info {
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.spricing-info a {
    display: inline-block;
}

.spi-head {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5e1f2;
}

.spi-head h3 {
    font-size: 52px;
    line-height: 50px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-weight: 600;
}

.spi-head h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spi-head h4 {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

.spi-head p {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.spi-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 30px auto;
}

ul.spi-list li {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    margin: 15px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.spi-list li {
        font-size: 14px;
        margin: 8px auto;
    }
}

.single-login.focused {
    border-radius: 15px;
    background-color: #f2faff;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.15);
    z-index: 1;
    margin: 25px -25px 80px;
}

.single-login.focused .spricing-info a {
    background-color: #085180;
}

.pricing2-area {
    position: relative;
    overflow: hidden;
}

.pricing2-area .section-text {
    margin-top: 160px;
    max-width: 460px;
    margin-left: auto;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .pricing2-area .section-text {
        margin: 40px auto;
        text-align: center;
    }
}

.princing-2-content {
    position: relative;
    padding: 25px 0px;
}

@media (max-width: 479px) {
    .princing-2-content {
        margin-right: 0;
        text-align: center;
    }
}

.princing-2-content:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 120%;
    left: -15%;
    top: 0;
    background-image: url(../img/bg/pricing2-shape-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.p2c-single {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    transition: 1s ease;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 184, 0.09);
    opacity: .5;
    transform: scale(0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p2c-single {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p2c-single {
        max-width: 220px;
    }
}

.p2c-single:first-child {
    margin-right: -180px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p2c-single:first-child {
        margin-right: -280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p2c-single:first-child {
        margin-right: -340px;
    }
}

@media (max-width: 767px) {
    .p2c-single:first-child {
        margin-right: -245px;
    }
}

@media (max-width: 479px) {
    .p2c-single:first-child {
        margin-right: -350px;
    }
}

.p2c-single .p2cs-icon {
    position: relative;
    margin: 25px auto;
}

.p2c-single .p2cs-icon i {
    font-size: 60px;
    color: #fd3b4c;
}

.p2c-single .spi-head {
    border: none;
    padding-bottom: 0px;
}

.p2c-single ul.spi-list {
    margin: 25px auto;
}

.p2c-single .spi-pricing {
    position: relative;
    margin: 25px auto;
    max-width: 200px;
    padding: 20px 0px;
}

.p2c-single .spi-pricing h3 {
    font-size: 40px;
    letter-spacing: 0px;
}

.p2c-single .spi-pricing p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
}

.p2c-single .spi-pricing:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-image: url(../img/bg/pricing2-shape-bg-mini-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.p2c-single.active {
    transition: 1s ease;
    z-index: 1;
    transform: scaleX(1);
    opacity: 1;
}

#p2Compare {
    cursor: pointer;
}

.price3s {
    opacity: .4;
    transform: scale(1);
}

.p2c-single.price3s {
    margin: 50px auto;
}

.pricing3-content {
    position: relative;
    text-align: center;
}

.price3s.active {
    opacity: 1;
    transform: scale(1.1, 1.2);
}

.pricing8-area {
    position: relative;
}

@media (max-width: 767px) {
    .pricing8-area {
        text-align: center;
    }
}

.pricing8-area .section-text {
    margin: 60px auto;
    padding-top: 25px;
}

.p8s {
    background-color: #ff128a;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p8s:first-child {
        margin-right: -200px;
    }
}

.p8s .spi-head h4 {
    color: #fff;
}

.p8s .spi-pricing {
    border-bottom: 5px dashed #ff4a79;
}

.p8s .spi-pricing:before {
    display: none;
}

.p8s .spricing-info h3,
.p8s .spricing-info p {
    color: #fff;
}

.p8s .spricing-info a {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    position: relative;
}

.p8s .spricing-info a:before {
    position: absolute;
    content: '';
    left: -35px;
    top: -10px;
    height: 140%;
    width: 240%;
    background-image: url(../img/bg/pricing8-shape-bg.png);
    background-size: 100% 100%;
    z-index: -1;
}

.p8s ul.spi-list li {
    color: #fff;
}

.pricing10 {
    padding-top: 100px;
}

.pricing10 .pricing-content {
    padding-bottom: 0px;
}

.single-blog {
    position: relative;
}

.sb-V1 {
    max-width: 540px;
    margin: 30px auto;
}

.sb-V1 .sb-text {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    max-width: 500px;
    margin: -103px auto 0px;
    padding: 30px;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb-V1 .sb-text {
        padding: 30px;
    }
}

.sb-V1 .sb-text h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px auto;
    color: #4d5375;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb-V1 .sb-text h4 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .sb-V1 .sb-text h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

.sb-V1 .sb-text h4 a {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px auto;
    color: #4d5375;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb-V1 .sb-text h4 a {
        font-size: 14px;
        line-height: 18px;
        margin: 5px auto;
    }
}

@media (max-width: 767px) {
    .sb-V1 .sb-text h4 a {
        font-size: 18px;
        line-height: 24px;
    }
}

.sb-V1 .sb-text p {
    font-size: 16px;
    line-height: 24px;
    color: #707383;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb-V1 .sb-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

ul.sb-meta {
    position: relative;
    padding: 0;
    list-style-type: none;
}

ul.sb-meta li,
ul.sb-metali a {
    display: inline-block;
    letter-spacing: 0px;
    font-size: 16px;
    color: #707383;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.sb-meta li,
    ul.sb-metali a {
        font-size: 14px;
    }
}

ul.sb-meta li {
    position: relative;
    margin-right: 12px;
}

ul.sb-meta li:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    right: -10px;
    background-color: #717484;
    transform: rotate(20deg);
}

ul.sb-meta li:last-child:after {
    display: none;
}

.sb-V1 .sb-text>a {
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: underline;
    display: inline-block;
    margin: 15px auto 0px;
    color: #085180;
}

.sb-V1.T_only .sb-text {
    margin: 30px auto;
    background-color: #f9fcff;
    max-width: 540px;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sb-V1.T_only .sb-text:hover {
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.15);
}

.recent-blog-area {
    position: relative;
}

.single-blogV2 {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
}

.single-blogV2 .sblog-img {
    margin-bottom: 25px;
}

@media (max-width: 479px) {
    .single-blogV2 .sblog-img {
        margin-bottom: 10px;
    }
}

.single-blogV2 .sblog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #fff;
    padding: 12px 5px;
}

.single-blogV2 .sblog-date span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    min-width: 65px;
    text-align: center;
    border-bottom: 1px solid #dcdcde;
}

.single-blogV2 .sblog-date span:last-child {
    border-bottom: none;
}

.single-blogV2 .sblog-content .sblog-cat {
    position: relative;
    margin-bottom: 5px;
}

.single-blogV2 .sblog-content .sblog-cat a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #8d8caa;
    font-weight: 500;
}

@media (max-width: 479px) {
    .single-blogV2 .sblog-content .sblog-cat a {
        font-size: 14px;
    }
}

.single-blogV2 .sblog-content .sblog-text h4 a {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #43426f;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-blogV2 .sblog-content .sblog-text h4 a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV2 .sblog-content .sblog-text h4 a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 479px) {
    .single-blogV2 .sblog-content .sblog-text h4 a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

.single-blogV2 .sblog-content .sblog-text p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #8d8caa;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-blogV2 .sblog-content .sblog-text p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV2 .sblog-content .sblog-text p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 479px) {
    .single-blogV2 .sblog-content .sblog-text p {
        font-size: 12px;
        line-height: 16px;
    }
}

.single-blogV2 .sblog-author {
    position: relative;
    min-height: 50px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.single-blogV2 .sblog-author .sba-img {
    position: absolute;
    left: 0;
    top: 0;
}

.single-blogV2 .sblog-author .sba-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.single-blogV2 .sblog-author p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #acacbf;
}

.single-blogV2 .sblog-author p a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #acacbf;
}

.single-blogV2 ul.sb-lc-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 40%;
    float: right;
    margin-top: 10px;
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-blogV2 ul.sb-lc-list {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV2 ul.sb-lc-list {
        width: 100%;
        text-align: left;
        float: unset;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .single-blogV2 ul.sb-lc-list {
        width: 30%;
        float: right;
        text-align: right;
    }
}

.single-blogV2 ul.sb-lc-list li {
    display: inline-block;
    letter-spacing: 0px;
    margin: 5px;
    font-size: 14px;
}

.single-blogV3 {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
}

.sb3-head {
    position: relative;
}

.sb3-cat_share {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background-color: #fd5626;
}

.sb3-cat_share .sb3-cat {
    position: relative;
    width: 60%;
    float: left;
}

.sb3-cat_share .sb3-cat a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 10px 15px;
}

.sb3-cat_share .sb3-cat a i {
    font-size: 14px;
    margin-right: 5px;
}

.sb3-cat_share .sb3-share {
    position: relative;
    width: 40%;
    height: 100%;
    float: right;
    text-align: right;
}

.sb3-cat_share .sb3-share ul.sb3s-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

.sb3-cat_share .sb3-share ul.sb3s-list li {
    display: inline-block;
    height: 100%;
    margin-left: -6px;
}

.sb3-cat_share .sb3-share ul.sb3s-list li a {
    display: block;
    font-size: 20px;
    padding: 15px;
    background-color: #ff0f8e;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sb3-cat_share .sb3-share ul.sb3s-list li a {
        font-size: 16px;
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb3-cat_share .sb3-share ul.sb3s-list li a {
        font-size: 16px;
        padding: 15px 5px;
    }
}

@media (max-width: 767px) {
    .sb3-cat_share .sb3-share ul.sb3s-list li a {
        padding: 15px 10px;
    }
}

.sb3-cat_share .sb3-share ul.sb3s-list li a:hover {
    background-color: #fd5626;
}

.sb3-text {
    position: relative;
    margin: 20px auto;
    border-bottom: 1px solid #e0dee9;
}

.sb3-text h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #4d5375;
    font-weight: 500;
    line-height: 34px;
    margin: 20px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sb3-text h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb3-text h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

.sb3-text p {
    font-size: 16px;
    line-height: 20px;
    color: #707383;
    margin: 20px auto;
}

.sb3-bottom {
    position: relative;
    min-height: 50px;
}

.sb3-bottom .sb3-author {
    position: relative;
    padding-left: 65px;
    padding-top: 5px;
}

.sb3-bottom .sb3-author>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.sb3-bottom .sb3-author h5 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #4d5375;
    font-weight: 500;
}

.sb3-bottom .sb3-author .sb3-date {
    position: relative;
    padding-left: 20px;
}

.sb3-bottom .sb3-author .sb3-date i {
    position: absolute;
    left: 0;
    top: 0;
    color: #707383;
}

.sb3-bottom .sb3-author .sb3-date p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 16px;
    font-weight: 600;
    color: #707383;
}

.sb3-playerAudio {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
}

.sb3-playerAudio audio {
    width: 100%;
    background-color: #f1f3f4;
}

.sb3AudioPlayPause {
    position: absolute;
    background-color: transparent;
    border: none;
    color: #fd4838;
    bottom: 6px;
    left: 16px;
    opacity: 0;
    cursor: pointer;
}

.sb3AudioPlayPause :focus {
    outline: none;
}

.sb3-thumb {
    position: relative;
    background-color: #f3f3f3;
}

.sb3Audio-wave {
    position: relative;
    padding-bottom: 145px;
    padding-top: 40px;
    margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sb3Audio-wave {
        padding-bottom: 86px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb3Audio-wave {
        padding-bottom: 86px;
        padding-top: 0px;
    }
}

.sb3-wave {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    max-width: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sb3-wave {
        height: 65px;
    }
}

.sb3-wave span {
    display: block;
    bottom: 0px;
    width: 2px;
    height: 10px;
    background: #579bea;
    position: absolute;
    -webkit-animation: audio-wave 2s infinite ease-in-out;
    animation: audio-wave 2s infinite ease-in-out;
}

.sb3-wave span:nth-child(1) {
    left: 6px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sb3-wave span:nth-child(2) {
    left: 12px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sb3-wave span:nth-child(3) {
    left: 18px;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.sb3-wave span:nth-child(4) {
    left: 24px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.sb3-wave span:nth-child(5) {
    left: 30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.sb3-wave span:nth-child(6) {
    left: 36px;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.sb3-wave span:nth-child(7) {
    left: 42px;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.sb3-wave span:nth-child(8) {
    left: 48px;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.sb3-wave span:nth-child(9) {
    left: 54px;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.sb3-wave span:nth-child(10) {
    left: 60px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sb3-wave span:nth-child(11) {
    left: 66px;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.sb3-wave span:nth-child(12) {
    left: 72px;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.sb3-wave span:nth-child(13) {
    left: 78px;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.sb3-wave span:nth-child(14) {
    left: 84px;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.sb3-wave span:nth-child(15) {
    left: 90px;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.sb3-wave span:nth-child(16) {
    left: 96px;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.sb3-wave span:nth-child(17) {
    left: 102px;
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s;
}

.sb3-wave span:nth-child(18) {
    left: 108px;
    -webkit-animation-delay: 5.399999999999999s;
    animation-delay: 5.399999999999999s;
}

.sb3-wave span:nth-child(19) {
    left: 114px;
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s;
}

.sb3-wave span:nth-child(20) {
    left: 120px;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.sb3-wave span:nth-child(21) {
    left: 126px;
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s;
}

.sb3-wave span:nth-child(22) {
    left: 132px;
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s;
}

.sb3-wave span:nth-child(23) {
    left: 138px;
    -webkit-animation-delay: 6.899999999999999s;
    animation-delay: 6.899999999999999s;
}

.sb3-wave span:nth-child(24) {
    left: 144px;
    -webkit-animation-delay: 7.199999999999999s;
    animation-delay: 7.199999999999999s;
}

.sb3-wave span:nth-child(25) {
    left: 150px;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.sb3-wave span:nth-child(26) {
    left: 156px;
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s;
}

.sb3-wave span:nth-child(27) {
    left: 162px;
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s;
}

.sb3-wave span:nth-child(28) {
    left: 168px;
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s;
}

.sb3-wave span:nth-child(29) {
    left: 174px;
    -webkit-animation-delay: 8.7s;
    animation-delay: 8.7s;
}

.sb3-wave span:nth-child(30) {
    left: 180px;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.stopedWave span {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes audio-wave {
    0% {
        height: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        height: 60px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        height: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        height: 10px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes audio-wave {
    0% {
        height: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        height: 60px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        height: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        height: 10px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.blog-pagination {
    position: relative;
    text-align: center;
}

.blog-pagination nav {
    display: inline-block;
    margin-top: 60px;
}

.blog-pagination nav ul {
    position: relative;
}

.blog-pagination nav ul li {
    margin: 5px 2px;
}

.blog-pagination nav ul li a {
    font-size: 20px;
    color: #43426f;
    background-color: #f6f6ff;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    padding-top: 7px;
}

.blog-pagination nav ul li.active a {
    background-color: #085e7d !important;
    border-color: #085e7d !important;
}

.blog-pagination .pagination>li>a {
    border-radius: 50% !important;
    margin: 0 5px;
}

.single-blogV4 {
    position: relative;
    max-width: 767px;
    margin: 30px auto;
    background-color: #f8f7ff;
    padding: 30px;
}

.single-blogV4 .sb-text {
    position: relative;
}

.single-blogV4 .sb-text h4 {
    color: #4e4d5e;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 500;
    margin: 5px auto;
}

.single-blogV4 .sb-text h4 a {
    color: #4e4d5e;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 500;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV4 .sb-text h4 a {
        font-size: 16px;
        line-height: 22px;
        margin: 15px auto;
    }
}

@media (max-width: 767px) {
    .single-blogV4 .sb-text h4 a {
        font-size: 18px;
        line-height: 24px;
        margin: 15px auto;
    }
}

.single-blogV4 .sb-text p {
    color: #7e7e8d;
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV4 .sb-text p {
        font-size: 14px;
        line-height: 16px;
        margin: 10px auto;
    }
}

.single-blogV4 .sb-text ul.sb-meta {
    margin: 10px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blogV4 .sb-text ul.sb-meta {
        margin: 5px auto;
    }
}

.single-blogV4 .sb-text ul.sb-meta li:first-child {
    color: #085180;
}

.sblog-img {
    position: relative;
    width: 100%;
}

.sblog-img img {
    width: 100%;
}

.blog-v4-bottom {
    position: relative;
    margin-top: 20px;
    margin-bottom: -10px;
}

.blog-v4-bottom ul.sb-lc-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 40%;
    float: right;
    margin-top: 10px;
    text-align: right;
}

@media (max-width: 479px) {
    .blog-v4-bottom ul.sb-lc-list {
        width: 100%;
        float: unset;
        text-align: left;
    }
}

.blog-v4-bottom ul.sb-lc-list li {
    display: inline-block;
    letter-spacing: 0px;
    margin: 5px;
    font-size: 14px;
}

.blog-v4-bottom ul.sb-lc-list li a {
    display: block;
    letter-spacing: 0px;
    margin: 5px;
    font-size: 16px;
}

.blog-v4-bottom ul.sb-lc-list li a i {
    margin-right: 5px;
}

.sa-img {
    height: 70px;
    width: 70px;
    margin: 15px auto;
    border-radius: 50%;
    overflow: hidden;
}

.sa-img img {
    height: 100%;
    width: 100%;
}

.widget {
    position: relative;
    max-width: 350px;
    margin: 30px auto;
    background-color: #f8f7ff;
    padding: 15px;
}

.widget h4 {
    font-size: 20px;
    color: #4d5375;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px;
    margin: 5px auto;
}

.widget ul {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 20px auto;
}

.widget ul li {
    display: block;
    line-height: 24px;
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9f6;
}

.widget ul li a {
    font-size: 16px;
    color: #9398b1;
    letter-spacing: 0px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget ul li a {
        font-size: 14px;
    }
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget h4.widget-title {
    margin: 15px auto;
    text-align: center;
}

.sidebar-author {
    text-align: center;
}

@media (max-width: 767px) {
    .sidebar-author {
        margin-top: 80px;
    }
}

.sidebar-author span {
    font-size: 14px;
    letter-spacing: 0px;
    display: block;
    line-height: 16px;
    margin-bottom: 10px;
    color: #717484;
}

.sidebar-author p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #717484;
    line-height: 22px;
    max-width: 245px;
    margin: 15px auto;
}

.widget ul li span {
    letter-spacing: 0px;
    font-size: 16px;
    color: #9398b1;
}

.widget ul li span.bs-qty {
    float: right;
}

.popular_post_entries ul li {
    padding: 15px;
}

.popular_post_entries ul li a {
    display: block;
    color: #80849a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular_post_entries ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.popular_post_entries ul li .s-meta-date {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.tagcloud ul {
    padding: 5px 15px;
}

.tagcloud ul li {
    display: inline-block;
    border-bottom: none;
}

.tagcloud ul li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    background-color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .tagcloud ul li a {
        padding: 10px 20px;
    }
}

.sbt-img {
    position: relative;
    width: 100%;
    margin: 25px auto;
}

.sbt-img img {
    height: 400px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sbt-img img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .sbt-img img {
        height: 160px;
        margin-bottom: 20px;
    }
}

.blogitem-comments {
    position: relative;
    max-width: 767px;
    margin: 60px auto;
}

.blogitem-comments h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #4e4d5e;
    font-weight: 600;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c6df;
}

.tm-comment {
    position: relative;
    padding: 25px;
    margin: 25px auto;
    background-color: #f8f7ff;
}

.tm-comment-thumb {
    height: 65px;
    width: 65px;
    border-radius: 0px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.tm-comment-thumb img {
    height: 100%;
    width: 100%;
}

.tm-comment-content {
    position: relative;
    padding-left: 80px;
}

h6.tm-comment-authorname {
    font-size: 24px;
    letter-spacing: 0px;
    color: #7e7e8d;
    font-weight: 600;
    padding: 5px 0px;
}

span.tm-comment-date {
    font-size: 16px;
    letter-spacing: 0px;
    color: #7e7e8d;
}

.tm-comment-content p {
    font-size: 16px;
    color: #7e7e8d;
    padding: 12px 0px;
    line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-comment-content p {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 0px;
    }
}

@media (max-width: 479px) {
    .tm-comment-content p {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 0px;
    }
}

a.tm-comment-replybutton {
    font-size: 16px;
    letter-spacing: 0px;
    color: #7e7e8d;
}

a.tm-comment-replybutton i {
    margin-right: 5px;
}

.tm-comment-replypost {
    margin-left: 100px;
}

@media (max-width: 767px) {
    .tm-comment-replypost {
        margin-left: 25px;
    }
}

.blogitem-commentbox {
    position: relative;
    margin: 50px auto;
    max-width: 767px;
}

.blogitem-commentbox h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #4e4d5e;
    font-weight: 600;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c6df;
}

.tm-commentbox-singlefield {
    margin-bottom: 20px;
}

.tm-commentbox-singlefield .form-control {
    border: transparent;
    background-color: #f8f7ff;
    height: 50px;
    padding: 15px;
    font-size: 16px;
    color: #4d5375;
    letter-spacing: 0px;
    border-radius: 0px;
}

.tm-commentbox-singlefield textarea {
    height: 190px !important;
    border-radius: 0px;
}

.bdc-btn-box {
    text-align: left;
}

.tm-commentbox-singlefield button {
    font-size: 18px;
    height: 50px;
    color: #fff;
    background-color: #130e1c;
    letter-spacing: 0px;
    font-weight: 500;
    border: none;
    padding: 10px 25px;
    border-radius: 0px;
    cursor: pointer;
    min-width: 125px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tm-commentbox-singlefield button:hover {
    background-color: #085e7d;
}

.portfolio-area {
    position: relative;
    text-align: center;
}

.shuffleFilter label:focus,
.shuffleFilter label.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.psFilter {
    position: relative;
    margin: 25px auto 60px;
}

@media (max-width: 767px) {
    .psFilter {
        display: block;
    }
}

.psFilter label {
    position: relative;
    color: #36354a;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 17px;
    font-weight: 600;
    margin: 10px;
    padding: 2px;
}

@media (max-width: 767px) {
    .psFilter label {
        flex: unset !important;
    }
}

.psFilter label:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #36354a;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.psFilter label:hover:after {
    opacity: 1;
}

.psFilter label.active:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .portfolio-shuffle {
        text-align: center;
        max-width: 345px;
        margin: 0 auto;
    }
}

.single-shuffle {
    position: relative;
    max-width: 345px;
    margin: 15px auto;
    height: 345px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-shuffle {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-shuffle {
        height: 320px;
        width: 320px;
    }
}

.single-shuffle:hover .ssp-hover {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.ssp-hover {
    position: absolute;
    height: 0%;
    width: 0%;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    padding-top: calc(50% - 20px);
    background-color: rgba(54, 53, 74, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ssp-hover i {
    color: #fff;
    font-size: 30px;
}

.ssp-img {
    width: 100%;
    height: 100%;
}

.ssp-img img {
    height: 100%;
    width: 100%;
}

.Ssizer-element {
    z-index: -1;
}

@media (max-width: 767px) {
    .pShuffle2 {
        max-width: 270px;
        margin: 0 auto;
    }
}

.psFilter2 {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px auto 50px;
}

@media (max-width: 767px) {
    .psFilter2 {
        display: block;
    }
}

@media (max-width: 767px) {
    .psFilter2 label {
        flex: unset !important;
    }
}

.psFilter2 label.btn.active {
    background-color: #085180;
    color: #fff;
}

.psFilter2 label.btn {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 20px;
    color: #36354a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.psFilter2 label.btn:hover {
    background-color: #085180;
    color: #fff;
}

.sSf2 {
    max-width: 250px;
    height: 250px;
    margin: 15px 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sSf2 {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sSf2 {
        height: 210px;
        width: 210px;
    }
}

.sSf2 .ssp-hover {
    margin: 25px;
    padding-top: 25%;
    background-color: rgba(255, 255, 255, 0.9);
}

.sSf2 .ssp-hover i {
    color: #085180;
    border: 2px solid #085180;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    padding-top: 9px;
}

.sSf2 .ssp-hover h5 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #36354a;
    font-weight: 600;
    margin: 10px auto 0px;
}

.sSf2 .ssp-hover p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #36354a;
    font-weight: 600;
    line-height: 18px;
}

.sSf2:hover .ssp-hover {
    margin: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
}

.portfolio3-wrapper {
    position: relative;
    margin: 25px -15px;
    overflow: hidden;
}

.portfolio3-carousel {
    position: relative;
}

.portfolio3-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 35px);
    z-index: 1;
}

.portfolio3-carousel .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    width: 50px;
    padding-top: 9px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio3-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: calc(30% - 20px);
}

.portfolio3-carousel .owl-nav .owl-next {
    float: right;
    margin-right: calc(30% - 25px);
}

.portfolio3-carousel .owl-nav [class*=owl-]:hover {
    background-color: #085e7d;
    border-color: #085e7d;
}

.port3-single {
    height: 400px;
}

@media (max-width: 767px) {
    .port3-single {
        height: 300px;
    }
}

.port3-single img {
    height: 100%;
    width: 100%;
}

.pdp-img {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 30px auto;
}

.pdp-img img {
    width: 100%;
}

.pdp-text h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #4d5375;
    line-height: 28px;
    font-weight: 500;
    margin: 10px auto;
}

.pdp-text p {
    color: #717484;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    margin: 25px auto;
}

.pdp-next-prev {
    position: relative;
    margin: 30px auto;
    border-top: 1px solid #e4e4e9;
    padding: 30px 0px;
    width: 100%;
}

@media (max-width: 479px) {
    .pdp-next-prev {
        display: none;
    }
}

.pdp-next-prev a {
    position: relative;
    padding: 10px 80px;
    display: inline-block;
    width: calc(50% - 3px);
}

@media (max-width: 991px) {
    .pdp-next-prev a {
        padding: 2px 60px;
    }
}

.pdp-next-prev a i {
    color: #fff;
    background-color: #6d6d7e;
    padding: 20px;
    font-size: 25px;
    position: absolute;
    top: 0;
}

.pdp-next-prev a h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #6d6d7e;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 991px) {
    .pdp-next-prev a h5 {
        font-size: 16px;
    }
}

.pdp-next-prev a p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #6d6d7e;
    line-height: 22px;
}

@media (max-width: 991px) {
    .pdp-next-prev a p {
        font-size: 10px;
    }
}

.pdp-next-prev a.pdp-prev {
    text-align: left;
}

@media (max-width: 991px) {
    .pdp-next-prev a.pdp-prev {
        padding-right: 10px;
    }
}

.pdp-next-prev a.pdp-prev i {
    left: 0;
}

@media (max-width: 991px) {
    .pdp-next-prev a.pdp-prev i {
        font-size: 18px;
        padding: 16px;
    }
}

.pdp-next-prev a.pdp-next {
    text-align: right;
}

@media (max-width: 991px) {
    .pdp-next-prev a.pdp-next {
        padding-left: 10px;
    }
}

.pdp-next-prev a.pdp-next i {
    right: 0;
}

@media (max-width: 991px) {
    .pdp-next-prev a.pdp-next i {
        font-size: 18px;
        padding: 16px;
    }
}

.pdp-meta {
    position: relative;
    background-color: #085e7d;
    padding: 25px 20px;
    margin: 15px auto;
}

ul.pdp-m-list {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 0px auto;
}

ul.pdp-m-list li {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    line-height: 22px;
    margin: 10px auto;
    font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.pdp-m-list li {
        font-size: 14px;
        line-height: 16px;
    }
}

ul.pdp-m-list li span {
    font-weight: 700;
}

.single-services {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7f7f7;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services {
        padding: 15px;
    }
}

.single-services:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: rotate(200deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-services:hover:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: rotate(360deg);
    opacity: 1;
}

.single-services:hover h4,
.single-services:hover p,
.single-services:hover a {
    color: #fff;
}

.single-services:hover .s-single-icon {
    background-color: #fff;
    transform: rotate(-360deg);
}

.single-services:hover .s-single-icon i {
    color: #fd3752;
}

.s-single-icon {
    position: relative;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    padding-top: 25px;
    margin: 15px auto;
    background-color: #fd3752;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.s-single-icon i {
    font-size: 36px;
    color: #fff;
}

.s-single-text {
    position: relative;
}

.s-single-text h4 {
    font-size: 24px;
    color: #4d5375;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 15px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s-single-text h4 {
        font-size: 15px;
        font-size: 16px;
        line-height: 22px;
        margin: 10px auto;
    }
}

.s-single-text p {
    font-size: 16px;
    color: #707383;
    line-height: 24px;
    font-weight: 600;
    margin: 15px auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s-single-text p {
        font-size: 14px;
        margin: 0px auto;
        padding: 0;
        line-height: 20px;
    }
}

.s-single-text a {
    font-size: 16px;
    color: #707383;
    letter-spacing: 0px;
    text-decoration: underline;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s-single-text a {
        font-size: 14px;
    }
}

.faq-box .card {
    border: none;
    margin: 30px auto;
    background-color: #f8f9ff;
    border-radius: 5px !important;
    overflow: hidden;
}

.faq-box .card .card-header {
    padding: 0px;
    border: none;
}

.faq-box .card .card-header button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #4f505d;
    background-color: #f8f9ff;
    border: none;
    text-align: left;
    padding: 20px 10px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-box .card .card-header button {
        font-size: 12px;
        padding: 15px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-box .card .card-header button {
        font-size: 8px;
        padding: 15px 5px 15px 10px;
    }
}

@media (max-width: 767px) {
    .faq-box .card .card-header button {
        font-size: 10px;
    }
}

@media (max-width: 479px) {
    .faq-box .card .card-header button {
        padding: 15px 5px 15px 12px;
        font-size: 8px;
        font-weight: 700;
    }
}

.faq-box .card .card-header button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.faq-box .card .card-body {
    padding: 0px 15px 5px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-box .card .card-body {
        padding: 0px 5px 5px 15px;
    }
}

@media (max-width: 479px) {
    .faq-box .card .card-body {
        padding: 0px 15px 5px 12px;
    }
}

.faq-box .card .card-body p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-box .card .card-body p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .faq-box .card .card-body p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 479px) {
    .faq-box .card .card-body p {
        font-size: 10px;
        line-height: 18px;
    }
}

.accordion-header {
    padding: 5px;
    width: 100%;
    background-color: #5b6c88;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.accordion button.collapsed:after,
.accordion button:after {
    background-color: #6e7390;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    top: 0;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 16px;
    margin-top: -6px;
    margin-bottom: -10px;
}

@media (max-width: 991px) {
    .accordion button.collapsed:after,
    .accordion button:after {
        height: 20px;
        width: 20px;
        font-size: 10px;
        padding-top: 0px;
        margin-top: 0px;
    }
}

.accordion button:after {
    float: right !important;
    content: '\f068';
    font-family: fontAwesome;
    padding-right: 5px;
    background-color: #085e7d;
}

.accordion button.collapsed:after {
    float: right !important;
    content: '\f067';
    font-family: fontAwesome;
}
.contact-map {
    position: relative;
    margin: 50px auto;
}

.contact-formV1 {
    position: relative;
    margin: 10px auto;
    width: 100%;
}

.contact-formV1 form h4 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #26b653;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-formV1 form h4 {
        font-size: 24px;
        line-height: 26px;
    }
}

.contact-formV1 form .form-group {
    margin-bottom: 30px;
}

.contact-formV1 form input {
    color: #4d5375;
    font-size: 16px;
    letter-spacing: 0px;
    height: 50px;
    padding-left: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid #0ab23e;
}

.contact-formV1 form input:focus,
.contact-formV1 form textarea:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: #f7f7f7;
}

.contact-formV1 form textarea {
    color: #4d5375;
    font-size: 16px;
    letter-spacing: 0px;
    min-height: 100px;
    padding-left: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-color: transparent;
    padding-top: 15px;
    border: 1px solid #0ab23e;
}

.cf-btn {
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    background-color: #13142c;
    border-color: #13142c;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}

.cf-btn:hover {
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
}

.ca-single-icon-text {
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 15px;
}

.ca-single-icon-text:hover i {
    transform: scaleX(-1);
}

.ca-single-icon-text i {
    height: 55px;
    width: 55px;
    text-align: center;
    background-color: #085e7d;
    color: #fff;
    font-size: 30px;
    padding-top: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ca-single-icon-text p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #717484;
    line-height: 25px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ca-single-icon-text p {
        font-size: 14px;
        line-height: 18px;
    }
}

#googleMap {
    height: 460px;
    width: 100%;
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #717484;
    text-transform: capitalize;
}

.contact-formV2 {
    position: relative;
    max-width: 767px;
    margin: 25px auto;
}

.contact-formV2 h4 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #4d5375;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.contact-formV2 form {
    position: relative;
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 5px;
}

.contact-formV2 form input,
.contact-formV2 form textarea {
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    padding-left: 15px;
    border-color: transparent;
    background-color: #fff;
    margin-bottom: 25px;
    color: #3b3f54;
}

.contact-formV2 form label {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #3b3f54;
}

.contact-formV2 form textarea {
    height: 150px;
}

.contact-area {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

@media (max-width: 991px) {
    .contact-area {
        margin-bottom: -75px;
    }
}

.news-letter-box {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(77, 83, 117, 0.15);
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .news-letter-box {
        padding: 40px;
    }
}

form.nl-form {
    position: relative;
    max-width: 992px;
    margin: 0 auto;
}

form.nl-form input {
    width: 100%;
    font-size: 16px;
    height: 80px;
    padding: 25px;
    letter-spacing: 0px;
    border-radius: 10px;
    color: #717484;
    background-color: #fff;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border: none;
}

@media (max-width: 991px) {
    form.nl-form input {
        height: 60px;
        font-size: 12px;
    }
}

form.nl-form button {
    position: absolute;
    font-size: 30px;
    top: 4px;
    right: 4px;
    height: 72px;
    width: 90px;
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: #085180;
}

@media (max-width: 991px) {
    form.nl-form button {
        height: 52px;
        font-size: 24px;
        width: 65px;
    }
}

form.nl-form button:hover {
    cursor: pointer;
}

form.nl-form button:focus {
    outline: none;
}

.footer-area {
    position: relative;
    background-image: url("../img/bg/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
        padding: 25px 0px 0px;
    }
}

.footer-logo {
    position: relative;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.footer-logo img {
    display: inline-block;
    width: 300px;
}

@media (max-width: 767px) {
    .footer-text {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-area {
        position: relative;
        background-color: #0269AB;
        background-image: url(../img/bg/footer-bg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0% 95%;
    }
}

.footer-widgeet-area {
    position: relative;
    display: flex;
    padding: 40px 0px 20px;
}

@media (max-width: 991px) {
    .footer-widgeet-area {
        display: block;
        padding: 45px 0px 45px;
    }
}

.footer-links-wrapper {
    position: relative;
    /* margin: 0px -15px; */
    margin: 0px 0px 150px 0px;
    display: flex;
}

@media (max-width: 767px) {
    .footer-links-wrapper {
        display: block;
        margin: 0px;
        text-align: center;
    }
    .footer-links-wrapper .footer-widget {
        margin-bottom: 50px;
    }
}

.footer-widget {
    position: relative;
    display: inline-block;
}

.footer-widget .contact li p {
    color: #fff !important;
    margin-left: 25px;
    margin-bottom: 10px;
}

.footer-widget .contact li i {
    color: #fff !important;
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: left;
    float: left;
    padding-top: 2px;
}

.footer-widget .contact .social i {
    text-align: center;
    line-height: 14px;
    line-height: 22px;
}

.footer-widget .contact .social .facebook {
    background: #3A5899;
    border: 1px solid #fff;
}

.footer-widget .contact .social .twitter {
    background: #00ADED;
    border: 1px solid #fff;
}

.footer-widget .contact .social .instagram {
    background: #BE3982;
    border: 1px solid #fff;
}

.footer-widget .contact .social .youtube {
    background: #BB0000;
    border: 1px solid #fff;
}

.footer-widget .contact .social .google {
    background: #DD4A38;
    border: 1px solid #fff;
}

.footer-widget h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-widget h4 {
        text-align: center;
    }
}

.footer-widget p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Mandali', serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 12px;
    }
}

.footer-links ul.fl-address {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .footer-links {
        width: 50%;
        max-width: 200px;
    }
}

.footer-links ul.fl-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.footer-links ul.fl-list li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #d3caef;
}

.footer-links ul.fl-list li:before {
    content: "\f105";
    margin-right: 10px;
    font-family: 'FontAwesome';
}

.footer-links ul.fl-list li a {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-links ul.fl-list li a {
        font-size: 12px;
        line-height: 22px;
    }
}

.footer-links ul.fl-list li a:hover {
    color: #fff;
}

.footer-copyright-area {
    position: relative;
    text-align: center;
    padding: 15px 0px;
    background-color: #009357;
}

.footer-copyright-area p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
}

.footer-copyright-area p a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
}

.footer-copyright-area p a:hover {
    color: #085e7d;
}

.login .card {
    position: relative;
    display: block;
    z-index: 99;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
    margin: 5px 35px;
    border-top: 4px solid #0266b4;
    border-bottom: 4px solid #008e46;
    border-radius: 1.2rem;
}

.login .card .card-body h3 {
    color: #0266b4 !important;
    font-family: 'Sree Krushnadevaraya', serif;
}

.navaratnalu-bg {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center center !important;
    height: 570px;
    max-height: 570px;
    overflow: hidden;
}

.captcha {
    color: #fff;
    padding: 10px 10px;
    letter-spacing: 7px;
    text-align: center;
}

.login h4 {
    font-size: 18px !important;
    font-family: "Poppins", sans-serif !important;
}

.login .form-group .user:after {
    content: "\f007";
    font-family: 'FontAwesome';
    position: relative;
    font-size: 18px;
    color: red;
    width: 18px;
    height: 18px;
}


/*  */

.b-item {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 480px) {
    .b-item__col {
        width: calc(50% - 15px);
    }
    .b-item__col:not(:first-child) {
        margin-left: 30px;
    }
}

.b-item__block {
    padding: 15px;
    background-color: #fff;
}

.img_responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots,
.b-color-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.slick-dots li,
.b-color-list li {
    position: relative;
    width: 50px;
    height: 50px;
}

.slick-dots li:not(:first-child),
.b-color-list li:not(:first-child) {
    margin-left: 15px;
}

.slick-dots__link,
.b-color-list__link {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.slick-dots__link:before,
.b-color-list__link:before,
.slick-dots__link:hover:before,
.slick-active .slick-dots__link:before,
.slick-active .b-color-list__link:before,
.b-color-list__link:hover:before,
.b-color-list__link_current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.slick-dots__link:hover:before,
.slick-active .slick-dots__link:before,
.slick-active .b-color-list__link:before,
.b-color-list__link:hover:before,
.b-color-list__link_current:before {
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 480px) {
    .b-color-list {
        display: none;
    }
}

.b-color-list__link_red {
    background-color: tomato;
}

.b-color-list__link_yellow {
    background-color: yellow;
}

.b-color-list__link_green {
    background-color: yellowgreen;
}


/* contact-us */

.page-header {
    height: 35vh;
    background: linear-gradient(90deg, #43A047, #0288D1);
}

.c-form {
    padding: 50px 0px;
}

.address-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 25px #f2f2f2;
}

.address-box i {
    color: #4CAF50;
}

.address-box h2 {
    font-weight: 500;
    color: #616161;
    letter-spacing: 0px;
}

.address-box h3 {
    font-weight: 500;
    color: #616161;
}

.address-box p {
    color: #616161;
}

.g-map-class {
    background: #4CAF50;
    padding: 0px;
    margin: 0px;
    height: 46.5vh;
}

/*#008e46  #0266b4*/

.faq-form .card-title{
    font-size:1.5rem;
    color:#008e46 !important;
    font-weight: 600;
    margin-left:25px;
}
.faq-form .card-header .arrow-faq:before{
    content: '\f13a';
    font-family:'FontAwesome';
    position:absolute;
    color:#0266b4;
}
.faq-form .collapsed .arrow-faq:before{
    content: '\f138';
    font-family:'FontAwesome';
    position:absolute;
    color:#0266b4;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    background-image: -webkit-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    border-radius: 5px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 2.2;
    border: 1px solid #fff;
}


/* Navaratnalu List Style */
.nava-list li{
    list-style: none;
    font-size: 20px;
    letter-spacing: 0px;
    color: #333;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: 'Mandali', serif;
}
.nava-list li::before{
    content: '\f111';
    font-family: 'FontAwesome';
    position:absolute;
    left:0;
    margin-top:-3px;
    background: -webkit-linear-gradient(#008e46, #0266b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Navaratnalu List Style */


/* YSR Scheme */

.ys-schemes{
    margin-top: 50px;
}
.ys-schemes li{
    font-family: 'Sree Krushnadevaraya', serif;
    margin-bottom: 15px;
    padding: 15px 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border: 2px solid #0266b4;
    border-radius: 2rem;
    background: #fff;
    text-align: left;
    z-index: 2;
}
.ys-schemes li:hover{
}

/* Hover Shadow */
@keyframes hover {
    50% {
      transform: translateY(-3px);
    }
    100% {
      transform: translateY(-6px);
    }
  }
  @keyframes hover-shadow {
    0% {
      transform: translateY(6px);
      opacity: .4;
    }
    50% {
      transform: translateY(3px);
      opacity: 1;
    }
    100% {
      transform: translateY(6px);
      opacity: .4;
    }
  }
  .ys-schemes li {
    display: block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .ys-schemes li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    transition-duration: 0.3s;
    transition-property: transform opacity;
  }
  .ys-schemes li:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .ys-schemes li:hover:before {
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

.ys-schemes li h3{
    font-size: 30px !important;
    color:#0266b4;
    font-family: 'Sree Krushnadevaraya', serif;
    margin-bottom: -5px;
    line-height: 5px;
    margin-top: 5px;
}
.ys-schemes li h3 i{
    margin-right: 18px;
    font-size: 20px;
    font-size: 24px !important;
    color:#008e46;
    line-height: 0;
}
.ys-schemes .days-bg{
    background: #00818e;
    border-radius:0.5rem !important;
}
.ys-schemes .days-bg h3{
    line-height:1;
    margin-top:5px;
    margin-bottom:-5px;
}
.telugu-font{
    font-family: 'Mandali' !important;
}
.footer-text{
    font-size: 28px;
}

.btn-launch{
    background-color: #0266b4;
    background-image: linear-gradient(141deg, #008e46 0, #0266b4 51%, #0266b4 75%);
    -webkit-box-shadow: 0 3px 7px 0 rgba(39, 201, 220, 0.2);
    -moz-box-shadow: 0 3px 7px 0 rgba(39, 201, 220, 0.2);
    box-shadow: 0 3px 7px 0 rgba(39, 201, 220, 0.2);
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 10rem;
    font-size: 1.5rem;
    z-index: 999;
    position: relative;
}


.ys-scheme{

}
.ys-scheme .scheme-title{
    color: #fff;
    margin-bottom: 15px;
}
.ys-scheme .scheme-main-title{
    font-size: 30px !important;
    color:#0266b4;
    font-family: 'Sree Krushnadevaraya', serif;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}   
.ys-scheme .scheme-main-title i{margin-top: 5px;}

.bg-ys-gradient{
    background-image: -moz-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -webkit-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
    background-image: -ms-linear-gradient(-49deg, #008e46 0%, #0266b4 100%);
}
.menu-item-has-children.has-submenu > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 65px;
    background: #0266b4;
    width: 260px;
}

.main-menu nav > ul li a {
    font-size: 12px;
    padding: 20px 12px;
}