@import url(fontawesome-all.css);
@import url(animate.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(jquery.fancybox.min.css);

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

body {
    font-size: 14px;
    color: #101010;
    line-height: 1.6em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Noto Sans', sans-serif
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #d42f7d;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0;
    background: 0 0;
    line-height: 1.2em
}

textarea {
    overflow: hidden
}

button {
    outline: 0 !important;
    cursor: pointer
}

.text,
p {
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    z-index: -1;
    opacity: .4;
}

.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0 15px;
    margin: 0 auto
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

figure {
    margin-bottom: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 6px 18px;
    overflow: hidden;
    border-radius: 30px;
    background-color: #00457a
}

.btn-style-one:hover {
    color: #ff6500
}

@keyframes rainbow {
    0% {
        background-color: #25bdd8
    }

    25% {
        background-color: #5798fe
    }

    50% {
        background-color: #7cbe47
    }

    75% {
        background-color: #9c49fa
    }

    100% {
        background-color: #ff4880
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #25bdd8
    }

    25% {
        background-color: #5798fe
    }

    50% {
        background-color: #7cbe47
    }

    75% {
        background-color: #9c49fa
    }

    100% {
        background-color: #ff4880
    }
}

.btn-style-two {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 25px 50px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1e2c67
}

.btn-style-two .btn-title {
    position: relative
}

.btn-style-two:hover {
    color: #1e2c67;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 500;
    padding: 10px 32px;
    background-color: #1a2940;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s linear
}

.btn-style-three .btn-title {
    position: relative
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #333;
    background-color: #333
}

.btn-style-four:hover {
    color: #333;
    border: 1px solid #fff;
    -webkit-box-shadow: #fff 0 0 0 40px inset;
    -moz-box-shadow: #fff 0 0 0 40px inset;
    -ms-box-shadow: #fff 0 0 0 40px inset;
    -o-box-shadow: #fff 0 0 0 40px inset;
    box-shadow: #fff 0 0 0 40px inset
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    display: inline-block
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 23px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #3277c1;
    /* border: 1px solid; */
    text-align: center;
    font-weight: 400;
    margin-bottom: 9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    box-shadow: inset 0 0 10px #858585;
}

.social-icon-one li:nth-child(2) a {
    color: #f728b7
}

.social-icon-one li:nth-child(3) a {
    color: #5ba337
}

.social-icon-one li:nth-child(4) a {
    color: #e53e54
}

.social-icon-one li a:hover {
    background-color: #b51f38;
    color: #fff
}

.social-icon-one li:first-child {
    margin-left: 0
}

.social-icon-two {
    position: relative
}

.social-icon-two li {
    position: relative;
    display: inline-block
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    width: 37px;
    height: 37px;
    line-height: 31px;
    color: #b41f38;
    border: 2px solid #1a1c72;
    border-radius: 50%;
    background: #fff;
    font-weight: 400;
    margin: 0 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-two li a:hover {
    color: #fefefe;
    background: #003056
}

.social-icon-two li:first-child {
    margin-left: 0
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 13px
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    color: #ff4788;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.list-style-one li a:hover {
    color: #44bce2
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 15px
}

.list-style-two li:before {
    content: "\f182";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    color: #666;
    font-family: LineAwesome
}

.list-style-two li a:hover {
    color: #44bce2
}

.theme_color {
    color: #fa7720
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .active-tab {
    display: block
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #3b3c81;
    display: none;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    background: #b51f38;
}

.main-header {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 99999;
    /* background: #fff; */
    height: 89px;
}

.main-header .header-top {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 26px;
}

.main-header .header-top .top-left {
    position: relative;
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
    height: 29px;
    width: 29px;
    right: -20px;
    z-index: -1;
    border-radius: 30px;
    top: 7px
}

.main-header .header-top .info-list {
    position: relative;
    display: flex;
    margin-right: 4px;
    align-items: center;
}

.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    background: #b51f38;
    color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 8px 0px 0;
}

.main-header .header-top .info-list li a:hover {
    color: #ffe600;
}

.main-header .header-top .info-list li span {
    position: relative;
    margin-right: 10px;
    background: #2d3994;
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    font-weight: 800;
}

.main-header .header-top .info-list li i {
    font-style: normal;
    font-size: 16px;
}

.main-header .header-top .top-right {
    position: relative;
    float: right
}

.main-header .header-top .login-info {
    position: relative
}

.social-links {
    position: absolute;
    width: 45px;
    top: 17rem;
    z-index: 99;
    right: 11px;
}

.main-header .header-top .login-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #c8bee3;
    font-weight: 700;
    padding: 10px 0;
    margin-left: 13px
}

.main-header .header-top .login-info li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-top .login-info li a:hover {
    color: #25bdd8
}

.main-header .header-upper {
    position: relative;
    text-align: right
}

.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    top: 10px;
    width: 280px;
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 0;
    top: 0;
    content: ""
}

.main-header .header-upper .logo {
    right: 0;
    margin: auto
}

.main-header .header-upper .logo:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    content: ""
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 5%;
    top: 14px
}

.main-header .nav-outer {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 0;
}

.appointment {
    top: 17px;
    position: absolute;
    right: 34px;
    color: #fff;
    font-size: 16px;
    padding: 6px 11px;
    cursor: pointer;
    border-radius: 6px;
    z-index: 99;
    text-transform: capitalize;
    background-color: #10aa69;
}

.appointment:hover {
    color: #fff
}

/* @-webkit-keyframes blinker {
    0%,
    49% {
        background-color: #003a68
    }
    100%,
    50% {
        background-color: #A72A65
    }
} */

.top-wraapper {
    position: relative;
    height: 100vh
}

.main-header .header-lower {
    position: relative;
    width: 100%
}

.main-menu {
    position: relative;
    padding: 0px 8px;
    top: 29px;
    border-radius: 6px;
    right: 252px;
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 5px 10px;
    line-height: 30px;
    opacity: 1;
    color: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
}

.main-menu .navigation>li>a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    right: -7px;
    top: 17px
}

.main-menu .navigation>li:last-child>a::before {
    display: none
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #b41f38;
}

.main-menu .navigation>li.current>a {
    font-weight: 700
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 255px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0 0;
    background-color: #fff;
    border-top: 3px solid #b51f38;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.ctm_width {
    width: 120px
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background: #383a7e;
}

.main-menu .navigation>li>ul>li:hover:before {
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 1px 8px;
    line-height: 24px;
    font-size: 14px;
    color: inherit;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-transform: capitalize
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background: #b51f38;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 11px;
    top: 2px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 162px;
    z-index: 100;
    display: none;
    padding: 0 0;
    background-color: #fff;
    border-top: 3px solid #b51f38;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background: #b51f38;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 1px 8px;
    line-height: 24px;
    font-size: 13px;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #2d3994;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block
}

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 10px 30px;
    margin-left: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .search-box-outer:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 24px;
    width: 1px;
    background-color: #e8e8e8;
    content: ""
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    background: 0 0;
    color: #222;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .search-box-btn:hover {
    color: #343434
}

.dropdown-toggle::after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 70px !important;
    left: auto !important;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #ff4788
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type=password],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=text],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer
}

.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    padding-left: 20px
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: ""
}

.header-style-two {
    position: relative
}

