/************ TABLE OF CONTENTS ***************1. Fonts2. Reset3. Global4. Main Header / Style Two / Style Three5. Main Slider6. Services Section7. About Section8. Counter Section9. Project Section10. Team Section11. Testimonial Section12. News Section13. Clients Section / Style Two14. Main Footer / Style Two / Style Three15. Call To Action Section16. Video Section17. Reasons Section18. Fullwidth Section19. Pricing Section20. Offers Section21. Faq Section22. Comming Soon Section23. Subscribe Section24. Products Section25. Factory Section26. Construction Section27. Page Title28. Service Single Section29. Blog Widgets30. Map Section31. Contact Form**********************************************/ /***====================================================================Fonts====================================================================***/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900|Lora:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playball|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"); /* font-family: 'Lora', serif;font-family: 'Lato', sans-serif; */
@import url("pe-icon-7-stroke.css");
@import url("simple-line-icons.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.timepicker.min.css"); /***====================================================================Reset====================================================================***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
} /***====================================================================Global Settings====================================================================***/
body {
    font-size: 15px;
    color: #000000;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Lato", sans-serif;
    text-align: justify;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #2d3663;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-family: "Lato", sans-serif;
}
textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #000000;
}
.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.large-container {
    position: static;
    max-width: 1600px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
.centered {
    text-align: center !important;
} /*Btn Style One*/
.btn-services {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    padding: 5px 32px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    border: 1px solid #aaaaaa;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}
.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #2d3663;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-style-one:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #2d3663;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
.btn-style-one:hover {
    color: #ffffff;
    border-color: #2d3663;
} /* Btn Style Two */
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 40px 5px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 7px;
    background-color: #28328c;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.btn-style-two .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.btn-style-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: var(--main-bg-green-color);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
.btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.btn-style-two:hover {
    color: #ffffff;
} /* Phone Btn */
.phone-btn {
    position: relative;
    border-radius: 7px;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 42px 6px 45px;
    border: 1px solid var(--main-bg-green-color);
}
.phone-btn .icon {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 7px;
    display: inline-block;
    background-color: #28328c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.phone-btn:hover .icon {
    background-color: var(--main-bg-blue-color);
}
.phone-btn:hover {
    color: #ffffff;
    background-color: var(--main-bg-green-color);
    border: 0px solid #222222;
    padding: 6px 42px 6px 45px;
} /* Btn Style Three */
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 14px; /* line-height: 30px; */
    padding: 0px 8px 0px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    background-color: #28328c !important;
    text-transform: capitalize;
    border: 2px solid #28328c;
    color: #fff !important;
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.btn-style-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #2d3663;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
.btn-style-three:hover {
    background-color: var(--main-bg-green-color);
    color: #ffffff !important;
} /* Btn Style Four */
.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fb5380;
    padding: 7px 36px 6px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    text-transform: capitalize;
    font-family: "Quicksand", sans-serif;
}
.btn-style-four:hover {
    color: #ffffff;
    background: none;
} /* Btn Style Five */
.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 40px 11px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #2d3663;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.btn-style-five .txt {
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-style-five:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
.btn-style-five:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.btn-style-five:hover {
    color: #2d3663;
} /*===List Style One===*/
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-left: 32px;
    margin-bottom: 10px;
    text-align: initial;
}
.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 24px;
    color: #2d3663;
    font-weight: 400;
}
.list-style-one li:before {
    content: "\f05d";
    left: 0px;
    top: 2px;
    font-family: "FontAwesome";
    float: left;
    font-size: 18px;
    margin-left: -1.5em;
    color: #000000;
} /*===List Style Two===*/
.list-style-two {
    position: relative;
}
.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 32px;
    margin-bottom: 20px;
    font-family: "Lora", serif;
}
.list-style-two li a {
    color: white;
}
.list-style-two li:last-child {
    margin-bottom: 0px;
}
.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.theme_color {
    color: #2d3663;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px;
    background-image: url(../images/icons/preloader.svg);
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
	
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
} /***====================================================================Scroll To Top style====================================================================***/
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: rgb(65 171 222 / 85%)
    display: none;
    border-radius: 10%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-to-top:hover {
    background: #2c638a;
} /***====================================================================Main Header style====================================================================***/
.main-header {
    position: relative;
    display: block;
    z-index: 99999;
}
.main-header .header-top {
    position: relative;
    border-bottom: 2px solid #2d3663;
    background-color: none !important;
}
.main-header .header-top.style-two {
    /* background-color:#3a3d72; */
} /* Top Right*/
.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 8px 0px;
}
.main-header .header-top .top-left .list {
    position: relative;
}
.main-header .header-top .top-left .list li {
    position: relative;
    margin-right: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    display: inline-block;
}
.main-header .header-top .top-left .list li a {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.main-header .header-top .top-left .list li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
}
.main-header .header-top .top-left .list li .icon.fas.fa-phone {
    transform: rotate(95deg);
}
.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 8px 0px;
}
.main-header .header-top .top-right .social-icons {
    position: relative;
}
.main-header .header-top .top-right .social-icons li {
    position: relative;
    margin-left: 18px;
    display: inline-block;
}
.main-header .header-top .top-right .social-icons li.share {
    color: #ffffff;
    font-weight: 600;
}
.main-header .header-top .top-right .social-icons li a {
    position: relative;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-top .top-right .social-icons li a:hover {
    color: #000000;
} /*===Header Upper===*/
.main-header .header-upper {
    position: relative;
    z-index: 5;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 36px 0px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .header-upper .nav-outer {
    float: right;
    position: static;
} /*===Header Lower===*/
.main-header .header-lower {
    position: relative;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.main-menu {
    position: static;
    float: left;
}
.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation {
    position: static;
    margin: 0px;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 53px 0px;
    margin-right: 30px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.main-menu .navigation > li:last-child {
    margin-right: 0px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    opacity: 1;
    color: #222222;
    padding: 0px;
    text-transform: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Lato", sans-serif;
}
.main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    width: 100%;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #2d3663;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 225px;
    z-index: 100;
    opacity: 1;
    padding: 10px 0px 20px;
    background: #ffffff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 25px;
}
.main-menu .navigation > li > ul > li:last-child a::after {
    display: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 0px;
    line-height: 19px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #222222;
    border-bottom: 1px solid #d8d8d8;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Lato", sans-serif;
}
.main-menu .navigation > li > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0px;
    border-bottom: 1px solid #2d3663;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a:after {
    width: 100%;
}
.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: none;
    padding-bottom: 0px;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #2d3663;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 10px;
    display: block;
    line-height: 19px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 240px;
    z-index: 100;
    opacity: 1;
    padding: 10px 0px 20px;
    background: #ffffff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 25px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 0px;
    line-height: 19px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #222222;
    border-bottom: 1px solid #d8d8d8;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Lato", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0px;
    border-bottom: 1px solid #2d3663;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a:after {
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:after {
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
    padding-bottom: 0px;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #2d3663;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.main-menu .navbar-collapse > ul > li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background: #ffffff;
    color: #2d3663;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .outer-box {
    position: relative;
    float: right;
    padding: 46px 0px;
    margin-left: 30px;
}
.fixed-header .outer-box {
    padding: 0px;
}
.main-header .outer-box .search-box-btn {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 13px 0px;
}
.main-header .outer-box .search-box-btn .icon {
    position: relative;
    font-size: 24px;
    color: #2d3663;
}
.main-header .outer-box .btn-box {
    position: relative;
    float: right;
    margin-left: 30px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.main-header .outer-box .btn-box .theme-btn {
    position: relative;
    float: right;
}
.header-style-two {
    position: relative;
}
.main-header .header-upper .upper-right .info-outer {
    position: relative;
    padding-bottom: 20px;
}
.main-header .info-box {
    position: relative;
    float: left;
    margin-right: 60px;
    font-size: 14px;
    color: #98b2c4;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}
.main-header .info-box:last-child {
    margin: 0px;
    padding: 0px;
    float: right;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    color: #2d3663;
    font-size: 30px;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .info-box li {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
    text-transform: capitalize;
}
.main-header .info-box li span {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
.main-header .info-box li a {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.main-header.header-style-two .header-lower {
    background-color: #28328c;
}
.main-header.header-style-two .nav-outer {
    width: 100%;
}
.main-header.header-style-two .header-upper .logo-box {
    padding: 10px 0px;
    margin: 0px;
}
.main-header.header-style-two .outer-box {
    padding: 0px;
}
.main-header.header-style-two .header-lower .search-box-outer {
    margin-top: 23px;
    margin-right: 20px;
}
.main-header.header-style-two .header-upper .upper-right {
    padding-left: 0px;
    padding-top: 20px;
}
.option-box {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 25px;
}
.main-header .outer-box .option-box > li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.main-header .outer-box .option-box .cart-box {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 16px;
    background: none;
    margin-top: 18px;
    display: inline-block;
    margin-right: 25px;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn {
    background: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
    display: none;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #222222;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
    color: #222222;
}
.main-header .outer-box .option-box .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}
.main-header .outer-box .option-box .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
    color: #0056b3;
}
.main-header .outer-box .option-box .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 0px;
}
.main-header .outer-box .option-box .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.main-header .outer-box .option-box .cart-product .inner h3 a {
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
    color: #2d3663;
}
.main-header .outer-box .option-box .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666666;
    font-size: 13px;
    margin-bottom: 0px;
}
.main-header .outer-box .option-box .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    color: #222222;
}
.main-header .outer-box .option-box .cart-box .cart-panel {
    left: auto !important;
    right: 0px !important;
    border-radius: 0px;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 34px;
    z-index: -1;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #2d3663;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #2d3663;
    border: 1px solid #2d3663;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #2d3663;
    background: none;
}
.main-header .outer-box .option-box .cart-box .icon a {
    color: #999999;
}
.header-style-two .outer-box .search-box-btn {
    position: relative;
    margin: 0px;
    padding: 13px 15px;
    background-color: #ffffff;
}
.header-style-two .outer-box .search-box-btn .icon {
    position: relative;
    color: #000000;
    font-size: 20px;
}
.header-style-two .outer-box .nav-box {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
}
.header-style-two .main-menu .navigation > li {
    padding: 5px 14px;
    margin-right: 1px;
}
.header-style-two .main-menu .navigation > li > a {
    font-size: 16px;
    color: #ffffff;
}
.header-style-two .outer-box .nav-box.header-style-two .main-menu .navigation > li > a:before {
    display: none;
}
.header-style-two .main-menu .navigation > li.current,
.header-style-two .main-menu .navigation > li:hover {
    background-color: var(--main-bg-green-color);
}
.header-style-two.fixed-header .main-menu .navigation > li.current,
.header-style-two.fixed-header .main-menu .navigation > li:hover {
    background: none;
}
.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a {
    background: none;
}
.header-style-two.fixed-header .main-menu .navigation > li.current a,
.header-style-two.fixed-header .main-menu .navigation > li:hover a,
.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a {
    color: #222222 !important;
}
.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a {
    color: #ffffff !important;
}
.header-style-two .header-lower .outer-box .social-box {
    position: relative;
    float: left;
    margin-top: 16px;
    margin-right: 15px;
}
.header-style-two .header-lower .outer-box .social-box li {
    position: relative;
    margin: 0px 7px;
    display: inline-block;
}
.header-style-two .header-lower .outer-box .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
}
.close-side-widget {
    color: #ffffff;
} /***====================================================================Sticky Header====================================================================***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.fixed-header .sticky-header .main-menu .mobile-nav-toggler .icon {
    display: none;
}
.fixed-header .sticky-header .logo {
    padding: 13px 0px;
}
.sticky-header .main-menu .navigation > li {
    margin-left: 15px;
    padding: 0px;
    margin-right: 0px;
    background-color: transparent;
    margin-top: 10px;
}
.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after {
    display: none !important;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 23px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: #2d3663;
} /***====================================================================Mobile Menu Style====================================================================***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
}
.nav-outer .mobile-nav-toggler .icon {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 14px 0px;
    color: #2d3663;
}
.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: 20px 20px;
    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(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -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 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 8px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 32px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.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(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}
.mobile-menu .navigation h3 {
    padding: 10px 20px;
    font-size: 22px;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #2d3663;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
} /***====================================================================Section Title====================================================================***/
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 6px;
    text-transform: capitalize;
    text-align: center;
}
.sec-title .separator {
    position: relative;
    width: 100px;
}
.sec-title .separator:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.sec-title .separator:after {
    position: absolute;
    content: "";
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #ffffff;
    background-color: #2d3663;
}
.sec-title.light .separator:after {
    background-color: #222222;
}
.sec-title .separator.style-two::after {
    border-color: #f5f5f5;
}
.sec-title .separator.style-three::after {
    border-color: #fafafa;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
}
.sec-title.centered {
    text-align: center;
}
.sec-title.style-two .title {
    text-transform: capitalize;
    color: #2d3663;
    font-size: 20px;
} /***====================================================================Main Slider====================================================================***/
.main-slider {
    position: relative;
} /* .main-slider:before{position: absolute;content:'';left:0px;bottom:0px;width:100%;height:90px;z-index:10;background:url(../images/background/pattern-1.png) repeat-x;}.main-slider:after{position: absolute;content:'';left:0px;bottom:0px;width:100%;height:93px;z-index:10;background:url(../images/background/dotted-line.png) repeat-x;}*/
.main-slider .slide {
    position: relative;
    padding: 155px 0px 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .content {
    position: relative;
    z-index: 10;
}
.main-slider .content .title {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    line-height: 1em;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.main-slider .swiper-slide-active .content .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 600ms;
}
.main-slider .content h2 {
    position: relative;
    font-size: 35px;
    color: #2d3663;
    font-weight: 700;
    line-height: 1em;
    opacity: 0;
    margin-top: 25px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.main-slider .swiper-slide-active .content h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1200ms;
}
.main-slider .content .text {
    position: relative;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}
.main-slider .swiper-slide-active .content .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}
.main-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider .btn-box .theme-btn {
    float: left;
    margin: 0px 30px 15px 0px;
}
.main-slider .swiper-slide-active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}
.main-slider .swiper-button-next {
    right: 40px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 49px;
    border-radius: 50%;
    text-align: center;
    background-image: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #2d3663;
}
.main-slider .swiper-button-next:before {
    position: absolute;
    content: "\f14e";
    left: 0px;
    top: 0px;
    width: 50px;
    color: #2d3663;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
.main-slider .swiper-button-prev {
    left: 40px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: none;
    border: 1px solid #2d3663;
}
.main-slider .swiper-button-prev:before {
    position: absolute;
    content: "\f14f";
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #2d3663;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
    background-color: #2d3663;
}
.main-slider .swiper-button-next:hover::before,
.main-slider .swiper-button-prev:hover::before {
    color: #ffffff;
}
.main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2d3663;
} /***====================================================================Department Section====================================================================***/
.department-section {
    position: relative;
    padding: 100px 0px 100px;
}
.department-section .owl-nav {
    display: none;
}
.department-section .owl-dots {
    position: relative;
    margin-top: 70px;
    text-align: center;
}
.department-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #cccccc;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.department-section .owl-dots .owl-dot.active,
.department-section .owl-dots .owl-dot:hover {
    background-color: #2d3663;
}
.department-block {
    position: relative;
}
.department-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 45px 45px 40px;
    border: 1px solid #dddddd;
}
.department-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: #2d3663;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.department-block .inner-box:hover::before {
    width: 100%;
}
.department-block .inner-box .upper-box {
    position: relative;
    padding-top: 20px;
    padding-left: 95px;
}
.department-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #b0b0b0;
    font-size: 66px;
    line-height: 1em;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.department-block .inner-box .upper-box h3 {
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
}
.department-block .inner-box .upper-box h3 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.department-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 35px;
    margin-bottom: 40px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.department-block .inner-box .read-outer {
    position: relative;
}
.department-block .inner-box .read-outer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 11px;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}
.department-block .inner-box .read-outer .read-more {
    position: relative;
    color: #2d3663;
    font-size: 16px;
    font-weight: 700;
    padding-right: 30px;
    display: inline-block;
    background-color: #ffffff;
    font-family: "Lora", serif;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.department-block .inner-box:hover {
    border-color: #2d3663;
}
.department-block .inner-box:hover .text,
.department-block .inner-box:hover .upper-box h3 a,
.department-block .inner-box:hover .upper-box .icon,
.department-block .inner-box:hover .read-outer .read-more {
    color: #ffffff;
}
.department-block .inner-box:hover .read-outer:before {
    background-color: #ffffff;
}
.department-block .inner-box:hover .read-outer .read-more {
    background-color: #2d3663;
} /***====================================================================Fluid Section One====================================================================***/
.fluid-section-one {
    position: relative;
}
.fluid-section-one .outer-section {
    position: relative;
    background-color: #f5f5f5;
}
.fluid-section-one .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    bottom: 50px;
    float: right;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.fluid-section-one .image-column .image {
    width: 100%;
    display: none;
}
.fluid-section-one .image-column .image img {
    display: block;
    width: 100%;
} /*Content Column*/
.fluid-section-one .content-column {
    position: relative;
    width: 50%;
    float: right;
}
.fluid-section-one .content-column .content-box {
    position: relative;
    max-width: 720px;
    width: 100%;
    float: left;
    z-index: 2;
    margin: 0 auto;
    padding: 95px 15px 80px 110px;
}
.fluid-section-one .content-column .sec-title {
    margin-bottom: 40px;
}
.fluid-section-one .content-column .text {
    position: relative;
    margin-bottom: 45px;
}
.fluid-section-one .content-column .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.fluid-section-one .content-column .text p:last-child {
    margin-bottom: 0px;
} /* Services Section */
.services-section {
    position: relative;
    padding: 105px 0px 25px;
}
.services-section .left-column {
    position: relative;
}
.services-section .left-column .inner-column {
    position: relative;
}
.services-section .left-column .inner-column .service-block:nth-child(1),
.services-section .left-column .inner-column .service-block:nth-child(3) {
    margin-right: -80px;
}
.services-section .left-column .inner-column .service-block:nth-child(2) {
    margin-right: 22px;
}
.service-block {
    position: relative;
    margin-bottom: 90px;
}
.service-block .inner-box {
    position: relative;
    text-align: right;
    padding-right: 80px;
}
.service-block .inner-box .icon-box {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #7d7d7d;
    font-size: 56px;
    line-height: 1em;
}
.service-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}
.service-block .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .inner-box h3 a:hover {
    color: #0e56dc;
}
.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
} /* Right Column */
.services-section .right-column {
    position: relative;
}
.services-section .right-column .inner-column {
    position: relative;
}
.services-section .right-column .inner-column .service-block-two:nth-child(1),
.services-section .right-column .inner-column .service-block-two:nth-child(3) {
    margin-left: -80px;
}
.services-section .right-column .inner-column .service-block-two:nth-child(2) {
    margin-left: 22px;
}
.service-block-two {
    position: relative;
    margin-bottom: 90px;
}
.service-block-two .inner-box {
    position: relative;
    padding-left: 80px;
}
.service-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #7d7d7d;
    font-size: 56px;
    line-height: 1em;
}
.service-block-two .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}
.service-block-two .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box h3 a:hover {
    color: #0e56dc;
}
.service-block-two .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}
.services-section .circles-column {
    position: relative;
}
.services-section .circles-column .inner-column {
    position: relative;
    text-align: center;
    padding-top: 105px;
}
.services-section .circles-column .circles {
    position: relative;
}
.services-section .circles-column .circles .circle-one {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-one:before {
    position: absolute;
    content: "";
    left: 32px;
    top: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #2d3663;
    background-color: #ffffff;
}
.services-section .circles-column .circles .circle-one:after {
    position: absolute;
    content: "";
    right: 32px;
    bottom: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    background-color: #ffffff;
}
.services-section .circles-column .circles .circle-two {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: -100px;
    border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-two:before {
    position: absolute;
    content: "";
    right: 22px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0e56dc;
}
.services-section .circles-column .circles .circle-two:after {
    position: absolute;
    content: "";
    left: 22px;
    bottom: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #e1e1e1;
}
.services-section .circles-column .circles .circle-three {
    position: absolute;
    left: 50%;
    top: 90px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: -50px;
    border: 2px solid #ececec;
}
.services-section .circles-column .circles .circle-three:before {
    position: absolute;
    content: "";
    left: -7px;
    top: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000222;
} /***====================================================================Counter Section====================================================================***/
.counter-section {
    position: relative;
    padding: 25px 0px 20px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-section.style-two {
    padding-bottom: 270px;
} /*fact counter*/
.fact-counter {
    position: relative;
}
.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}
.fact-counter .column .inner {
    position: relative;
}
.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}
.fact-counter .column .inner .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
}
.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 48px;
    line-height: 1em;
    display: inline-block;
    font-family: "Lora", serif;
}
.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Lato", sans-serif;
}
.fact-counter.style-two .column .inner .content {
    padding-left: 75px;
    text-align: left;
} /***====================================================================Team Section====================================================================***/
.team-section {
    position: relative;
    padding: 20px 0px 10px;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-block .inner-box {
    position: relative;
    overflow: hidden;
}
.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #2d3663;
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .inner-box:hover .image img {
    opacity: 0.8;
    transform: scale(1.05, 1.05);
}
.team-block .inner-box .image .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -140px;
    z-index: 1;
    padding: 15px 15px 15px;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
.team-block .inner-box:hover .image .overlay-box {
    bottom: 40px;
}
.team-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    right: -20px;
    bottom: 0px;
    z-index: 1;
    background-color: #2d3663;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.team-block .inner-box .image .overlay-box:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    right: -25px;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.team-block .inner-box:hover .image .overlay-box:after {
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    transition-delay: 800ms;
    opacity: 1;
}
.team-block .inner-box .image .overlay-box .social-icons {
    position: relative;
    z-index: 1;
}
.team-block .inner-box .image .overlay-box .social-icons li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.team-block .inner-box .image .overlay-box .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .inner-box .image .overlay-box .social-icons li a:hover {
    color: #000000;
}
.team-block .inner-box .image .overlay-box .appointment {
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin-top: 6px;
    margin-left: 12px;
    display: inline-block;
}
.main-header .header-top .top-right .social-icons li a:hover {
    color: #000000;
}
.team-block .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.team-block .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}
.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .inner-box:hover .lower-content h3 a {
    color: #2d3663;
}
.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 6px;
} /***====================================================================FullWidth Section====================================================================***/
.fullwidth-section {
    position: relative;
}
.fullwidth-section .left-column {
    position: relative;
    width: 50%;
    float: left;
    background-size: cover;
}
.fullwidth-section .left-column .inner-column {
    position: relative;
    padding: 90px 60px 90px 15px;
}
.fullwidth-section .left-column .inner-column:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}
.fullwidth-section .left-column .inner-column .content {
    position: relative;
    max-width: 750px;
    width: 100%;
    float: right;
    padding-left: 100px;
}
.fullwidth-section .left-column .inner-column .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 56px;
    line-height: 1em;
}
.fullwidth-section .left-column .inner-column .content .title {
    position: relative;
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    font-family: "Lora", serif;
}
.fullwidth-section .left-column .inner-column .content h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fullwidth-section .right-column {
    position: relative;
    width: 50%;
    float: left;
    background-color: #222222;
}
.fullwidth-section .right-column .inner-column {
    position: relative;
    padding: 90px 60px 90px 110px;
}
.fullwidth-section .right-column .upper-box {
    position: relative;
    padding-left: 80px;
    padding-top: 5px;
}
.fullwidth-section .right-column .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 48px;
    color: #ffffff;
    line-height: 1em;
}
.fullwidth-section .right-column .upper-box h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3em;
    text-transform: uppercase;
}
.fullwidth-section .right-column .time-list {
    position: relative;
    margin-top: 35px;
}
.fullwidth-section .right-column .time-list li {
    position: relative;
    margin-bottom: 14px;
}
.fullwidth-section .right-column .time-list li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ffffff;
}
.fullwidth-section .right-column .time-list li span {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    background-color: #222222;
}
.fullwidth-section .right-column .time-list li span.left-span {
    padding-right: 30px;
}
.fullwidth-section .right-column .time-list li span.right-span {
    padding-left: 30px;
} /***====================================================================Testimonial Section====================================================================***/
.testimonial-section {
    position: relative;
    padding: 100px 0px 100px;
}
.testimonial-section .testimonial-outer {
    position: relative;
    padding-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-section.style-two {
    padding-bottom: 200px;
} /* Testimonial Block */
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}
.testimonial-block .inner-box .quote-icon {
    position: relative;
    font-size: 18px;
    line-height: 1em;
    color: #777777;
}
.testimonial-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 18px;
    line-height: 1.9em;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 35px;
}
.testimonial-block .inner-box .author-name {
    position: relative;
    color: #222222;
    font-size: 16px;
    margin-top: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}
