* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    scroll-behavior: smooth;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
 
a {
    text-decoration: none;
    color: currentColor;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

.ofh {
    overflow: hidden;
}

/* --- 
Web Loader Css
--- */
.web-loader {
    /* background-image: linear-gradient(45deg, #f3ed5c, #f19236); */
    background-color: #393d72;
    background-image: -o-linear-gradient(345deg, #393d72, #ff4880 100%);
    background-image: linear-gradient(105deg, #393d72, #ff4880 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1200;
    /* display: none; */
}

.web-loader span.web-inner {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}

.web-loader span.web-inner img {
    width: 65px;
    height: 65px;
    position: relative;
    top: -8px;
    left: 4px;
    border-radius: 5px;
    padding: 4px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
}

.web-loader span.web-inner>div::after,
.web-loader span.web-inner>div::before {
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
    box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}

.web-loader span.web-inner>div::before {
    z-index: -2;
    animation: gogoloader 2s infinite;
    -webkit-animation: gogoloader 2s infinite;
    -moz-animation: gogoloader 2s infinite;
    -o-animation: gogoloader 2s infinite;
}

.web-loader span.web-inner>div::after {
    z-index: -1;
    animation: gogoloader 2s infinite 1s;
    -webkit-animation: gogoloader 2s infinite 1s;
    -moz-animation: gogoloader 2s infinite 1s;
    -o-animation: gogoloader 2s infinite 1s;
}

@-webkit-keyframes gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes gogoloader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.deactivate span.web-inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s 0.5s ease-in-out;
    -o-transition: all 0.3s 0.5s ease-in-out;
    transition: all 0.3s 0.5s ease-in-out;
}

.deactivate {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 1s ease-in-out;
    -o-transition: all 0.3s 1s ease-in-out;
    transition: all 0.3s 1s ease-in-out;
}


/* ---
breadcrumbs-bx Css
--- */
.breadcrumbs-bx{
    /* bg-breadcrumb.jpg */
    background-image: url("/static/myapp/img/bg-breadcrumb.jpg?v=1");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    padding-bottom: 35px;
}

.breadcrumbs-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.breadcrumbs-inner .breadcrumbs-hed{
    color: #393d72;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}

.breadcrumbs-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.breadcrumbs-links a {
    font-size: 16px;
    font-weight: 900;
    color: #393d72;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-links a .fa {
    margin-left: 3px;
    color: #3ea69c;
    margin-right: 5px;
}

.breadcrumbs-links a:hover {
    color: #ff4880;
}

.breadcrumbs-links a.active:hover,
.breadcrumbs-links a.active {
    color: #3ea69c;
    font-weight: 900;
    text-decoration: none;
}

/* ---
Section Commun Headeing Css
--- */

.section-sub-heading{
    color: #ff4880;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.section-heading{
    color: #393d72;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.section-sub-pera{
    color: #858687;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

/* --- 
Social Links Css
--- */
.social-links {
    text-align: center;
}

.social-links a {
    color: #777777;
    height: 35px;
    margin: 0px 2px;
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.social-links a:hover {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #0000000d;
            box-shadow: 0px 0px 10px #0000000d;
}

.social-links a .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-links a:hover .fa-facebook {
    color: #3b5998;
}

.social-links a:hover .fa-twitter {
    color: #00aced;
}

.social-links a:hover .fa-instagram {
    color: #8a3ab9;
}

.social-links a:hover .fa-linkedin {
    color: #0077b5;
}

.social-links a:hover .fa-youtube-play {
    color: red;
}

/* commun button Css */

.cm-btn {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cm-btn span{
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    padding: 10px 40px;
    background-color: #ff4880;
    color: #fff;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 0;
    text-align: center;
}

.cm-btn:hover span {
    color: white;
    -webkit-box-shadow: 0 6px 0 #393d72;
    box-shadow: 0 6px 0 #393d72;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    top: -7px;
}

.cm-btn:active span {
    color: white;
    -webkit-box-shadow: 0 0px 0 #393d72;
    box-shadow: 0 0px 0 #393d72;
    top: 0px;
}


/* ---
owl Nav css
--- */
.owl-style .owl-prev,
.owl-style .owl-next {
    width: 50px !important;
    height: 50px !important;
    background-color: rgb(253, 253, 253) !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ff4880 !important;
    -webkit-box-shadow: 0 0 25px 0px #0000004a;
    box-shadow: 0 0 25px 0px #0000004a;
}

.owl-style .owl-nav {
  margin: 0 !important;
}

.owl-style .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-style .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-style .owl-next svg {
  width: 25px;
  height: 25px;
  position: relative;
  right: -1px;
}


.owl-style .owl-prev svg {
  width: 25px;
  height: 25px;
  position: relative;
  left: -1px;
}

.owl-style .owl-prev:hover,
.owl-style .owl-next:hover {
  background-color: #ff4880 !important;
  border-color: transparent !important;
  color: white !important;
  opacity: 1;
}


/* ---
owl dots css
--- */
.owl-style .owl-dots {
    text-align: center;
    margin: 15px 0;
}

.owl-style .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0px 5px;
    border-radius: 50px;
    background-color: #f0ece8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.owl-style .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: #ff4880;
}


/* --- 
Header Top Bar Css
--- */
.header-top-bar{
    background-color: #393d72;
    padding: 5px 0px;
}

.htb-links{
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.htb-links a{
    color: #bebebe;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    /* background: red; */
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #878787;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.htb-links a:last-child{
    border-right:none;
}

.htb-links a:hover{
    color: white;
}

.htb-links a .bx{
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.htb-social-links{
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.htb-social-links a{
    border-radius: 3px;
    margin: 0;
    color: #bebebe;
}

/* ---
Header Css
---*/
.main-header{
    background-color: white;
    height: 110px;
    position: sticky;
    top: 0;
    z-index: 1024;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
            box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.main-header > .container-lg{
    height: 100%;
}

.header-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.logo-link-bx{
    display: block;
}

.logo-link-bx img{
    width: 170px;
}

.menu-bx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-bx .menu-item{
    position: relative;
    color: #525252;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 3px;
    border-radius: 3px;
    display: block;
    padding: 5px 15px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu-bx .menu-item:hover{
    opacity: 1;
    /* background-color: #393d721f; */
}

.menu-bx .menu-item.active{
    color: #ff4880;
    opacity: 1;
    /* background-color: #393d72; */
}

.right-bx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.call-btn-link{
    background: #ff4880;
    display: block;
    padding: 8px 10px;
    border-radius: 13px;
    font-weight: 500;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.call-btn-link:hover{
    background: #393d72;
    color: white;
}

.call-btn-link .bx{
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
}

/* ---
Menu icon css
--- */

.menu-icon {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}

.menu-icon span {
    width: 100%;
    height: 4px;
    background-color: #393d72;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    border-radius: 30px;
}

.menu-icon.active:hover span,
.menu-icon:hover span {
    background-color: #ff4880;
}

.menu-icon.active span {
    background-color: #393d72;
}

.menu-icon.active span:nth-child(1) {
    width: 50%;
    margin-left: auto;
}

.menu-icon.active span:nth-child(2) {
    width: 90%;
}

.menu-icon.active span:nth-child(3) {
    width: 50%;
    margin-right: auto;
}



/* ---
Side menu Css
---- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100%;
    z-index: 1101;
    background: #ffffff;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.res-sidemenu-logo {
    background: #fcfcfc;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.res-sidemenu-logo img {
    width: 160px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 20px #00000038; */
}

.slidemenu {
    height: calc(100% - 150px);
    max-height: calc(100% - 150px);
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 100px;
    overflow: auto;
}

.slidemenu ul {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 16px;
    list-style: none;
    /* border-bottom: 1px solid #dadada; */
}

.social-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px 10px;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #e6e6e6;
            box-shadow: 0px 0px 0px 1px #e6e6e6;
    margin: 0;
}

.social-bx p,
.slidemenu ul p {
    color: #036;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0;
    font-size: 14px;
    padding: 6px 0px;
    border-bottom: 1px solid #e9e9e9;
    /* width: fit-content; */
}

.slidemenu li {
    margin: 4px 0;
    /* width: fit-content; */
}

.slidemenu li a {
    padding: 6px 0px 6px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #777777;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    opacity: 0.8;
}

.slidemenu li a .fa {
    margin-right: 10px;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.slidemenu li a.active .fa,
.slidemenu li a:hover .fa {
    visibility: visible;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}

.slidemenu li a.active,
.slidemenu li a:hover {
    color: #ff4880;
    /* background-color: #35144f14; */
    opacity: 1;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    cursor: pointer;
    margin: 0 !important;
    display: none;
}


/* ---
Dismiss icon css
--- */

.dismiss {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 10px;
    top: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
}

.dismiss:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50%;
}

.dismiss .closes {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dismiss.closes-bgcw .closes {
    background-color: white;
}

.dismiss.closes-bgcb .closes {
    background-color: rgb(0, 0, 0);
}

.dismiss:hover .closes {
    background-color: rgb(223, 7, 7);
}

.dismiss .closes:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dismiss .closes:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* --- 
Footer Css
--- */
.main-footer {
    background-image: url("/static/myapp/img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.footer-social-link{
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-logo-img {
    width: 160px;
    display: block;
    margin: 0 auto 20px;
}

.footer-ul-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.footer-ul-link li a {
    position: relative;
    border-right: 1px solid #d1d1d1;
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    margin: 8px 0;
    display: block;
    padding: 0px 15px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-ul-link li:last-child a {
    border: none;
}

.footer-ul-link li a.active,
.footer-ul-link li a:hover {
    color: #124ca0;
}

.footer-ul-link li a .bx {
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 18px;
}

.copyright {
    color: #333333;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.mede-with {
    color: #333333;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.mede-with a {
    color: #333333;
}

.mede-with a:hover {
    color: #dd1627;
}

.icons-box-made {
    /* border: 1px solid red; */
    width: 12px;
    height: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o {
    position: absolute;
}

.mede-with .fa-heart-o {
    color: #999;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart {
    color: #999;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.mede-with:hover .fa-heart-o {
    opacity: 0;
}

.mede-with:hover .fa-heart {
    opacity: 1;
    color: #dd1627;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ---
Home Section Css
-- */

.home-slider-item{
    padding-bottom: 25%;
    background-color: lightgray;
    position: relative;
    overflow: hidden;
}

.hsi-inner{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home-slider-item .hsi-img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.home-slider-item .hsi-text-bx{
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    z-index: 1;
    width: 400px;
    height: 400px;
}

.home-slider-item .hsi-text-bx.htb-left{
    right: initial;
    left: 10%;
}

.home-slider-item .hsi-text-bx img.hsit-img-1{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
}

.home-slider-item .hsi-text-bx img.hsit-img-2{
    width: 80px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.home-slider-item .hsi-text-bx img.hsit-img-2.op-right{
    width: 100px;
    left: initial;
    right: 20px;
    bottom: 20px;
}

.hsit-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
}

.hsit-inner .fprint-img img{
    width: 35px;
    display: inline-block;
    margin-bottom: 13px;
}

.hsit-inner h6{
    font-size: 42px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 15px;
}

.hsit-inner p{
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}



/* ---
About Section Css
-- */
.slider-img-about{
    display: block;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}


.about-bx{
    background-image: url("/static/myapp/img/bg-img(1).jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.about-img-bx{
    cursor: pointer;
    padding: 15px;
}

.about-img-bx img svg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.about-img-bx .svg-path-one{
    -webkit-animation: svg-path-one-fc 2s linear infinite normal forwards;
            animation: svg-path-one-fc 2s linear infinite normal forwards;
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.about-img-bx:hover .svg-path-one{
    -webkit-transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
        -ms-transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
            transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
}

.about-img-bx .about-svg-path-two{
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.about-img-bx:hover .about-svg-path-two{
    -webkit-transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
        -ms-transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
            transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
}


.about-img-bx .about-img{
    width: 100%;
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.about-img-bx:hover .about-img{
    -webkit-transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
        -ms-transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
            transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
}

.about-text-bx{
    padding-left: 50px;
}

.about-text-bx p{
    color: #858687;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.about-text-bx ul{
    list-style: none;
}

.about-text-bx ul li{
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform:capitalize;
}

.about-text-bx ul li .fa{
    margin-right: 10px;
        color: #3ea69c;
}

@-webkit-keyframes svg-path-one-fc {
    0% {
        fill: #f0ece8;
    }
    50% {
        fill: #ededed;
    }
    100% {
        fill: #f0ece8;
    }
}

@keyframes svg-path-one-fc {
    0% {
        fill: #f0ece8;
    }
    50% {
        fill: #ededed;
    }
    100% {
        fill: #f0ece8;
    }
}

/* ---
Services Section Css
--- */
.services-bx{
    background-image: url("/static/myapp/img/graphic/shape-right.svg");
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}

.graphic-s-one{
    position: absolute;
    right: 60px;
    top: -35px;
    width: 220px;
}

.service-item{
    padding: 18px;
    display: block;
}

.service-inner{
    display: block;
    background-color: white;
    border-radius: 15px;
    padding: 35px 0px 15px; 
    -webkit-box-shadow: 3px 1px 18px 0 rgb(0 0 0 / 9%); 
            box-shadow: 3px 1px 18px 0 rgb(0 0 0 / 9%);
}

.service-inner .service-img-bx{
    width: 60%;
    height: 60%;
    margin-bottom: 20px;
    margin: 0 auto 20px;
    display: block;
}

.service-inner .service-img-bx svg{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.service-inner .service-img-bx .svg-path-one{
    -webkit-animation: svg-path-one-fc-ts 2s linear infinite normal forwards;
            animation: svg-path-one-fc-ts 2s linear infinite normal forwards;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

.service-inner .service-img-bx .svg-path-two{
   -webkit-transform: scale(0.9);
       -ms-transform: scale(0.9);
           transform: scale(0.9);
   -webkit-transform-origin: center;
       -ms-transform-origin: center;
           transform-origin: center;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.service-inner .service-img-bx:hover .svg-path-two{
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1);
}

.service-inner .service-img-bx .service-img{
    width: 100%;
    height: 100%;
}

@-webkit-keyframes svg-path-one-fc-ts {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        fill: #f0ece8;
    }
    50% {
        -webkit-transform: scale(.95,.95);
        transform: scale(.95,.95);
        fill: #ededed;
    }
    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        fill: #f0ece8;
    }
}

@keyframes svg-path-one-fc-ts {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        fill: #f0ece8;
    }
    50% {
        -webkit-transform: scale(.95,.95);
        transform: scale(.95,.95);
        fill: #ededed;
    }
    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        fill: #f0ece8;
    }
}

.service-inner .service-text{
    height: 100px;
    overflow: hidden;
}

.service-inner h6{
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.service-inner p{
    color: #858687;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.service-inner span{
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    display: block;
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* display: none; */
}

.service-inner span:hover{
    color: #ff4880;
    /* text-decoration: underline; */
}


/* ---
Gallery Section Css
--- */

.gallery-filters{
    overflow-x: auto;
    width: 100%;
    margin: auto;
    white-space: nowrap;
    padding: 15px 15px;
}

.gallery-filter span{
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 3px 10px;
    background-color: #ffffff;
    border: 1px solid lightgray;
    color: #868788;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0;
    text-align: center;
    -webkit-box-shadow: 0 4px 0 lightgrey;
    box-shadow: 0 4px 0 lightgrey;
    top: -4px;
    margin: 0 2px;
}

.gallery-filter:hover span {
    color: #ff4880;
    border-color: #ff4880;
    -webkit-box-shadow: 0 4px 0 #ff4880;
    box-shadow: 0 4px 0 #ff4880;
}

.gallery-filter:active span {
    color: #ff4880;
    border-color: #ff4880;
    -webkit-box-shadow: 0 0px 0 #ff4880;
    box-shadow: 0 0px 0 #ff4880;
    top: 0px;
}

.gallery-filter.active span {
    color: #3ea69c;
    /* background-color: #3ea69c; */
    border-color: #3ea69c;
    -webkit-box-shadow: 0 4px 0 #3ea69c;
    box-shadow: 0 4px 0 #3ea69c;
}

.gallery-filter.active:active span {
    color: #3ea69c;
    border-color: #3ea69c;
    -webkit-box-shadow: 0 0px 0 #3ea69c;
    box-shadow: 0 0px 0 #3ea69c;
    top: 0px;
}

.gallery-items {
	width:100%;
	position:relative;
}

.gallery-item{
	width: 20%;
	position:relative;
	float:left;
    padding:5px;
}

.gallery-item:nth-child(4),
.gallery-item:nth-child(2){
    margin-top: 50px;
}

.gallery-item:nth-child(3){
    margin-top: 100px;
}

.gallery-item a{
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
}

.gallery-item a .gallery-over {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-radial-gradient(#00000042, #393d72);
    background-image: radial-gradient(#00000042, #393d72);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gallery-item a .gallery-over .fa{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color:#393d72;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.gallery-item a:hover .gallery-over {
    opacity: 1;
    visibility: visible;
}

.gallery-item img{
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}

/* ---
Blog Section Css 
--- */
.blog-bx{
    background-image: url("/static/myapp/img/graphic/shape-left.svg");
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}

.blog-item{
    padding: 18px;
}

.blog-inner{
    display: block;
}

.blog-inner .blog-inner-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blog-inner .blog-inner-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position:center;
       object-position:center;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-inner .blog-inner-img:hover img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.blog-inner h6{
    color: #393d72;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-inner p{
    color: #858687;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-inner span{
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    display: block;
    margin: 10px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.blog-inner span:hover{
    color: #ff4880;
    text-decoration: underline;
}

/* ---
Testimonial Section Css
-- */
.testimonial-bx{
    background-image: url("/static/myapp/img/bg-img(1).jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-slider{
    max-width: 992px;
    width: 100%;
    margin: auto;
}

.testimonial-slider .owl-item{
    opacity: 0.7;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.testimonial-slider .owl-item.active.center{
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.testimonial-item{
    /* padding: 18px; */
    padding-top: 15px;
}

.testimonial-item .ti-inner{
    display: block;
}

.ti-inner h6{
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto 15px;
}

.ti-inner p{
    color: #858687;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.ti-inner-img{
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ti-inner-img svg{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.ti-inner-img .svg-path-one{
    -webkit-animation: svg-path-one-fc 2s linear infinite normal forwards;
            animation: svg-path-one-fc 2s linear infinite normal forwards;
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ti-inner-img:hover .svg-path-one{
    -webkit-transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
        -ms-transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
            transform: scaleX(1) scaleY(0.9) translateX(10px) translateY(20px) rotate(-5deg);
}

.ti-inner-img .ti-svg-path-two{
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ti-inner-img:hover .ti-svg-path-two{
    -webkit-transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
        -ms-transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
            transform: scaleX(1) scaleY(0.8) translateX(10px) translateY(-30px) rotate(10deg);
}


.ti-inner-img .ti-img{
    width: 100%;
    -webkit-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
        -ms-transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(0deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ti-inner-img:hover .ti-img{
    -webkit-transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
        -ms-transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
            transform: scaleX(1.2) scaleY(1.2) translateX(0px) translateY(40px) rotate(10deg);
}

@keyframes svg-path-one-fc {
    0% {
        fill: #f0ece8;
    }
    50% {
        fill: #ededed;
    }
    100% {
        fill: #f0ece8;
    }
}

/* ---
Page wish Section css
--- */

/* ---
services-page css
--- */

.services-page.row{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.services-page .service-item{
    padding: 0;
    margin-bottom: 40px;
}

/* ---
blog-page css
--- */

.blog-page.row{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.blog-page.row > div{
    padding: 0 10px;
}

.blog-page .blog-item{
    padding: 0;
    margin-bottom: 40px;
    background: white;
    -webkit-box-shadow: 0 0 0px 1px #f3f3f3;
            box-shadow: 0 0 0px 1px #f3f3f3;
    padding: 10px;
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-page .blog-item:hover{
    -webkit-box-shadow: 0 0 20px 0px lightgray;
            box-shadow: 0 0 20px 0px lightgray;
}

/* ---
FAQs-page css
--- */

.faqs-call-bx > h6{
    color: #393d72;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
}

.faqs-call-link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.fcl-img{
    width: 35px;
    height: 35px;
    color: #393d72;
    margin-right: 10px;
}

.fcl-img svg{
    width: 100%;
    height: 100%;
}

.fcl-text span{
    color: #393d72;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
}

.fcl-text h6{
    color: #ff4880;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 1px;
}


.acc-item {
    position: relative;
    padding: 0 15px;
    background: #fcfcfc;
    border: none;
    -webkit-box-shadow: 0 0 0px 1px #f0f0f0;
            box-shadow: 0 0 0px 1px #f0f0f0;
    border-radius: 15px;
    margin-bottom:15px;
}

.acc-item .acc-heding {
    color: #393d72;
    padding: 15px 20px 15px 0px;
    background: transparent;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.acc-item .acc-heding .fa{
    margin-right: 5px;
    color: #3ea69c;
}

.acc-item .acc-heding.collapsed:hover .fa,
.acc-item .acc-heding.collapsed:hover {
    color: #393d72;
}

.acc-item .acc-heding.collapsed .fa,
.acc-item .acc-heding.collapsed {
    color: #525252;
}

.acc-item .acc-heding span.down-icon {
    border-style: solid;
    border-color: currentColor;
    -o-border-image: initial;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.acc-item .acc-heding.collapsed span.down-icon {
    top: 25px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.acc-item .acc-detail {
    position: relative;
}

.acc-item .acc-detail .faqs-inner{
    padding-bottom: 15px;
}

.acc-item .acc-detail .faqs-inner p{
    color: #858687;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* ---
Lagal Pages css
--- */

.legal-ul {
    list-style: decimal;
    padding: 0px;
    list-style-position: inside;
}

.legal-ul li,
.legal-bx p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    color: #575757;
}

.legal-bx h6 {
    margin: 0;
    margin-top: 20px;
    font-weight: 900;
    color: #3d3d3d;
    font-size: 18px;
}

/* ---
Sitemap css
--- */

.sitemaplinks-bx {
    border: 1px solid #0000002e;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px;
}

.sitemap-heding {
    position: absolute;
    top: -18px;
    background: #fdfdfd;
    padding: 5px 10px;
    color: #393d72;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    left: 10px;
}

.sitemap-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-ul li {
    display: inline-block;
    margin: 8px 0;
    padding: 0px 10px;
    border-right: 1px solid lightgray;
}

.sitemap-ul li:last-child {
    border-right: transparent;
}

.sitemap-ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    color: #868788;
    font-weight: 600;
}

.sitemap-ul li a:hover {
    color: #3ea69c;
}

/* ---
About page css 
--- */

.wcu-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    padding: 10px 10px 10px 15px;
    border-radius: 90px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(80%, transparent));
    background-image: -o-linear-gradient(left, #f4f4f4 0%, transparent 80%);
    background-image: linear-gradient(90deg, #f4f4f4 0%, transparent 80%);
}

.wcu-item img{
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.wcu-item .wcu-text h6{
    color: #393d72;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
}

.wcu-item .wcu-text p {
    color: #858687;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
}



.ab-team-img{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    /* border: 1px solid lightgray; */
    -webkit-box-shadow: 0 0 30px #00000029;
            box-shadow: 0 0 30px #00000029;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
    margin-top: 25px;
    cursor: pointer;
}

.ab-item:hover .ab-team-img{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.ab-team-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.t-details-bx{
	text-align: center;
    margin-top: 10px;
}

.t-details-bx h6{
	font-size: 14px;
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.t-details-bx p{
    color: #858687;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}



/* ---
Contact page css
--- */

.contact-info {
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-info:hover {
    background-color: #f0f0f031;
}

.contact-info .contact-icon {
    padding: 8px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-info:hover .contact-icon {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    -webkit-box-shadow: 0 0 5px lightgray;
            box-shadow: 0 0 5px lightgray;
}

.contact-info .contact-icon img {
    width: 100%;
}

.contact-info .contact-text h6 {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.73;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.contact-info:hover .contact-text h6 {
    color: #124ca0;
}

.contact-info .contact-text p {
    color: #777777;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.contact-heading {
    font-weight: 500;
    color: #036;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

h5.contact-heading::after {
    content: "";
    background-color: #036;
    width: 50px;
    height: 1.5px;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.custom-form {
    padding: 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: relative;
}

.custom-form__group textarea,
.custom-form__group input {
    font-weight: 400;
    display: block;
    color: #000;
    border: 0;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgb(219 219 219);
    padding: 0px 0px 0px 0px;
    height: 40px;
    font-size: 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.custom-form__group textarea {
    padding: 6px 0px 6px 0px;
    height: auto;
}

.custom-form__group textarea,
.custom-form__group input:focus {
    outline: none;
}

.custom-form__group {
    position: relative;
    margin: 16px 0 10px;
}

.custom-form__group .group__label {
    position: absolute;
    font-size: 15px;
    left: 19px;
    color: #868788;
    font-weight: 500;
    border-radius: 3px;
    top: -8px;
    opacity: 1;
    -webkit-transform: scale(1.2) translateY(15px);
        -ms-transform: scale(1.2) translateY(15px);
            transform: scale(1.2) translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.custom-form__group textarea:focus+.group__label,
.custom-form__group textarea:hover+.group__label,
.custom-form__group input:focus+.group__label,
.custom-form__group input:hover+.group__label {
    color: #c3c3c3;
}

.custom-form__group textarea:focus,
.custom-form__group textarea:hover,
.custom-form__group input:focus,
.custom-form__group input:hover {
    /* border-color: var(--bg-blue); */
    background-color: rgb(255, 255, 255);
    border-color: #124ca0;
}

.custom-form__group textarea:not(:-moz-placeholder-shown)+.group__label, .custom-form__group input:not(:-moz-placeholder-shown)+.group__label {
    transform: scale(0.9) translateY(-5px);
    opacity: 1;
    left: 12px;
    z-index: 1;
    font-weight: 500;
    color: #124ca0;
}

.custom-form__group textarea:not(:-ms-input-placeholder)+.group__label, .custom-form__group input:not(:-ms-input-placeholder)+.group__label {
    -ms-transform: scale(0.9) translateY(-5px);
        transform: scale(0.9) translateY(-5px);
    opacity: 1;
    left: 12px;
    z-index: 1;
    font-weight: 500;
    color: #124ca0;
}

.custom-form__group textarea:not(:placeholder-shown)+.group__label,
.custom-form__group textarea:focus+.group__label,
.custom-form__group input:not(:placeholder-shown)+.group__label,
.custom-form__group input:focus+.group__label,
.custom-form__group select:focus+.group__label {
    -webkit-transform: scale(0.9) translateY(-5px);
        -ms-transform: scale(0.9) translateY(-5px);
            transform: scale(0.9) translateY(-5px);
    opacity: 1;
    left: 12px;
    z-index: 1;
    font-weight: 500;
    color: #124ca0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
}

.sub-btn {
    border: 1px solid lightgray;
    padding: 5px 10px;
    margin: 16px auto 0;
    width: 100%;
    height: 45px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    background-color: #00458b;
    border-radius: 5px;
    color: white;
    margin-bottom: 15px;
}

.sub-btn:hover {
    border-color: #124ca0;
    background-color: #124ca0;
    color: white;
}

.contact-map {
    width: 100%;
    height: 100%;
}



/* founder-popup */
.founder-popup h3 {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.founder-popup span{
    font-size: 16px;
    font-weight: 500;
    color: #f58220;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}

.founder-popup img {
    width: 150px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 1px #e9e9e954, rgb(0 0 0) 0px 10px 10px -10px;
            box-shadow: 0px 0px 0px 1px #e9e9e954, rgb(0 0 0) 0px 10px 10px -10px;
    float: left;
    margin-right: 16px;
}

.founder-popup h3 {
    color: #393d72;
    background: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.founder-popup p {
    color: #858687;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.founder-popup a {
    color: #747474;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #777777;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.founder-popup a:hover {
    color: black;
    background-color: #ffa330;
    border-color: #ffa330;
}



.proh{
    position: relative;
    overflow: hidden;
}


.ring-anim::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0%;
    width: 100rem;
    height: 100rem;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-animation: pulsing-ring 12s infinite linear;
    animation: pulsing-ring 12s infinite linear;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    opacity: 0;
 }
 
.ring-anim:nth-of-type(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
 }
 
.ring-anim:nth-of-type(2)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
 }
 
.ring-anim:nth-of-type(3)::after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
 }
 
.ring-anim:nth-of-type(4)::after {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
 }
 
.ring-anim:nth-of-type(5)::after {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
 }
 
.ring-anim:nth-of-type(6)::after {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s;
 }
 
.ring-anim:nth-of-type(7)::after {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
 }
 
.ring-anim:nth-of-type(8)::after {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
 }

 
@-webkit-keyframes pulsing-ring {
    0% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(.01);
       transform: translate3d(-50%, -50%, 0) scale(.01);
       opacity: 1
    }
 
    70% {
       opacity: 1
    }
 
    100% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
       transform: translate3d(-50%, -50%, 0) scale(1);
       opacity: 0
    }
 }
 
 @keyframes pulsing-ring {
    0% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(.01);
       transform: translate3d(-50%, -50%, 0) scale(.01);
       opacity: 1
    }
 
    70% {
       opacity: 1
    }
 
    100% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
       transform: translate3d(-50%, -50%, 0) scale(1);
       opacity: 0
    }
 }
 
 @keyframes pulsing-ring {
    0% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(.01);
       transform: translate3d(-50%, -50%, 0) scale(.01);
       opacity: 1
    }
 
    70% {
       opacity: 1
    }
 
    100% {
       -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
       transform: translate3d(-50%, -50%, 0) scale(1);
       opacity: 0
    }
 }


.review-star-bx{
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.review-star-bx .fa{
    color: #cbcbcb;
    margin-right: -1px;
    font-size: 15px;
}

.review-star-bx .fa.active{
    color: #fda802;
}

/* blog-detail-page-css */

.recent-post-hed{
    color: #393d72;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    position: absolute;
    left: 11px;
    top: -14px;
    padding: 0px 10px;
    /* background: white; */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fcfcfc), color-stop(50%, #ffffff));
    background-image: -o-linear-gradient(bottom, #fcfcfc 50%, #ffffff 50%);
    background-image: linear-gradient(0deg, #fcfcfc 50%, #ffffff 50%);
}


.recent-post-bx{
    padding: 25px 20px 15px;
    border-radius: 5px;
    border: 2px solid #eeeeee;
    background: #fcfcfc;
    position: relative;
}


.d-news-heading {
    font-size: 28px;
    color: #036;
    line-height: 1.3;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 0px;
}

.d-caption {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    padding: 8px 0 3px;
    color: #bab6b6;
    font-weight: 500;
    font-style: normal !important;
}

.d-caption i {
    font-style: normal !important;
}


.d-text-bx {
    overflow: hidden;
    position: relative;
}


.d-text-bx * {
    font-size: 16px;
    color: #454545;
    overflow: hidden;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    text-align: justify;
    /* margin-bottom: 12px; */
}



.d-text-bx strong,
.d-text-bx b{
    font-weight: bold !important;
}

.d-text-bx ins,
.d-text-bx u{
    text-decoration: underline !important;
}

.d-text-bx em,
.d-text-bx i{
    font-style: italic !important;   
}

.d-text-bx img {
    width: 100%;
    border-radius: 5px;
}

.d-text-bx ul li{
    padding-left: 20px;
    position: relative;
}

.d-text-bx ul li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    color: currentColor;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
}

.d-inner-vi {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 4px 10px #ccc;
            box-shadow: 0 4px 10px #ccc;
}

.d-inner-vi iframe,
.d-inner-vi video {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}


/* --- 
News section design css
--- */

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.news-item .news-img {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 4px 10px #ccc;
            box-shadow: 0 4px 10px #ccc;
}

.news-item .news-img .news-img-bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
    /* display: none; */
}

.news-item .news-img iframe,
.news-item .news-img video {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.news-item .news-img audio {
    width: 95%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.news-item .news-img:hover .news-img-bg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.news-item .news-text {
    padding: 10px 15px 15px;
}

.news-item .news-text h5 {
    font-size: 24px;
    color: #393d72;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-item .news-text h5:hover {
    text-decoration: underline;
}

.news-item .news-text .date {
    color: #8f8f8f;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    /* text-align: center; */
    font-weight: 600;
    display: none;
}

.news-item .news-text .date .author-name {
    color: #d8361e;
    font-weight: 500;
}

.news-item .news-text p {
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 0px;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
    line-height: 1.6;
}

.news-x-big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d354;
}

.news-x-big .news-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    height: 90px;
    width: 150px;
    margin-right: 10px;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 10px #ccc;
            box-shadow: 0 4px 10px #ccc;
}

.news-x-big .news-text {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.news-x-big .news-text h5 {
    font-size: 16px;
}

.news-x-small .news-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 75px;
    width: 120px;
}

.recent-post-bx .news-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.d-s-link {
    text-align: left;
    margin: 5px 0;
}

.d-s-link a {
    border-radius: 50%;
    border: none;
    font-size: 16px;
    margin: 5px 1px;
    position: relative;
    background: #eeeeee;
}

.d-s-link a .fa {
    position: relative;
    z-index: 2;
}

.d-s-link a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.d-s-link a:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.d-s-link a:hover .fa {
    color: white !important;
}

.d-s-link a.share-alt{
    pointer-events: none;
    background: transparent;
    color: #757575;
    width: auto;
    font-weight: 600;
    margin-right: 10px;
}

.d-s-link a.share-alt .fa{
    margin-right: 5px;
}


.d-s-link a:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

.social-links a.fb-link:hover::after {
    background-color: #3b5998;
}

.social-links a.tw-link:hover::after {
    background-color: #00aced;
}

.social-links a.ld-link:hover::after {
    background-color: #0077b5;
}

.social-links a.wa-link:hover::after {
    background-color: #25d465;
}

.social-links a.copy-link:hover::after {
    background-color: #393082;
}

.d-s-link a .icon-tag {
    position: absolute;
    background: white;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50px);
        -ms-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    -webkit-box-shadow: 0px 0px 5px #0000001f;
            box-shadow: 0px 0px 5px #0000001f;
    padding: 4px 8px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    pointer-events: none;
}

.d-s-link a .icon-tag::after {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
        -ms-transform: translate(-50%, -6px) rotate(45deg);
            transform: translate(-50%, -6px) rotate(45deg);
    z-index: 3;
    -webkit-box-shadow: -1px -1px 1px #0000001f;
            box-shadow: -1px -1px 1px #0000001f;
}

.d-s-link a:hover .icon-tag {
    -webkit-transform: translate(-50%, 35px);
        -ms-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px);
    visibility: visible;
    opacity: 1;
}

.social-links a.fb-link .icon-tag {
    color: #3b5998;
}

.social-links a.tw-link .icon-tag {
    color: #00aced;
}

.social-links a.ld-link .icon-tag {
    color: #0077b5;
}

.social-links a.wa-link .icon-tag {
    color: #25d465;
}

.social-links a.copy-link .icon-tag {
    color: #393082;
}

/* ot section css */
.ot-item{
    position: relative;
    padding: 15px 10px;
    background: #fcfcfc;
    /* box-shadow: 0 0 20px 0px #0000001f; */
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 0px 1px #f0f0f0;
            box-shadow: 0 0 0px 1px #f0f0f0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.ot-item:hover{
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 0px #0000001f;
            box-shadow: 0 0 20px 0px #0000001f;
}


.oti-img{
    width: 170px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px #00000029;
            box-shadow: 0 0 30px #00000029;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 170px;
}

.oti-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.ot-name{
    color: #393d72;
    background: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.ot-designation{
    color: #858687;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    display: block;
    margin: -10px 0 5px 0;
}

.ot-text{
    color: #000000;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.vsbfbd{
    color: #393d72;
    background: transparent;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    margin: 8px 0px 2px 0px;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ---
Service Modal
--- */

.service-modal{
    padding-right:0 !important
}

.service-modal .modal-dialog{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.service-poupup{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* align-items: center; */
}

.service-poupup .service-img-bx{
    width: 150px;
    height: 150px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 15px;
}

.service-poupup .service-text-bx{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.service-poupup .service-img-bx svg{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.service-poupup .service-img-bx .svg-path-one{
    -webkit-animation: svg-path-one-fc-ts 2s linear infinite normal forwards;
            animation: svg-path-one-fc-ts 2s linear infinite normal forwards;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

.service-poupup .service-img-bx .svg-path-two{
   -webkit-transform: scale(0.9);
       -ms-transform: scale(0.9);
           transform: scale(0.9);
   -webkit-transform-origin: center;
       -ms-transform-origin: center;
           transform-origin: center;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.service-poupup .service-img-bx:hover .svg-path-two{
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1);
}

.service-poupup .service-img-bx .service-img{
    width: 100%;
    height: 100%;
}

.service-poupup h3 {
    color: #393d72;
    background: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-poupup p {
    color: #858687;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.error {
    color: red;
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

@media screen and (max-width:576px) {
    .service-poupup{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .service-poupup .service-img-bx{
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .service-poupup h3 {
        text-align: center;
        font-size: 18px;
    }
}



.appointment-modal{
    padding-right: 0 !important;
}
.appointment-modal .modal-dialog{
    max-width: 550px;
}

.appointment-modal .modal-dialog .modal-body{
    border-radius: 5px;
    background-color: #fcfcfc;
    background-image: url(/img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 60px;
}


.appointment-poupup > img{
    width: 150px;
    display: block;
    margin: auto;
}

.for-eme-app-num{
    border-bottom: 2px dashed #e9e9e9;
    padding: 30px 0 20px;
}

.for-eme-app-num:last-child{
    border-bottom: none;
    padding: 20px 0 20px;
}

.for-eme-app-num h6{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.for-eme-app-num a.fea-number{
    position: relative;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 9px;
    margin-right: 0px;
    margin-top: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background: #f9f9f9;
}

.for-eme-app-num a.fea-number:hover{
    border-color:#3ea69c;
    background-color: #3ea69c05;
    color: #3ea69c;
}

.for-eme-app-num a.fea-number.color-fea:hover{
    border-color:#ff4880;
    background-color: #ff488005;
    color: #ff4880;
}

.for-eme-app-num a.fea-number img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.for-eme-app-num a.fea-number:hover img{
    filter: grayscale(0);
    opacity: 1;
}

@media screen and (max-width:768px) {
    .dghdjhn .about-img-bx{
        pointer-events: none;
    }
}

@media screen and (max-width:576px) {
    .for-eme-app-num a.fea-number{
        display: block;
        margin-top: 10px;
    }
}

.footer-h6{
    margin: auto;
    display: block;
    text-align: center;
    color: #939393;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -3px;
    margin-top: 10px;
}