.header-style-two .main-menu,
.header-style-two .nav-outer {
    width: 100%
}

.header-style-two .main-menu .navbar-collapse {
    display: block !important
}

.header-style-two .header-upper .logo-outer {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12
}

.header-style-two .header-upper .logo-outer:before {
    display: none
}

.header-style-two .header-upper .logo:before {
    background-color: #fff
}

.header-style-two .header-top .top-left {
    padding-left: 0
}

.header-style-two .main-menu .navigation>li {
    margin-left: 0;
    margin-right: 90px
}

.header-style-two .main-menu .navigation>li:last-child {
    margin-right: 0
}

.header-style-two .header-top .top-right {
    padding: 10px 0
}

.header-style-two .social-icon-two li {
    margin-left: 35px
}

.header-style-two .social-icon-two li a {
    font-size: 15px;
    color: #c8bfe3
}

.header-style-two .social-icon-two li a:hover {
    color: #ff4788
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible
}

.fixed-header .sticky-header .logo {
    padding: 10px 0
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0 !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #696478;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky-header .main-menu .navigation>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    font-weight: 700;
    color: #1e2c67
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ff4788;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(37, 189, 216, .8);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    color: #ff4788;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ff4788;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff4788
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #ff4788;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .social-links li a:hover {
    color: #ff4788
}

.page-banner {
    position: relative;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #09031c;
    opacity: .5;
    z-index: 0
}

.page-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: ""
}

.page-banner h1 {
    position: relative;
    font-size: 80px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700
}

.page-banner .home-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -43px;
    margin-bottom: -43px;
    height: 86px;
    width: 86px;
    line-height: 86px;
    z-index: 9;
    background-color: #fff;
    color: #1e2c67;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transition: all .3s ease
}

.page-banner .home-btn:hover {
    color: #fff;
    background-color: #1e2c67
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

.anim-icons .icon {
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center
}

.services_section {
    position: relative
}

.services_section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 79px;
    background: #1a1c72;
    top: 198px;
}

.services_section::after {
    left: initial;
    right: 0
}

.ser_pic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 2px dotted #00335c;
    border-radius: 50%;
    padding: 9px;
    background: #fff
}

.ser_pic img {
    display: inline-block;
    border-radius: 50%;
    transition: all ease-in-out .8s;
}

.services-blocks:hover .ser_pic img {
    transform: scale(1.06)
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 39px;
    line-height: 1.2em;
    color: #333591;
    font-weight: 700;
    text-transform: uppercase
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 90px;
    height: 3px;
    content: "";
    border-radius: 2px
}

.sec-title h3 {
    color: #139a60;
    font-size: 23px;
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 300;
    margin-top: 20px
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto
}

.sec-title.light h2 {
    color: #fff
}


.services_slider .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
}

.services_slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 4px solid #222f5c;
    margin: 0 2px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services_slider .owl-dot:last-child {
    margin-bottom: 0
}

.services_slider .owl-dot.active,
.services_slider .owl-dot:hover {
    opacity: 1;
    border: 4px solid #10aa69;
}

.ser_bg2 {
    left: initial;
    right: 160px
}

.banner-section {
    position: relative
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh
}

.slide1 {
    background-image: url(../images/main-slider/1.jpg)
}

.slide2 {
    background-image: url(../images/main-slider/2.jpg)
}

.slide3 {
    background-image: url(../images/main-slider/3.jpg)
}


.banner-carousel {
    position: relative
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 220px 0
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-carousel .slide-item .image-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #09031c;
    opacity: .5;
    content: ""
}

.banner-carousel .content-box {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding: 0 70px
}

.banner-carousel .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.banner-carousel .content-box .icon-box .icon-star-1,
.banner-carousel .content-box .icon-box .icon-star-2 {
    position: absolute;
    left: 0;
    top: 20px
}

.banner-carousel .content-box .icon-box .icon-star-2 {
    right: 0;
    left: auto
}

.banner-carousel .active .content-box .icon-box {
    opacity: 1
}

.banner-carousel .content-box .title {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.banner-carousel .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 100px;
    line-height: .9em;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.banner-carousel .active .content-box .btn-box a {
    font-size: 22px
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 190px 0
}

.banner-section.style-two .content-box {
    text-align: left;
    max-width: 100%;
    padding: 0
}

.banner-section.style-two .content-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 0
}

.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    background: 0 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    opacity: .3;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .owl-nav .owl-next {
    left: auto;
    right: 30px
}

.banner-section .owl-nav .owl-next:hover,
.banner-section .owl-nav .owl-prev:hover {
    opacity: 1
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 20rem;
    left: 29px;
    width: 20px;
    text-align: center;
    z-index: 99
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 4px solid #444683;
    margin: 0 2px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .owl-dot:last-child {
    margin-bottom: 0
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    opacity: 1;
    border: 4px solid #b51f38;
}

.start_section{
    position: relative;
    padding: 0 0 47px;
    margin: -40px 0 0;
    z-index: 1;
}

.strat_section_blcs .row{
    margin: 0px;
}

.strat_section_blcs .col-md-4{
    background: #b51f38;
    color: #fff;
    padding: 13px;
    font-size: 16px;
}

.strat_section_blcs .col-md-4:nth-child(1),
.strat_section_blcs .col-md-4:nth-child(2)
{
    border-right: 2px dotted #ccc;
}

.strat_section_blcs {
    border-radius: 17px;
    overflow: hidden;
}

.str_list {
    position: relative;
    text-align: center;
}

.welcome-section {
    position: relative;
    padding: 69px 0 0
}

.welcome-section::before {
    content: "";
    position: absolute;
    width: 152px;
    height: 9px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}


.specilatytitle {
    position: absolute;
    left: -200px;
    transform: rotate(-90deg);
    z-index: 1;
    text-transform: uppercase;
    font-size: 33px;
    bottom: 257px
}

.specilatytitle::before {
    content: "";
    position: absolute;
    width: 54%;
    height: 2px;
    border-bottom: 1px solid;
    left: 340px;
    top: 6px
}

.offer-block {
    position: relative;
    margin-bottom: 13px;
    padding: 0 5px
}

.speciality-row .offer-block:nth-child(1) {
    margin-top: -151px
}

.speciality-row .offer-block:nth-child(2) {
    margin-top: -115px
}

.speciality-row .offer-block:nth-child(3) {
    margin-top: -38px
}


.abtrow {
    position: relative
}

.about-content {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px;
}

.about-content span {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    color: #000000;
    position: relative;
    display: inline-block;
    background: #ffe600;
    padding: 7px 12px;
    border-radius: 30px;
}

.about-content h2 {
    text-transform: uppercase;
    color: #333591;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 49px;
}

.about-content a {
    position: relative;
    padding: 4px 11px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    background: #b51f38;
    color: #fff;
}

.about-content a:hover {
    background: #333591;
    color: #fff;
}

.about-content h3 {
    text-transform: uppercase;
    color: #B51F38;
    margin-bottom: 10px;
}

.about-content p {
    margin-bottom: 14px;
    line-height: 25px;
}

.aboutpic img {
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
}

.exp_sec_ {
    text-align: center;
    position: relative;
}

.exp_sec_:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 26px;
}