.testimonial-block .inner-box .designation {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-top: 0px;
    font-family: "Gotham-Book";
}
.testimonial-section .client-thumb-outer {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 45px;
}
.testimonial-section .client-thumb-outer .owl-item.active .author-info {
    opacity: 1;
    visibility: visible;
}
.testimonial-section .client-thumb-outer .author-info {
    position: relative;
    opacity: 0;
    visibility: hidden;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 40px;
}
.testimonial-section .client-thumb-outer .author-info .author-name {
    position: relative;
    font-weight: 700;
    color: #2d3663;
    font-size: 18px;
    line-height: 1.3em;
    font-family: "Lora", serif;
}
.testimonial-section .client-thumb-outer .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 4px;
}
.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    z-index: 999;
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 80px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .client-thumb-outer .owl-item {
    z-index: 0;
}
.testimonial-section .client-thumb-outer .owl-item.active {
    z-index: 10;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-section .client-thumb-outer .owl-item.active .thumb-box:before {
    opacity: 0;
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.testimonial-section .owl-item.active .thumb-content {
    opacity: 1;
}
.testimonial-section .owl-nav {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -10px;
}
.testimonial-section .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    border-radius: 0px 50px 50px 0px;
    border: 1px solid #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    border-radius: 50px 0px 0px 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}
.testimonial-section .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    color: #2d3663;
    border-color: #2d3663;
}
.testimonial-section .owl-dots {
    display: none;
} /***====================================================================News Section====================================================================***/
.news-section {
    position: relative;
    padding: 15px 0px 5px;
}
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
}
.news-block .inner-box .image {
    position: relative;
}
.news-block .inner-box .image a {
    position: relative;
    display: block;
}
.news-block .inner-box .image a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    display: block;
    z-index: 1;
    opacity: 0.5;
    background-color: #2d3663;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.news-block .inner-box:hover .image a:before {
    height: 100%;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block .inner-box .image .category {
    position: absolute;
    right: 0px;
    top: 18px;
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
    display: inline-block;
    background-color: #2d3663;
    padding: 4px 8px 4px 12px;
    border-radius: 50px 0px 0px 50px;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 10px;
    text-align: center;
}
.news-block .inner-box .lower-content .post-meta {
    position: relative;
}
.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #777777;
    font-weight: 400;
}
.news-block .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #777777;
    font-size: 14px;
}
.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5em;
}
.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #242424;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content h3 a:hover {
    color: #2d3663;
}
.news-block .inner-box .lower-content .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 25px;
}
.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #2d3663;
    font-size: 16px; /* padding:11px 30px; */
    font-weight: 500;
    display: inline-block;
    border-radius: 50px; /* border:2px solid #2D3663;background-color:#ffffff; */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more:hover {
    color: #222222;
    border-color: #222222;
    text-decoration: underline;
} /***====================================================================Newsletter Section====================================================================***/
.newsletter-section {
    position: relative;
    padding: 75px 0px;
}
.newsletter-section .title-column {
    position: relative;
}
.newsletter-section .title-column .inner-column {
    position: relative;
}
.newsletter-section .title-column .inner-column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
}
.newsletter-section .title-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}
.newsletter-section .form-column {
    position: relative;
}
.newsletter-section .form-column .inner-column {
    position: relative;
} /*Subscribe Form*/
.subscribe-form {
    position: relative;
}
.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
}
.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 14px;
    color: #222222;
    border-radius: 50px;
    padding-right: 170px;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px 15px 10px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    font-family: "Lora", serif;
}
.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form button:hover {
}
.newsletter-section.style-two {
    padding-bottom: 200px;
} /***====================================================================Main Footer====================================================================***/
.main-footer {
    position: relative;
    background-color: #f6fbfd;
    background-size: cover;
}
.main-footer .widgets-section {
    position: relative;
    padding: 30px 0px 0px;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .footer-widget .footer-title {
    position: relative;
    margin-bottom: 10px;
}
.main-footer .footer-widget .footer-title h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .footer-widget .footer-title .separator {
    position: relative;
    width: 40px;
    height: 5px;
}
.main-footer .footer-widget .footer-title .separator:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.main-footer .footer-widget .footer-title .separator:after {
    position: absolute;
    top: -2px;
    content: "";
    right: -15px;
    width: 5px;
    height: 5px;
    background-color: #2d3663;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 10px;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    /*line-height: 2em;*/
    margin-top: 10px;
    margin-bottom: 15px;
}
.main-footer .logo-widget .social-icons {
    position: relative;
}
.main-footer .logo-widget .social-icons li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}
.main-footer .logo-widget .social-icons li.share {
    color: #ffffff;
    font-weight: 600;
}
.main-footer .logo-widget .social-icons li a {
    position: relative;
    width: 37px;
    height: 37px;
    color: #bbbbbb;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
	background-color: white;
    /* border: 1px solid #bbbbbb; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .logo-widget .social-icons li a:hover {
    color: #ffffff;
    border-color: #2d3663;
    background-color: #2d3663;
} /* Footer List */
.main-footer .footer-list {
    position: relative;
}
.main-footer .footer-list li {
    position: relative;
    margin-bottom: 5px;
}
.main-footer .footer-list li a {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.3em;
    padding-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .footer-list li a:before {
    position: absolute;
    content: "\f22b";
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
}
.main-footer .footer-list li a:hover {
    color: #ffffff;
} /*News Widget Block*/
.news-widget-block {
    position: relative;
    margin-bottom: 30px;
}
.news-widget-block:last-child {
    margin-bottom: 0px;
}
.news-widget-block:last-child {
    margin-bottom: 0px;
}
.news-widget-block .widget-inner {
    position: relative;
    padding-left: 110px;
    min-height: 90px;
    padding-top: 8px;
}
.news-widget-block .widget-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
}
.news-widget-block .widget-inner h3 {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 5px;
    font-weight: 700;
}
.news-widget-block .widget-inner h3 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-widget-block .widget-inner h3 a:hover {
    color: #2d3663;
}
.news-widget-block .widget-inner .post-date {
    position: relative;
    color: #777777;
    font-size: 12px;
}
.main-footer .contact-list {
    position: relative;
}
.main-footer .contact-list li {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.8em;
    padding-left: 0px;
    margin-bottom: 5px;
}
.main-footer .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #2d3663;
    font-size: 34px;
    line-height: 1em;
}
.main-footer .contact-list li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-family: "Lora", serif;
    display: block;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 0px 0px;
    text-align: center;
    background-color: #2d3663;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 14px;
    color: #ffffff;
}
.main-footer.style-two:after {
    position: absolute;
    content: "";
    left: 0px;
    top: -120px;
    width: 100%;
    height: 120px;
    background: url(../images/background/pattern-8.png) no-repeat;
    background-size: 100% 100%;
}
.main-footer.style-two {
    background-color: #28328c;
}
.main-footer.style-two .contact-list li a,
.main-footer.style-two .contact-list li .icon,
.main-footer.style-two .contact-list li,
.main-footer.style-two .news-widget-block .widget-inner h3 a,
.main-footer.style-two .news-widget-block .widget-inner .post-date,
.main-footer.style-two .footer-list li a,
.main-footer.style-two .logo-widget .text,
.main-footer.style-two .footer-widget .footer-title h2 {
    color: #ffffff;
}
.main-footer.style-two .footer-list li a,
footer-list li a:hover {
    color: #ffffff !important;
}
.main-footer.style-two .footer-widget .footer-title .separator:after {
    background-color: #ffffff;
}
.main-footer.style-two .logo-widget .social-icons li a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.8);
}
.main-footer.style-two .footer-bottom {
    background-color: var(--main-bg-green-color);
} /***====================================================================Hidden Sidebar style====================================================================***/
.hidden-bar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.hidden-bar-wrapper {
    height: 100%;
}
.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.hidden-bar.right-align {
    right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}
