@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i";
.modal-backdrop.fade {opacity: 0.8 !important;}
.fade:not(.show) {opacity: 1;}
.modal-dialog {margin: 7rem auto;}
body {
    font-family: lato, sans-serif;
    font-size: 15px;
    line-height: 28px;
    word-wrap: break-word;
}
a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    /*color: #fff;*/
	color:#000;
}
a:hover {
    text-decoration: none;
}

.bg-light a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #353666;
}
.bg-light a:hover {
    text-decoration: none;
    color: #353666;
}
p {
    color: #666;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open sans, sans-serif;
    font-weight: 700;
}
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
button:focus {
    outline: 0;
}
img {
    max-width: 100%;
}
.default-btn {
    background-color: #353666;
    color: #fff;
    display: inline-block;
    border: 1px solid #353666;
    cursor: pointer;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}
.default-btn:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.section-title {
    margin-bottom: 70px;
    margin-top: -8px;
    text-align: center;
}
.section-title h2 {
    font-size: 32px;
    margin-bottom: 44px;
    position: relative;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 75px;
    height: 3px;
    margin: 0 auto;
    background: #353666;
    right: 0;
    border-radius: 5px;
}
.section-title p {
    /*max-width: 700px;*/
    margin: 0 auto;
    width: 100%;
    text-align: justify;
}
.white-title h2 {
    color: #fff;
}
.white-title h2::before {
    background: #fff;
}
.white-title p {
    color: #fff;
}
.form-control {
    height: 45px;
    border-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-ms-input-placeholder {
    color: #777;
}
.form-control::placeholder {
    color: #777;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-ms-input-placeholder {
    color: #777;
}
.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group {
    margin-bottom: 20px;
}
textarea.form-control {
    min-height: 120px;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.pr-10 {
    padding-right: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mb-minus-330 {
    margin-bottom: -330px;
}
.pt-330 {
    padding-top: 330px;
}
.mb-10 {
    margin-bottom: 10px;
}
.gray-bg {
    background-color: #f9faff;
}
.separate-line {
    border: 0.5px solid #eee;
    margin: 50px 0;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 999999999999;
    text-align: center;
}
.preloader .lds-heart {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}
.preloader .lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #353666;
    -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.preloader .lds-heart div::after,
.preloader .lds-heart div::before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #353666;
}
.preloader .lds-heart div::before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}
.preloader .lds-heart div::after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}
@-webkit-keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.main-header {
    z-index: 1040;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.header-info-text {
    padding: 5px 0;
}
.header-info-text .contact-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-info-text .contact-info li {
    display: inline-block;
    color: #fff;
    line-height: 26px;
    margin-right: 15px;
}
.header-info-text .contact-info li i {
    padding-right: 3px;
}
.header-info-text .contact-info li:last-child {
    margin-right: 0;
}
.header-info-text .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.header-info-text .social-links li {
    display: inline-block;
    margin-left: 5px;
}
.header-info-text .social-links li i {
    background-color: #fff;
    color: #353666;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header-info-text .social-links li i:hover {
    background-color: #353666;
    color: #fff;
}
.navbar-container {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-light {
    background-color: #fff;
    padding: 5px 5px /*20px 15px*/;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #232323;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #353666;
    color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    background-color: #353666;
    color: #fff;
}
.navbar-light .navbar-nav .dropdown-menu {
    padding: 0 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px dashed #c9c9c9;
    padding: 3px 12px;
    font-size: 12.5px;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #353666;
    background-color: #f9faff;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #353666;
    background-color: #f9faff;
}
@media only screen and (min-width: 991px) {
    .navbar-light .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        overflow: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        display: block;
        width: 240px;
    }
    .navbar-light .dropdown:hover > .dropdown-menu {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .navbar-light .collapse ul li {
        position: relative;
        margin: 0 5px;
    }
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100%;
}
.appointment-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.appointment-inline .appointment-btn {
    background-color: #353666;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 10px;
}
.appointment-inline .appointment-btn:hover {
    background-color: #333;
    color: #fff;
}
.hero-slider .hs-item {
    height: 750px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.hero-slider .hs-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
.hero-slider .hs-item .hero-text {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 100%;
}
.hero-slider .hs-item .hero-text h1 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 80px;
}
.hero-slider .hs-item .hero-text .default-btn {
    margin: 25px 4px 0;
}
.hero-slider .hs-item-bg1 {
    background-image: url(../img/slider/1.jpg);
}
.hero-slider .hs-item-bg2 {
    background-image: url(../img/slider/2.jpg);
}
.hero-slider .hs-item-bg3 {
    background-image: url(../img/slider/3.jpg);
}
.hero-slider button.owl-prev,
.hero-slider button.owl-next {
    position: absolute;
    left: 50px;
    top: 50%;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    margin: -45px 0 0 !important;
    font-size: 25px !important;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.hero-slider button.owl-prev:hover,
.hero-slider button.owl-next:hover {
    background-color: #353666 !important;
    color: #fff !important;
    border-color: #353666 !important;
}
.hero-slider button.owl-next {
    left: auto;
    right: 50px;
}
.hero-slider .owl-item.active h1 {
    -webkit-animation: 1s 0.3s fadeInUp both;
    animation: 1s 0.3s fadeInUp both;
}
.hero-slider .owl-item.active .default-btn {
    -webkit-animation: 1s 0.3s fadeInDown both;
    animation: 1s 0.3s fadeInDown both;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.single-box {
    position: relative;
    padding-left: 60px;
}
.single-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #353666;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.single-box:hover .icon {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}
.bg-light .gallery-image{display: block; height: 100%;}
.bg-light .gallery-image:hover {
    background-color: rgba(53, 54, 102, 0.5);
    color: #fff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}
.welcome-inner-content {
    margin-top: 70px;
}
.welcome-inner-content span {
    text-transform: uppercase;
    display: block;
    margin-top: -4px;
    font-size: 14px;
    color: #353666;
}
.welcome-inner-content h3 {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 33px;
}
.welcome-inner-content p {
    margin-bottom: 0;
}
.welcome-inner-content ul {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    list-style-type: none;
}
.welcome-inner-content ul li {
    position: relative;
    color: #666;
    margin-bottom: 10px;
    padding-left: 23px;
    float: left;
    width: 40%;
}
.welcome-inner-content ul li:last-child {
    margin-bottom: 0;
}
.welcome-inner-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background: #353666;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.services-box {
    margin-top: -130px;
    z-index: 999;
    position: relative;
    background-color: #fff;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 0;
    border: 1px solid #eee;
}
.single-card {
    border: 1px solid #eee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-card .thumb-img {
    position: relative;
}
.single-card .thumb-img img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}
.single-card .thumb-img::before {
    content: "";
    position: absolute;
    background-color: #353666;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 3px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-card .caption-text {
    padding: 30px 20px;
}
.single-card .caption-text h3 {
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}
.single-card .caption-text p {
    margin: 0;
}
.single-card .caption-text .designation {
    color: #353666;
    display: block;
}
.single-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    background: #fff;
    border-color: #fff;
}
.single-card:hover .caption-text h3 {
    color: #353666;
}

.greetings .single-card .thumb-img img {
    -webkit-clip-path: none;
    clip-path: none;
}
.greetings .single-card .thumb-img::before {
    content: "";
    position: absolute;
    background-color: #353666;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 3px;
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-section {
    background-attachment: fixed;
    background-image: url(../img/bg.png);
    padding-bottom: 70px;
}
.single-services {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-services .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 2px solid #353666;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    color: #353666;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-services .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353666;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-services h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.single-services:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-services:hover .icon {
    color: #fff;
}
.single-services:hover .icon::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.about-section .about-us-img {
    -webkit-clip-path: polygon(3% 18%, 0 0, 20% 2%, 76% 2%, 100% 0, 97% 19%, 96% 80%, 100% 100%, 80% 96%, 18% 96%, 0 100%, 3% 82%);
    clip-path: polygon(3% 18%, 0 0, 20% 2%, 76% 2%, 100% 0, 97% 19%, 96% 80%, 100% 100%, 80% 96%, 18% 96%, 0 100%, 3% 82%);
}
.about-section .about-us-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.about-section .about-us-text .default-btn {
    margin-top: 10px;
}
.department-section .single-department {
    text-align: center;
    margin-bottom: 50px;
}
.department-section .single-department i {
    font-size: 35px;
    background-color: #eaeaea;
    color: #353666;
    height: 75px;
    width: 75px;
    display: inline-block;
    line-height: 75px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.department-section .single-department:hover i {
    background-color: #353666;
    color: #fff;
}
.department-section .single-department h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.department-section .single-department p {
    margin: 0;
}
.tab .tabs {
    list-style-type: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.tab .tabs li {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.tab .tabs li a {
    display: block;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 3px;
    padding: 25px 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3b566e;
    position: relative;
    z-index: 1;
}
.tab .tabs li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353666;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tab .tabs li a i {
    color: #353666;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.tab .tabs li a:hover,
.tab .tabs li a:hover i {
    color: #fff;
}
.tab .tabs li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tab .tabs li:first-child a {
    border-radius: 30px 0 0 0;
}
.tab .tabs li:first-child a::before {
    border-radius: 30px 0 0 0;
}
.tab .tabs li:last-child a {
    border-radius: 0 30px 0 0;
}
.tab .tabs li:last-child a::before {
    border-radius: 0 30px 0 0;
}
.tab .tabs li.current a,
.tab .tabs li.current a i {
    color: #fff;
}
.tab .tabs li.current a::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tab .tab_content .tabs_item {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.tab .tab_content .tabs_item:first-child {
    display: block;
}
.tab .tab_content .tabs_item .tabs_item_content {
    padding: 43px 0;
}
.tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.tab .tab_content .tabs_item .tabs_item_content ul {
    padding: 0;
    margin: 15px 0 20px;
    list-style-type: none;
}
.tab .tab_content .tabs_item .tabs_item_content ul li {
    position: relative;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
    margin-bottom: 0;
}
.tab .tab_content .tabs_item .tabs_item_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #353666;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.video-section {
    background-color: #353666;
    position: relative;
}
.video-section .video-content {
    background-image: url(../img/Kalp-Clinic-Ahmedabad-paediatric-therapy-center-in-ahmedabad.jpg);
    background-size: cover;
    background-position: center center;
    height: 450px;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.video-section .video-content:before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    border-radius: 5px;
}
.video-section .video-content .play-video {
    position: relative;
    background-color: #fff;
    color: #353666;
    height: 100px;
    display: inline-block;
    width: 100px;
    line-height: 100px;
    font-size: 50px;
    border-radius: 50%;
    padding-left: 10px;
}
.video-section .video-content .play-video:hover {
    background-color: #353666;
    color: #fff;
}
.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}
.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    background-color: HSL(45, 100%, 50%);
}
.sonar-wrapper .sonar-emitter .sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #353666 /*HSL(45, 100%, 50%)*/;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}
@-webkit-keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(4);
        -webkit-transform: scale(4);
        opacity: 0;
    }
}
@keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(4);
        -webkit-transform: scale(4);
        opacity: 0;
    }
}
.counter-section .single-counter {
    text-align: center;
    margin-bottom: 30px;
}
.counter-section .single-counter i {
    color: #353666;
    font-size: 45px;
}
.counter-section .single-counter h3 {
    font-size: 40px;
    margin: 20px 0 6px;
}
.counter-section .single-counter p {
    font-size: 17px;
}
.owl-theme-2 button.owl-prev,
.owl-theme-2 button.owl-next {
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #eee !important;
    border: 1px solid #eee !important;
    color: #353666 !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin: -45px 0 0 !important;
    font-size: 25px !important;
}
.owl-theme-2 button.owl-prev:hover,
.owl-theme-2 button.owl-next:hover {
    background-color: #353666 !important;
    border: 1px solid #353666 !important;
    color: #fff !important;
}
.owl-theme-2 button.owl-next {
    left: auto;
    right: -30px;
}
.hover-social {
    position: absolute;
    top: 0;
    background: rgba(57, 108, 240, 0.9);
    height: 0%;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.hover-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.hover-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.hover-social ul li i {
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.hover-social ul li i:hover {
    background-color: #333;
    color: #fff;
}
.single-card {
    margin-bottom: 30px;
}
.single-card:hover .hover-social {
    height: 100%;
}
.appointment-area {
    background-color: #353666;
}
.appointment-area .contant-number {
    background-image: url(../img/appointment-left-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
}
.appointment-area .contant-number h3 {
    margin: 0;
    position: absolute;
    bottom: 100px;
    right: 0;
    background: rgba(47, 64, 112, 0.9);
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    padding: 25px 20px;
    line-height: 0;
}
.appointment-area .appointment-form {
    max-width: 670px;
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.appointment-area .appointment-form .title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 30px;
}
.book-now-btn {
    background-color: #fff;
    color: #353666;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
}
.book-now-btn:hover {
    background-color: #333;
    color: #fff;
}
.single-feedback {
    border: 1px solid #e3f6fd;
    padding: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-feedback:hover {
    border-color: #353666;
}
.single-feedback .feedback-text {
    background-color: #e3f6fd;
    padding: 25px;
    text-align: center;
}
.single-feedback .feedback-text i {
    color: #353666;
    font-size: 50px;
}
.single-feedback .feedback-text p {
    margin: 15px 0 20px;
}
.single-feedback .profile-content img {
    width: 80px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-feedback .profile-content h4 {
    margin: 15px 0 0;
    font-size: 16px;
}
.single-feedback:hover .profile-content img {
    border-color: #353666;
}
.feedback-carousel .owl-item.active.center .single-feedback {
    border-color: #353666;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.feedback-carousel .owl-item.active.center .single-feedback .profile-content img {
    border-color: #353666;
}
.call-to-action {
    background-image: url(../img/slider/1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.call-to-action::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #353666;
    opacity: 0.9;
    z-index: -1;
}
.call-to-action .call-to-action-text {
    position: relative;
    padding-left: 75px;
}
.call-to-action .call-to-action-text i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.call-to-action .call-to-action-text h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}
.call-to-action .call-to-action-text p {
    color: #fff;
}
.call-to-action .call-to-action-text p span {
    font-weight: 900;
}
.call-to-action .col-lg-3 {
    text-align: right;
}
.call-to-action .default-btn {
    background-color: #fff;
    border-color: #fff;
    margin-top: 7px;
    color: #353666;
}
.call-to-action .default-btn:hover {
    background-color: #353666;
    border-color: #fff;
    color: #fff;
}
.call-to-action:hover .call-to-action-text i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
    color: #fff;
}
.cta-area {
    position: relative;
}
.cta-area .cta-text-content {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.cta-area .cta-text-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}
.cta-area .cta-text-content p {
    font-size: 20px;
    margin: 15px 0 0;
}
.cta-area .cta-text-content .cta-contant {
    font-size: 35px;
    font-weight: 700;
    color: #353666;
    margin-top: 25px;
}
.cta-area .cta-doctor-img {
    position: absolute;
    bottom: 0;
}
.cta-area .cta-doctor-img img {
    max-width: 300px;
}
.actical-card .caption-text h3 {
    margin-top: -5px;
}
.actical-card .caption-text h3 a {
    color: #212529;
    line-height: 28px;
}
.actical-card .caption-text h3 a:hover {
    color: #353666;
}
.actical-card .caption-text .read-more {
    color: #353666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    line-height: 16px;
}
.actical-card .caption-text .read-more i {
    font-size: 16px;
}
.actical-card .caption-text .read-more:hover i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 5px;
}
.actical-card .meta-tag {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.actical-card .meta-tag li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #666;
}
.actical-card .meta-tag li::before {
    content: "";
    background-color: #ebebeb;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 7px;
}
.actical-card .meta-tag li:last-child {
    margin-right: 0;
}
.actical-card .meta-tag li:last-child::before {
    display: none;
}
.actical-card .meta-tag li.author {
    position: relative;
    padding-left: 40px;
}
.actical-card .meta-tag li.author img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
}
.actical-card .meta-tag li.author a {
    color: #353666;
}
.actical-card .meta-tag li.author a:hover {
    text-decoration: underline;
}
.newsletter-section {
    background-image: url(../img/newsletter-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(21% 0, 100% 8%, 100% 100%, 50% 100%, 0 100%, 0 9%);
    clip-path: polygon(21% 0, 100% 8%, 100% 100%, 50% 100%, 0 100%, 0 9%);
}
.newsletter-section::before {
    content: "";
    background: #353666;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.newsletter-section .section-title {
    position: relative;
}
.newsletter-section .subscribe-from {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-section .subscribe-from .form-control {
    border-radius: 30px;
    padding: 5px 25px;
    height: 50px;
    border: none;
}
.newsletter-section .subscribe-from .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    height: 50px;
    padding: 5px 25px;
    line-height: 0;
    color: #353666;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.newsletter-section .subscribe-from .submit-btn:hover {
    color: #333;
}
.newsletter-section .subscribe-from .validation-danger {
    margin-top: 10px;
    color: #fff;
}
.newsletter-section .subscribe-from .validation-success {
    margin-top: 10px;
    color: #fff;
}
.page-title {
    background-image: url(../img/slider/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 245px;
    padding-bottom: 60px;
}
.page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
.page-title h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
}
.page-title ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.page-title ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
}
.page-title ul li a {
    color: #fff;
}
.page-title ul li a:hover {
    color: #353666;
}
.page-title ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}
.page-title ul li:first-child {
    padding-left: 0;
}
.page-title ul li:first-child::before {
    display: none;
}
.blog-details-area {
    position: relative;
}
.blog-details-area .blog-details {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background: #fff;
}
.blog-details-area .blog-details .article-img {
    position: relative;
}
.blog-details-area .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    right: 15px;
    height: 100px;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    background: #353666;
    color: #fff;
    border-radius: 5px;
    padding-top: 19px;
    line-height: 32px;
}
.blog-details-area .blog-details .article-content {
    padding: 30px;
}
.blog-details-area .blog-details .article-content ul li {
    /*display: inline-block;*/
    list-style: circle;
    list-style-position: outside;
}
.blog-details-area .blog-details .article-content ul.category {
    margin-bottom: 30px;
}
.blog-details-area .blog-details .article-content ul.category li a {
    background: #353666;
    color: #fff;
    padding: 5px 15px 3px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
}
.blog-details-area .blog-details .article-content h3 {
    font-size: 22px;
    margin-bottom: -5px;
}
.blog-details-area .blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 20px;
}
.blog-details-area .blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f4f4f4;
    padding: 30px;
    border-left: 4px solid #353666;
}
.blog-details-area .blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 18px;
}
.blog-details-area .blog-details .article-content .share-post {
    text-align: center;
    margin-top: 30px;
}
.blog-details-area .blog-details .article-content .share-post ul li a {
    width: 40px;
    font-size: 15px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #555;
}
.blog-details-area .blog-details .article-content .share-post ul li a:hover,
.blog-details-area .blog-details .article-content .share-post ul li a:focus {
    color: #fff;
    border-color: #353666;
    background-color: #353666;
}
.blog-details-area .blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style: circle; 
    list-style-position: outside; 
    color: #777777; 
    font-size: 14px; 
    /*font-family: 'Open Sans', sans-serif;*/ 
    line-height: 1.7; 
    margin-left: 25px;
}
.blog-details-area .post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.blog-details-area .post-controls-buttons .controls-left {
    float: left;
}
.blog-details-area .post-controls-buttons .controls-right {
    float: right;
}
.blog-details-area .post-controls-buttons div a {
    border: 1px solid #eee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}
.blog-details-area .post-controls-buttons div a:hover,
.blog-details-area .post-controls-buttons div a:focus {
    color: #fff;
    background: #353666;
    border-color: #353666;
}
.blog-details-area .post-comments {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.blog-details-area .post-comments h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.blog-details-area .post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
}
.blog-details-area .post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}
.blog-details-area .post-comments .single-comment .comment-img img {
    border-radius: 50%;
}
.blog-details-area .post-comments .single-comment .comment-content h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.blog-details-area .post-comments .single-comment .comment-content p {
    margin-bottom: 15px;
}
.blog-details-area .post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
}
.blog-details-area .post-comments .single-comment.left-m {
    margin-left: 85px;
}
.blog-details-area .leave-a-reply {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 25px;
}
.blog-details-area .leave-a-reply h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.blog-details-area .leave-a-reply .form-control {
    border: 1px solid #eee;
}
.department-desc {
    margin-top: 30px;
}
.department-desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.share-department {
    margin-top: 25px;
}
.share-department h4 {
    font-size: 18px;
    margin-bottom: 13px;
}
.share-department ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.share-department ul li {
    display: inline-block;
}
.share-department ul li a {
    display: inline-block;
    margin-right: 15px;
}
.department-sidebar .department-info {
    margin-bottom: 30px;
}
.department-sidebar .department-info h4 {
    font-size: 18px;
    margin-bottom: 13px;
}
.department-sidebar .department-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.department-sidebar .department-info ul li {
    overflow: hidden;
    color: #666;
    margin-top: 5px;
}
.department-sidebar .department-info ul li span {
    float: right;
}
.department-sidebar .department-info ul li a {
    color: #353666;
}
.doctors-desc {
    margin-top: 30px;
}
.doctors-desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.doctors-sidebar .doctors-info {
    margin-bottom: 20px;
}
.doctors-sidebar .doctors-info h4 {
    font-size: 18px;
    margin-bottom: 13px;
}
.doctors-sidebar .doctors-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.doctors-sidebar .doctors-info ul li {
    overflow: hidden;
    color: #666;
    margin-top: 5px;
}
.doctors-sidebar .doctors-info ul li span {
    float: right;
}
.doctors-sidebar .doctors-info ul li a {
    color: #353666;
}
.doctors-sidebar .doctors-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.doctors-sidebar .doctors-social ul li {
    display: inline-block;
}
.doctors-sidebar .doctors-social ul li a {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #353666;
}
#map iframe {
    height: 480px;
    width: 100%;
    margin-bottom: -10px;
}
.contact-area .title {
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-area p {
    text-transform: uppercase;
    color: #353666;
}
.contact-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact-area .contact-info {
    margin-bottom: 30px;
}
.contact-area .contact-info ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: #666;
}
.contact-area .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #353666;
}
.contact-area .contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-area .contact-info ul li a {
    color: #666;
}
.contact-area .contact-info ul li a:hover {
    color: #353666;
}
.contact-area .opening-hours ul li {
    overflow: hidden;
    color: #666;
    padding-right: 35px;
    margin-bottom: 5px;
}
.contact-area .opening-hours ul li span {
    float: right;
}
.contact-area .opening-hours ul li:last-child {
    margin-bottom: 0;
}
.contact-area #contactForm {
    margin-top: 25px;
}
.contact-area #contactForm .form-control {
    border: 1px solid #eee;
}
.contact-area #contactForm .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.contact-area #contactForm .has-error ul li {
    color: red;
    margin-top: 5px;
}
.contact-area #contactForm .text-danger {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
}
.pagination-area {
    margin-top: 30px;
}
.pagination-area ul {
    padding: 0;
    margin: 0;
}
.pagination-area ul .page-item .page-link {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 5px;
    color: #848484;
    background-color: #fff;
    border-radius: 50% !important;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: none;
}
.pagination-area ul .page-item .page-link:hover,
.pagination-area ul .page-item .page-link:focus {
    color: #fff;
    background: #353666;
}
.pagination-area ul .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination-area ul .page-item.active .page-link {
    background: #353666;
    color: #fff;
}
.side-bar .widget {
    margin-bottom: 30px;
}
.side-bar .widget .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.side-bar .widget .title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #353666;
}
.side-bar .quick-contact {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
}
.side-bar .quick-contact h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.side-bar .quick-contact p {
    margin-bottom: 15px;
}
.side-bar .quick-contact a {
    color: #353666;
}
.side-bar .search-box form {
    position: relative;
}
.side-bar .search-box form .form-control {
    border: 1px solid #eee;
}
.side-bar .search-box form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 45px;
    width: 60px;
    cursor: pointer;
    padding: 0;
}
.side-bar .latest-post .single-post {
    overflow: hidden;
    position: relative;
    padding-left: 130px;
    margin-bottom: 20px;
}
.side-bar .latest-post .single-post .img {
    width: 115px;
    position: absolute;
    left: 0;
    top: 0;
}
.side-bar .latest-post .single-post .content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side-bar .latest-post .single-post .content ul li {
    font-size: 15px;
    color: #848484;
}
.side-bar .latest-post .single-post .content ul li:last-child {
    margin-right: 0;
}
.side-bar .latest-post .single-post .content ul li a {
    font-size: 14px;
    color: #353666;
}
.side-bar .latest-post .single-post .content h4 {
    margin-top: 5px;
    line-height: 1.5;
    margin-bottom: 0;
}
.side-bar .latest-post .single-post .content h4 a {
    font-size: 15px;
    display: inline-block;
    color: #333;
}
.side-bar .latest-post .single-post .content h4 a:hover {
    color: #353666;
}
.side-bar .categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side-bar .categories ul li {
    margin-bottom: 12px;
}
.side-bar .categories ul li:last-child {
    margin-bottom: 0;
}
.side-bar .categories ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.side-bar .categories ul li a:hover {
    color: #353666;
    padding-left: 5px;
}
.side-bar .popular-tags ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.side-bar .popular-tags ul li {
    display: inline-block;
    margin-top: 5px;
}
.side-bar .popular-tags ul li a {
    border-bottom: 3px solid #353666;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 14px;
    color: #333;
    background: #eee;
    display: inline-block;
}
.side-bar .popular-tags ul li a:hover {
    color: #fff;
    background: #353666;
}
.single-questions {
    margin-bottom: 30px;
}
.single-questions h4 {
    font-size: 20px;
    margin-bottom: 18px;
}
.faq-contact {
    text-align: center;
    margin-top: 40px;
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.faq-contact h3 {
    font-size: 22px;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.faq-contact .form-control {
    border: 1px solid #eee;
}
.faq-contact .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #353666;
}
.faq-contact .default-btn {
    margin-top: 10px;
}
.error-area {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.error-area .error {
    text-align: center;
}
.error-area .error h2 {
    font-size: 100px;
    font-weight: 700;
}
.error-area .error h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}
.error-area .error p {
    margin-bottom: 25px;
}
footer{
    background: #353666 /*#fff*/;
    color:#fff;
}
footer p {
    color: #fff;
    margin-bottom: 10px;
}
footer p:last-child {
    margin-bottom: 0;
}
.footer-widget {
    margin-top: -4px;
}
.footer-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-widget h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color:#fff;
}
.footer-widget .socials-links {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer-widget .socials-links li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.footer-widget .socials-links li a:hover {
    padding: 0;
}
.footer-widget .socials-links li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    color: #353666 ;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-widget .socials-links li i:hover {
    background-color: #333;
    color: #fff;
}
.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    margin-bottom: 9px;
}
.footer-widget ul li a {
    color:#fff;
}
.footer-widget ul li a:hover {
    /*background-color: #fff;*/
    color: #ffeb3b;
    padding-left: 4px;
}
.footer-widget .foot-contact-info {
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
    padding-top:15px;
}
.footer-widget .foot-contact-info i {
    background-color: #fff;
    color: #353666;
    position: absolute;
    height: 40px;
    width: 40px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: 5px;
}
.footer-widget .foot-contact-info p {
    line-height: 25px;
}
.footer-widget .foot-contact-info p a {
    color:#fff;
}
.footer-widget .foot-contact-info p a:hover {
    color:#ffeb3b;
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.bottom-footer ul li {
    display: inline-block;
    margin-left: 10px;
}
.bottom-footer ul li a {
    color: #fff;
}
.bottom-footer ul li a:hover {
    color: #ffeb3b;
}
.bottom-footer ul li:first-child {
    margin-left: 0;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9999999;
}
#toTop i {
    background: #353666;
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    border-radius: 30px 0 0 30px;
    padding-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#toTop i:hover {
    background: #333;
    color: #fff;
}