.exp_list {
    background: #efdd3c;
    border-radius: 10px;
    padding: 21px 0;
    margin: 11px 0;
}

.exp_list h3 {
    font-size: 43px;
    font-weight: 800;
}

.exp_list span {
    font-size: 19px;
    display: block;
    line-height: 21px;
}


.abtbtm {
    text-align: center;
    font-size: 48px;
    margin: 58px 0 41px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222f5c;
}

.dr_list span {
    display: block;
    border-bottom: 2px dotted;
    padding-bottom: 6px;
    margin-bottom: 6px;
    width: fit-content;
    font-size: 15px;
}

.dr_list span:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.exprow {
    position: absolute;
    bottom: 135px;
    max-width: 487px;
    left: 0;
    right: 0;
    margin: auto
}

.exprow .col-md-6 {
    padding: 0 10px
}

._exp_blocks {
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding: 17px 0;
    border-radius: 14px;
    margin-bottom: 20px;
    background: #fff
}

._exp_blocks:hover {
    background-color: #ffc092
}

._exp_blocks h3 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #002848
}

._exp_blocks p {
    font-size: 18px
}

.welcome-section {
    position: relative;
    padding: 0 0 45px;
}

.mssBox{
    color: #000;
    text-align: center;
    padding: 27px 25px 30px;
    border: 3px solid #32336d;
    border-radius: 20px;
    box-shadow: 0 0 0 10px #fff inset, 0 0 20px #b51f38 inset;
    background: #fff;
    min-height: 306px;
}
.mssBox .title{
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s;
    color: #3a3b7f;
}
.mssBox .description{
    line-height: 25px;
}
.mssBox .service-icon{
    font-size: 40px;
    line-height: 40px;
}
.mssBox .service-icon i{ line-height:inherit; }

.program-section {
    position: relative;
    padding: 37px 0 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.services-row {
    position: relative
}

.services-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0
}

.services-row .col-md-3 {
    border-right: 1px solid #909090;
    margin-bottom: 40px
}

.services-row .col-md-3:nth-child(4),
.services-row .col-md-3:nth-child(8) {
    border-right: 0px
}

.services-blocks {
    text-align: center;
    position: relative;
    display: block;
}

.services-blocks h3 {
    text-transform: capitalize;
    color: #1a1c72;
    font-size: 21px;
    margin: 10px 0 9px;
}

.services-blocks p {
    color: #cecece;
    font-size: 15px;
    line-height: 27px
}

.services-blocks span {
    color: #ffffff;
    display: inline-block;
    padding: 3px 12px;
    background: #b51f38;
    margin: auto;
    border-radius: 30px;
    font-size: 16px;
}

.services-blocks:hover span {
    background-color: #1a1c72;
    color: #fff
}

.ceo_mg_section{
    position: relative;
    padding: 0 0 90px;
}

.ceo_mg_section h2{
    display: inline-block;
    position: relative;
    background: #b41f38;
    color: #fff;
    font-size: 26px;
    padding: 6px 20px;
    margin: 0 0 17px;
}

.ceo_mg_section p{
    padding-left: 34px;
    line-height: 25px;
    margin-bottom: 12px;
}

.ceo_mg_section p:nth-child(4){
    font-weight: 600;
}

.foundermsgblock{
    position: relative;
    border-left: 7px solid #b41f38;
}

.newsletter-section {
    position: relative;
    padding: 27px 0;
    background: #1a1c72;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto
}

.newsletter-section::after {
    content: "";
    position: absolute;
    max-width: 269px;
    height: 153px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    z-index: -1
}

.newsletter-section .title-column {
    position: relative
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: inherit;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center
}

.newsletter-section .inner-container {
    max-width: 1125px;
    margin: auto
}

.subscribe-form {
    position: relative
}

.subscribe-form a {
    background-color: #b41f38;
    color: #ffffff;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-right: 200px
}

.subscribe-form .form-group .icon {
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: 1;
    color: #888;
    font-size: 16px;
    line-height: 1em
}

.subscribe-form .form-group input[type=email],
.subscribe-form .form-group input[type=tel],
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 30px;
    font-size: 16px;
    color: #858687;
    font-weight: 500;
    background: #fff;
    padding: 25px 40px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.subscribe-form .form-group button,
.subscribe-form .form-group input[type=submit] {
    position: absolute;
    right: 15px;
    top: 0;
    min-width: 185px;
    height: 100%;
    border-radius: 0;
    background: #5dc575
}

.hospital_specialtirs_sec {
    position: relative
}

.hospital_specialtirs_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1000px;
    height: 39px;
    background: #ffa46a;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto
}

.hosp_sp_row .col-md-3:nth-child(1),
.hosp_sp_row .col-md-3:nth-child(4) {
    margin-top: 39px
}

.hos_list {
    border-radius: 18px;
    box-shadow: 0 0 10px #a7a7a7;
    border: 5px solid #fff;
    overflow: hidden
}

.hos_list img {
    transition: all ease-in-out .8s
}

.hos_list:hover img {
    transform: scale(1.4)
}

section.tips-secrtion {
    padding: 100px 0 120px;
    position: relative
}

.faq_timeline.main-timeline {
    position: relative
}

.faq_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.faq_timeline.main-timeline:before {
    content: '';
    background-color: #38397b;
    height: 100%;
    width: 4px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0
}

.faq_timeline.main-timeline .timeline {
    width: 49%;
    padding: 26px 0;
    margin: 0;
    float: left;
    border-bottom: 1px solid #a3a3a3;
    min-height: 153px;
}

.faq_timeline.main-timeline .timeline:nth-child(3),
.faq_timeline.main-timeline .timeline:nth-child(4) {
    border-bottom: 0
}

.faq_timeline.main-timeline .timeline-content {
    padding: 0 130px 0 0;
    display: block;
    position: relative;
    text-align: right
}

.faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.faq_timeline.main-timeline .timeline-content:before {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    border: 3px solid #393a7c;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -10px;
    top: 46px;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #000000;
    background-color: #b41f38;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 73px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    transform: translateY(-50%);
    position: absolute;
    top: 43px;
    right: 11px;
    z-index: 1
}

.faq_timeline.main-timeline .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 8px;
    color: #b41f38;
}

.faq_timeline.main-timeline .description {
    line-height: 22px;
    margin: 0
}

.faq_timeline.main-timeline .timeline:nth-child(even) {
    float: right
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 130px;
    text-align: left
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -10px;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 11px
}

@media screen and (max-width:767px) {
    .faq_timeline.main-timeline:before {
        transform: translateX(0);
        left: 23px
    }

    .faq_timeline.main-timeline .timeline,
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 20px
    }

    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 0 0 150px
    }

    .faq_timeline.main-timeline .timeline-content:before,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: 0
    }

    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 20px;
        right: auto
    }
}

@media screen and (max-width:479px) {

    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 120px 0 0 25px
    }

    .faq_timeline.main-timeline .timeline-content:before,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        transform: translateY(0);
        top: 43px
    }

    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0);
        top: 0
    }
}

.why_section {
    position: relative;
    padding: 70px 0;
}