.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}
.hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
}
.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}
.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}
.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}
.sidebar-info-contents {
    position: relative;
}
.sidebar-info-contents .content-inner {
    position: relative;
}
.sidebar-info-contents .content-inner .logo {
    padding: 0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
    position: relative;
}
.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}
.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 30px;
}
.sidebar-info-contents .content-inner .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #222222;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
} /***====================================================================Main Slider Two====================================================================***/
.main-slider-two {
    position: relative;
    padding: 65px 0px 60px;
}
.main-slider-two .slider-icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.main-slider-two .slider-icons .icon-one {
    position: absolute;
    left: 8%;
    top: 7%;
}
.main-slider-two .slider-icons .icon-two {
    position: absolute;
    left: 8%;
    top: 40%;
}
.main-slider-two .slider-icons .icon-three {
    position: absolute;
    left: 2%;
    top: 64%;
}
.main-slider-two .slider-icons .icon-four {
    position: absolute;
    left: 12%;
    top: 80%;
}
.main-slider-two .slider-icons .icon-five {
    position: absolute;
    left: 24%;
    top: 7%;
}
.main-slider-two .slider-icons .icon-six {
    position: absolute;
    left: 54%;
    top: 7%;
}
.main-slider-two .slider-icons .icon-seven {
    position: absolute;
    right: 2%;
    top: 7%;
}
.main-slider-two .slider-icons .icon-eight {
    position: absolute;
    left: 54%;
    top: 70%;
}
.main-slider-two .slider-icons .icon-nine {
    position: absolute;
    left: 84%;
    top: 70%;
}
.main-slider-two .image-column {
    position: relative;
}
.main-slider-two .image-column .inner-column {
    position: relative;
    padding-right: 50px;
}
.main-slider-two .image-column .inner-column .image {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
}
.main-slider-two .swiper-slide-active .image-column .inner-column .image {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0ms;
}
.main-slider-two .content-column {
    position: relative;
}
.main-slider-two .content-column .inner-column {
    position: relative;
    padding-top: 150px;
}
.main-slider-two .content-column .inner-column .title {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    line-height: 1em;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .title {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0ms;
}
.main-slider-two .content-column .inner-column h2 {
    position: relative;
    font-size: 48px;
    color: #2d3663;
    font-weight: 700;
    line-height: 1em;
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 600ms;
}
.main-slider-two .content-column .inner-column .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}
.main-slider-two .content-column .inner-column .theme-btn {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-two .swiper-slide-active .content-column .inner-column .theme-btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1400ms;
}
.main-slider-two .swiper-button-next {
    right: 40px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-image: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #2d3663;
}
.main-slider-two .swiper-button-next:before {
    position: absolute;
    content: "\f14e";
    left: 0px;
    top: 0px;
    width: 50px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
.main-slider-two .swiper-button-prev {
    left: 40px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: none;
    background-color: #2d3663;
}
.main-slider-two .swiper-button-prev:before {
    position: absolute;
    content: "\f14f";
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
.main-slider-two .swiper-button-next:hover,
.main-slider-two .swiper-button-prev:hover {
    background-color: #222222;
}
.main-slider-two .swiper-button-next:hover::before,
.main-slider-two .swiper-button-prev:hover::before {
    color: #ffffff;
} /***====================================================================Welcome Section====================================================================***/
.welcome-section {
    position: relative;
    padding: 50px 0px 0px;
}
.welcome_text {
    position: relative;
    color: #000000;
    font-size: 24px; /* margin-bottom: 15px; */
    display: inline-block;
    font-family: "Playball", cursive;
}
.welcome-section .image-layer {
    position: absolute;
    left: -100px;
    top: -20px;
    width: 1159px;
    height: 1072px;
}
.welcome-section .content-column {
    position: relative;
    margin-bottom: 0px;
}
.welcome-section .content-column .inner-column {
    position: relative;
}
.welcome-section .content-column .sec-title {
    position: relative;
    margin-bottom: 40px;
}
.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 50px;
}
.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.welcome-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}
.welcome-section .content-column .inner-column .play-btn {
    position: relative;
    padding: 7px 30px 7px 30px;
    border: 2px solid #2d3663;
    border-radius: 50px;
    font-size: 16px;
    color: #222222;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.welcome-section .content-column .inner-column .play-btn .icon {
    position: absolute;
    left: -1px;
    top: 0px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #2d3663;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.welcome-section .content-column .inner-column .play-btn:hover {
    background-color: #2d3663;
    border-color: #2d3663;
    color: #ffffff;
}
.welcome-section .content-column .inner-column .play-btn:hover .icon {
    background-color: #ffffff;
    color: #2d3663;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom: 40px;
}
.welcome-section .image-column .inner-column {
    position: relative;
}
.welcome-section .image-column .inner-column .image {
    position: relative;
    text-align: center;
}
.welcome-section .image-column .inner-column .image img {
    position: relative;
}
.welcome-section .image-column .inner-column .icon-outer {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner {
    position: relative;
    width: 110px;
    height: 110px;
    color: #2d3663;
    font-size: 48px;
    border-radius: 50%;
    line-height: 110px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner:before {
    position: absolute;
    content: "";
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    border: 2px dashed #d2d2d2;
}
.welcome-section .image-column .inner-column .icon-outer .icon-inner:after {
    position: absolute;
    content: "";
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border-radius: 50%;
    border: 2px dashed #d2d2d2;
} /***====================================================================Department Section Two====================================================================***/
.department-section-two {
    position: relative;
    padding: 70px 0px 70px;
}
.department-section-two.style-two {
    background-color: #ffffff;
    padding-bottom: 200px;
}
.department-section-two.style-two:before {
    display: none;
}
.department-section-two.style-two .sec-title .separator:after {
    border-color: #ffffff;
}
.department-section-two .owl-nav {
    display: none;
}
.department-section-two .owl-dots {
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.department-section-two .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #cccccc;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.department-section-two .owl-dots .owl-dot.active,
.department-section-two .owl-dots .owl-dot:hover {
    background-color: #222222;
}
.department-section-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px; /* background-image: -ms-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -moz-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -o-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004DDA), color-stop(100, #009dcd));background-image: -webkit-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: linear-gradient(to right, #004DDA 0%, #009dcd 100%); */
}
.department-section-two .sec-title .separator:after {
    border-color: #1262f5;
}
.department-block-two {
    position: relative;
}
.department-block-two .inner-box {
    position: relative;
}
.department-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.department-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.department-block-two .inner-box .lower-content {
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: -62px;
    border-radius: 10px;
    padding-top: 30px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
}
.department-block-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3em;
    padding-left: 15px;
    padding-right: 15px;
}
.department-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
}
.department-block-two .inner-box .lower-content .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.department-block-two .inner-box .lower-content .read-more {
    position: relative;
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: #2d3663;
    font-size: 16px;
    font-weight: 700;
    background-color: #dddddd;
    font-family: "Lora", serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.department-block-two .inner-box:hover .lower-content .read-more {
    background-color: #222222;
    color: #ffffff;
} /***====================================================================Pricing Section Two====================================================================***/
.price-section {
    position: relative;
    padding: 100px 0px 80px;
}
.price-block {
    position: relative;
    margin-bottom: 30px;
}
.price-block .inner-box {
    position: relative;
    padding-top: 45px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.price-block .inner-box .upper-box {
    position: relative;
    padding-left: 50px;
    padding-right: 15px;
}
.price-block .inner-box .upper-box .icon {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #e5e5e5;
    font-size: 90px;
    line-height: 1em;
}
.price-block .inner-box .upper-box .title {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.3em;
}
.price-block .inner-box .upper-box .price {
    position: relative;
    color: #2d3663;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    font-family: "Lora", serif;
}
.price-block .inner-box .upper-box .price sub {
    position: relative;
    font-size: 30px;
    bottom: 5px;
}
.price-block .inner-box .plan-outer {
    position: relative;
    display: block;
}
.price-block .inner-box .plan-outer .plan {
    position: relative;
    text-align: right;
    color: #222222;
    float: right;
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 50px 0px 0px 50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: "Lora", serif;
}
.price-block .inner-box:hover .plan-outer .plan {
    background-color: #222222;
    color: #ffffff;
}
.price-block .inner-box .middle-content {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
    margin-top: 40px;
    margin-bottom: 35px;
}
.price-block .inner-box .middle-content ul {
    position: relative;
}
.price-block .inner-box .middle-content ul li {
    position: relative;
    color: #777777;
    font-size: 15px;
    margin-bottom: 22px;
    padding-left: 30px;
    text-align: left;
}
.price-block .inner-box .middle-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    content: "\f176";
    font-weight: 700;
    font-family: "Flaticon";
}
.price-block .inner-box .appointment {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 18px 15px;
    background-color: #222222;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.price-block .inner-box:hover .appointment {
    background-color: #2d3663;
} /***====================================================================Services Section Two====================================================================***/
.services-section-two {
    position: relative;
    padding: 80px 0px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-section-two.style-two {
    padding-bottom: 180px;
}
.services-section-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}
.service-block-three {
    position: relative;
    margin-bottom: 50px;
}
.service-block-three .inner-box {
    position: relative;
    text-align: center;
    padding: 45px 30px 45px;
}
.service-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    background-color: #2d3663;
}
.service-block-three .inner-box:hover::before {
    height: 100%;
    transition-delay: 600ms;
}
.service-block-three .inner-box .border-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.service-block-three .inner-box .border-one:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #acacac;
}
.service-block-three .inner-box .border-one:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #acacac;
}
.service-block-three .inner-box:hover .border-one:before,
.service-block-three .inner-box:hover .border-one:after {
    background-color: #2d3663;
}
.service-block-three .inner-box:hover .border-one {
    width: 100%;
    height: 100%;
    display: block;
}
.service-block-three .inner-box .border-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.service-block-three .inner-box .border-two:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #acacac;
}
.service-block-three .inner-box .border-two:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #acacac;
}
.service-block-three .inner-box:hover .border-two {
    width: 100%;
    height: 100%;
    display: block;
}
.service-block-three .inner-box:hover .border-two:before,
.service-block-three .inner-box:hover .border-two:after {
    background-color: #2d3663;
}
.service-block-three .inner-box .icon-box {
    position: relative;
    color: #9c9c9c;
    font-size: 60px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.service-block-three .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 25px;
}
.service-block-three .inner-box h3 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.service-block-three .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.service-block-three .inner-box:hover h3 a,
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover .icon-box {
    color: #ffffff;
    transition-delay: 600ms;
} /***====================================================================Doctors Section====================================================================***/
.doctors-section {
    position: relative;
    padding: 115px 0 120px;
}
.doctors-section.style-two {
    padding-bottom: 240px;
}
.doctors-section.style-three {
    padding-top: 0px;
    padding-bottom: 240px;
}
.doctors-tabs {
    position: relative;
}
.doctors-tabs .doctor-info {
    position: relative;
}
.doctor-info .image-column .inner-column {
}
.doctor-info .image-column img {
    display: block;
    width: 100%;
}
.doctor-info .content-column .inner-column {
    position: relative;
}
.doctors-tabs .tabs-content .tab {
    display: none;
}
.doctors-tabs .tabs-content .tab.active-tab {
    display: block;
}
.doctor-info .name {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #2d3663;
    font-weight: 700;
    margin-bottom: 7px;
}
.doctor-info .name a {
    color: #2d3663;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.doctor-info .name a:hover {
    color: #222222;
}
.doctor-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 25px;
}
.doctor-info p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}
.doctor-info .timing {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 20px;
}
.doctor-info .timing i {
    color: #2d3663;
    margin-right: 10px;
}
.doctor-info .social-links {
    position: relative;
    padding-top: 15px;
}
.doctor-info .social-links h4,
.doctor-info .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin-right: 15px;
}
.doctor-info .social-links h4 {
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 15px;
}
.doctor-info .social-links li {
    float: left;
}
.doctor-info .social-links li a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.doctor-info .social-links li a:hover {
    color: #2d3663;
}
.doctor-info .call-btn {
    position: relative;
    margin-top: 35px;
}
.doctor-info .call-btn a {
    padding: 14px 25px;
}
.doctors-tabs .doctors-thumb {
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0px 0px 30px;
    z-index: 9;
}
.doctors-tabs .doctors-thumb .tab-btn {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.doctors-tabs .doctors-thumb .image-box {
    position: relative;
    max-width: 170px;
    border: 1px solid #dddddd;
    text-align: center;
}
.doctors-tabs .doctors-thumb .image-box figure {
    margin-bottom: 0px;
}
.doctors-tabs .doctors-thumb .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2d3663 padding-box content-box;
    opacity: 0.7;
    padding: 10px;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.doctors-tabs .doctors-thumb .image-box:hover:before,
.doctors-tabs .doctors-thumb .active-btn .image-box:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.doctors-tabs .doctors-thumb .image-box:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
    content: "\f115";
    font-family: "flaticon";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.doctors-tabs .doctors-thumb .image-box:hover:after,
.doctors-tabs .doctors-thumb .active-btn .image-box:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.doctors-tabs .doctors-thumb .image-box img {
    width: 100%;
    height: auto;
} /***====================================================================Default Section====================================================================***/
.default-section {
    position: relative;
    padding: 100px 0px 70px;
    background-size: cover;
}
.default-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}
.default-section .sec-title .separator:after {
    top: -6px;
    border: none;
    width: 12px;
    height: 12px;
    margin-left: -6px;
} /*Progress Level*/
.progress-levels {
    position: relative;
    margin-bottom: 30px;
}
.progress-levels .progress-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 50px;
}
.progress-levels .progress-box .inner {
    position: relative;
    text-align: center;
    padding-left: 170px;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.progress-levels .progress-box .bar {
    position: relative;
}
.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
    right: -40px;
    position: absolute;
    text-align: center;
    top: 13px;
}
.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 0%;
    height: 50px;
    background-size: cover;
    background: url(../images/resource/graph-layer.jpg) repeat;
    background-position: center center;
    -moz-transition: all 2000ms ease 300ms;
    -webkit-transition: all 2000ms ease 300ms;
    -ms-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .inner .text {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
    line-height: 1.3em;
    padding: 14px 0px;
    background-color: #222222;
    text-transform: capitalize;
}
.default-section .timeline-column {
    position: relative;
}
.default-section .timeline-column .inner-column {
    position: relative;
}
.default-section .timeline-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
}
.default-section .timeline-column .timeline-list {
    position: relative;
    margin-top: 40px;
    max-width: 350px;
}
.default-section .timeline-column .timeline-list li {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-bottom: 20px;
}
.default-section .timeline-column .timeline-list li:before {
    position: absolute;
    content: "--";
    left: 50%;
    color: #777777;
    margin-left: -2px;
}
.default-section .timeline-column .timeline-list li span {
    position: absolute;
    right: 0px;
    color: #2d3663;
}
.default-section .timeline-column .btn-box {
    position: relative;
    margin-top: 50px;
}
.default-section .timeline-column .btn-box .timeline-btn {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 18px 40px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #2d3663;
}
.default-section .timeline-column .btn-box .timeline-btn .icon {
    position: relative;
    margin-right: 8px;
}
.default-section .timeline-column .btn-box .timeline-btn:hover {
    background-color: #222222;
} /***====================================================================Appointment Section====================================================================***/
.appointment-section {
    position: relative;
    padding-top: 125px;
    background-position: left top;
    background-repeat: no-repeat;
}
.appointment-section .image-column {
    position: relative;
}
.appointment-section .image-column .inner-column {
    position: relative;
    text-align: center;
}
.appointment-section .image-column .inner-column .image {
    position: relative;
}
.appointment-section .form-column {
    position: relative;
}
.appointment-section .form-column .inner-column {
    position: relative;
    margin-bottom: 45px;
} /* Appointment Form */
.appointment-form {
    position: relative;
    z-index: 1;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.ui-selectmenu-button.ui-button,
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
    border-color: #2d3663;
}
.appointment-form .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 10px;
}
.appointment-form .form-group input[type="submit"],
.appointment-form button {
    margin-top: 15px;
}
.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover {
    opacity: 0.95;
}
.appointment-form .form-group .icon {
    position: absolute;
    right: 10px;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #888888;
}
.appointment-section-two .form-column {
    position: relative;
}
.appointment-section-two .form-column .inner-column {
    position: relative;
    padding-right: 45px;
    padding-top: 90px;
} /***====================================================================Appointment Section Two====================================================================***/
.appointment-section-two {
    position: relative;
    margin-top: -230px;
}
.appointment-section-two .inner-container {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.appointment-section-two .image-column {
    position: relative;
}
.appointment-section-two .image-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
.appointment-section-two .image-column .inner-column .image {
    position: relative;
    margin-top: -140px;
}
.appointment-section-two .image-column .inner-column .image img {
    width: 100%;
    display: block;
} /***====================================================================Doctor Gallery Section====================================================================***/
.doctor-gallery-section {
    position: relative;
}
.doctor-gallery-section .outer-container {
    position: relative;
}
.doctor-gallery-section .owl-dots,
.doctor-gallery-section .owl-nav {
    display: none;
} /*Gallery Item*/
.gallery-block {
    position: relative;
}
.gallery-block .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery-block .image-box {
    position: relative;
    display: block;
    margin: 0px;
}
.gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-block .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 76, 218, 0.8);
}
.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-block .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.gallery-block .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(50px);
}
.gallery-block .inner-box:hover .overlay-inner .content {
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}
.gallery-block .overlay-inner .link {
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.gallery-block .overlay-inner .link img {
    width: auto;
    display: inline-block;
}
.gallery-block .overlay-inner .link .icon {
    position: relative;
} /***====================================================================Health Section====================================================================***/
.health-section {
    position: relative;
    padding-top: 100px;
}
.health-section .inner-container {
    position: relative;
}
.health-section .content-column {
    position: relative;
}
.health-section .content-column .inner-column {
    position: relative;
    padding: 50px 50px;
}
.health-section .content-column .border-line {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-left: 10px solid #004cd9;
    border-bottom: 10px solid #004cd9;
}
.health-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    max-width: 490px;
    margin-bottom: 40px;
}
.health-section .content-column .border-line:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 400px;
    height: 10px;
    background-color: #004cd9;
}
.health-section .content-column .border-line:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 10px;
    height: 70px;
    background-color: #004cd9;
}
.health-section .image-column {
    position: relative;
}
.health-section .image-column .inner-column {
    position: relative;
}
.health-section .image-column .inner-column:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -50px;
    width: 379px;
    height: 423px;
    background: url(../images/background/pattern-6.jpg) no-repeat;
}
.health-section .image-column .inner-column .image {
    position: relative;
    margin-left: -80px;
}
.health-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
} /***====================================================================Featured Section====================================================================***/
.featured-section {
    position: relative;
    padding: 80px 0px 60px;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
}
.feature-block .inner-box .upper-box {
    position: relative;
    padding-left: 50px;
}
.feature-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #2d3663;
    line-height: 1em;
    font-size: 30px;
}
.feature-block .inner-box .upper-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    line-height: 1.3em;
}
.feature-block .inner-box .upper-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
}
.feature-block .inner-box .upper-box h3 a:hover {
    color: #2d3663;
} /***====================================================================Main Slider Three====================================================================***/
.main-slider-three {
    position: relative;
    padding-top: 230px;
    background-color: #004cd9;
}
.main-slider-three:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 254px;
    background: url(../images/main-slider/pattern-1.png);
    background-repeat: repeat-x;
}
.main-slider-three:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -2px;
    width: 706px;
    height: 405px;
    z-index: -1;
    background: url(../images/main-slider/curve.png);
    background-repeat: no-repeat;
}
.main-slider-three .content-column {
    position: relative;
}
.main-slider-three .content-column .inner-column {
    position: relative;
}
.main-slider-three .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.main-slider-three .swiper-slide-active .content-column h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0ms;
}
.main-slider-three .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    margin-top: 30px;
    font-family: "Lato", sans-serif;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}
