:root {
    --primary-color : #0889c3;
    --secondary-color : #AEE2EA;
    --text-color : #4c515c;
}

html {
    font-family: 'Noto' !important;
}

/* Noto Sans KR */
@font-face {
    font-family: 'Noto';
    font-weight: 100;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Thin.otf'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'Noto';
    font-weight: 300;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Light.otf'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'Noto';
    font-weight: 400;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Regular.otf'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'Noto';
    font-weight: 500;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Medium.otf'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'Noto';
    font-weight: 700;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Bold.otf'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'Noto';
    font-weight: 900;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Black.otf'); /* IE9 Compat Modes */
  }
  
/* .logo a img {
    max-width: 65% !important;
} */

.main-menu ul ul li a{
    line-height: 120%;
    padding: 10px 20px !important;
    color: #ddd;
    border-bottom: 1px solid #2c2e3d;
}

.tabs-alignment {
    float: left;
}

.plan-card-sub-title {
    margin-bottom: 0px !important
}

.footer-logo {
    text-align: center;
}

.footer-logo-alignment {
    margin-top: 5px !important;
}

.footer-logo img {
    max-width: 75% !important;
}

.navbar-text {
    font-size: 18px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-text ul li a {
    padding: 36px 12px !important;
}

.header-topbar {
    /* background: var(--secondary-color) !important; */
    background: #c6edff;
    background: -moz-linear-gradient(to right, #c6edff 0%,#a3c6ff 100%);
    background: -webkit-linear-gradient(to right, #c6edff 0%,#a3c6ff 100%);
    background: linear-gradient(to right, #c6edff 0%,#a3c6ff 100%);
}

.header-topbar span, .header-topbar i {
    color: var(--primary-color) !important;
}

.header-topbar ul li {
    /* color: #0f263a; */
    color: #000000;
}

.soical-profile li a i:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.main-menu ul li a {
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.main-menu ul li a:hover {
    color: var(--primary-color);
}

.getSupport-button {
    position: relative;
    z-index: 2;
    padding: 23px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.getSupport-button a {
    padding: 8px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
    border-bottom: 1px solid #509788;;
    width: 100%;
    text-align: center;
    background: #509788;;
    color: #fff;
}

.getSupport-button a i {
    color: #fff;
    margin-left: 3px;
    font-size: 18px;
}

.owl-prev {
    background: var(--primary-color) !important;
}

.owl-next {
    background: var(--primary-color) !important;
}

.slider-overlay-blue {
	background: var(--primary-color);
	background: -moz-linear-gradient(45deg, var(--primary-color) 0%, #ffffff1f 55%, var(--secondary-color) 98%, rgba(15,25,52,0.07) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--primary-color)), color-stop(55%, #ffffff1f), color-stop(98%, var(--secondary-color)), color-stop(100%, rgba(15,25,52,0.07)));
	background: -webkit-linear-gradient(45deg, var(--primary-color) 0%, #ffffff1f 55%, var(--secondary-color) 98%, rgba(15,25,52,0.07) 100%);
	background: -o-linear-gradient(45deg, var(--primary-color) 0%, #ffffff1f 55%, var(--secondary-color) 98%, rgba(15,25,52,0.07) 100%);
	background: -ms-linear-gradient(45deg, var(--primary-color) 0%, #ffffff1f 55%, var(--secondary-color) 98%, rgba(15,25,52,0.07) 100%);
	background: linear-gradient(45deg, var(--primary-color) 0%, #ffffff1f 55%, var(--secondary-color) 98%, rgba(15,25,52,0.07) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55b14', endColorstr='#0f1934', GradientType=1 );
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.about-tab li.active a {
    border-color: var(--primary-color);
    color: #ffffff;
    background: var(--primary-color);
}

.about-tab li a {    
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #fff;
}

.about-tab li a:hover {
    border-color: var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}

.about-tab {
    display: flex;
}

.about-desc h1::before {
    background: var(--primary-color);
}

.about-desc a {
    background: #FFFFFF;
    color: var(--primary-color);
    border: var(--primary-color) solid 1px;
}

.about-desc a::before {
    color: var(--primary-color) !important;
}

.about-desc p {
    text-align: justify;
    letter-spacing: 1px;
    color: var(--text-color);
}

.latest-project-title span {
    color: var(--primary-color) !important;
}

.latest-project-button a {
    color: var(--primary-color) !important;
    border-bottom: 1px solid var(--primary-color) !important;
}

.service_icon {
    background: var(--primary-color);
    /* color: var(--primary-color); */
}

/* .service-inner-text:hover {
    background: var(--primary-color) !important;
} */

/* .service-item .media:hover {
    background: var(--primary-color) !important;
} */

.service-readmore {
    color: var(--primary-color);
}

.service-readmore::before {
    background: var(--primary-color);
}

.call-to-action-overlay {
    background: #356396; background: -moz-linear-gradient(to right,  #356396 0%,#c8def5 100%); background: -webkit-linear-gradient(to right,  #356396 0%,#c8def5 100%); background: linear-gradient(to right,  #356396 0%,#c8def5 100%);
}

.call-to-action-text a.btn {
    background: var(--primary-color);
}

.single-testimonial-v1 {
    padding: 45px 35px 30px 35px !important;
    border: 1px solid var(--primary-color);
}

.single-testimonial-v1::before {
    background: var(--primary-color);
    color: #ffffff;
}

.details h2 a {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.single-testimonial-v1 .rating i {
    color: var(--primary-color);
}

.testimonial-v1-all.owl-carousel.owl-theme .owl-dot {
    background: var(--secondary-color);
}

.testimonial-v1-all.owl-carousel.owl-theme .owl-dot.active{
    background: var(--primary-color);
}

.home-v1 .footer-overlay {
 /* background: #6d94ca; background: -moz-linear-gradient(45deg,  #6d94ca 0%,#a8c1ef 100%); background: -webkit-linear-gradient(45deg,  #6d94ca 0%,#a8c1ef 100%); background: linear-gradient(45deg,  #6d94ca 0%,#a8c1ef 100%); */
    background: #05435fea;
}

.home-v1 footer.footer {
    background-image: none !important;
}

.footer-bottom-sec {
    background-color: var(--secondary-color);
    padding: 10px 0 !important;
}

.footer-sec h2::before {
    background: var(--primary-color);
}

.footer-widget-menu li:hover::before {
    color: var(--secondary-color);
}

.footer-widget-menu li a:hover {
    color: var(--secondary-color);
}

.footer-contact-info-icon {
    background: var(--primary-color);
}

.footer-social li a {
    background: var(--primary-color);
}

.footer-social li a:hover {
    background: #ffffff;
    color: var(--primary-color);
}

.copyright {
    color: var(--primary-color) !important;
}

.right-reserved {
    color: #000000 !important;
}

.site-developer span{
    color: #000000;
    padding-right: 10px;
}

.site-developer a{
    color: var(--primary-color) !important;
}

#scrollUp {
    color: var(--primary-color) !important;
    font-size: 60px !important;
}

#scrollUp:hover {
    color: #05435fea !important;
}

.TnC {
    text-align: left;
}

.cpright {
    text-align: center;
}

.packs-card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.packs-card p{
    font-weight: bold;
    margin: 0px;
    color: var(--text-color) !important;
}

.packs-card span {
    font-weight: normal;
    /* padding-left: 5px; */
    float: right;
    padding-right: 20px;
}

.packs-card h5{
    border-top: 0.5px #c7c7c7 solid;
    margin-top: 15px;
}

.sec-title p, .rating {
    color: var(--text-color) !important;
    letter-spacing: 1px;
}

.single-testimonial-v1:hover .rating {
    color: #fff !important;
}

.client-say-bkg {
    background-image: url(../img/client-say-bkg.jpg) !important;
}

.faq-single .icon {
    background: var(--primary-color) !important;
}

.media-body p {
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.imgTopCard {
    margin: 10px;
    width: -webkit-fill-available;
    border-radius: 5px;
}

.customServiceCard {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #dfe9f3 0%, white 100%);
}

.cardMedia-planTitle {
    margin: 0px 10px 10px 20px;
}

.service-item .inner:hover.inner h2 a {
    color: var(--primary-color) !important;
}

.customReadmore {
    text-align: end;
    padding-right: 15px;
}

.customReadmore a{
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.customReadmore a:hover {
    color: var(--primary-color);
}

.about-desc h2 {
    color: var(--primary-color);
}

.ordered-list, .plansIntro {
    padding: 20px 20px 20px 0px !important;
}

.plansIntro p span {
    font-weight: bold;
    text-decoration: underline;
}

.ordered-list li{
    padding-bottom: 10px;
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.ordered-list li ul li{
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.about-desc h5,.about-desc h4{
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.about-desc ul {
    padding: 20px;
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.contact-rightPanel-Padding .contact-info-icon {
    background: var(--primary-color) !important;
}

.contact-rightPanel-Padding .contact-info-text span{
    text-align: justify;
    color: var(--text-color);
    letter-spacing: 1px;
}

.single-input-fieldsbtn input {
    background: var(--primary-color) !important;
}

.mapStyle {
    margin-bottom: 40px;
    box-shadow: rgb(6 64 92 / 16%) 0px 8px 30px 10px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}

.widget-title::before {
    background: var(--primary-color) none repeat scroll 0 0 !important;
}

.service-cat-widget li a {
    border-left: 3px solid var(--primary-color) !important;
}

.service-cat-widget li a::before, .sidebar ul li a:hover {
    color: var(--primary-color) !important;
}

.plans-table {
    width: 100%;
    margin-bottom: 40px;    
}

.plans-table tr th, .plans-table tr td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}

.plans-table tr th {
    background-color: var(--primary-color);
    color: #ffffff;
}

.borderless {
    border: none !important;
    text-align: left !important;
    width: 200px;
}

.extra-month td i {
    font-size: 1.5em;
    color: var(--primary-color);
}

.extra-month td span {
    position: absolute;
    top: 60%;
    margin-top: 10px;
    padding: .55rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
      0 5px 15px rgba(0, 0, 0, 0.07);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}  

.extra-month td span:hover {     
    top: 100%;
    opacity: 0.9;        
}

.tooltip-color + .tooltip > .tooltip-inner {
    background-color: var(--primary-color);
    color: #ffffff;;
}

.client-card-outer {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 30px;
    width: fit-content;
    box-shadow: rgb(6 64 92 / 16%) 0px 6px 4px 0px;
}

.client-card-common {
    padding: 0px;   
    width: 140px;
    height: 140px;
    border:2px solid #fff;
    border-radius: 10px;
    -moz-box-shadow: inset 0px 2px 5px 0px #000000;
    -webkit-box-shadow: inset 0px 2px 5px 0px #000000;
    box-shadow: inset 0px 2px 5px 0px #000000; 
}

.client-card-kumar-prop {
    background: url(../img/clients/kumar_properties.jpeg) no-repeat;
    background-color: #f07d00;
    background-size: contain;
    background-position: center;
}

.client-card-woodsville {
    background: url(../img/clients/woodsville.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-vi {
    background: url(../img/clients/vi.jpeg) no-repeat;
    background-color: #ed2736;
    background-size: contain;
    background-position: center;
}

.client-card-bajaj {
    background: url(../img/clients/bajaj.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-mh-police {
    background: url(../img/clients/mh-police.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-bird-valley {
    background: url(../img/clients/bird-valley.jpeg) no-repeat;
    background-color: #f5f5f5;
    background-size: contain;
    background-position: center;
}

.client-card-vijay-sales {
    background: url(../img/clients/vijay-sales.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-podar {
    background: url(../img/clients/podar.jpeg) no-repeat;
    background-color: #f2eaf5;
    background-size: contain;
    background-position: center;
}

.client-card-citrus-hotels {
    background: url(../img/clients/citrus-hotels.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-municiple {
    background: url(../img/clients/pimpri-chinchwad-municiple.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-thermax {
    background: url(../img/clients/thermax.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-eng-bazar {
    background: url(../img/clients/engineering-bazar.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-golds-gym {
    background: url(../img/clients/golds-gym.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-snbp {
    background: url(../img/clients/snbp.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-vp-mhetre {
    background: url(../img/clients/vp-mhetre.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-fn-fitness {
    background: url(../img/clients/fn-fitness.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-cnergee {
    background: url(../img/clients/cnergee.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-growthr {
    background: url(../img/clients/growthr.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-indumati {
    background: url(../img/clients/indumati.png) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-lokmanya {
    background: url(../img/clients/lokmanya.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-pune-people-bank {
    background: url(../img/clients/pune-peoples-bank.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-insieme {
    background: url(../img/clients/insieme.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-rbl {
    background: url(../img/clients/rbl.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-hero {
    background: url(../img/clients/hero.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}

.client-card-treebo {
    background: url(../img/clients/treebo.jpeg) no-repeat;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
}
/* .client-card-inner img {
    border-radius: 5px;    
} */

.bottom-padding {
    padding-bottom: 30px;
    text-align: -webkit-center;
}

.pagehding-sec {
    background-image : url(../img/service-banner.jpg) !important;
    background-position-y: bottom;
}

.pagehding-plans {
    background-image : url(../img/plans-banner.jpg) !important;
    background-position-y: center;
}

.pagehding-contact {
    background-image : url(../img/contact-us-banner.jpg) !important;
    background-position-y: center;
}

.call-to-action-text {
    display: flex;
    flex-direction: column;
}

.call-to-action-text p {
    margin-top: 12px;
}

.footer-wedget-one i:hover {
    background: none;
    color: var(--primary-color);
}