.why_section::before {
    content: "";
    position: absolute;
    background-image: url(../images/why-choose.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 66%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0
}

.why_section::after {
    content: "";
    position: absolute;
    background: rgb(30 32 103);
    width: 58%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0
}

.whyrow {
    margin: 0;
    z-index: 1;
    position: relative;
}

.whyrow .col-md-6{
    padding: 10px;
    text-align: center;
    border-right: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

.whyrow .col-md-6:nth-child(2),.whyrow .col-md-6:nth-child(4){
    border-right: 0px;
}

.whyrow .col-md-6:nth-child(3),.whyrow .col-md-6:nth-child(4){
    border-bottom: 0px;
}

.why_block{
    position: relative;
}

.why_block span{
    color: #fff;
    font-size: 16px;
}

.intensive_coaching_section {
    position: relative;
    padding: 64px 0 34px;
}

.intnsv_ch_fr_list {
    position: relative;
    text-align: center;
    background: #efefef;
}

.intsn_ch_top {
    position: relative;
    min-height: 193px;
}

.intsn_ch_top h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #139a60;
    font-size: 20px;
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0px -3px 4px #c7c7c7;
}

.paklist {
    position: relative;
    padding: 14px 0;
    min-height: 189px;
}

.paklist span {
    display: inline-block;
    background: #fff;
    padding: 3px 5px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 3px 3px;
    border-radius: 6px;
}

.courses_details {
    position: relative;
    background: linear-gradient(to top, #0e7b4c, #2cdf92);
    color: #fff;
    padding: 10px 0;
}

.crs_info_list {
    position: relative;
}

.courses_details h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.crs_info_list span {
    display: block;
}

.crs_dtl_row {
    margin: 0px;
}

.crs_dtl_row .col-md-4 {
    padding: 0 5px;
}

.crs_dtl_row .col-md-4:nth-child(1),
.crs_dtl_row .col-md-4:nth-child(2) {
    border-right: 2px dotted #ccc;
}


.testimonial-section {
    position: relative;
    padding: 72px 0 0px;
}

.testimonial-head {
    margin-top: 0
}

.testimonial-section .icon-star-4 {
    top: 200px !important;
    left: -20px !important
}

.testimonial-section .icon-star-3 {
    top: 390px !important;
    right: -80px !important;
    left: auto !important
}

.testimonial-section .icon-sun-2 {
    top: auto !important;
    left: -140px !important;
    bottom: 210px !important
}

.testimonial-section:after,
.testimonial-section:before {
    position: absolute;
    left: -79px;
    top: -108px;
    height: 227px;
    width: 227px;
    border-radius: 50%;
    content: ""
}

.testimonial-section:after {
    left: initial;
    right: -79px;
    border: transparent
}

.testimonial-carousel {
    position: relative;
    max-width: 850px;
    margin: 0 auto
}

.testimonial-block {
    position: relative;
    padding-bottom: 10px;
    margin: 12px;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #efdd3c;
    padding: 54px 36px 34px;
    text-align: center;
    z-index: 9;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 34px;
    border: 12px solid #f9f9f9;
}

.testimonial-block .inner-box:after,
.testimonial-block .inner-box:before {
    position: absolute;
    left: 30px;
    top: 0;
    height: 48px;
    width: 42px;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background: #222f5c;
    color: #fff;
    font-size: 21px;
    line-height: 48px;
    border-radius: 0 0 21px 21px
}

.testimonial-block .inner-box:before {
    content: "\f10d"
}

.testimonial-block .inner-box:after {
    content: "\f10e";
    left: auto;
    top: auto;
    right: 30px;
    bottom: 0;
    border-radius: 21px 21px 0 0
}

.active .testimonial-block .inner-box:after,
.active .testimonial-block .inner-box:before {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.testinmonila_image {
    position: relative;
    width: 100%;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin-bottom: 18px;
    padding: 0 7px;
    min-height: 84px
}

.testimonial-block .info-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-block .name {
    font-size: 21px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    margin-bottom: 5px
}

.testimonial-block .thumb {
    position: relative;
    width: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px
}

.testimonial-block:after,
.testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 30px;
    margin: 0 auto;
    content: "";
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 0;
    z-index: -1
}

.testimonial-carousel .active .testimonial-block:after,
.testimonial-carousel .active .testimonial-block:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.testimonial-carousel .active .testimonial-block:before {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.testimonial-carousel .owl-nav {
    display: none
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 5px solid #003966;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover {
    opacity: 1;
    border: 5px solid #b7a613;
}

.add-image {
    text-align: center
}

.add-image img {
    position: relative;
    margin-top: 0
}

.testimonila_bg {
    position: absolute;
    right: 0;
    width: 50%;
    height: 543px;
    background-image: url(../images/testimonila_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0
}

.clients-section {
    position: relative;
    padding: 110px 0
}

.clients-section .sponsors-outer {
    position: relative;
    text-align: center
}

.clients-section .sponsors-outer .text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3em;
    color: #75717b;
    font-weight: 500;
    margin-bottom: 50px
}

.clients-section .slide-item {
    position: relative
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.clients-section .image-box:hover img {
    opacity: 1
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
    display: none
}

.clients-section.style-two {
    background-color: #ff4789;
    padding: 80px 0;
    border: 0
}

.gallery-section {
    position: relative
}

.gallery-item {
    position: relative
}

.gallery-item .image-box {
    position: relative;
    overflow: hidden
}

.gallery-item .image-box .image {
    position: relative
}

.gallery-item .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(52, 28, 119, .9);
    content: "";
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.gallery-item .image-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.gallery-item .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -29px;
    margin-left: -20px
}

.gallery-item .overlay-box a span {
    display: block;
    height: 58px;
    width: 58px;
    background-color: #25bdd8;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    line-height: 58px
}

.gallery-section .owl-nav {
    display: none
}

.video-section {
    position: relative;
    padding: 120px 0 70px
}

.video-section .icon-star-6 {
    left: -160px !important;
    top: -10px !important
}

.video-section .icon-star-8 {
    left: auto !important;
    right: -110px !important;
    top: -40px !important
}

.video-section .icon-rocket {
    left: auto !important;
    top: auto !important;
    right: -220px !important;
    bottom: 90px !important
}

.video-section .video-column {
    position: relative;
    margin-bottom: 50px
}

.video-section .video-column .inner-column {
    position: relative;
    padding-right: 30px
}

.video-box {
    position: relative
}

.video-box .image {
    position: relative;
    border-radius: 7px;
    margin-bottom: 0
}

.video-box .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px
}

.video-box .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video-box .link:hover {
    background-color: rgba(0, 0, 0, .4)
}

.video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background-color: #25bdd8;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-section .content-column {
    position: relative;
    margin-bottom: 50px
}

.video-section .content-column .inner-column {
    position: relative;
    padding-left: 30px
}

.video-section .content-column .sec-title {
    margin-bottom: 30px
}

.video-section .content-column .sec-title h2 {
    letter-spacing: -.02em
}

.video-section .content-column .message {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #696478;
    font-weight: 400;
    margin-bottom: 36px
}

.video-section .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #696478;
    font-weight: 400
}

.call-to-action {
    position: relative;
    padding: 110px 0;
    background-color: #ff4788
}

.call-to-action h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700
}

.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 20px
}

.call-to-action.alternate {
    padding: 110px 0 130px
}

.news-section-two {
    position: relative;
    padding: 120px 0 110px
}