.main-slider-three .swiper-slide-active .content-column .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 600ms;
}
.main-slider-three .content-column .btn-box {
    position: relative;
    margin-top: 40px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.main-slider-three .swiper-slide-active .content-column .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1200ms;
}
.main-slider-three .content-column .btn-box .theme-btn {
    margin-right: 20px;
}
.main-slider-three .content-column .btn-box .appointment-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #004cd9;
    padding: 7px 37px 9px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.main-slider-three .content-column .btn-box .appointment-btn:hover {
    background: none;
    color: #ffffff;
}
.main-slider-three .content-column .btn-box .services-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 7px 37px 9px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.main-slider-three .content-column .btn-box .services-btn:hover {
    background: #ffffff;
    color: #004cd9;
}
.main-slider-three .image-column {
    position: relative;
}
.main-slider-three .image-column .inner-column {
    position: relative;
    text-align: center;
}
.main-slider-three .image-column .image {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
}
.main-slider-three .swiper-slide-active .image-column .image {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0ms;
}
.main-slider-three .image-column .image img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.main-slider-three .image-column .image:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 20px;
    right: 20px;
    bottom: -10px;
    border-radius: 50%;
    background-color: #004cd9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
} /***====================================================================Video Section====================================================================***/
.video-section {
    position: relative;
    padding: 160px 0px 460px;
    background-attachment: fixed;
    background-size: cover;
}
.video-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    background-color: #0939d6;
}
.video-section .content {
    position: relative;
    text-align: center;
}
.video-section .content .play-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 70px;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.video-section .content .play-box span {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 99;
    color: #222222;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #ffffff;
}
.video-section .content .play-box .ripple,
.video-section .content .play-box .ripple:before,
.video-section .content .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-section .content .play-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-section .content .play-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.video-section .content .text {
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: "Lora", serif;
}
.video-section .content h2 {
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 60px;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 700;
    font-family: "Lora", serif;
} /***====================================================================Testimonial Section Two====================================================================***/
.testimonial-section-two {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-section-two .sponsors-carousel {
    margin: 0px -15px;
    width: auto;
}
.testimonial-section-two .owl-theme .testimonial-block-two {
    margin: 0px 15px;
}
.testimonial-section-two .owl-carousel .owl-stage-outer {
    padding: 60px 0px 15px;
}
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.testimonial-block-two .inner-box .image {
    position: relative;
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -60px;
    margin-bottom: 30px;
    display: inline-block;
}
.testimonial-block-two .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}
.testimonial-block-two .inner-box .lower-box {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.testimonial-block-two .inner-box .lower-box .quote-icon {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    padding: 20px 16px;
    border-radius: 50px 50px 0px 0px;
    background-color: #2d3663;
}
.testimonial-block-two .inner-box .lower-box .author-info {
    position: relative;
}
.testimonial-block-two .inner-box .lower-box .author-info h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
}
.testimonial-block-two .inner-box .lower-box .author-info .author {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 4px;
    margin-bottom: 25px;
}
.testimonial-section-two .owl-nav {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -10px;
}
.testimonial-section-two .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    border-radius: 0px 50px 50px 0px;
    border: 1px solid #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section-two .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    border: 1px solid #000000;
    border-radius: 50px 0px 0px 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section-two .owl-nav .owl-prev {
    left: -60px;
    right: auto;
}
.testimonial-section-two .owl-nav .owl-next {
    right: -60px;
    left: auto;
}
.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
    color: #2d3663;
    border-color: #2d3663;
}
.testimonial-section-two .owl-dots {
    display: none;
} /***====================================================================Doctor Info Section====================================================================***/
.doctor-info-section {
    position: relative;
    margin-top: -210px;
    z-index: 1;
}
.doctor-block {
    position: relative;
    margin-bottom: 30px;
}
.doctor-block .inner-box {
    position: relative;
    padding: 45px 40px;
    background-color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.doctor-block .inner-box:hover {
    background-color: #0072ff;
}
.doctor-block .inner-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3em;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 22px;
}
.doctor-block .inner-box h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}
.doctor-block .inner-box .doctor-time-list {
    position: relative;
    margin-bottom: 50px;
}
.doctor-block .inner-box .doctor-time-list li {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
}
.doctor-block .inner-box .doctor-time-list li span {
    text-align: right;
    position: absolute;
    right: 0px;
}
.doctor-block .inner-box .doctor-time-list li:last-child {
    margin-bottom: 0px;
}
.doctor-block .inner-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 18px;
}
.doctor-block .inner-box h4:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}
.doctor-block .inner-box .phone {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.doctor-block .inner-box .phone strong {
    font-family: "Lora", serif;
}
.doctor-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 21px;
    font-family: "Lora", serif;
}
.doctor-block .inner-box .detail {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    font-family: "Lora", serif;
} /***====================================================================News Section Two====================================================================***/
.news-section-two {
    position: relative;
    padding-top: 80px;
}
.news-block-two {
    position: relative;
    margin-bottom: 30px;
}
.news-block-two .inner-box {
    position: relative;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.news-block-two .inner-box:before {
    position: absolute;
    content: "";
    left: 80px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block-two .inner-box:hover::before {
    background-color: #2d3663;
}
.news-block-two .inner-box .image {
    position: relative;
}
.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 40px;
}
.news-block-two .inner-box .lower-content .content {
    position: relative;
    padding-left: 150px;
}
.news-block-two .inner-box .lower-content .post-info {
    position: absolute;
    left: 20px;
    top: 0px;
}
.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    color: #222222;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.news-block-two .inner-box .lower-content .post-info li span {
    position: relative;
    color: #2d3663;
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}
.news-block-two .inner-box .lower-content .post-meta {
    position: relative;
}
.news-block-two .inner-box .lower-content .post-meta li {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-right: 1px solid #ffffff;
}
.news-block-two .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
.news-block-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.7em;
    font-weight: 700;
    margin-top: 15px;
}
.news-block-two.style-two .inner-box .lower-content h3 {
    font-size: 30px;
    line-height: 1.5em;
}
.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #ffffff;
}
.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-bottom: 25px;
}
.news-block-two .inner-box:hover .lower-content .theme-btn {
    background-color: #ffffff;
    color: #2d3663;
} /***====================================================================Clients Section====================================================================***/
.clients-section {
    position: relative;
    padding: 70px 0px 190px;
}
.clients-section .outer-container {
    position: relative;
    padding: 0px 60px;
}
.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}
.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
}
.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 0.5;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.clients-section .sponsors-outer .image-box img:hover {
    opacity: 1;
    cursor: col-resize;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} /***====================================================================Department Section Three====================================================================***/
