@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700);
html {
    height: 100%;
    font-size: 62.5%;
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 60%;
    }
    .header-menu-layout4 .template-main-menu nav>ul>li>a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 45%;
    }
    .hidden-xs {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 40%;
    }
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Poppins', sans-serif;
    */
    font-weight: 400;
    height: 100%;
    line-height: 1.5;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #444444;
}

p {
    margin: 0 0 20px 0;
    color: #444444;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4 {
    line-height: 1.4;
}

h1 {
    font-size: 48px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: calc(44px);
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: calc(42px);
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: calc(38px);
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: calc(36px);
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: calc(32px);
    }
}

h2 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: calc(34px);
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: calc(32px);
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: calc(30px);
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: calc(28px);
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: calc(26px);
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: calc(23px);
    }
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: calc(22px);
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: calc(21px);
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: calc(19px);
    }
}

@media only screen and (max-width: 575px) {
    h4 {
        font-size: calc(18px);
    }
}


/*=======================================================================[02] Common Style=========================================================================*/

a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.possition-static {
    position: static !important;
}

.bg-common {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overlay-primary80:after,
.bg-overlay-primary80:before {
    background-color: rgba(57, 108, 240, 0.8);
}

.bg-primary100 {
    background-color: #32379d;
}

.bg-accent100 {
    background-color: #f8f8f8;
}

.bg-light-accent100 {
    background-color: #f1f7fa;
}

.bg-light-primary100 {
    background-color: #ffffff;
}

.bg-light-secondary100 {
    background-color: #f3f3f3;
}

.both-side-half-bg {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .both-side-half-bg {
        display: block;
    }
}

.both-side-half-bg>div {
    width: 50%;
    padding-top: 9.3rem;
    padding-bottom: 10rem;
}

@media only screen and (max-width: 991px) {
    .both-side-half-bg>div {
        width: 100%;
    }
}

.both-side-half-bg>div:first-child {
    background-color: #f3f3f3;
    padding-right: 10rem;
    padding-left: calc((100% - 1290px) / 2);
}

@media only screen and (max-width: 1399px) {
    .both-side-half-bg>div:first-child {
        padding-left: calc((100% - 1110px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    .both-side-half-bg>div:first-child {
        padding-left: calc((100% - 930px) / 2);
    }
}

@media only screen and (max-width: 991px) {
    .both-side-half-bg>div:first-child {
        padding-left: calc((100% - 690px) / 2);
        padding-right: calc((100% - 690px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .both-side-half-bg>div:first-child {
        padding-left: calc((100% - 510px) / 2);
        padding-right: calc((100% - 510px) / 2);
    }
}

@media only screen and (max-width: 575px) {
    .both-side-half-bg>div:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.both-side-half-bg>div:last-child {
    padding-left: 10rem;
    padding-right: calc((100% - 1290px) / 2);
    background-color: #32379d;
}

@media only screen and (max-width: 1399px) {
    .both-side-half-bg>div:last-child {
        padding-right: calc((100% - 1110px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    .both-side-half-bg>div:last-child {
        padding-right: calc((100% - 930px) / 2);
    }
}

@media only screen and (max-width: 991px) {
    .both-side-half-bg>div:last-child {
        padding-left: calc((100% - 690px) / 2);
        padding-right: calc((100% - 690px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .both-side-half-bg>div:last-child {
        padding-left: calc((100% - 510px) / 2);
        padding-right: calc((100% - 510px) / 2);
    }
}

@media only screen and (max-width: 575px) {
    .both-side-half-bg>div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*=======================================================================[03] Title Style=========================================================================*/

.section-heading p {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .section-heading p {
        width: 100%;
    }
}

.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.section-heading.text-left p,
.section-heading.text-right p {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
    color: #111111;
}

.section-heading.heading-dark h1 span,
.section-heading.heading-dark h2 span,
.section-heading.heading-dark h3 span,
.section-heading.heading-dark h4 span {
    color: #32379d;
}

.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
    color: #ffffff;
}

.section-heading.heading-light p {
    color: #ffffff;
}

.heading-layout1 {
    margin-bottom: 75px;
    text-align: center;
    position: relative;
}

.heading-layout1:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    text-align: center;
    background: url(../img/title-bg.png) center center;
    background-size: 160px;
    background-repeat: no-repeat;
    bottom: -24px;
    right: 0;
    margin: 0 auto;
}

.left-heading.heading-layout1:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    text-align: left;
    background: url(../img/title-bg.png) left center;
    background-size: 160px;
    background-repeat: no-repeat;
    bottom: -24px;
    right: 0;
    margin: 0 auto;
}

.heading-layout1 h2,
.heading-layout1 h3 {
    font-weight: 600;
    text-transform: capitalize;
}

.heading-layout1 p {
    font-family: 'Poppins', sans-serif;
}

.text-left.heading-layout1:after {
    right: inherit;
    margin: 0;
}

.heading-light.heading-layout1:after,
.heading-light.heading-layout5:after {
    background-color: #ffffff;
}

.heading-layout2 {
    margin-bottom: 75px;
}

.heading-layout2 h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: capitalize;
}

.heading-layout2 p {
    font-family: 'Poppins', sans-serif;
    width: 60%;
}

@media only screen and (max-width: 767px) {
    .heading-layout2 p {
        width: 100%;
    }
}

.heading-layout3 {
    margin-bottom: 50px;
    text-align: center;
}

.heading-layout3 h2,
.heading-layout3 h3 {
    font-weight: 600;
    text-transform: capitalize;
}

.heading-layout3 p {
    font-family: 'Poppins', sans-serif;
}

.heading-layout4 {
    margin-bottom: 40px;
}

.heading-layout4 h2 {
    font-size: 4rem;
    font-weight: 600;
    text-transform: capitalize;
}

.heading-layout4 p {
    font-family: 'Poppins', sans-serif;
    width: 60%;
}

@media only screen and (max-width: 767px) {
    .heading-layout4 p {
        width: 100%;
    }
}

.heading-layout5 {
    margin-bottom: 60px;
    text-align: left;
    position: relative;
}

.heading-layout5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 45px;
    background-color: #32379d;
    left: 0;
    bottom: -20px;
}

.heading-layout5 h2,
.heading-layout5 h3 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.heading-layout5 p {
    font-family: 'Poppins', sans-serif;
}


/*=======================================================================[04] Header Area Style=========================================================================*/

@media only screen and (max-width: 991px) {
    header {
        display: none;
    }
}

.top-bar-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.header-menu-area:after {
    clear: both;
    content: "";
    display: block;
}

.template-main-menu nav>ul>li {
    position: relative;
}

.template-main-menu nav>ul>li:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0;
    background-color: #32379d;
    z-index: 10;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.template-main-menu nav>ul>li>a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-1 {
    border-top: 1px solid #32379d;
    background-color: #ffffff;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-1 li a {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    padding: 12px 15px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-1 li a:hover {
    color: #ffffff;
    background-color: #ea3d2e;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-2 {
    border-top: 1px solid #32379d;
    background-color: #ffffff;
    width: 480px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-2 li {
    display: inline-block;
    width: 49%;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-2 li a {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    padding: 12px 15px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-main-menu nav>ul>li ul.dropdown-menu-col-2 li a:hover {
    color: #ffffff;
    background-color: #ea3d2e;
}

.template-main-menu nav>ul>li .third-level {
    border-top: 1px solid #32379d;
    background-color: #ffffff;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.template-main-menu nav>ul>li .third-level li a {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    padding: 12px 15px;
    display: block;
}

.template-main-menu nav>ul>li .third-level li a:hover {
    color: #ffffff;
    background-color: #ea3d2e;
}

.template-main-menu nav>ul>li .template-mega-menu {
    background-color: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #32379d;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    padding: 20px 0 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.template-main-menu nav>ul>li .template-mega-menu .menu-ctg-title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 18px;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu {
    margin-bottom: 20px;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f8f8f8;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    padding: 5px 15px 5px 15px;
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    position: relative;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li a i {
    color: #444444;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li a:hover {
    color: #32379d;
    padding: 5px 15px 5px 20px;
}

.template-main-menu nav>ul>li .template-mega-menu ul.sub-menu li a:hover i {
    color: #32379d;
    animation: toRightFromLeft10 0.5s;
}

.template-main-menu nav>ul>li:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.template-main-menu nav>ul>li:hover ul.dropdown-menu-col-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav>ul>li:hover ul.dropdown-menu-col-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav>ul>li:hover .template-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav>ul>li>ul>li {
    position: relative;
}

.template-main-menu nav>ul>li>ul>li a.third-level-arrow:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 0.8;
    font-size: 20px;
    z-index: 8;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #111111;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}

.template-main-menu nav>ul>li>ul>li:hover .third-level-arrow:after {
    right: 15px;
}

.template-main-menu nav>ul>li>ul>li:hover ul.third-level {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-menu-layout4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 50px 0 auto;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.header-menu-layout4 .template-main-menu nav>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-menu-layout4 .template-main-menu nav>ul>li>a {
    text-transform: uppercase;
    padding: 40px 12px 39px;
    color: #111111;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1199px) {
    .header-menu-layout4 .template-main-menu nav>ul>li>a {
        padding: 40px 10px 39px;
        font-size: 13px;
    }
}

.header-menu-layout4 .template-main-menu nav>ul>li>a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #32379d;
}

.menu-sticky .header-menu-area {
    animation-name: headerSlideDown;
    animation-duration: 0.50s;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu-sticky {
    position: fixed;
    margin: 0 0 auto;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    top: 0;
}

.header-action-items-layout1 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-action-items-layout1 ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-action-items-layout1 ul li:last-child {
    margin-right: 0;
}

.header-action-items-layout1 ul li .header-search-dark {
    line-height: inherit;
}

.header-action-items-layout1 ul .action-items-primary-btn {
    font-size: 13px;
    display: inline-block;
    padding: 14px 12px;
    color: #ffffff;
    background-color: #32379d;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid;
    border-color: #32379d;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
}

.header-action-items-layout1 ul .action-items-primary-btn i {
    margin-left: 10px;
}

.header-action-items-layout1 ul .action-items-primary-btn:hover {
    background-color: transparent;
    color: #32379d;
}

.header-search-dark {
    position: relative;
    line-height: 0;
}

.header-search-dark button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    color: #646464;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-search-dark button i:before {
    font-size: 24px;
    margin-left: 0;
    padding: 5px;
    font-weight: 600;
}

.header-search-dark button:focus {
    outline: none;
}

.header-search-dark .search-input {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
    height: 60px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 5px 30px 8px;
    display: none;
    background-color: #32379d;
    color: #e3e3e3;
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 740px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 230px;
    }
}

.header-search-dark input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.header-search-dark input::-webkit-input-placeholder {
    color: #ffffff;
}

.header-search-dark input::-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-ms-input-placeholder {
    color: #ffffff;
}

.header-contact-layout3 {
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    font-family: 'Poppins', sans-serif;
}


/*@media only screen and (max-width: 1199px) {
    .header-contact-layout3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}*/

.header-contact-layout3 ul li {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}

.header-contact-layout3 ul li i {
    margin-right: 10px;
}

.header-contact-layout3 ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .header-contact-layout3 ul li {
        display: block;
    }
}

.header-contact-layout3 ul li .fa-phone {
    transform: scaleX(-1);
}

.header-social-layout2 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-social-layout2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-social-layout2 ul li {
    display: inline-block;
    margin-right: 5px;
}

.header-social-layout2 ul li:last-child {
    margin-right: 0;
}

.header-social-layout2 ul li a {
    padding: 5px 8px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-social-layout2 ul li a:hover {
    color: #ea3d2e;
}

.header-social-layout2 ul li a:hover>i {
    animation: toTopFromBottom 0.5s forwards;
}

.mean-container .mean-bar {
    background: transparent !important;
    float: none;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block;
}

.logo-mobile {
    width: 200px;
}

@media only screen and (max-width: 767px) {
    .mean-container .mean-bar a {
        padding: 6px 16px;
        display: inline-block;
    }
    .logo-mobile {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .mean-container .mean-bar .meanmenu-reveal {
        margin-top: 2px;
    }
}

.mean-container .mean-bar a.logo-mobile-menu {
    width: 100%;
    background-color: rgba(222, 222, 222, 0.95);
    box-sizing: border-box;
}

.mean-container .mean-bar .mobile-menu-nav-back {
    padding-left: 15px;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    text-align: center;
    /*height: 70px;*/
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mean-container .mean-bar .mobile-menu-nav-back:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(248, 248, 248, 0.95);
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

.mean-container .mean-nav {
    float: none !important;
    background: transparent !important;
    font-family: 'Poppins', sans-serif;
}

.mean-container .mean-nav>ul {
    overflow-y: scroll;
}

.mean-container .mean-nav>ul:after {
    content: '';
    display: block;
    clear: both;
}

.mean-container .mean-nav>ul li a {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    background-color: #f8f8f8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mean-container .mean-nav>ul li a:hover {
    color: #32379d;
}

.mean-container .mean-nav>ul li:hover>a {
    color: #32379d;
    background-color: #ffffff;
}

.mean-container .mean-nav>ul li li a {
    color: #111111;
    opacity: 1;
    font-weight: 400;
    padding: 0.5em 10%;
}

.mean-container .mean-nav>ul li li a:hover {
    background-color: #ffffff;
}

.mean-container .mean-nav>ul li a.mean-expand {
    background-color: transparent;
    margin-top: 0;
    height: 20px;
    line-height: 27px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 12px 20px 12px 12px !important;
}

.mean-container .mean-nav>ul li a.mean-expand:hover {
    background-color: transparent;
}

.mean-container a.meanmenu-reveal {
    float: none !important;
    position: absolute;
    top: 12px;
    transition: unset;
}

.mean-bar+div #wrapper {
    padding-top: 52px;
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-left: 0;
    }
}

.hide-on-mobile-menu:after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}


/*=================== Slider Area Style ====================================*/

.slider-top-margin {
    margin-top: 95px;
}

@media only screen and (max-width: 991px) {
    .slider-top-margin {
        margin-top: 61px;
    }
}

.slider-top-margin2 {
    margin-top: 75px;
}

@media only screen and (max-width: 991px) {
    .slider-top-margin2 {
        margin-top: 71px;
    }
}

.inner-page-top-margin {
    margin-top: 95px;
}

@media only screen and (max-width: 991px) {
    .inner-page-top-margin {
        margin-top: 71px;
    }
}

.slider-area {
    position: relative;
}

.slider-area .nivoSlider img {
    -webkit-animation: img_scale 20s linear infinite;
    animation: img_scale 20s linear infinite;
}

@keyframes img_scale {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.slider-area .nivo-controlNav {
    display: none;
}

.slider-area .nivo-directionNav a {
    text-indent: -9999999px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid rgba(204, 210, 212, 0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media(max-width:1200px) {
    .nivo-directionNav {
        display: block;
    }
}

.slider-area .nivo-directionNav a:hover {
    background-color: #32379d;
}

.slider-area .nivo-directionNav a:hover:before {
    color: #ffffff !important;
    background: transparent !important;
}

.slider-area .nivo-directionNav a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #111111 !important;
    cursor: pointer;
    font-size: 1.6rem;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    left: 0;
    right: 0;
    text-indent: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.slider-area .nivo-directionNav a.nivo-prevNav {
    left: 0;
}

.slider-area .nivo-directionNav a.nivo-prevNav:before {
    content: "\f053";
}

.slider-area .nivo-directionNav a.nivo-nextNav {
    right: 0;
}

.slider-area .nivo-directionNav a.nivo-nextNav:before {
    content: "\f054";
}

.slider-area:hover a {
    opacity: 1;
    visibility: visible;
}

.slider-area .nivo-caption {
    opacity: 1;
}

.slider-area .nivo-caption p {
    padding: 0;
}

.slider-layout1 .nivo-caption {
    top: 0;
}

.slider-layout4 .nivo-caption {
    top: -65px;
}

@media only screen and (max-width: 1199px) {
    .slider-layout4 .nivo-caption {
        top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .slider-layout4 .nivo-caption {
        top: 10px;
    }
}

.slider-layout4 .nivo-directionNav a {
    top: 37%;
}

@media only screen and (max-width: 1199px) {
    .slider-layout4 .nivo-directionNav a {
        top: 50%;
    }
}

.slider-layout4 .slide-1 div.slider-big-text,
.slider-layout4 .slide-2 div.slider-big-text,
.slider-layout4 .slide-3 div.slider-big-text {
    font-size: 5.4rem;
    text-transform: capitalize;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .slider-layout4 .slide-1 div.slider-big-text,
    .slider-layout4 .slide-2 div.slider-big-text,
    .slider-layout4 .slide-3 div.slider-big-text {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 575px) {
    .slider-layout4 .slide-1 div.slider-big-text,
    .slider-layout4 .slide-2 div.slider-big-text,
    .slider-layout4 .slide-3 div.slider-big-text {
        font-size: 3rem;
        text-align: center;
    }
}

.slider-layout4 .slide-1 div.slider-big-text span,
.slider-layout4 .slide-2 div.slider-big-text span,
.slider-layout4 .slide-3 div.slider-big-text span {
    font-weight: 400;
    display: inline;
}

.slider-layout4 .slide-1 .slider-big-text.padding-right,
.slider-layout4 .slide-2 .slider-big-text.padding-right,
.slider-layout4 .slide-3 .slider-big-text.padding-right,
.slider-layout4 .slide-1 .slider-paragraph.padding-right,
.slider-layout4 .slide-2 .slider-paragraph.padding-right,
.slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 65%;
}

@media only screen and (max-width: 1399px) {
    .slider-layout4 .slide-1 .slider-big-text.padding-right,
    .slider-layout4 .slide-2 .slider-big-text.padding-right,
    .slider-layout4 .slide-3 .slider-big-text.padding-right,
    .slider-layout4 .slide-1 .slider-paragraph.padding-right,
    .slider-layout4 .slide-2 .slider-paragraph.padding-right,
    .slider-layout4 .slide-3 .slider-paragraph.padding-right {
        padding-right: 60%;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-layout4 .slide-1 .slider-big-text.padding-right,
    .slider-layout4 .slide-2 .slider-big-text.padding-right,
    .slider-layout4 .slide-3 .slider-big-text.padding-right,
    .slider-layout4 .slide-1 .slider-paragraph.padding-right,
    .slider-layout4 .slide-2 .slider-paragraph.padding-right,
    .slider-layout4 .slide-3 .slider-paragraph.padding-right {
        padding-right: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .slider-layout4 .slide-1 .slider-big-text.padding-right,
    .slider-layout4 .slide-2 .slider-big-text.padding-right,
    .slider-layout4 .slide-3 .slider-big-text.padding-right,
    .slider-layout4 .slide-1 .slider-paragraph.padding-right,
    .slider-layout4 .slide-2 .slider-paragraph.padding-right,
    .slider-layout4 .slide-3 .slider-paragraph.padding-right {
        padding-right: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-layout4 .slide-1 .slider-big-text.padding-right,
    .slider-layout4 .slide-2 .slider-big-text.padding-right,
    .slider-layout4 .slide-3 .slider-big-text.padding-right,
    .slider-layout4 .slide-1 .slider-paragraph.padding-right,
    .slider-layout4 .slide-2 .slider-paragraph.padding-right,
    .slider-layout4 .slide-3 .slider-paragraph.padding-right {
        padding-right: 30%;
    }
}

@media only screen and (max-width: 575px) {
    .slider-layout4 .slide-1 .slider-big-text.padding-right,
    .slider-layout4 .slide-2 .slider-big-text.padding-right,
    .slider-layout4 .slide-3 .slider-big-text.padding-right,
    .slider-layout4 .slide-1 .slider-paragraph.padding-right,
    .slider-layout4 .slide-2 .slider-paragraph.padding-right,
    .slider-layout4 .slide-3 .slider-paragraph.padding-right {
        padding-right: 0%;
    }
}

.slider-layout4 .slide-1 .slider-paragraph,
.slider-layout4 .slide-2 .slider-paragraph,
.slider-layout4 .slide-3 .slider-paragraph {
    margin: 0 0 20px;
    color: #333333;
}

@media only screen and (max-width: 767px) {
    .slider-layout4 .slide-1 .slider-paragraph,
    .slider-layout4 .slide-2 .slider-paragraph,
    .slider-layout4 .slide-3 .slider-paragraph {
        display: block;
    }
}

.slider-layout4 .slide-1 .slider-btn-area,
.slider-layout4 .slide-2 .slider-btn-area,
.slider-layout4 .slide-3 .slider-btn-area {
    margin-top: 10px;
    margin-bottom: 5px;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-btn,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn {
    padding: 14px 25px;
    text-transform: uppercase;
    color: #1786d9;
    display: inline-block;
    font-weight: 500;
    border: 1px solid;
    border-color: #1786d9;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:last-child {
    margin-right: 0;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn i {
    margin-top: 5px;
    margin-left: 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:hover {
    background-color: #ea3d2e;
    color: #ffffff;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (max-width: 991px) {
    .slider-layout4 .slide-1 .slider-btn-area a.item-btn,
    .slider-layout4 .slide-2 .slider-btn-area a.item-btn,
    .slider-layout4 .slide-3 .slider-btn-area a.item-btn {
        padding: 10px 10px 10px;
        font-size: 14px;
    }
    .slider-layout4 .slide-1 .slider-btn-area a.item-btn i,
    .slider-layout4 .slide-2 .slider-btn-area a.item-btn i,
    .slider-layout4 .slide-3 .slider-btn-area a.item-btn i {
        font-size: 13px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .slider-layout4 .slide-1 .slider-btn-area a.item-btn,
    .slider-layout4 .slide-2 .slider-btn-area a.item-btn,
    .slider-layout4 .slide-3 .slider-btn-area a.item-btn {
        padding: 5px 10px 5px;
        font-size: 12px;
    }
    .slider-layout4 .slide-1 .slider-btn-area a.item-btn i,
    .slider-layout4 .slide-2 .slider-btn-area a.item-btn i,
    .slider-layout4 .slide-3 .slider-btn-area a.item-btn i {
        font-size: 13px;
        margin-left: 5px;
    }
}

.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn {
    padding: 14px 25px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid;
    border-color: #ffffff;
    font-size: 15px;
    color: #32379d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn i {
    color: #32379d;
    margin-top: 5px;
    margin-left: 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn:hover i {
    color: #ffffff;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (max-width: 991px) {
    .slider-layout4 .slide-1 .slider-btn-area a.item-light-btn,
    .slider-layout4 .slide-2 .slider-btn-area a.item-light-btn,
    .slider-layout4 .slide-3 .slider-btn-area a.item-light-btn {
        padding: 12px 20px 10px;
        font-size: 14px;
    }
    .slider-layout4 .slide-1 .slider-btn-area a.item-light-btn i,
    .slider-layout4 .slide-2 .slider-btn-area a.item-light-btn i,
    .slider-layout4 .slide-3 .slider-btn-area a.item-light-btn i {
        font-size: 13px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-layout4 .slide-1 .slider-btn-area,
    .slider-layout4 .slide-2 .slider-btn-area,
    .slider-layout4 .slide-3 .slider-btn-area {
        display: block;
    }
}


/*=======================================================================[06] About Area Style=========================================================================*/

.about-wrap-layout1 {
    padding: 10rem 0 0;
}

.about-wrap-layout2 {
    padding: 9.3rem 0 6.3rem;
}

.about-wrap-layout3 {
    padding: 9.2rem 0px 6.5rem;
}

@media only screen and (max-width: 991px) {
    .about-wrap-layout3 {
        padding: 4.5rem 0px 6.5rem;
    }
}

.about-wrap-layout4 {
    padding: 10rem 0 5rem;
}

.about-wrap-layout5 {
    padding: 10rem 0;
}

.about-box-layout1 .item-content {
    margin-bottom: 10rem;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 .item-content {
        margin-top: 0;
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 991px) {
    .about-box-layout13 {
        margin-bottom: 50px;
    }
}

.about-box-layout13 {
    font-family: 'Poppins', sans-serif;
}

.about-box-layout13 .item-title {
    color: #111111;
    font-weight: 300;
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    .about-box-layout13 .item-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .about-box-layout13 .item-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .about-box-layout13 .item-title {
        font-size: 30px;
    }
}

.about-box-layout13 .item-title span {
    font-weight: 800;
    display: block;
    color: #32379d;
}

.about-box-layout13 .sub-title {
    color: #111111;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.36;
}

.about-box-layout13 ul.list-info li {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
}

.about-box-layout13 ul.list-info li:last-child {
    margin-bottom: 0;
}

.about-box-layout13 ul.list-info li:after {
    content: "\f00c";
    position: absolute;
    left: 0;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #32379d;
    font-size: 14px;
    top: 2px;
}

.about-box-layout14 .item-video {
    position: relative;
}

.about-box-layout14 .item-video img {
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}


/*=======================================================================[13] Departments Area Style=========================================================================*/

.departments-wrap-layout2 {
    padding: 9.2rem 0px 7rem;
    position: relative;
}

.departments-wrap-layout2 .left-img {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.departments-box-layout2 {
    background-color: #ffffff;
    margin-bottom: 3rem;
    padding: 25px 35px;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 0.3);
    text-align: center;
    position: relative;
    z-index: 1;
}

.departments-box-layout2 .departments-sl {
    color: #cccccc;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 70px;
    font-weight: 800;
    opacity: .2;
    line-height: 70px;
    font-family: poppins, sans-serif;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.departments-box-layout2 .item-icon {
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    box-shadow: 0px 0px 0px 0px #fff;
}

.departments-box-layout2 .item-icon img {
    width: 80px;
}

.departments-box-layout2 .item-icon i {
    display: inline-block;
}

.departments-box-layout2 .item-icon i:before {
    line-height: 1;
    margin-left: 0;
    font-size: 62px;
    color: #32379d;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.departments-box-layout2 .item-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.departments-box-layout2 .item-title a {
    color: #111111;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 700;
}

.departments-box-layout2:hover {
    color: #fff;
    background-color: rgba(50, 55, 157, 0.9);
    /*background-color: rgba(0, 0, 0, 0.7);*/
}

.departments-box-layout2:hover>.departments-sl {
    color: #fff;
}

.departments-box-layout2:hover>p {
    color: #fff;
}

.departments-box-layout2:hover>.item-title a {
    color: #fff !important;
}

.departments-box-layout2:hover>a {
    color: #fff !important;
}

.departments-box-layout2:hover>a i {
    color: #fff !important;
}

.departments-box-layout2:hover>.item-icon {
    background-color: #fff;
    box-shadow: 0px 0px 0px 12px #fff;
}

.departments-box-layout2:hover>.half-blocks-bg {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.1;
}

@media(max-width:1200px) {
    .departments-box-layout2 .item-title a {
        min-height: 50px;
        display: block;
    }
}

.departments-box-layout2 .item-title a:hover {
    color: #32379d;
}

.departments-box-layout2 p {
    margin-bottom: 20px;
    font-size: 14px;
    min-height: 46px;
    max-height: 46px;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}

.departments-box-layout2 .item-btn {
    font-size: 13px;
    padding: 5px 10px 5px 0;
    color: #111111;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
}

.departments-box-layout2 .item-btn i {
    position: relative;
    right: 0;
    color: #111111;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.departments-box-layout2:hover {
    -webkit-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    -moz-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
}

.departments-box-layout2:hover .item-icon i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}

.departments-box-layout2:hover .item-btn {
    color: #111111;
}

.departments-box-layout2:hover .item-btn i {
    color: #32379d;
}

.departments-box-layout2:hover .item-btn:hover {
    color: #32379d;
}

.departments-box-layout2:hover .item-btn:hover i {
    right: -5px;
}


/*=======================================================================[14] Testmonial Area Style=========================================================================*/

.testmonial-wrap-layout2 {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testmonial-wrap-layout2::before {
    content: '';
    position: absolute;
    background-color: rgba(50, 55, 157, 0.9);
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.testmonial-box-layout3 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.testmonial-box-layout3 .item-img {
    height: 90px;
    width: 90px;
    margin: 0 auto 26px;
}

.testmonial-box-layout3 .item-content p {
    color: #ffffff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .testmonial-box-layout3 .item-content p {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .testmonial-box-layout3 .item-content p {
        width: 80%;
    }
}

.testmonial-box-layout3 .item-content p:after {
    content: "\f10e";
    font-family: "Font Awesome\ 5 Free";
    bottom: -25px;
    right: -40px;
    position: absolute;
    font-weight: 900;
    color: #e1e5e6;
    font-size: 36px;
}

.testmonial-box-layout3 .item-content p:before {
    content: "\f10d";
    font-family: "Font Awesome\ 5 Free";
    top: -25px;
    left: -40px;
    position: absolute;
    font-weight: 900;
    color: #e1e5e6;
    font-size: 36px;
}

.testmonial-box-layout3 .item-content .item-title {
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
}

.testmonial-box-layout3 .item-content .sub-title {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 300;
}


/*=======================================================================[16] Gallery Area Style=========================================================================*/

.gallery-wrap-layout1 {
    padding: 9.2rem 0 7rem;
}

.gallery-box-layout1 {
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.gallery-box-layout1:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(50, 55, 157, 0.85);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1 img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 240px;
    object-fit: cover;
}

.gallery-box-layout1 .item-icon {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    bottom: -30px;
    z-index: 2;
    right: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-icon a {
    display: block;
    padding: 5px;
}

.gallery-box-layout1 .item-icon a i:before {
    margin-left: 0;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content .item-title {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content .title-ctg {
    color: #ffffff;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box-layout1:hover:after {
    opacity: 1;
    visibility: visible;
}

.gallery-box-layout1:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-icon {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-title {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .title-ctg {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}


/*=======================================================================[21] Contact Page Style=========================================================================*/

.contact-wrap-layout {
    padding: 10rem 0px;
}

.contact-box-layout1 {
    /*box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    */
    padding: 20px;
}

@media only screen and (max-width: 1200px) {
    .contact-box-layout1 {
        margin-right: 0;
    }
}

.contact-box-layout1 .title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #656565;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single {
    background-color: transparent;
    border: 1px solid #dbe3e7;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #32379d transparent transparent transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #32379d transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #32379d;
}

.contact-box-layout1 .contact-form-box .form-group {
    margin-bottom: 15px;
}

.contact-box-layout1 .contact-form-box .form-group .form-control {
    font-size: 13px;
    padding: 11px 20px;
    color: #000000;
}

.contact-box-layout1 .contact-form-box .form-group .form-control:focus {
    border-color: rgba(0, 0, 0, 0.15);
}

.contact-box-layout1 .contact-form-box .form-group .item-btn {
    margin-top: 25px;
    border: 1px solid;
    border-color: #32379d;
    background-color: #32379d;
    color: #ffffff;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-box-layout1 .contact-form-box .form-group .item-btn:hover {
    background-color: #ea3d2e;
    box-shadow: inherit;
}

.contact-box-layout1 .contact-info {
    margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
    .contact-box-layout1 .contact-info {
        margin-bottom: 0;
    }
}

.contact-box-layout1 .contact-info li {
    color: #111111;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
}

.contact-box-layout1 .contact-info li:last-child {
    margin-bottom: 0px;
    color: #444444;
}

.contact-box-layout1 .contact-info li:first-child {
    font-weight: 500;
}

.contact-box-layout1 .contact-info li i {
    font-size: 22px;
    color: #32379d;
    top: 5px;
    left: 0;
    position: absolute;
}

.contact-box-layout1 .alert.alert-danger,
.contact-box-layout1 .alert.alert-info,
.contact-box-layout1 .alert.alert-success {
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-box-layout1 .alert.alert-danger p,
.contact-box-layout1 .alert.alert-info p,
.contact-box-layout1 .alert.alert-success p {
    margin-bottom: 0;
}


/*=======================================================================[25] Banner Area Style=========================================================================*/

.inner-page-banner {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    background-image: url(img/slide4-2.jpg);
    margin-bottom: 30px;
    position: relative;
    padding: 30px 0px;
    color: #fff;
}

.inner-page-banner::before {
    position: absolute;
    content: '';
    background-color: rgba(50, 55, 157, 0.8);
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.inner-page-banner .breadcrumbs-area {
    position: relative;
    z-index: 1;
}

.inner-page-banner .breadcrumbs-area h1 {
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
    .inner-page-banner .breadcrumbs-area h1 {
        margin-bottom: 0;
    }
    .inner-page-banner {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        height: 120px;
        background-image: url(img/slide4-2.jpg);
        margin-bottom: 30px;
        position: relative;
        padding: 30px 0px;
        color: #fff;
    }
}

.inner-page-banner .breadcrumbs-area ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-right: 8px;
    padding-right: 20px;
}

.inner-page-banner .breadcrumbs-area ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
}

.inner-page-banner .breadcrumbs-area ul li a {
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.inner-page-banner .breadcrumbs-area ul li a:hover {
    color: #32379d;
}

.inner-page-banner .breadcrumbs-area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.inner-page-banner .breadcrumbs-area ul li:last-child:before {
    display: none;
}

.inner-page-banner .breadcrumbs-area.area-right {
    margin-top: 20px;
    text-align: right;
}

.banner-wrap-layout1 {
    padding: 5rem 0;
}

@media(max-width:991px) {
    .banner-wrap-layout1 {
        padding: 5rem 0;
    }
}

.banner-box-layout1 {
    background-color: rgba(50, 55, 157, 0.8);
    padding: 40px 50px 20px;
    font-family: 'Poppins', sans-serif;
}

.banner-box-layout1 .item-title {
    color: #ffffff;
    font-weight: 800;
}

.banner-box-layout1 .phone-number {
    color: #ffffff;
}

.banner-box-layout1 p {
    color: #ffffff;
}


/*=======================================================================[27] Footer Top Area Style=========================================================================*/

.footer-top-wrap {
    background-color: #f7f4f4;
    padding: 60px 0px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
}

.footer-box {
    margin-bottom: 30px;
}

.footer-box .footer-logo {
    padding-bottom: 25px;
}

.footer-box .footer-logo img {
    width: 230px;
}

.footer-box .footer-about {
    font-size: 17px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-about {
        font-size: 16px;
    }
}

.footer-box .footer-about p {
    color: #222222;
    font-size: 14px;
}

.footer-box .footer-contact-info {
    margin-bottom: 32px;
}

.footer-box .footer-contact-info li {
    font-size: 14px;
    color: #222222;
    margin-bottom: 15px;
    position: relative;
    padding-left: 42px;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-contact-info li {
        font-size: 16px;
    }
}

.footer-box .footer-contact-info li:last-child {
    margin-bottom: 0px;
}

.footer-box .footer-contact-info li i {
    font-size: 20px;
    color: #222;
    top: 5px;
    left: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-contact-info li i {
        font-size: 20px;
    }
}

.footer-box .footer-social li {
    display: inline-block;
    margin-right: 13px;
}

@media only screen and (max-width: 1199px) {
    .footer-box .footer-social li {
        margin-right: 5px;
    }
}

.footer-box .footer-social li a {
    padding: 5px;
    color: #222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-box .footer-social li a:hover {
    color: #32379d;
}

.footer-box .footer-header {
    position: relative;
}

.footer-box .footer-header:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #32379d;
    bottom: 0;
    left: 0;
    position: absolute;
}

.footer-box .footer-header h3 {
    color: #222;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-box .footer-header h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-header h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-box .footer-header h3 {
        font-size: 20px;
    }
}

.footer-box .footer-latest-post li {
    line-height: 22px;
    margin-bottom: 20px;
}

.footer-box .footer-latest-post li:last-child {
    margin-bottom: 0px;
}

.footer-box .footer-latest-post li a {
    font-size: 17px;
    color: #e3e3e3;
    margin-bottom: 12px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-latest-post li a {
        font-size: 16px;
    }
}

.footer-box .footer-latest-post li a:hover {
    color: #32379d;
}

.footer-box .footer-latest-post li span {
    font-size: 16px;
    color: #8a8a8a;
    display: block;
}

.footer-box .footer-departments li {
    margin-bottom: 5px;
}

.footer-box .footer-departments li:last-child {
    margin-bottom: 0px;
}

.footer-box .footer-departments li a {
    font-size: 14px;
    color: #222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-departments li a {
        font-size: 16px;
    }
}

.footer-box .footer-departments li a:hover {
    color: #32379d;
}

.footer-box .footer-quick-link li {
    margin-bottom: 5px;
}

.footer-box .footer-quick-link li:last-child {
    margin-bottom: 0px;
}

.footer-box .footer-quick-link li a {
    font-size: 14px;
    color: #222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-quick-link li a {
        font-size: 16px;
    }
}

.footer-box .footer-quick-link li a:hover {
    color: #32379d;
}

.footer-box .footer-opening-hours li {
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-box .footer-opening-hours li {
        font-size: 16px;
    }
}

.footer-box .footer-opening-hours li:last-child {
    margin-bottom: 0px;
}

.footer-box .footer-opening-hours li span {
    color: #32379d;
}

.footer-center-wrap {
    padding: 30px 0;
    background-color: #797070;
}

@media only screen and (max-width: 991px) {
    .footer-center-wrap {
        padding: 50px 0;
    }
}

.footer-center-wrap .footer-social {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .footer-center-wrap .footer-social {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .footer-center-wrap .footer-social ul {
        margin-bottom: 30px;
    }
}

.footer-center-wrap .footer-social ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
}

.footer-center-wrap .footer-social ul li a {
    padding: 10px 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-center-wrap .footer-social ul li a:hover {
    color: #32379d;
}

.footer-center-wrap .newsletter-title {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .footer-center-wrap .newsletter-title {
        justify-content: center;
    }
}

.footer-center-wrap .newsletter-title .item-title {
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .footer-center-wrap .newsletter-title .item-title {
        margin-bottom: 30px;
    }
}

.footer-center-wrap .newsletter-form {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-center-wrap .newsletter-form .stylish-input-group {
    background: #1f1f1f;
    border: 0;
    height: 50px;
    border-radius: 30px;
}

.footer-center-wrap .newsletter-form .stylish-input-group .form-control {
    padding: 0.75rem 2.5rem;
    border: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    background: #1f1f1f;
    text-transform: lowercase;
    font-size: 15px;
    color: #ffffff;
    height: 50px;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
    padding: 0;
    border: none;
    border-radius: 0 30px 30px 0;
    background: #32379d !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
    outline: none;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button {
    border-radius: 0 30px 30px 0;
    padding: 15px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button span {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button:focus {
    outline: none;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
    background-color: #ea3d2e !important;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}

.footer-bottom-wrap {
    background-color: #1f1f1f;
    min-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #7c7c7c;
    text-align: center;
    font-size: 13px;
}

.footer-bottom-wrap .copyright a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-bottom-wrap .copyright a:hover {
    color: #32379d;
}

.doctor-name {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    background-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.doctor-name h3 {
    font-weight: 700;
    font-size: 25px;
    color: #32379d;
}

.doctor-name p {
    color: #444;
}


/*=======================================================================[29] Button Style=========================================================================*/

.play-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.play-btn i {
    display: block;
    line-height: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.play-btn i:before {
    font-size: 60px;
    margin-left: 0;
    color: #ffffff;
}

.play-btn:hover i {
    opacity: 0.6;
}

.blog-btn {
    margin-top: 40px;
    border-radius: 4px;
    padding: 16px 30px;
    color: #111111;
    background-color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-btn i {
    color: #32379d;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-btn:hover {
    background-color: #32379d;
    color: #ffffff;
}

.blog-btn:hover i {
    color: #ffffff;
}

.loadmore-layout1 {
    text-align: center;
}

.loadmore-layout1 .item-btn {
    padding: 12px 22px;
    font-size: 15px;
    border: 1px solid;
    border-color: #32379d;
    color: #32379d;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loadmore-layout1 .item-btn:hover {
    background-color: #32379d;
    color: #ffffff;
}


/*=======================================================================[30] ScrollUp Style=========================================================================*/

.scrollUp {
    overflow: hidden;
    position: fixed;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 45px;
    bottom: -50px;
    right: 20px;
    text-align: center;
    z-index: 9999;
    background-color: #9899a2;
    display: block;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.scrollUp i {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.scrollUp:hover,
.scrollUp:focus {
    color: #ffffff;
}

.scrollUp:hover i,
.scrollUp:focus i {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}

.scrollUp.back-top {
    bottom: 30px;
}


/*=======================================================================[31] Service Style=========================================================================*/

@media only screen and (max-width: 1199px) {
    .service-wrap-layout1 {
        padding: 4rem 0;
    }
}

.service-wrap-layout1 .service-inner-layout1 {
    position: relative;
    top: -80px;
    z-index: 20;
    border-radius: 150px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
    .service-wrap-layout1 .service-inner-layout1 {
        position: inherit;
    }
}

.service-wrap-layout1 .service-inner-layout1 .single-item:first-child .service-box-layout1 {}

.service-wrap-layout1 .service-inner-layout1 .single-item:last-child .service-box-layout1 {}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(odd) .service-box-layout1 {
    background-color: #32379d;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(odd) .service-box-layout1:hover {
    background-color: #434692;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(even) .service-box-layout1 {
    background-color: #ea3d2e;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(even) .service-box-layout1:hover {
    background-color: #434692;
}

.service-box-layout1 {
    text-align: center;
    padding: 10px 20px 10px;
    color: #ffffff;
    height: 180px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout1 .item-icon {
    overflow: hidden;
    margin-bottom: -8px;
}

.service-box-layout1 .item-icon i {
    display: inline-block;
}

.service-box-layout1 .item-icon i:before {
    font-size: 50px;
    margin-left: 0;
}

.service-box-layout1 .item-title {
    text-transform: capitalize;
    font-weight: 600;
}

.service-box-layout1 .item-title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 16px;
}

.service-box-layout1 .item-title a:hover {
    color: #e3e3e3;
}

.service-box-layout1 p {
    font-size: 17px;
    color: #ffffff;
}

.service-box-layout1:hover .item-icon i {
    animation: toTopFromBottom 0.5s forwards;
}

@media(max-width:991px) {
    .service-box-layout1 .item-title a {
        font-size: 13px;
    }
    .service-box-layout1 .item-icon i:before {
        font-size: 40px;
    }
    .service-box-layout1 {
        padding: 10px 0px;
        height: 180px;
    }
    .service-box-layout1 .item-title {
        margin: 0;
    }
}

@media(max-width:767px) {
    .service-box-layout1 .item-icon i:before {
        font-size: 25px;
    }
    .service-box-layout1 {
        padding: 10px 0px;
        height: auto;
    }
}


/*=======================================================================[32] Why Choose Style=========================================================================*/

.why-choose-wrap {
    background-color: #f7f7f7;
}

.why-choose-wrap-layout1 {
    padding-top: 5rem;
}

.why-choose-box-layout1 {
    padding-top: 10rem;
    padding-bottom: 13rem;
    font-family: 'Poppins', sans-serif;
}

.why-choose-box-layout1 .item-title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
}

.why-choose-box-layout1 .item-title span {
    color: #32379d;
}

.why-choose-box-layout1 .sub-title {
    font-size: 16px;
    width: 80%;
    margin-bottom: 24px;
}

.why-choose-box-layout2 {
    position: relative;
    text-align: center;
}

.why-choose-box-layout2 img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    max-width: 450px;
}

@media only screen and (max-width: 991px) {
    .why-choose-box-layout2 img {
        position: inherit;
        max-width: 300px;
    }
    .why-choose-box-layout1 {
        padding-bottom: 5rem;
    }
}

.choose-list-layout1 {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .choose-list-layout1 {
        padding-right: 0;
    }
}

.choose-list-layout1 .panel-default {
    margin-top: 0 !important;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.choose-list-layout1 .panel-default .panel-heading {
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    border: solid 1px #ddd;
}

.choose-list-layout1 .panel-default .panel-heading:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #dde3e6;
    z-index: 7;
    top: 0;
    right: 60px;
}

.choose-list-layout1 .panel-default .panel-heading .panel-title {
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.choose-list-layout1 .panel-default .panel-heading .panel-title a {
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 60px 15px 30px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
    .choose-list-layout1 .panel-default .panel-heading .panel-title a {
        font-size: 18px;
    }
}

.choose-list-layout1 .panel-default .panel-heading .accordion-toggle {
    position: relative;
}

.choose-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    right: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
    content: "\f054";
    color: #32379d;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default .panel-collapse {
    background: transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.choose-list-layout1 .panel-default .panel-body {
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 25px 30px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-height: 132px;
    overflow-y: hidden;
    font-size: 14px;
    border-radius: 0;
    border-top: 0;
}

.choose-list-layout1 .panel-default .active .panel-title a {
    color: #ffffff;
    background-color: #32379d;
}

.choose-list-layout1 .panel-default .active .accordion-toggle:after {
    color: #ffffff !important;
}


/*=======================================================================[33] Animation Style=========================================================================*/

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop10 {
    49% {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft10 {
    5% {
        left: -5px;
    }
    30% {
        opacity: 0.5;
        left: 10px;
    }
    60% {
        left: 5px;
        opacity: 1;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}

.action-items-primary-btn {
    font-size: 14px;
    display: inline-block;
    padding: 14px 24px;
    color: #ffffff;
    background-color: #32379d;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid;
    border-color: #32379d;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.action-items-primary-btn:hover {
    color: #ffffff;
    background-color: #ea3d2e;
    border-color: #ea3d2e;
}

.temp-logo img {
    padding: 5px;
    /*width: 170px;
    */
}

section.about-wrap {
    padding-bottom: 50px;
    padding-top: 10px;
}

.gallerySection {
    padding-bottom: 20px;
    padding-top: 100px;
}

.contactSection {
    padding-top: 70px;
    padding-bottom: 50px;
}

.mapdiv {
    margin-bottom: -7px;
}

.about-box-layout13 p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-nav-layout1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:991px) {
    .gallerySection {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .owl-nav-layout1 {
        display: none;
    }
}

.owl-nav-layout1 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    background-color: #32379d;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease-out;
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.4);
}

.owl-nav-layout1 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}

.owl-nav-layout1 span:hover {
    background-color: #434692;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}

.owl-nav-layout2 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 5px;
}

@media only screen and (max-width: 575px) {
    .owl-nav-layout2 {
        display: none;
    }
}

.owl-nav-layout2 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    color: #396cf0;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}

.owl-nav-layout2 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}

.owl-nav-layout2 span:hover {
    background-color: #396cf0;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}

.contactDiv {
    background-color: #ffffff;
    margin-bottom: 3rem;
    padding: 40px 45px;
    position: relative;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    -moz-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    transition: all .5s linear;
}

.contactDiv:hover {
    -webkit-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    -moz-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    background: #32379d;
}

.contactDiv .item-icon {
    margin-bottom: 25px;
}

.contactDiv .departments-sl {
    font-size: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    color: #efefef;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contactDiv :hover .departments-sl {
    color: #111111;
}

.contactDiv .item-icon i {
    display: inline-block;
}

.contactDiv :hover .item-icon i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}

.contactDiv .item-icon i:before {
    line-height: 1;
    margin-left: 0;
    font-size: 40px;
    color: #32379d;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contactDiv .item-title {
    font-weight: 500;
    font-size: 22px;
}

.contactDiv .item-title a {
    color: #111111;
}

.contactDiv p {
    margin-bottom: 20px;
}

.contactDiv:hover>.departments-sl {
    color: #fff;
}

.contactDiv:hover>.item-icon i:before {
    color: #fff;
}

.contactDiv:hover>.item-title a {
    color: #fff;
}

.contactDiv:hover>p {
    color: #fff;
}

.widget-schedule {
    background-color: #32379d;
    padding: 30px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

.widget-schedule h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.widget-schedule ul li {
    margin-bottom: 15px;
}

.widget-schedule ul li span {
    display: block;
}

.widget-schedule ul li span.bold {
    font-weight: 700;
}

.widget-schedule ul li:last-child {
    margin-bottom: 0;
}

.widget-schedulehome {
    background-color: #32379d;
    padding: 30px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
}

.widget-schedulehome h3 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #fff;
}

.widget-schedulehome ul li {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
}

.widget-schedulehome ul li span {
    display: inline-block;
}

.widget-schedulehome ul li span.bold {
    font-weight: 700;
    margin-top: 20px;
}

@media(max-width:991px) {
    .contactDiv .item-icon {
        margin-bottom: 15px;
    }
    .contactDiv {
        padding: 15px;
    }
    .contactDiv .item-title {
        margin-bottom: 5px;
    }
    .contactDiv p {
        margin: 0;
    }
    .contactDiv .item-icon i:before {
        font-size: 30px;
    }
}

.wrapperDiv {
    position: relative;
    display: block !important;
    z-index: 99;
    background: #32379d;
    top: 10px;
}

@media only screen and (max-width: 991px) {
    header {
        display: block;
    }
    .header-menu-layout4 {
        display: none;
    }
    .mean-container .mean-bar {
        top: 50px;
    }
    .header-contact-layout3 {
        min-height: 30px;
    }
    .header-contact-layout3 ul li:first-child {
        display: none;
    }
    .wrapperDiv {
        position: static;
        /*top: 0;*/
        margin-top: 10px;
    }
    .header-contact-layout3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .doctor-name {
        width: 90%;
    }
    .header-social-layout2 ul li a {
        padding: 5px 3px;
    }
    .mean-container .mean-bar {}
    .hidden-xs {
        display: none !important;
    }
    .service-wrap-layout1 .service-inner-layout1 {
        border-radius: 0;
        margin: -15px;
    }
}


/*@media only screen and (max-width:767px) {
    .wrapperDiv {
        display: block !important;
        z-index: 99;
        background: #32379d;
    }
}*/

.marquee {
    height: 30px;
    width: 414px;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 5s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@media only screen and (max-width:991px) {
    .mean-container .mean-nav>ul {
        overflow-y: scroll;
        /*height: 100% !important;*/
        background: #f8f8f8;
    }
    .mean-container .mean-nav {
        position: absolute;
        top: 60px !important;
        width: 80% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width:812px) {
    .marquee {
        width: 400px;
    }
}

@media only screen and (max-width:575px) {
    .marquee {
        width: 250px;
    }
}

@media only screen and (max-width:320px) {
    .marquee {
        width: 200px;
    }
}

.menuimg {
    height: 250px;
    width: 100%;
    object-fit: cover;
    padding: 20px 0;
}

.sweet-alert button {
    background-color: #32379d !important;
    color: #fff;
}

.sweet-alert h2 {
    color: #32379d;
    margin-top: 20px;
}

.sweet-alert p {
    color: #111111;
}

.padding0 {
    padding: 0px;
}

.CaseLeft {
    padding: 80px;
}

.CaseRight {
    padding: 80px;
    background: #32379d;
    color: #fff;
}

@media only screen and (max-width:767px) {
    .CaseLeft {
        padding: 30px;
    }
    .CaseRight {
        padding: 30px;
        background: #32379d;
        color: #fff;
    }
}

.half-blocks-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.bg-cover {
    background-size: cover;
}

.box {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 10px;
    left: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999 !important;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}

.call-animation {
    background: #3f9d32;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 2px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.call-animation i {
    color: #fff;
    font-size: 30px;
    margin-top: 15px;
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

.team-box-layout2 {
    background-color: #ffffff;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0px rgba(220, 223, 225, 0.3);
}

.team-box-layout2:hover {
    -webkit-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    -moz-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-box-layout2:hover .item-schedule .item-btn {
    background-color: #396cf0;
    color: #ffffff;
}

.team-box-layout2 .item-img {
    position: relative;
    background-color: #f1f7fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 23px;
    max-width: 230px;
    max-height: 230px;
}

.team-box-layout2 .item-img img {
    width: 100%;
}

.team-box-layout2 .item-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(57, 108, 240, 0.9);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-box-layout2 .item-img .item-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}

.team-box-layout2 .item-img .item-icon li {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
}

.team-box-layout2 .item-img .item-icon li a {
    color: #ffffff;
    font-size: 36px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-box-layout2 .item-img .item-icon li a:hover {
    color: #e3e3e3;
}

.team-box-layout2 .item-img:hover:after {
    visibility: visible;
    opacity: 1;
}

.team-box-layout2 .item-img:hover .item-icon li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-box-layout2 .item-content {
    text-align: center;
}

.team-box-layout2 .item-content .item-title {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-box-layout2 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 20px;
}

.team-box-layout2 .item-content .item-title a:hover {
    color: #396cf0;
}

.team-box-layout2 .item-content p {
    color: #396cf0;
    border-bottom: 1px solid #d8e0e4;
    padding-bottom: 20px;
    font-size: 13px;
}

.team-box-layout2 .item-schedule ul {
    margin-bottom: 20px;
}

.team-box-layout2 .item-schedule ul li {
    margin-bottom: 5px;
    color: #646464;
    position: relative;
    font-size: 13px;
}

.team-box-layout2 .item-schedule ul li span {
    position: absolute;
    right: 0;
    top: 0;
}

.team-box-layout2 .item-schedule .item-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid;
    border-color: #396cf0;
    color: #fff;
    background-color: #396cf0;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 13px;
}

.team-box-layout2 .item-schedule .item-btn:hover {
    background-color: #2055e4;
}

.staff-part {
    background: url(../img/gallery3.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.staff-part:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.95);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.main-section {
    margin-top: 145px;
}

@media only screen and (max-width:767px) {
    .main-section {
        margin-top: 110px;
    }
}