.news-section-two .icon-star-5 {
    top: auto !important;
    left: -190px !important;
    bottom: 145px !important
}

.news-section-two .icon-star-4 {
    right: -140px !important;
    bottom: 240px !important;
    top: auto !important;
    left: auto !important
}

.news-section-two .icon-star-3 {
    top: 190px !important;
    left: -100px !important
}

.news-block {
    position: relative;
    margin-bottom: 30px
}

.news-block .inner-box {
    position: relative
}

.news-block .image-box {
    position: relative
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border: 10px;
    background-color: #393d72
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-block .inner-box:hover .image-box .image img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block .lower-content {
    position: relative;
    padding: 25px 0 0
}

.news-block .post-info {
    position: relative;
    margin-bottom: 5px
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    margin-right: 13px;
    color: #25bdd8;
    font-weight: 400
}

.news-block .post-info li a {
    color: #25bdd8;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .post-info li a:hover {
    color: #25bdd8
}

.news-block h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.25em;
    color: #1e2c67;
    font-weight: 700;
    margin-bottom: 25px
}

.news-block h3 a {
    color: #1e2c67;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block h3 a:hover {
    color: #ff4788
}

.news-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #696478;
    font-weight: 400;
    margin-bottom: 32px
}

.news-block .btn-box {
    position: relative
}

.news-block .btn-box a {
    display: inline-block;
    font-size: 32px;
    color: #1e2c67;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .btn-box a:hover {
    color: #ff4788
}

.news-section-two.style-two {
    padding: 120px 0 80px
}

.news-section-two.style-two .news-block {
    margin-bottom: 60px
}

.news-detail {
    position: relative
}

.news-detail .upper-box {
    position: relative
}

.news-detail .upper-box .image-box {
    position: relative
}

.news-detail .upper-box .image {
    position: relative;
    margin-bottom: 0
}

.news-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px
}

.news-detail .lower-content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px
}

.news-detail .lower-content .post-info {
    position: relative;
    margin-bottom: 5px
}

.news-detail .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    margin-right: 13px;
    color: #25bdd8;
    font-weight: 400
}

.news-detail .lower-content .post-info li a {
    color: #25bdd8;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-detail .lower-content .post-info li a:hover {
    color: #25bdd8
}

.news-detail .lower-content h3 {
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #1e2c67;
    font-weight: 700;
    margin-bottom: 30px
}

.news-detail .lower-content p {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #696478;
    font-weight: 400;
    margin-bottom: 30px
}

.news-detail .post-share-options {
    position: relative;
    padding: 30px 0;
    margin-bottom: 10px;
    border-top: 1px solid #e8e6ec
}

.news-detail .post-share-options .tags {
    position: relative
}

.news-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
    margin-right: 4px
}

.news-detail .post-share-options .tags li.title {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    color: #1e2c67;
    padding: 10px 0;
    font-weight: 700;
    margin-right: 15px
}

.news-detail .post-share-options .tags li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #25bdd8;
    border-radius: 5px;
    transition: all .3s ease
}

.news-detail .post-share-options .tags li a:hover {
    background-color: #1e2c67;
    color: #fff
}

.news-detail .post-share-options .social-icon-one li {
    margin-left: 35px
}

.author-box {
    position: relative;
    padding: 60px 60px;
    background-color: #1e2c67;
    border-radius: 10px;
    margin-bottom: 50px
}

.author-box .inner-box {
    position: relative;
    padding-left: 210px;
    min-height: 170px;
    padding-top: 5px
}

.author-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px
}

.author-box .image-box img {
    display: block;
    width: 100%;
    border-radius: 50%;
    height: auto
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px
}

.author-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #c8bfe3;
    font-weight: 400
}

.author-box .contact-info {
    position: relative
}

.author-box .contact-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #393d72;
    font-weight: 500;
    margin-right: 40px
}

.author-box .contact-info li span {
    color: #ff4880;
    margin-right: 15px;
    display: inline-block
}

.author-box .contact-info li:last-child {
    margin-right: 0
}

.author-box .contact-info li a {
    color: #393d72;
    display: inline-block;
    transition: all .3s ease
}

.author-box .contact-info li a:hover {
    color: #ff4880
}

.map-section {
    position: relative
}

.map-outer {
    position: relative
}

.map-section .map-canvas {
    position: relative;
    height: 560px;
    width: 100%
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data a {
    display: block
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.contact-section {
    position: relative;
    padding: 120px 0 100px
}

.contact-section .sec-title {
    margin-bottom: 35px
}

.contact-section .sec-title .text {
    font-size: 22px;
    line-height: 36px;
    color: #696478;
    font-weight: 400;
    margin-top: 40px
}

.contact-section .contact-form {
    position: relative
}

.contact-section .row {
    margin: 0 -10px
}

.contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px
}

.contact-form .form-group input[type=email],
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=url],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #858687;
    line-height: 28px;
    padding: 25px 30px;
    border: 1px solid transparent;
    background-color: #f2f5f6;
    font-weight: 500;
    border-radius: 15px;
    height: 80px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff4880
}

.contact-form .form-group textarea {
    height: 250px;
    resize: none
}

.contact-form label.error {
    color: #ff4880;
    padding-top: 10px;
    text-transform: capitalize;
    display: block
}

.contact-section .contact-info {
    position: relative
}

.contact-section .contact-info li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 30px
}

.contact-section .contact-info li span {
    display: inline-block
}

.contact-section .contact-info li a {
    color: #696478;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-section .contact-info li a:hover {
    color: #ff4986
}

.contact-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ff4986;
    font-weight: 400
}

.contact-map-section {
    position: relative
}

.contact-map-section .map-canvas {
    position: relative;
    min-height: 560px;
    width: 100%
}

.main-footer {
    position: relative
}

.main-footer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14%;
    height: 7px;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: -1;
    right: 0;
    margin: auto
}

.main-footer .anim-icons .icon {
    opacity: .08
}

.useful-links {
    text-align: center
}

.useful-links ul {
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 17px;
}

.useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #b31f38;
    font-weight: 700;
    font-size: 24px
}

.useful-ul li {
    display: inline-block
}

.useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #989898;
    color: inherit;
    font-size: 16px
}

.useful-ul li:last-child a {
    border-right: 0px
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 68px 0 25px
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 16px
}

.main-footer .footer-upper .footer-column:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 137px
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    text-transform: uppercase
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #e00e7d;
    left: 0;
    top: 32px
}

a:hover {
    color: #a10654;
    text-decoration: none
}

.logo-widget {
    position: relative;
    text-align: center
}

.logo-widget .logo img {
    position: relative;
    width: auto;
}

.logo-widget .logo img:hover {
    opacity: 1
}

.logo-widget .text {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px
}

.main-footer .links-widget {
    position: relative
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px
}

.main-footer .activity-list li {
    position: relative;
    margin-bottom: 10px
}

.main-footer .activity-list li:last-child {
    margin-bottom: 0
}

.main-footer .activity-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #c8bfe3;
    padding: 10px 15px;
    padding-left: 30px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .activity-list li a:hover {
    border: 1px solid #ff4788
}

.main-footer .list {
    position: relative
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 17px
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #f30a85;
    content: ""
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: inherit
}

.main-footer .list li a:hover {
    color: #ff6805
}

.main-footer .contact-widget {
    position: relative
}