.department-section-three {
    position: relative;
    padding: 100px 0px 100px;
}
.department-section-three .sec-title .separator:after {
    border-color: rgba(0, 76, 218, 0.9);
    background-color: #ffffff;
}
.department-section-three .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    background-size: cover;
}
.department-section-three .image-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 76, 218, 0.8);
}
.department-section-three:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -ms-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eaeaea), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #eaeaea 0%, #ffffff 100%);
}
.department-section-three .department-tabs {
    position: relative;
}
.department-section-three .department-tabs .tab-btns {
    position: relative;
    margin-bottom: 40px;
}
.department-section-three .department-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    line-height: 1.6em;
    margin-bottom: 10px;
    padding: 20px 20px 20px 30px;
    transition: all 500ms ease;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 0px 50px 50px 50px;
    font-family: "Lora", serif;
}
.department-section-three .department-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0px;
    z-index: -1;
    border-radius: 0px 50px 50px 50px;
    background-color: #222222;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.department-section-three .department-tabs .tab-btns .tab-btn.active-btn::before,
.department-section-three .department-tabs .tab-btns .tab-btn:hover::before {
    width: 100%;
}
.department-section-three .department-tabs .tab-btns .tab-btn:hover,
.department-section-three .department-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
}
.department-section-three .department-tabs .tabs-content {
    position: relative;
    padding-left: 120px;
}
.department-section-three .department-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.department-section-three .department-tabs .tabs-content .tab.active-tab {
    display: block;
}
.department-section-three .department-tabs .tabs-content h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 12px;
}
.department-section-three .department-tabs .tabs-content .title {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 18px;
    font-family: "Lora", serif;
}
.department-section-three .department-tabs .tabs-content .text {
    position: relative;
    margin-bottom: 30px;
}
.department-section-three .department-tabs .tabs-content .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.department-section-three .department-tabs .tabs-content .text p:last-child {
    margin-bottom: 0px;
}
.department-section-three .department-tabs .tabs-content .two-column {
    margin-bottom: 30px;
}
.department-section-three .department-tabs .tabs-content .column {
    position: relative;
}
.department-section-three .department-tabs .tabs-content h3 {
    position: relative;
    color: #2d3663;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 12px;
}
.department-section-three .department-tabs .tabs-content .column-text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
} /***====================================================================Page Title====================================================================***/
.page-title {
    position: relative;
    padding: 24px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}