.main-footer .contact-info {
    position: relative
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 14px 18px;
    background: linear-gradient(to bottom, #fff, #ffd4db);
    border-radius: 17px;
    margin-top: 21px;
    box-shadow: 0px -4px 4px #ccc;
}

.main-footer .contact-info li .icon {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 23px;
    line-height: 36px;
    font-weight: 600;
    width: 38px;
    height: 38px;
    background: #b41f38;
    text-align: center;
    color: #f2f2f2;
    margin-bottom: 5px;
    border-radius: 4px;
}

.logo {
    position: relative;
    text-align: center;
}

.logo img {
    width: 270px;
}

.main-footer .contact-info li .icon p {
    margin: 0
}

.main-footer .contact-info li a {
    transition: all .3s ease;
    color: inherit
}

.main-footer .contact-info li.addressblogs a {
    background: #272a91;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 4px 11px;
    border-radius: 30px;
    margin: 11px 0 0;
}

.main-footer .contact-info li.addressblogs a:hover {
    background: #B51F38;
    color: #fff;
}

.main-footer .contact-info li p {
    line-height: 19px;
    font-size: 15px;
}

.main-footer .contact-info li a:hover {
    color: inherit;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 0 0 10px;
    text-align: center
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 17px;
    height: 2px;
    width: 50%;
    content: "";
    border-bottom: 1px solid #003055;
    right: 0;
    margin: auto
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    display: inline-block;
    padding: 0 0 11px
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 15px;
    line-height: 30px
}

.main-footer .footer-bottom .copyright a {
    color: #b41f38;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline
}

.facebookframe iframe {
    width: 100%;
    height: 399px;
    border: 7px solid #ddd;
    border-radius: 16px
}

.fmap a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 10px #9d9d9d;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 27px
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0 70px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px
}

.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    background-color: #f2f5f6;
    margin-bottom: 30px;
    border-radius: 7px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #1e2c67;
    font-weight: 700;
    line-height: 30px
}

.sidebar .search-box {
    position: relative;
    padding: 50px;
    border-radius: 7px;
    background-color: #25bdd8
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 30px;
    padding: 25px 30px;
    border: 1px solid transparent;
    background: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 80px;
    color: #696478;
    border-radius: 10px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group button,
.sidebar .search-box .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 25px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #1e2c67;
    font-weight: 400;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group button:hover {
    color: #ff4880
}

.sidebar .search-box .form-group input[type=search]:focus,
.sidebar .search-box .form-group input[type=text]:focus {
    border-color: #25bdd8
}

.sidebar .search-box .sidebar-title h5 {
    color: #fff
}

.categories {
    position: relative;
    padding: 45px 50px 50px
}

.category-list li {
    position: relative;
    margin-bottom: 20px
}

.category-list li:last-child {
    margin-bottom: 0
}

.category-list li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #696478;
    display: block;
    padding-left: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.category-list li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background-color: #ff4986;
    content: ""
}

.category-list li a:hover,
.category-list li.active a {
    color: #ff4986
}

.posts-widget {
    position: relative
}

.posts-widget .post {
    position: relative;
    margin-bottom: 35px
}

.posts-widget .post:last-child {
    margin-bottom: 0
}

.posts-widget .post .post-inner {
    position: relative;
    padding-left: 80px
}

.posts-widget .post .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden
}

.posts-widget .post .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.posts-widget .post .post-inner:hover .image img {
    opacity: .7
}

.posts-widget .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #25bdd8;
    font-weight: 600;
    margin-bottom: 5px
}

.posts-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #393d72;
    font-weight: 700
}

.posts-widget .post h5 a {
    color: #393d72;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.posts-widget .post h5 a:hover {
    color: #ff4986
}

.sidebar .popular-tags {
    position: relative
}

.sidebar .tags-list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.sidebar .tags-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #25bdd8;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar .tags-list a:hover {
    background-color: #1e2c67;
    color: #fff
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .group-title h3 {
    position: relative;
    font-size: 40px;
    color: #1e2c67;
    font-weight: 700
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0 0 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e6ec;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 70px;
    padding: 0 0 0 150px;
    font-size: 14px
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 8px;
    width: 110px;
    height: 115px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 30px
}

.sidebar-page-container .comments-area .comment-box strong {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 10px
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    display: inline-block;
    font-size: 14px;
    color: #25bdd8;
    font-weight: 400;
    line-height: 30px
}

.sidebar-page-container .comments-area .comment-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #696478
}

.sidebar-page-container .comments-area .comment-box .reply-outer {
    position: absolute;
    right: 0;
    top: 0
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #1e2c67;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: #25bdd8
}

.comment-form .row {
    margin: 0 -10px
}

.comment-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group select,
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #696478;
    line-height: 28px;
    padding: 25px 40px;
    height: 80px;
    background: #f2f5f6;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form .form-group input[type=email]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=text]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #25bdd8
}

.comment-form .form-group textarea {
    height: 250px;
    resize: none
}

.bread_cumb_wrap {
    position: relative;
    text-align: center;
    padding: 166px 0 63px
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to left, #ddf0ff, transparent, #ffe7d7)
}

.bread_cumb_wrap h1 {
    text-transform: uppercase;
    color: #01192c;
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 600
}

.bread_cumb_wrap ul {
    display: inline-block;
    border: 1px dashed #464646;
    padding: 3px 17px;
    border-radius: 30px;
    position: relative;
    background: #fff
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    color: #021f36;
    font-weight: 500;
    font-size: 16px
}

.bread_cumb_wrap ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #f57420;
    right: -6px;
    top: 7px;
    border-radius: 50%
}

.bread_cumb_wrap ul li:last-child:before {
    display: none
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #f57420
}

.innr_cnt_section {
    position: relative;
    padding: 62px 0 90px;
    min-height: 60vh
}

.con_add_info {
    position: relative;
    text-align: center;
    background: #003158;
    color: #eee;
    padding: 34px 3px;
    border-radius: 11px;
    border: 8px solid #ffc9a6
}

.con_add_info span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px dashed;
    padding-bottom: 8px;
    margin-bottom: 10px
}

.con_add_info p {
    display: block;
    color: #fba36a;
    font-size: 16px;
    line-height: 25px
}

.con_add_info p a {
    color: #fba36a
}

.c_add_row {
    position: relative
}

.c_add_row::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 9px;
    background: #003158;
    left: 0;
    right: 0;
    margin: auto
}

._c_form_sub {
    position: relative;
    padding: 16px 24px;
    text-align: center;
    margin-top: 26px
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #032f52
}

._c_form_sub .form-control {
    background-color: #fff;
    height: 50px;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc
}

._c_form_sub textarea.form-control {
    height: 118px
}

._c_form_sub .btn {
    margin-top: 17px;
    background: #ff7114;
    border: transparent
}

.c_map iframe {
    box-shadow: 0 0 10px #9b9b9b;
    padding: 10px;
    width: 100%;
    height: 295px;
    background: #e7e7e7;
    margin-top: 44px
}

.testimonial_timeline.main-timeline {
    position: relative
}

.testimonial_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.testimonial_timeline.main-timeline:before {
    content: '';
    height: 100%;
    width: 3px;
    border-left: 3px dashed #003a68;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%
}

.testimonial_timeline.main-timeline .timeline {
    width: 50%;
    padding: 15px 15px 15px 55px;
    margin: 0 0 0 5px;
    float: right;
    position: relative;
    z-index: 1
}

.testimonial_timeline.main-timeline .timeline:before {
    content: '';
    background-color: #058c56;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    top: 50%
}

.testimonial_timeline.main-timeline .timeline-content {
    background: rgb(255 249 197);
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    display: block;
    position: relative
}

.testimonial_timeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.testimonial_timeline.main-timeline .timeline-content:after,
.testimonial_timeline.main-timeline .timeline-content:before {
    content: "";
    background: #b2b2b2;
    width: 35px;
    height: 35px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: -33px;
    z-index: -1
}

.testimonial_timeline.main-timeline .timeline-content:after {
    background: linear-gradient(to left, transparent, #b3b3b3);
    height: auto;
    width: auto;
    border-radius: 20px;
    transform: translateY(0);
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    z-index: -2
}

.testimonial_timeline.main-timeline .timeline-icon {
    color: #058c56;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 4px
}

.testimonial_timeline.main-timeline .title {
    color: #0b406a;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.testimonial_timeline.main-timeline .description {
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) {
    padding: 15px 55px 15px 15px;
    margin: 0 5px 0 0;
    float: left
}

.testimonial_timeline.main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -10px
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: -33px
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotate(180deg)
}

@media screen and (max-width:767px) {
    .testimonial_timeline.main-timeline:before {
        transform: translateX(-50%);
        left: 18px
    }

    .testimonial_timeline.main-timeline .timeline,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px 15px 15px 55px;
        margin: 0 0 30px
    }

    .testimonial_timeline.main-timeline .timeline:before,
    .testimonial_timeline.main-timeline .timeline:nth-child(even):before {
        left: -7px
    }

    .testimonial_timeline.main-timeline .timeline-content:before,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: -33px;
        right: auto
    }

    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
        transform: rotate(0)
    }

    .testimonial_timeline.main-timeline .title {
        font-size: 23px
    }
}

.glrrrow .col-md-3 {
    padding: 0 10px
}

.box {
    background: #001628;
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 42%);
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 6px solid #fff
}

.box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.box img {
    width: 100%;
    height: auto;
    transition: all .5s ease-out
}

.box:hover img {
    opacity: .3;
    transform: scale(1.15)
}

.box .box-content {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(-50%) rotate(-360deg);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .5s ease-out
}

.box:hover .box-content {
    opacity: 1;
    transform: translateY(-50%) rotate(0)
}

.box .title {
    color: #ff761b;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px
}

.box .post {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    display: block
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box .icon li {
    margin: 0 5px 0 0;
    display: inline-block
}

.box .icon li a {
    color: #fff;
    background: #1eaf71;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: block;
    transition: all .3s ease 0s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #ff761b;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5)
}

.inner_abt_content {
    position: relative;
    padding: 63px 26px;
    text-align: center;
    color: #fff;
}

.inner_abt_content::before {
    content: "";
    position: absolute;
    background: #2f358f;
    left: 0px;
    top: 0px;
    width: 84%;
    height: 100%;
    border-radius: 34px;
}

.inner_abt_content p {
    margin: 0 0 14px;
    font-size: 16px;
    text-align: justify
}

.innabrpic img{
    border: 10px solid #f5f5f5;
}

.mvv_row {
    position: relative;
    text-align: center
}

.mvv_row .col-md-12,
.mvv_row .col-md-6 {
    padding: 20px 10px
}

.mvv_row .col-md-6:nth-child(1) {
    border-right: 1px dashed #333
}

.mvv_row .col-md-12 {
    border-top: 1px dashed #333
}

.mvv_icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 5px solid #ccc;
    border-radius: 50%;
    line-height: 90px
}

.mvv_blocks h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
    margin: 7px 0 7px
}

.mvv_blocks p {
    margin: 0
}

.team_row {
    padding-top: 14px
}

.doc_title_head {
    position: relative;
    left: 0;
    right: 0;
    margin: 32px auto 0;
    text-align: center;
    top: 0
}

.doc_title_head h4 {
    color: #f5751a;
    font-size: 26px
}

.doc_title_head h2 {
    text-transform: uppercase;
    color: #003768;
    font-size: 42px
}

.team_row .doctorsprofiles {
    text-align: center;
    margin-bottom: 30px;
}

.doc_pic {
    position: relative
}

.doc_pic::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-top: 10px solid #cab815;
    border-left: 10px solid #cab815;
}

.docts_row .col-md-6:nth-child(2) .doc_pic::before {
    border-top: 10px solid #ffc092;
    border-left: 0;
    border-right: 10px solid #ffc092;
    left: initial;
    right: 0
}

.doc_pic img {
    display: inline-block;
    width: 259px;
    border: 4px solid #222f5c;
    border-bottom: 0
}