.page-title .auto-container {
    position: relative;
    padding-bottom: 28px;
}
.page-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8; /* background-image: -ms-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -moz-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -o-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004DDA), color-stop(100, #009dcd));background-image: -webkit-linear-gradient(left, #004DDA 0%, #009dcd 100%);background-image: linear-gradient(to right, #004DDA 0%, #009dcd 100%); */
}
.page-title h1 {
    position: relative;
    font-size: 38px;
    color: #000000;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
}
.page-title .bread-crumb {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.page-title:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    height: 50px;
    width: 50%;
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28328c 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28328c 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28328c 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #28328c));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28328c 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #28328c 100%);
}
.page-title .bread-crumb li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 20px;
    cursor: default;
    z-index: 2;
    text-transform: capitalize;
    display: inline-block;
}
.page-title .bread-crumb li .fas {
    margin-right: 6px;
}
.page-title .bread-crumb li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-title .bread-crumb li a:hover {
}
.page-title .bread-crumb li:after {
    position: absolute;
    content: "\f30b";
    right: -28px;
    font-weight: 800;
    top: 0px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
}
.page-title .bread-crumb li:last-child::after {
    display: none;
}
.page-title .bread-crumb li:first-child {
    padding-right: 0px;
    margin-right: 0px;
} /***====================================================================Portfolio Page Section====================================================================***/
.portfolio-page-section {
    position: relative;
    padding: 100px 0px 100px;
}
.portfolio-page-section .filters {
    position: relative;
    margin-bottom: 60px;
}
.portfolio-page-section .filters .filter-tabs {
    position: relative;
}
.portfolio-page-section .filters li {
    position: relative;
    display: inline-block;
    color: #777777;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 8px;
    padding: 0px 24px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-right: 1px solid #222222;
}
.portfolio-page-section .filters li:last-child {
    border-right: 0px;
}
.portfolio-page-section .filters .filter.active,
.portfolio-page-section .filters .filter:hover {
    color: #2d3663;
}
.gallery-item.mix {
    display: none;
} /*Gallery Item*/
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}
.gallery-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery-item .image-box {
    position: relative;
    display: block;
    margin: 0px;
}
.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 76, 218, 0.8);
}
.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(50px);
}
.gallery-item .inner-box:hover .overlay-inner .content {
    transform: translateY(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}
.gallery-item .overlay-inner .link {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 44px;
    border-radius: 50%;
    margin: 0px 5px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.gallery-item .overlay-inner .link .icon {
    position: relative;
}
.gallery-item .overlay-inner .link:hover {
    color: #2d3663;
    background-color: rgba(255, 255, 255, 1);
} /***====================================================================Blog Page Section====================================================================***/
.blog-page-section {
    position: relative;
    padding: 100px 0px 220px;
}
.blog-page-section .styled-pagination {
    margin-top: 40px;
}
.news-classic .styled-pagination {
    margin-top: 80px;
} /***====================================================================Styled Pagination====================================================================***/
.styled-pagination {
    position: relative;
}
.styled-pagination .inner-container {
    position: relative;
    padding: 12px 15px;
    border: 1px solid #ebebeb;
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #f5f5f5 0%, #ffffff 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #f5f5f5 0%, #ffffff 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #f5f5f5 0%, #ffffff 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #f5f5f5), color-stop(100, #ffffff));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #f5f5f5 0%, #ffffff 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #f5f5f5 0%, #ffffff 100%);
}
.styled-pagination ul {
    position: relative;
    display: inline-block;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    background: none;
    color: #222222;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Lora", serif;
}
.styled-pagination li a i {
    position: relative;
    top: 1px;
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: auto;
    height: auto;
    color: #222222;
    background: none;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    background: none !important;
    color: #2d3663;
}
.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover,
.styled-pagination li a:hover,
.styled-pagination li.active a {
    background: #2d3663;
} /***====================================================================Sidebar Page Container====================================================================***/
.sidebar-page-container {
    position: relative;
    padding: 50px 0px 0px 0px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 0px;
}
.sidebar-page-container.style-two {
    padding-bottom: 80px;
} /*Search Box Widget*/
.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 30px;
    border: 1px solid #2d3663;
    background: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    color: #222222;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 52px;
    background-color: #2d3663;
    cursor: pointer;
    border-radius: 0px 50px 50px 0px;
}
.sidebar .search-box .form-group input::-webkit-input-placeholder {
    color: #333333;
} /***====================================================================Sidebar Widget====================================================================***/
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
    border-left: 1px solid #ddd;
}
.sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-title {
    position: relative; /* margin-bottom:10px; */
}
.sidebar-title h2 {
    position: relative;
    color: #ffffff;
    background-color: #28328c;
    padding: 5px 10px 5px 13px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.sidebar-title .separator {
    position: relative;
    width: 60px;
}
.sidebar-title .separator:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #2d3663;
}
.sidebar-title .separator:after {
    position: absolute;
    content: "";
    right: 0%;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 6px solid #ffffff;
    background-color: #222222;
} /* Category Blog */
.categories-blog ul {
    position: relative;
}
.categories-blog ul li {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-blog ul li:first-child a {
    padding-top: 8px;
}
.categories-blog ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
    padding: 13px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #cccccc;
}
.categories-blog ul li span {
    position: absolute;
    right: 0px;
}
.categories-blog ul li:last-child a {
    border-bottom: none;
    border-bottom: 0px;
}
.categories-blog ul li.active a,
.categories-blog ul li a:hover {
    color: #2d3663;
} /*===Popular Post===*/
.popular-posts .post {
    position: relative;
    padding-left: 105px;
    min-height: 80px;
    margin-bottom: 40px;
}
.popular-posts .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    margin-bottom: 20px;
}
.popular-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}
.popular-posts .post h3 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
}
.popular-posts .post h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.popular-posts .post:hover h3 a {
    color: #2d3663;
}
.popular-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
}
.gallery-widget .gallery-outer {
    position: relative;
    margin: 0px -5px 0px;
}
.gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    width: 33.333333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gallery-widget .gallery-outer .image img {
    display: block;
    width: 100%;
} /*===Tags===*/
.tag-list {
    position: relative;
    display: block;
}
.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 9px 30px;
    border-radius: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tag-list li a:hover {
    background-color: #2154cf;
    border-color: #2154cf;
    color: #ffffff;
} /* News Detail */
.news-detail {
    position: relative;
    margin-bottom: 30px;
}
.news-detail .inner-box {
    position: relative;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.news-detail .inner-box:before {
    position: absolute;
    content: "";
    left: 80px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #2d3663;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-detail .inner-box .image {
    position: relative;
}
.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-detail .inner-box .lower-content {
    position: relative;
    padding-top: 40px;
}
.news-detail .inner-box .lower-content .content {
    position: relative;
    padding-left: 150px;
}
.news-detail .inner-box .lower-content .post-info {
    position: absolute;
    left: 20px;
    top: 0px;
}
.news-detail .inner-box .lower-content .post-info li {
    position: relative;
    color: #222222;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail .inner-box .lower-content .post-info li span {
    position: relative;
    color: #2d3663;
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}
.news-detail .inner-box .lower-content .post-meta {
    position: relative;
}
.news-detail .inner-box .lower-content .post-meta li {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-right: 1px solid #ffffff;
}
.news-detail .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
.news-detail .inner-box .lower-content h3 {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.6em;
    font-weight: 700;
    margin-top: 15px;
}
.news-detail .inner-box .lower-content .text {
    position: relative;
}
.news-detail .inner-box .lower-content .text p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-bottom: 25px;
}
.news-detail .inner-box .lower-content .text blockquote {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.news-detail .inner-box .lower-content .text blockquote .blockquote-text {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7em;
    font-style: italic;
    font-family: "Lora", serif;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 35px;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.news-detail .inner-box .lower-content .text blockquote .quote-box .icon {
    position: relative;
    color: #2d3663;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    background-color: #ffffff;
    display: inline-block;
} /*post share options*/
.news-detail .post-share-options {
    position: relative;
    padding: 25px 0px;
    padding-left: 80px;
    border-bottom: 1px solid #b7b7b7;
}
.news-detail .post-share-options p {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    font-family: "Lora", serif;
}
.news-detail .post-share-options .tags {
    position: relative;
    display: inline-block;
}
.news-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
}
.news-detail .post-share-options .tags a {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-detail .post-share-options .tags a:hover {
    color: #2d3663;
}
.news-detail .post-share-options .social-icon {
    position: relative;
    display: inline-block;
}
.news-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.news-detail .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-detail .post-share-options .social-icon li a:hover {
    color: #2d3663;
}
.new-posts {
    position: relative;
    margin-top: 50px;
}
.new-posts .grid-icon {
    position: absolute;
    left: 50%;
    top: 15px;
    color: #2d3663;
    font-size: 40px;
    line-height: 1em;
}
.new-posts a {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.7em;
    font-family: "Lora", serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.new-posts a span {
    display: block;
    font-size: 24px;
}
.new-posts a.next-post {
    text-align: right;
}
.new-posts a:hover {
    color: #2d3663;
} /* Doctor Testimonial Boxed */
.doctor-testimonial-boxed {
    position: relative;
    margin-top: 70px;
}
.doctor-testimonial-boxed .inner-boxed {
    position: relative;
    padding: 0px 40px 45px;
}
.doctor-testimonial-boxed .inner-boxed:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 70px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.doctor-testimonial-boxed .inner-boxed .owl-dots,
.doctor-testimonial-boxed .inner-boxed .owl-nav {
    display: none;
}
.doctor-testimonial-boxed .inner-boxed .owl-carousel .owl-stage-outer {
    padding-top: 70px;
}
.doctor-block-two {
    position: relative;
}
.doctor-block-two .inner-block {
    position: relative;
    text-align: center;
}
.doctor-block-two .inner-block .image {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-top: -70px;
    display: inline-block;
}
.doctor-block-two .inner-block h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-top: 35px;
}
.doctor-block-two .inner-block .social-icon {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.doctor-block-two .inner-block .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.doctor-block-two .inner-block .social-icon li a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.doctor-block-two .inner-block .social-icon li a:hover {
    color: #2d3663;
}
.doctor-block-two .inner-block .text {
    position: relative;
    color: #222222;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.doctor-block-two .inner-block .quote-icon {
    position: relative;
    color: #2d3663;
    font-size: 20px;
} /*Comment Area*/
.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
}
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 50px;
}
.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
}
.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 35px 35px 35px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f7f7f7;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 100px;
}
.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}
.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #aa1f43;
}
.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 140px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment .comment-reply .fas {
    margin-right: 4px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 130px;
    display: block;
}
.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 700;
    color: #2d3663;
    line-height: 18px;
    display: inline-block;
    text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #888888;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.8em;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 12px;
    color: #888888;
    margin-left: 20px;
    text-transform: capitalize;
    display: inline-block;
} /***====================================================================Comment Form====================================================================***/
.comment-form {
    position: relative;
    margin-top: 60px;
}
.comment-form .group-title {
    margin-bottom: 25px;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 60px;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #2d3663;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #222222;
    height: 190px;
    font-size: 14px;
    resize: none;
    border-radius: 3px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form .comment-btn {
    margin-top: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3d3e3e;
} /***====================================================================Faq Page Section====================================================================***/
.faq-page-section {
    position: relative;
    padding: 100px 0px 120px;
}
.faq-page-section .faq-tabs {
    position: relative;
}
.faq-page-section .faq-tabs .tab-btns {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 0px 20px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: "Lora", serif;
    border-right: 1px solid #222222;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn:last-child {
    border-right: none;
}
.faq-page-section .faq-tabs .tab-btns .tab-btn:hover,
.faq-page-section .faq-tabs .tab-btns .tab-btn.active-btn {
    color: #2d3663;
}
.faq-page-section .faq-tabs .tabs-content {
    position: relative;
}
.faq-page-section .faq-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}
.faq-page-section .faq-tabs .tabs-content .tab.active-tab {
    display: block;
} /***====================================================================Accordion Style====================================================================***/
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    line-height: 0px;
    color: #222222;
    font-weight: 700;
    padding: 18px 38px 18px 15px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    border: 1px solid #cccccc;
    color: #fff;
    background-color: #2d3663;
    border-color: #2d3663;
}
.accordion-box .block .acc-btn.active {
}
.accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 23px;
    height: 23px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    top: -9px;
    color: #2d3663;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #ffffff !important;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 800;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    background: none;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 20px 20px 10px 20px;
    background-color: white;
    border: 1px solid #ddd;
}
.accordion-box .block .content .text {
    margin-bottom: 0px;
    line-height: 1.8em;
    font-size: 16px;
    color: #000000;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
} /***====================================================================Faq Form Section====================================================================***/
.faq-form-section {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #f5f5f5;
}
.faq-form-section .sec-title .separator:after {
    border-color: #f5f5f5;
}
.faq-form {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}
.faq-form .row {
    margin: 0px -8px;
}
.faq-form .row .column {
    padding: 0px 8px;
}
.faq-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #222222;
    height: 54px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group textarea:focus {
}
.faq-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 120px;
    background: #ffffff;
    resize: none;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.faq-form .form-group .btn-detail {
    position: relative;
    text-align: center;
    margin-left: 30px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.faq-form button {
    margin-top: 15px;
    padding: 11px 42px;
    font-family: "Lora", serif;
} /***====================================================================Doctor Detail Section====================================================================***/
.doctor-detail {
    position: relative;
    padding: 60px 0px 0px;
}
.doctor-detail .upper-box {
    position: relative;
    margin-bottom: 50px;
}
.doctor-detail .upper-box .image-box {
    position: relative;
}
.doctor-detail .upper-box .image-box img {
    display: block;
    width: 100%;
}
.doctor-detail .upper-box .image-box a {
    display: block;
}
.doctor-detail .detail-column .inner-box {
    position: relative; /* padding-left: 30px;padding-right: 100px; */
}
.doctor-detail .detail-column .info-header {
    position: relative;
    margin-bottom: 50px;
}
.doctor-detail .info-header p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}
.doctor-detail .info-header h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}
.doctor-detail .info-header .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #2d3663;
    font-weight: 600;
    margin-top: 8px;
}
.doctor-detail .detail-column .info-list {
    position: relative;
}
.doctor-detail .detail-column .info-list li {
    position: relative;
    display: block;
}
.doctor-detail .detail-column .info-list li strong {
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    display: block;
    font-family: "Lora", serif;
}
.doctor-detail .detail-column .info-list li p {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #888888;
    display: block;
    padding-left: 180px;
}
.doctor-detail .lower-content .inner-box {
    position: relative;
}
.doctor-detail .lower-content .contact-list {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.doctor-detail .lower-content .contact-list li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 700;
}
.doctor-detail .lower-content .contact-list li span {
    position: relative;
    display: inline-block;
    min-width: 175px;
}
.doctor-detail .lower-content .contact-list li span.btn-txt {
    min-width: auto;
}
.doctor-detail .lower-content .contact-list .theme-btn {
    padding: 10px 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.doctor-detail .lower-content .contact-list li .time {
    margin-top: 12px;
}
.doctor-detail .lower-content .social-icon-one {
    margin-bottom: 95px;
}
.doctor-detail .lower-content .appointment-form {
    float: none;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px;
}
.doctor-detail .lower-content .appointment-form textarea {
    margin-top: 10px;
}
.doctor-detail .lower-content .appointment-form button {
    margin-top: 20px;
}
.timetable-column .timetable {
    position: relative;
    border: 5px solid #eeeeee;
    padding: 65px 60px 70px;
}
.timetable-column .timetable:before {
    position: absolute;
    height: 100%;
    width: 240px;
    right: -5px;
    bottom: 65px;
    background-color: #ffffff;
    content: "";
}
.timetable h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}
.timetable h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 800;
    margin-bottom: 25px;
}
.timetable h3 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #222222;
    line-height: 1.8em;
    font-weight: 700;
}
.timetable p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 32px;
}
.timetable ul {
    position: relative;
    margin-bottom: 50px;
}
.timetable ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 20px;
}
.timetable ul li:before {
    position: absolute;
    left: 50%;
    line-height: 22px;
    top: 0;
    width: 30px;
    margin-left: -15px;
    content: "--";
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    text-align: center;
}
.timetable ul li span {
    float: right;
    font-weight: 500;
    color: #2d3663;
}
.timetable .doctor-btn {
    padding: 18px 40px;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    background-color: #222222;
}
.timetable .doctor-btn .fa {
    margin-right: 8px;
}
.social-icon-one {
    position: relative;
    display: block;
}
.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 13px;
}
.social-icon-one li a {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #888888;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #c0c0c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-one li a:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
} /*Blog Category*/
.blog-cat {
    position: relative;
}
.blog-cat li {
    position: relative;
    margin-bottom: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-cat li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
    background-color: #2d3663;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-cat li:hover a::before,
.blog-cat li.active a::before {
    width: 100%;
}
.blog-cat li a {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    display: block;
    z-index: 1;
    border-radius: 0px 50px 50px 0px;
    background-color: #ebebeb;
    padding: 20px 15px 16px 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Lora", serif;
}
.blog-cat li a:after {
    position: absolute;
    content: "\f105";
    right: 22px;
    top: 18px;
    color: #000048;
    font-size: 18px;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
}
.blog-cat li:hover a:after,
.blog-cat li.active a:after {
    color: #ffffff;
}
.blog-cat li.active a,
.blog-cat li a:hover {
    color: #ffffff;
} /*===Need help===*/
.need-help {
    position: relative;
}
.need-help h3 {
    position: relative;
    font-weight: 700;
    color: #2d3663;
    font-size: 24px;
}
.need-help p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 25px;
}
.need-help ul li {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    font-weight: 400;
}
.need-help ul li i {
    margin-right: 35px;
    color: #2d3663;
}
.need-help ul li a {
    color: #666666;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.need-help ul li a:hover {
    color: #2d3663;
} /* Broucher Widget */
.brochure-widget .widget-content {
    position: relative;
}
.brochure-widget .brouchers {
    position: relative;
}
.brochure-widget .brouchers li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.brochure-widget .brouchers li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 8px;
    padding-left: 45px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Lora", serif;
}
.brochure-widget .brouchers li a:hover {
    color: #2d3663;
}
.brochure-widget .brouchers li a .icon {
    position: absolute;
    content: "";
    left: 12px;
    top: 15px;
    font-size: 16px;
    line-height: 1em;
    color: #777777;
    font-weight: 500;
}
.department-detail {
    position: relative;
}
.department-detail .lower-content {
    position: relative;
    padding-top: 20px;
}
.department-detail h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.3em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}
.department-detail h5 {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #2d3663;
    font-weight: 500;
    margin-bottom: 30px;
}
.department-detail p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
}
.department-detail .two-column {
    position: relative;
}
.department-detail .two-column .info-column {
    position: relative;
}
.department-detail .image-column .image {
    position: relative;
}
.department-detail .image-column .image img {
    display: block;
    width: 100%;
} /***====================================================================Price Features====================================================================***/
.price-features {
    position: relative;
    padding: 70px 0 0;
}
.price-features .row {
    margin: 0 -50px;
}
.price-feature {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.price-feature h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #2d3663;
    font-weight: 700;
    margin-bottom: 20px;
}
.price-feature ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.price-feature ul li:last-child {
    margin-bottom: 0;
}
.price-feature ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 27px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center;
    content: "";
    background-image: url(../images/icons/dots.png);
}
.price-feature .text,
.price-feature .price {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    background-color: #ffffff;
    padding-right: 5px;
    font-family: "Lora", serif;
}
.price-feature .price {
    float: right;
    padding-right: 0px;
    padding-left: 5px;
} /***====================================================================Contact Page Section====================================================================***/
.contact-page-section {
    position: relative;
    padding: 35px 0px 40px;
}
.contact-form {
    position: relative; /* max-width:970px; */
    margin: 0 auto;
}
.contact-form .row {
    /* margin:0px -8px; */
}
.contact-form .row .column {
    padding: 0px 8px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%; /* line-height:28px; */
    padding: 7px 5px 7px 17px;
    color: #222222; /* height:54px; */
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 120px;
    background: #ffffff;
    resize: none;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group .btn-detail {
    position: relative;
    text-align: center;
    margin-left: 30px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.contact-form button {
    margin-top: 15px;
    padding: 5px 42px;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}
.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
} /***==================================================================Contact Map Section==================================================================***/ /***====================================================================Countdown style====================================================================***/
.time-counter {
    position: relative;
}
.time-counter .time-countdown {
    position: relative;
}
.time-counter .time-countdown .counter-column {
    position: relative;
    margin-left: 20px;
    width: 170px;
    height: 170px;
    text-align: center;
    display: inline-block;
    padding: 30px 0px 10px;
    border: 5px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 50%;
    margin: 0 auto;
    margin: 0px 55px 40px;
}
.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 40px;
    padding: 10px 10px;
    color: #2d3663;
    letter-spacing: 1px;
    font-weight: 700;
}
.contact-map-section {
    position: relative;
}
.contact-map-section .auto-container {
    position: relative;
}
.contact-map-section .outer-container {
    position: relative;
}
.contact-map-section .outer-container .map-content {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 100%;
    float: right;
    max-width: 470px;
    padding: 60px 35px 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.contact-map-section .map-content .title {
    position: relative;
    color: #363636;
    font-size: 20px;
    font-weight: 700;
}
.contact-map-section .map-content h2 {
    position: relative;
    color: #363636;
    font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 50px;
}
.contact-map-section .map-content .info-list {
    position: relative;
}
.contact-map-section .map-content .info-list li {
    position: relative;
    margin-bottom: 22px;
    color: #666666;
    font-size: 18px;
    padding-left: 25px;
}
.contact-map-section .map-content .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 16px;
    color: #1e69b8;
}
.contact-map-section .map-content .social-icons {
    position: relative;
    margin-top: 40px;
}
.contact-map-section .map-content .social-icons li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}
.contact-map-section .map-content .social-icons li a {
    position: relative;
    color: #333333;
    font-size: 16px;
}
.contact-map-section .map-canvas {
    position: absolute !important;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.map-data {
    text-align: center;
    color: #0e2a4e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
} /***====================================================================Products Section====================================================================***/
.products-section {
    position: relative;
    padding: 100px 0px 100px;
}
.products-section .sec-title {
    margin-bottom: 0;
}
.products-section .title-column {
    position: relative;
    margin-bottom: 40px;
}
.products-section .title-column .inner-column {
    position: relative;
    padding-top: 55px;
}
.products-section .title-column h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 26px;
}
.products-section .title-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}
.products-section .title-column .btn-box a {
    padding: 15px 38px;
    line-height: 20px;
}
.products-section .products-column {
    padding: 0;
}
.products-carousel {
    position: relative;
}
.products-carousel .product-block {
    padding: 15px;
    padding-top: 65px;
    transition: all 400ms ease;
}
.products-carousel .center .product-block {
    padding-top: 15px;
}
.products-carousel .center .product-block .inner-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.product-block {
    position: relative;
    margin-bottom: 40px;
}
.product-block .inner-box {
    position: relative;
    border: 1px solid #f2f2f2;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-block .inner-box:hover {
    box-shadow: 0px 0px 40px rgba(243, 243, 243, 1);
}
.product-block .inner-box .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 25px 20px 0px;
}
.product-block .inner-box .image .options {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -60px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-block .inner-box:hover .image .options {
    bottom: 0px;
}
.product-block .inner-box .image .options li {
    position: relative;
    width: 50%;
    float: left;
}
.product-block .inner-box .image .options li a {
    position: relative;
    padding: 15px 5px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    min-height: 50px;
    background-color: #191b1d;
    font-family: "Montserrat", sans-serif;
}
.product-block .inner-box .image .options li:last-child a {
    background-color: #2d3663;
    font-weight: 400;
    font-size: 20px;
}
.product-block .inner-box .lower-box {
    position: relative;
    padding: 25px 30px 15px;
}
.product-block .inner-box .lower-box .content {
    position: relative;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-top: 1px solid #f2f2f2;
}
.product-block .inner-box .lower-box .content h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.product-block .inner-box .lower-box .content h3 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-block .inner-box .lower-box .content h3 a:hover {
    color: #2d3663;
}
.product-block .inner-box .lower-box .content .price {
    position: relative;
    color: #2d3663;
    font-size: 16px;
    margin-top: 10px;
}
.products-carousel .owl-nav {
    position: absolute;
    left: -32%;
    bottom: 15px;
}
.products-carousel .owl-next,
.products-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
    color: #0056b3;
}
.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before {
    border-color: #222222;
}
.products-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}
.products-carousel .owl-next span {
    margin-left: 5px;
}
.products-carousel .owl-prev span {
    margin-right: 5px;
}
.sidebar-widget .sidebar-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #222222;
    border-left: 1px solid #ddd;
}
.sidebar .archive-list {
    position: relative;
}
.sidebar .archive-list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar .archive-list li:last-child {
    border-bottom: none;
}
.sidebar .archive-list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .archive-list li a .pull-right {
    color: #2d3663;
}
.sidebar .archive-list li a:hover {
} /*=================================================================Sidebar Range slider==================================================================*/
.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: -20px;
}
.range-slider-one .title {
    position: relative;
    float: left;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}
.range-slider-one .title:before {
    position: absolute;
    content: "$";
    right: -14px;
    top: 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}
.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    position: relative;
}
.range-slider-one .input input {
    background: none;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    text-align: left;
}
.range-slider-one .theme-btn {
    text-transform: capitalize !important;
}
.range-slider-one .range {
    border: 1px solid;
    padding: 1px 20px 5px;
    border-radius: 50px;
}
.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: #e5e5e5;
}
.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #222222;
}
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    background: #2d3663;
    cursor: pointer;
    border-color: #222222;
}
.range-slider-one .theme-btn {
    padding: 8px 24px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
} /*=================================================================Sidebar Realated Posts==================================================================*/
.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 118px;
    min-height: 95px;
    margin-bottom: 20px;
}
.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}
.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}
.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}
.sidebar .related-posts .post h4 {
    top: 2px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.sidebar .related-posts .post h4 a {
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: #2d3663;
}
.sidebar .related-posts .post .price {
    font-size: 15px;
    letter-spacing: 1px;
    color: #222222;
}
.sidebar .related-posts .post .price .discount {
    position: relative;
    margin-right: 5px;
    text-decoration: line-through;
    color: #777777;
}
.sidebar .related-posts .post .rating {
    margin-bottom: 5px;
    line-height: 1em;
}
.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #2d3663;
} /*=================================================================Product Details==================================================================*/
.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}
.product-details .image-column,
.product-details .info-column {
    margin-bottom: 40px;
}
.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}
.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 20px;
    line-height: 1.4em;
    color: #222222;
}
.product-details .basic-details .details-header h4 a {
    color: #222222;
}
.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #0056b3;
    margin-bottom: 15px;
    display: inline-block;
}
.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #777777;
    font-weight: 700;
    margin-left: 15px;
}
.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}
.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #777777;
}
.product-details .basic-details .details-header .item-price {
    font-size: 16px;
    line-height: 24px;
    color: #0056b3;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-details .basic-details .details-header .item-price .discount {
    position: relative;
    color: #777777;
    margin-left: 8px;
    text-decoration: line-through;
}
.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}
.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}
.product-details .basic-details .text {
    margin-bottom: 25px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.item-quantity {
    position: relative;
    float: left;
    width: 85px;
    height: 52px;
    line-height: 52px;
    margin-right: 20px;
    padding-left: 10px;
    border-radius: 50px;
    border: 1px solid #dddddd;
}
.item-quantity .quantity-spinner {
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    border: none;
    height: 40px;
    padding: 0;
    background: none;
    padding-left: 10px;
}
.item-quantity .quantity-spinner:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.item-quantity .bootstrap-touchspin-down,
.item-quantity .bootstrap-touchspin-up {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #dddddd;
    height: 50%;
    width: 50%;
    padding-top: 5px;
    border-radius: 0;
    font-size: 10px;
    border: none;
    z-index: 99;
}
.item-quantity .bootstrap-touchspin-down {
    bottom: 0;
    top: auto;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 25px;
}
.item-quantity .bootstrap-touchspin-up {
    border-top-right-radius: 25px;
}
.item-quantity.style-two {
    padding: 0 0 0 10px !important;
    height: 41px;
    border: 1px solid #111111;
    float: none;
    margin: 0 auto;
}
.item-quantity.style-two .quantity-spinner {
    border: none !important;
    height: 40px !important;
    padding: 0 !important;
    background: none !important;
    padding-left: 10px !important;
}
.item-quantity .bootstrap-touchspin-down:active,
.item-quantity .bootstrap-touchspin-up:active,
.item-quantity .bootstrap-touchspin-down,
.item-quantity .bootstrap-touchspin-up {
    background-color: #111111;
    color: #ffffff;
}
.other-options .add-to-cart {
    padding-left: 50px;
    padding-right: 50px;
    float: left;
    margin-right: 15px;
}
.other-options .cart-option a {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 18px;
    line-height: 40px;
    text-align: center;
    background: #dddddd;
    color: #222222;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.other-options .cart-option a:last-child {
    margin-right: 0;
}
.other-options .cart-option a:hover {
    color: #fff;
    background-color: #0056b3;
} /************************ Mega Menu ***************************/
.main-menu .navigation > li.has-mega-menu {
    position: static;
}
.main-menu .navigation > li.has-mega-menu:before,
.main-menu .navigation > li.has-mega-menu:after {
    display: none;
}
.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    width: 100%;
    max-width: 620px !important;
    background-color: #ffffff;
    padding: 27px 21px 30px 25px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
}
.main-menu .navigation > li .mega-menu-bar h3 {
    position: relative;
    color: #020e28;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
    border: none;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    color: #2d3663;
} /***====================================================================Services Section Three====================================================================***/
.services-section-three {
    position: relative;
    padding: 80px 0px 50px;
}
.service-block-four {
    position: relative;
}
.service-block-four .inner-box {
    position: relative;
    padding: 30px 30px;
    min-height: 299px;
    background-color: #2d3663;
}
.service-block-four:nth-child(2) .inner-box {
    background-color: #222222 !important;
}
.service-block-four:nth-child(3) .inner-box {
    background-color: #003eb3;
}
.service-block-four .inner-box .icon-box {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    line-height: 1em;
}
.service-block-four .inner-box .icon-box .icon {
    position: relative;
}
.service-block-four .inner-box h4 {
    position: relative;
    color: #ffffff;
    margin-top: 18px;
    font-size: 20px;
}
.service-block-four .inner-box h4 a {
    position: relative;
    color: #ffffff;
} /* List */
.service-block-four .inner-box .list {
    position: relative;
    margin-top: 18px;
}
.service-block-four .inner-box .list li {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.service-block-four .inner-box .list li span {
    position: absolute;
    right: 0px;
}
.service-block-four .inner-box .list li:last-child {
    margin-bottom: 0px;
} /* List Two */
.service-block-four .inner-box .list-two {
    position: relative;
    margin-top: 18px;
}
.service-block-four .inner-box .list-two li {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #ffffff;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.service-block-four .inner-box .list-two li:before {
    position: absolute;
    content: "\f16f";
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-family: "Flaticon";
}
.service-block-four .inner-box .list-two li:last-child {
    margin-bottom: 0px;
}
.service-block-four .inner-box .text {
    position: relative;
    color: #ffffff;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.service-block-four .inner-box .appointment-btn {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 34px;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-block-four .inner-box .appointment-btn:hover {
    background-color: #ffffff;
    color: #2d3663;
} /***====================================================================About Section====================================================================***/
.about-section {
    position: relative;
    padding: 60px 0px 40px;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-right: 60px;
}
.about-section .content-column .sec-title {
    margin-bottom: 30px;
}
.about-section .content-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
}
.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
}
.service-block-five {
    position: relative;
    margin-bottom: 40px;
}
.service-block-five .inner-box {
    position: relative;
}
.service-block-five .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 74px;
    color: #2d3663;
    font-size: 40px;
    line-height: 1em;
    padding: 15px 0px;
    text-align: center;
    background: url(../images/icons/icon-6.png) no-repeat;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.service-block-five .inner-box:hover .icon-box {
    transform: rotateY(360deg);
}
.service-block-five .inner-box h4 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
}
.service-block-five .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 8px;
} /***====================================================================Appointment Section Three====================================================================***/
.appointment-section-three {
    position: relative;
    padding: 100px 0px 70px;
    background-color: #ebf1fc;
}
.appointment-section-three .form-column {
    position: relative;
    margin-bottom: 40px;
}
.appointment-section-three .form-column .inner-column {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.appointment-section-three .form-column .upper-box {
    position: relative;
}
.appointment-section-three .form-column .upper-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    background-color: #2d3663;
}
.appointment-section-three .form-column .icon-box {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 300;
}
.appointment-section-three .form-column h3 {
    position: relative;
    color: #ffffff;
    margin-top: 18px;
    font-size: 24px;
    font-weight: 700;
}
.appointment-section-three .form-column .text {
    position: relative;
    color: #ffffff;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8em;
}
.appointment-section-three .form-column .lower-box {
    position: relative;
}
.appointment-section-three .form-column .lower-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    background-color: #ffffff;
}
.appointment-section-three .form-column .lower-box .submit-btn {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #222222;
    font-family: "Lora", serif;
} /*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    color: #777777;
    border: none;
    border-radius: 4px;
    background: none;
    border: 1px solid #cccccc;
}
.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}
.form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #999999;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}
.ui-widget.ui-widget-content {
}
.ui-menu .ui-menu-item {
    font-size: 14px;
}
.ui-menu .ui-menu-item:last-child {
    border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #2d3663;
    border-color: #2d3663;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}
.ui-menu-item:hover {
    background-color: #2d3663;
}
.appointment-section-three .content-column {
    position: relative;
}
.appointment-section-three .content-column .inner-column {
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
}
.appointment-section-three .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}
.appointment-section-three .content-column .inner-column .sec-title .separator:after {
    border-color: #ebf1fc;
}
.appointment-section-three .content-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 50px;
}
.appointment-section-three .content-column .appointment-list {
    position: relative;
    margin-bottom: 50px;
}
.appointment-section-three .content-column .appointment-list .list-inner {
    position: relative;
    padding-left: 40px;
}
.appointment-section-three .content-column .appointment-list .list-inner .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 22px;
    line-height: 1em;
}
.appointment-section-three .content-column .appointment-list h4 {
    position: relative;
    color: #2d3663;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
}
.appointment-section-three .content-column .appointment-list .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
} /***====================================================================About Section Two====================================================================***/
.about-section-two {
    position: relative;
    padding: 110px 0px 60px;
}
.about-section-two .content-column {
    position: relative;
    margin-bottom: 40px;
}
.about-section-two .content-column .inner-column {
    position: relative;
    max-width: 540px;
}
.about-section-two .content-column .sec-title {
    margin-bottom: 30px;
}
.about-section-two .content-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-section-two .content-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 50px;
}
.about-section-two .content-column .about-list-info {
    position: relative;
}
.about-section-two .content-column .about-list-info .list-inner {
    position: relative;
    padding-left: 30px;
    color: #2d3663;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Lora", serif;
}
.about-section-two .content-column .about-list-info .list-inner:before {
    position: absolute;
    content: "\f0a4";
    left: 0px;
    top: 3px;
    color: #222222;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
}
.about-section-two .info-column {
    position: relative;
}
.about-section-two .info-column .inner-column {
    position: relative;
    padding-left: 40px;
} /***====================================================================Doctor Tabs Style====================================================================***/
.doctor-info-tabs {
    position: relative;
    padding: 0px 0px;
    background-color: #ffffff;
}
.doctor-info-tabs .doctor-tabs {
    position: relative;
}
.doctor-info-tabs .doctor-tabs .tab-btns {
    position: relative;
    background-color: #222222;
}
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 15px 18px;
    transition: all 500ms ease;
    font-family: "Lora", serif;
    text-transform: capitalize;
}
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn:hover,
.doctor-info-tabs .doctor-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #2d3663;
}
.doctor-info-tabs .doctor-tabs .tabs-content {
    position: relative;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #d7d7d7;
}
.doctor-info-tabs .doctor-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.doctor-info-tabs .doctor-tabs .tabs-content .tab.active-tab {
    display: block;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list {
    position: relative;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li {
    position: relative;
    color: #777777;
    font-size: 15px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li:before {
    position: absolute;
    content: "----";
    left: 50%;
    color: #777777;
    font-size: 14px;
    margin-left: -25px;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li span {
    position: absolute;
    right: 0px;
}
.doctor-info-tabs .doctor-tabs .tabs-content .content-list li:last-child {
    border-bottom: none;
} /***====================================================================Counter Section Two====================================================================***/
.counter-section-two {
    position: relative; /* padding-bottom:80px; */
} /*fact counter*/
.fact-counter-two {
    position: relative;
}
.fact-counter-two .column {
    position: relative;
    margin-bottom: 20px;
}
.fact-counter-two .column .inner {
    position: relative; /* padding:35px 15px 35px;border:2px solid transparent;box-shadow:0px 0px 15px rgba(0,0,0,0.10); */
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.fact-counter-two .column:hover .inner {
    border-color: #222222;
}
.fact-counter-two .column .inner .content {
    position: relative;
    text-align: center;
}
.fact-counter-two .column .inner .icon {
    position: relative;
    color: #000000;
    font-size: 54px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fact-counter-two .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
}
.fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #2d3663;
    font-size: 30px;
    line-height: 1em;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
}
.fact-counter-two .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    color: #000000;
    font-family: "Lato", sans-serif;
} /***====================================================================Hospital Section====================================================================***/
.hospital-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
    background-size: cover;
}
.hospital-section .image-column {
    position: relative;
}
.hospital-section .image-column .inner-column {
    position: relative;
}
.hospital-section .image-column .inner-column .image {
    position: relative;
}
.hospital-section .content-column {
    position: relative;
}
.hospital-section .content-column .inner-column {
    position: relative;
}
.hospital-section .content-column .sec-title {
    position: relative;
    margin-bottom: 35px;
}
.hospital-section .content-column .bold-text {
    position: relative;
    color: #222222;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 40px;
} /***====================================================================Doctor Tabs Style====================================================================***/
.hospital-info-tabs {
    position: relative;
}
.hospital-info-tabs .hospital-tabs {
    position: relative;
}
.hospital-info-tabs .hospital-tabs .tab-btns {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 60px;
    border: 1px solid #dddddd;
}
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    width: 25%;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 15px 18px;
    transition: all 500ms ease;
    font-family: "Lora", serif;
    text-transform: capitalize;
    background-color: #ffffff;
    border-right: 1px solid #dddddd;
}
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn:hover,
.hospital-info-tabs .hospital-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #2d3663;
}
.hospital-info-tabs .hospital-tabs .tabs-content {
    position: relative;
}
.hospital-info-tabs .hospital-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.hospital-info-tabs .hospital-tabs .tabs-content .tab.active-tab {
    display: block;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text {
    position: relative;
    margin-bottom: 40px;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}
.hospital-info-tabs .hospital-tabs .tabs-content .text p:last-child {
    margin-bottom: 0px;
}
.hospital-info-tabs .hospital-tabs .tabs-content .more-btn {
    position: relative;
    color: #ffffff;
    padding: 18px 46px;
    border-radius: 50px;
    margin-bottom: 45px;
    background-color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hospital-info-tabs .hospital-tabs .tabs-content .more-btn:hover {
    background-color: #2d3663;
}
.hospital-info-tabs .hospital-tabs .tabs-content .image img {
    width: 100%;
    display: block;
} /***====================================================================Get Appointment Section====================================================================***/
.get-appointment-section {
    position: relative;
    padding: 120px 0px 120px;
}
.get-appointment-section .inner-container {
    position: relative;
    padding: 30px 45px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.get-appointment-section h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 22px;
} /* Appointment Form */
.appointment-form-two {
    position: relative;
    z-index: 1;
}
.appointment-form-two .form-group {
    position: relative;
    margin-bottom: 30px;
}
.appointment-form-two .form-group label {
    position: relative;
    color: #2d3663;
    font-size: 16px;
    margin-bottom: 15px;
}
.ui-selectmenu-button.ui-button,
.appointment-form-two .form-group input[type="text"],
.appointment-form-two .form-group input[type="email"],
.appointment-form-two .form-group input[type="tel"],
.appointment-form-two .form-group input[type="url"],
.appointment-form-two .form-group textarea,
.appointment-form-two .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 0px;
    z-index: 1;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.appointment-form-two .form-group input:focus,
.appointment-form-two .form-group select:focus,
.appointment-form-two .form-group textarea:focus {
    border-color: #2d3663;
}
.appointment-form-two .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 10px;
}
.appointment-form-two .form-group input[type="submit"],
.appointment-form-two button {
    padding: 12px 40px 12px;
    margin-top: 35px;
    width: 100%;
}
.appointment-form-two .form-group input[type="submit"]:hover,
.appointment-form-two button:hover {
    opacity: 0.95;
}
.appointment-form-two .form-group .icon {
    position: absolute;
    right: 10px;
    top: 37px;
    height: 50px;
    width: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #999999;
} /***====================================================================Schedule Section====================================================================***/
.schedule-section {
    position: relative;
    padding: 110px 0px 80px;
    background-size: cover;
    background-attachment: fixed;
}
.schedule-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.85);
}
.schedule-section .schedule-column {
    position: relative;
}
.schedule-section .schedule-column .inner-column {
    position: relative;
    width: 100%;
    margin-bottom: 40px; /* overflow-x: auto; */
}
.schedule-section .schedule-column .inner-column .content {
    width: 100%;
    min-width: 665px;
    border: 1px solid #d7d7d7;
    border-bottom: none;
}
.schedule-section .schedule-column .inner-column .title-box {
    position: relative;
    margin-right: -2px;
}
.schedule-section .schedule-column .inner-column .title-box li {
    position: relative;
    padding: 20px 30px;
    color: #ffffff;
    width: 33.333%;
    float: left;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background-color: #2d3663;
    font-family: "Lora", serif;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.schedule-section .schedule-column .inner-column .title-box li:last-child {
    border-right: none;
}
.schedule-section .schedule-column .inner-column .content-box {
    position: relative;
}
.schedule-section .schedule-column .inner-column .content-box li {
    position: relative;
    padding: 20px 30px;
    color: #777777;
    width: 33.333%;
    float: left;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    background-color: #ffffff;
    font-family: "Lora", serif;
    border-right: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}
.schedule-section .schedule-column .inner-column .content-box li:last-child {
    border-right: none;
}
.schedule-section .appointment-column {
    position: relative;
    margin-bottom: 40px;
}
.schedule-section .appointment-column .inner-column {
    position: relative;
    overflow: hidden;
    margin-left: 40px;
    margin-top: 45px;
    border-radius: 20px 20px 0px 0px;
}
.schedule-section .appointment-column .inner-column .upper-box {
    position: relative;
}
.schedule-section .appointment-column .inner-column .upper-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    background-color: #2d3663;
}
.schedule-section .appointment-column .inner-column .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.schedule-section .appointment-column .inner-column .lower-box {
    position: relative;
}
.schedule-section .appointment-column .inner-column .lower-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    background-color: #ffffff;
}
.schedule-section .appointment-column .inner-column .lower-box .submit-btn {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #222222;
    font-family: "Lora", serif;
} /***====================================================================Provide Section====================================================================***/
.provider-section {
    position: relative;
    padding: 110px 0px 80px;
}
.provider-section .blocks-column {
    position: relative;
}
.provider-section .blocks-column .inner-column {
    position: relative;
}
.provider-section .appointment-column {
    position: relative;
    margin-bottom: 40px;
}
.provider-section .appointment-column .inner-column {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 20px 20px 0px 0px;
}
.provider-section .appointment-column .inner-column .upper-box {
    position: relative;
}
.provider-section .appointment-column .inner-column .upper-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    background-color: #2d3663;
}
.provider-section .appointment-column .inner-column .upper-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.provider-section .appointment-column .inner-column .lower-box {
    position: relative;
}
.provider-section .appointment-column .inner-column .lower-box .upper-inner {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    background-color: #ffffff;
}
.provider-section .appointment-column .inner-column .lower-box .submit-btn {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #222222;
    font-family: "Lora", serif;
}
.service-block-six {
    position: relative;
    margin-bottom: 30px;
}
.service-block-six .inner-box {
    position: relative;
    text-align: center;
    padding: 45px 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.service-block-six .inner-box .border-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.service-block-six .inner-box .border-one:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #2d3663;
}
.service-block-six .inner-box .border-one:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #2d3663;
}
.service-block-six .inner-box:hover .border-one:before,
.service-block-six .inner-box:hover .border-one:after {
}
.service-block-six .inner-box:hover .border-one {
    width: 100%;
    height: 100%;
    display: block;
}
.service-block-six .inner-box .border-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.service-block-six .inner-box .border-two:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #2d3663;
}
.service-block-six .inner-box .border-two:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #2d3663;
}
.service-block-six .inner-box:hover .border-two {
    width: 100%;
    height: 100%;
    display: block;
}
.service-block-six .inner-box:hover .border-two:before,
.service-block-six .inner-box:hover .border-two:after {
}
.service-block-six .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #9c9c9c;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50px;
    margin: 0 auto;
    border: 2px dashed #cfcfcf;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.service-block-six .inner-box:hover .icon-box {
    border-color: #2d3663;
}
.service-block-six .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 25px;
}
.service-block-six .inner-box h3 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
} /***====================================================================Department Section====================================================================***/
.departments-section {
    position: relative;
    padding: 100px 0px 70px;
} /***====================================================================Doctor Tabs Style====================================================================***/
.departments-info-tabs {
    position: relative;
}
.departments-info-tabs .departments-tabs {
    position: relative;
}
.departments-info-tabs .departments-tabs .tab-btns {
    position: relative;
    margin-bottom: 110px;
    border-bottom: 1px solid #dddddd;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 16px;
    color: #2d3663;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    width: 16.666%;
    text-align: center;
    letter-spacing: 1px;
    padding: 35px 15px 30px;
    transition: all 500ms ease;
    font-family: "Lora", serif;
    text-transform: capitalize;
    background-color: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -11px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #2d3663;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn::before,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn .icon {
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn .icon,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover .icon {
    color: #2d3663;
}
.departments-info-tabs .departments-tabs .tab-btns .tab-btn:hover,
.departments-info-tabs .departments-tabs .tab-btns .tab-btn.active-btn {
    color: #222222;
    border-top-color: #222222;
    border-bottom-color: #2d3663;
    background-color: rgba(0, 76, 218, 0.05);
}
.departments-info-tabs .departments-tabs .tabs-content {
    position: relative;
}
.departments-info-tabs .departments-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.departments-info-tabs .departments-tabs .tabs-content .tab.active-tab {
    display: block;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column {
    position: relative;
    margin-bottom: 40px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .row {
    margin: 0px -10px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .row .column {
    padding: 0px 10px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .image {
    position: relative;
    margin-bottom: 20px;
}
.departments-info-tabs .departments-tabs .tabs-content .gallery-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column {
    position: relative;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column .inner-column {
    position: relative;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column .inner-column h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column .inner-column .bold-text {
    position: relative;
    color: #2d3663;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin: 15px 0px;
}
.departments-info-tabs .departments-tabs .tabs-content .content-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2em;
    margin-bottom: 50px;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 30px;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
} /*appoinment btn*/
.book {
    position: relative;
    display: inline-block;
    font-size: 14px; /* line-height: 30px; */
    padding: 3px 30px 3px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: none !important;
    text-transform: capitalize;
    border: 2px solid #f8f9fa;
    color: #f8f9fa !important;
}
.book:hover {
    background-color: var(--main-bg-green-color) !important;
    color: #ffffff !important;
    border: 1px solid var(--main-bg-green-color) !important;
}
.book {
    display: none;
}
.btn-services {
    display: none;
}
body > li {
    display: none;
}
.contact-page-section p a {
    color: #000;
}
.visit-box {
    margin-bottom: -240px;
}
.main-footer .contact-list li {
    text-align: left;
}
.page-title .bread-crumb li:nth-child(2) a span {
    display: none;
}
.nabh_logo {
    width: 100px;
}
.top_header .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.visit-box {
    display: none;
}
@media (max-width: 768px) {
    .top_book {
        text-align: left;
        font-size: 13px;
        padding: 5px 15px;
    }
    .main-header .info-box li a {
        font-size: 13px;
    }
    .mega-menu {
        display: none;
    }
    .contact-page-section h5 {
        letter-spacing: 0px;
        text-align: left;
    }
    .slick-slide {
        margin: 0px 5px;
    }
    .page-title .bread-crumb {
        text-align: left;
    }
    .page-title .bread-crumb li:nth-child(1) {
        margin-left: 0px;
    }
    .page-title .bread-crumb li {
        margin-left: 15px;
    }
    .welcome-section .image-column {
        margin-bottom: 0px;
    }
    .welcome-section img.mt_100 {
        margin-top: 0px !important;
    }
    .nabh_logo {
        width: 60px;
    }
}

.slick-prev {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 999;
    color: #dddddd;
    font-size: 40px;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 999;
    color: #dddddd;
    font-size: 40px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .slick-prev,
    .slick-next {
        top: 32%;
        font-size: 30px;
    }
}

@keyframes blinking {
    0% {
        background-color: #329d3f;
    }
    100% {
        background-color: #e62e29;
    }
}
.blink {
    animation: blinking 0.5s infinite;
    margin: 0 5px;
}

.modal-body {
    padding: 10px;
}

.modal-styles button.close {
    background: black;
    color: white;
    opacity: 1;
    border-radius: 50%;
    padding: 5px 10px;
    position: absolute;
    right: -20px;
    top: -25px;
    border: 5px solid white;
}

.logos img {
    padding: 20px;
}

.logos img:hover {
    transform: translate(0, -10px);
    transition: all 0.2s;
    box-shadow: 0px 0px 20px #00000075;
}

.popup-btn {
    position: relative;
    padding: 7px 30px 7px 30px;
    border: 2px solid #2d3663;
    border-radius: 50px;
    font-size: 16px;
    color: #222222;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.popup-btn:hover {
    background-color: #2d3663;
    border-color: #2d3663;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .modal-styles button.close {
        padding: 2px 5px;
        right: -5px;
        top: -25px;
    }

    .modal-dialog {
        margin: 50px 20px;
    }
}

.header-top .upper-column ul li {
    display: inline;
    padding-right: 10px;
}

.main-footer.style-two .footer-bottom {
    background-color: #28328c;
}

@media(min-width:1200px)
{
	.embed-responsive
	{
		height:350px;
	}
}
.about_btn_style
{
background:#014a7f !important;
}
.counter, .counter-title
{
color:#fff !important;
}
.countericon
{
	color: #fff;
    padding: 10px;
    font-size: 50px;
}
.br_5 {
    border-right: 5px solid #f5f5f5 !important;
}

.list1 li {
    margin: 5px;
    margin-left: 1em !important;
}

.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #77a9dd;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #77a9dd;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}
.mb_20{
	margin-bottom:20px;
}
.carousel-item img
{
	width:100%;
}
.pb_10{
	padding-bottom:10px;
}
.pt_10
{
	padding-top:10px;
}
.border-blue{
	border:1px solid #2e3764 !important
}
.corners {
    border-radius: 10px;
    border: 1px solid #2e3764;
    padding: 0;
    width: 200px;
    height: 220px;
}
.image img
{
   width: 150px !important; 
    margin-left: auto;
    margin-right: auto;
	padding-top:10px;
}
.team-block .inner-box .image
{
	background-color:#fff !important;
}

.font-bold
{
	font-weight:700;
}
.insurance img
{
	margin-bottom:20px;
}
.hover-fade a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 150px;
    margin-bottom: 26px;
    box-shadow: 2px 2px 5px 2px #afafaf8c;
}
.line-height-24 li
{
	line-height:27px;
	padding-bottom:5px;
}

.main-menu .navigation > li > ul > li > a:after,.main-menu .navigation > li > ul > li > ul > li > a:after, .dropdown a:after,.main-menu .navigation > li > ul > li.dropdown > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0px;
    border-bottom: 1px solid #2d3663;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* Container holding the popup image and the text */
.containerpopup {
  position: relative;
  text-align: center;
  color: black;
}


/* Centered text */
.centeredpopup{
  
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.bottomright {
    position: absolute;
    bottom: 35px;
    right: 100px;
   }
   
   .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px
 solid rgba(0,0,0,.2);
    border-radius: 1.5rem;
    outline: 0;
}

@media(min-width:650px) and (max-width:1050px)
{
	.mobilehide
	{
		display:none
	}
	.navbar-expand-md .navbar-collapse
	{
		display:none !important;
	}
	.mobilemenu li a span
	{
	color:#fff;
	}
	
}
.mobilemenu1 li a span
{
	color:#fff;
}

@media(min-width:350px) and (max-width:750px)
{
	.mobilemenu1
	{
		display:block
	}
}
@media(min-width:990px)
{
	.mobilemenu1
	{
		display:none
	}

	
}
.nav-outer .mobile-nav-toggler {
    width: 100%;
    position: relative;
}
@media(max-width:767px)
{
	.header-style-two .nav-outer .mobile-nav-toggler .icon
	{
		float:right;
		padding: 15px 0px !important;
	}
	
}
.ocolor{
	background-color: #fc9820;
}
.pcolor{
	background-color: #177bb5eb;
}
.dcolor{
	background-color: #182cdd;
}

.marginFourthSlide{
	margin-top: 140px;
}
.marginFifthSlide{
	margin-top: 175px;
}
.marginSixSlide{
	margin-top: 140px;
}

@media(min-width: 600px) and (max-width:1040px){
	.marginFourthSlide{
		margin-top: 0px !important;
	}
	.marginFifthSlide{
		margin-top: 25px !important;
	}
	.marginSixSlide{
		margin-top: 0px !important;
	}
	.imgcentertab{
		display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	}
}
.list1{
	padding-left: 10px !important;
}

@media(min-width: 240px) and (max-width:520px){
	.marginFourthSlide{
		margin-top: 170px !important;
	}
	.marginFifthSlide{
		margin-top: 170px !important;
	}
	.marginSixSlide{
		margin-top: 190px !important;
	}
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/* .otherlogogra img:hover {
    transform: translate(0, -10px);
    transition: all 0.5s;
    box-shadow: 0px 0px 20px #00000075;
} */
.othersectionshadow{
box-shadow: 2px 2px 4px 1px #616161ba;
border: 2px solid #616161ba;
border-radius: 13px;

}
.othersectionshadow:hover {
    transform: translate(0, -10px);
    transition: all 0.9s;
    box-shadow: 0px 0px 20px #00000075;
}

.topHeaderColor{
	color: #fff !important;
	font-size: 30px;
}
.footericoncolor{
	color: #28328c !important;
	font-weight: bold !important;
	font-size:40px;
}
.footericoncolor:hover{
	color: #ffffff !important;
	font-weight: bold !important;
	
}

.EPOka, .ijfSyc{
	display: none !important;
}