.team_row .doc_info {
    width: auto;
    padding: 19px 9px;
    background: linear-gradient(to right, #a3ddc6, #afb9dc);
    display: block
}

.team_row .doc_info h3 {
    font-size: 22px;
    font-weight: 700;
}

.team_row .doc_info h4 {
    font-size: 16px;
}

.services_text_inner h2 {
    color: #2f358f;
    font-weight: 700;
    font-size: 27px;
    margin: 15px 0 6px
}

.services_text_inner h3 {
    color: #b51f38;
    font-size: 21px;
    margin: 14px 0 7px;
    font-weight: 600;
}

.services_text_inner p {
    text-align: justify;
    line-height: 25px;
    margin-bottom: 10px
}

.serv_inner_pic {
    position: relative;
    margin: 24px 0;
}

.serv_inner_pic::after,
.serv_inner_pic::before {
    content: "";
}

.serv_inner_pic::after {
    left: initial;
    right: 0;
    bottom: 0;
    top: initial;
    background: #b51f38;
}

.serv_inner_pic img{
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.ol_styles {
    position: relative;
    padding-left: 15px;
    margin-bottom: 18px;
}

.ol_styles li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

.ol_styles li::before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #b51f38;
    content: ""
}

.note1 {
    position: relative;
    background: linear-gradient(45deg, #003a68, #f57420);
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 19px 43px;
    border-radius: 9px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px
}

.note2 {
    border: 8px solid #ccc;
    font-size: 19px;
    padding: 14px 21px;
    line-height: 32px;
    margin: 17px 0 17px;
    border-radius: 15px
}

.inner_cnt_section {
    position: relative;
    padding: 100px 0px;
    min-height: 60vh;
}

.breadcrumb {
    text-align: center;
    display: block;
    padding: 148px 0 82px;
    margin: 0px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: 0 0;
    border-bottom: 8px solid #262a72;
}

.breadcrumb h1 {
    font-size: 43px;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #2f358f;
    font-weight: 800;
    z-index: 1
}

.breadcrumb ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    background: #b51f38;
    padding: 6px 7px;
    border-radius: 31px;
    box-shadow: 0 4px 2px #000
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    color: #ffe809;
    padding: 0 8px;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
}

.breadcrumb ul li:before {
    content: "/";
    position: absolute;
    right: -5px;
    top: 0;
    color: #fcfcfc;
    font-weight: 600;
    font-size: 14px
}

.breadcrumb ul li:last-child:before {
    content: none
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.breadcrumb ul li a {
    color: #ffffff;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    width: 439px;
    height: 400px;
    top: -62px;
    right: -162px;
    border-radius: 50%
}

.ser_inner_nav {
    position: relative;
}

.ser_inner_nav h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.ser_inner_nav ul {
    position: relative;
}

.ser_inner_nav ul li {
    display: block;
}

.ser_inner_nav ul li a {
    display: block;
    color: #000000;
    padding: 7px 14px;
    font-size: 15px;
    background: #ecdf6f;
    margin: 0 0 4px;
    text-transform: capitalize;
}

.ser_inner_nav ul li a.active {
    color: #fff;
    background: #812990;
}

.ser_inner_pic img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 15px;
}

._addressblogs {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 14px 5px;
    background: linear-gradient(to bottom, #fff, #f5e97e);
    border-radius: 17px;
    margin-top: 21px;
    box-shadow: 0px -4px 4px #ccc;
}

._addressblogs .icon {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 23px;
    line-height: 36px;
    font-weight: 400;
    width: 38px;
    height: 38px;
    background: #222f5c;
    text-align: center;
    color: #f2f2f2;
    margin-bottom: 5px;
    border-radius: 4px;
}

.addressblogs h3{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1a1c72;
    margin: 6px 0 5px;
}

._addressblogs p {
    line-height: 22px;
}

._addressblogs a {
    background: #008b52;
    color: #fff;
    font-size: 16px;
    display: table;
    padding: 4px 11px;
    border-radius: 30px;
    margin: 11px auto 0;
}

.map_ iframe{
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    height: 417px;
}
 
.in_top_wraapper .social-links {
    position: absolute;
    width: 45px;
    bottom: inherit;
    z-index: 99;
    right: 11px;
    top: 104px;
}

.contact_adresses{
    text-align: center;
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    background: #2f3990;
    padding: 25px 71px;
    border-radius: 22px;
    margin-bottom: 30px;
    color: #fff;
}

.cntrow .col-md-6:nth-child(2) .contact_adresses{
      background: #B51F38;
}

.contact_adresses h2{
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 8px;
}

.address_bloccks{
    position: relative;
}

.add_list_ {
    position: relative;
}

.add_list_  span{
    position: relative;
    display: block;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.add_list_ span:nth-child(3){
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.workwithus {
    background-color: #B51F38;
    color: #fff;
    padding: 22px;
    border-radius: 21px;
    margin-top: 10px;
}

.workwithus h2{
    text-transform: uppercase;
}

.workwithus p{
    line-height: 22px;
}

.abt_in_text {
    margin: 0px 0 21px;
}

.abt_in_text h2{
    color: #B41F38;
}

.abt_in_text h3{
    color: #333B97;
    font-size: 22px;
    margin: 0 0 6px;
}

.abt_in_text p{
    line-height: 25px;
}

.abt_points{
    position: relative;
    background: #b41f38;
    padding: 14px;
    color: #fff;
    border-radius: 14px;
}

.sbt_pnt_list {
    position: relative;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sbt_pnt_list:nth-child(3) {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.abtmrn30 {
    margin-bottom: 30px;
}

.whoweare {
    text-align: center;
    margin: 66px 0;
}

.whoweare h2{
    text-transform: uppercase;
    margin: 0px 0 16px;
    color: #393a7d;
    font-weight: 700;
}

.hwrroe{
    align-items: center;
    margin: 0;
}

.hwrroe .col-md-4{
    padding: 20px 10px;
}

.hwrroe .col-md-4:nth-child(2){
    background: linear-gradient(to top, #fce1e6, #e8e8f2);
    border-radius: 20px;
}

.hericon {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 7px solid #fff;
    background: #f5f5f5;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50%;
    margin: 0 0 16px;
    line-height: 100px;
}

.carres_start {
    position: relative;
}

.carres_start h2{
    text-align: center;
    color: #b51f38;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-weight: 700;
}

.carrerstimelien.main-timeline{
    position: relative;
    padding: 25px 0;
}
.carrerstimelien.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.carrerstimelien.main-timeline:before{
    content: '';
    background: #3b3c80;
    height: 100%;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.carrerstimelien.main-timeline .timeline{
    width: calc(59% + 63px);
    margin: 0 0 30px;
    float: right;
    position: relative;
}
.carrerstimelien.main-timeline .timeline-content{
    background: #3b3c80;
    text-align: center;
    min-height: 120px;
    padding: 20px 30px 20px 160px;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 1;
}
.carrerstimelien.main-timeline .timeline-content:hover{ text-decoration: none; }
.carrerstimelien.main-timeline .timeline-content:before{
    content: '';
    background: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 10px #ccc;
}
.carrerstimelien.main-timeline .timeline-icon{
    color: #DF2947;
    font-size: 45px;
    line-height: 93px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0,0,0,0.3);
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
}
.carrerstimelien.main-timeline .timeline-icon:before{
    content: '';
    background-color: #fff;
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.carrerstimelien.main-timeline .timeline-icon i{ line-height:inherit; }
.carrerstimelien.main-timeline .title{
    color: #b51f38;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.carrerstimelien.main-timeline .description{
    font-size: 15px;
    line-height: 22px;
    margin: 7px 0 0;
}
.carrerstimelien.main-timeline .timeline:nth-child(even){ float: left; }
.carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 160px 20px 30px; }
.carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 0 100px 100px 0;
    left: 0;
    right: 130px;
}
.carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
@media screen and (max-width:767px){
    .carrerstimelien.main-timeline:before{ display: none; }
    .carrerstimelien.main-timeline .timeline{ width: 100%; } 
}
@media screen and (max-width:576px){
    .carrerstimelien.main-timeline .timeline-content,
    .carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 145px 20px 20px;
        border-radius: 50px;
    }
    .carrerstimelien.main-timeline .timeline-content:before,
    .carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-content:before{
        top: 125px;
        right: 0;
        left: 0;
        border-radius: inherit;
    }
    .carrerstimelien.main-timeline .timeline-icon,
    .carrerstimelien.main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 10px;
        right: auto;
    }
}

.carrersales{
    text-align: center;
    margin: 46px 0 0;
}

.carrersales h2{
    text-transform: uppercase;
    color: #b41f38;
    margin: 0 0 33px;
    font-weight: 700;
}

.crr_pic {
    position: relative;
}

.crr_pic img{
    border: 10px solid #f5f5f5;
    width: 310px;
}

.carrinfo {
    position: relative;
    padding: 19px 16px;
    background: linear-gradient(to top, #e1e1fc, #f5f5f5);
    box-shadow: 0px 4px 3px #c9c9c9;
    border-radius: 19px;
    margin-bottom: 30px;
}

.carrinfo h3{
    text-transform: uppercase;
    color: #b51f38;
    font-size: 20px;
}

.carrinfo p{
    line-height: 25px;
}

.contact_submission {
    text-align: center;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 13px;
    box-shadow: 0px 0px 10px #a7a7a7;
}

.contact_submission h3{
    text-transform: uppercase;
    margin: 0 0 12px;
}

.form_list {
    margin-bottom: 15px;
}

.form_list .form-control{
    position: relative;
}

.form_list textarea.form-control{
    height: 80px;
}