/*   
Theme Name: Gentle Recovery
Theme URI: 
Description: Custom theme for Gentle Recovery
Author: Phil Hambley
Author URI: https://www.scribbletribe.com
Version: 1.0.2
*/

/* Global Styling */

html, body {height: 100%;font-family: 'Cabin', sans-serif;-webkit-font-smoothing: antialiased;max-width: 1680px;margin: 0 auto;background: #fff; }
html {scroll-behavior: smooth;}

h1,h2,h3,h4,h5,h6 {margin: 0;color: #323e33; font-weight: 400; font-family: 'Cormorant Infant', serif;}
h1 {font-size: 4.3em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
p {font-size: 1em;font-family: "Cabin", sans-serif;color: #6f6f6f;font-weight: 400;line-height: 1.5em;margin: 0 0 15px 0;}
img {max-width: 100%;}
input:focus,select:focus,button:focus,textarea:focus {outline: none;}
a {text-decoration: none; color: #323e33; -webkit-transition: all, 0.3s;transition: all, 0.3s;}
a:hover,a:focus {text-decoration: none;outline: none;color: #045366;}
ul, ol {padding: 0;margin: 0;}
blockquote {padding: 0 20px 0 20px;border-left: 4px solid #c0a387;margin: 40px 0 40px 40px;font-style: italic;}
blockquote p:first-child:before {color: #ccc;font-size: 1.6em;content: "\efcd";font-family: 'icofont';display: block;line-height: 1.6em;}
blockquote .block-name {font-style: normal; padding: 20px 0; display: block;}
.align-center {text-align: center;}
.no-pad {padding: 0 !important;}

/* Titles */

.section-title {margin-bottom: 45px;text-align: center;}
.section-title.normal-title {margin-bottom: 50px;}
.section-title.normal-title h2 {margin-bottom: 20px;margin-top: 0;}
.section-title.normal-title p {margin-bottom: 0;color: #9B9EA3;}
.section-title h2 {font-size: 2.6em;color: #323e33;margin: 0 0 20px 0;}
.section-title i {font-size: 2.6em;color: #045366;}
.section-title.left {text-align: left;}
.set-bg {background-repeat: no-repeat;background-size: cover;background-position: center center;}

.img-hover-zoom {overflow: hidden;}
.img-hover-zoom img {transition: transform 1s ease;}
.img-hover-zoom:hover img {transform: scale(1.1);}

/* Buttons */

.primary-btn, .wpcf7 input[type="submit"], .yikes-easy-mc-form .yikes-easy-mc-submit-button {display: inline-block;font-size: 0.8em;margin-bottom: 10px; padding: 8px 24px;color: #045366;text-transform: uppercase;font-weight: 400;background: none;border-radius: 50px;border: 2px solid #045366;letter-spacing: 1px;-webkit-transition: all, 0.5s;transition: all, 0.5s;}
.primary-btn:hover, .wpcf7 input[type="submit"]:hover, .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {color: #72acba; border: 2px solid #72acba;}
.primary-btn.white, .primary-btn.white-call-out, .yikes-easy-mc-form .yikes-easy-mc-submit-button {color: #fff;border: 2px solid #fff;}
.primary-btn.white:hover, .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {color: #72acba;}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {width: auto !important; padding: 8px 24px !important;}
.primary-btn.white-call-out {background: rgba(0,0,0,0.25);}
.primary-btn.white-call-out:hover {color: #e0c7a2; border: 2px solid #e0c7a2;}

/* Keylines */

.keyline,
.keyline.black,
.keyline.white,
.keyline.footer {width: 40px;height: 2px;background: #fff;margin: 20px auto;}
.keyline.ten {margin: 10px 0;}
.keyline.left {margin: 20px 0;}
.keyline.black {background: #c0a387;}
.keyline.white {background: #fff;}
.keyline.footer {height: 2px;background: #e0c7a2;margin: 15px 0;padding: 0;}

/* Preloader */

#preloader {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background: #fff;}
.loader {width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;margin-top: -13px;margin-left: -13px;border-radius: 60px;animation: loader 0.8s linear infinite;-webkit-animation: loader 0.8s linear infinite;}

@keyframes loader {
  0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;} 

}
@-webkit-keyframes loader {
  0% {-webkit-transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50% {-webkit-transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100% {-webkit-transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;} 
}

/* Mailchimp Pop-up */

.boxzilla {padding: 0 !important;}
.boxzilla-overlay {background: rgba(255,255,255,.75) !important;}
div#boxzilla-99, div#boxzilla-136, div#boxzilla-151, div#boxzilla-173, div#boxzilla-221, div#boxzilla-283 {max-width: 720px !important; -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);}
.boxzilla-close-icon {padding: 12px !important;font-size: 4.6em !important;font-weight: 400 !important;color: yellow !important;opacity: 1 !important;}
.mc-wrapper {padding: 20px 20px 0 20px;font-size: 1.1em;}
.mc-wrapper h3 {color: #fff;margin-bottom: 20px;font-size: 1.2em;}
img.signup-img {margin: 0 auto; width: 100px;}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=text] {font-family: 'Cabin', sans-serif;-webkit-appearance: none;border-radius: 0;-webkit-transition: all 0.5s ease; transition: all 0.5s ease;background: none !important;color: #fff !important;border: 1px solid #fff !important; font-size: 0.8em; font-weight: 400 !important; margin-bottom: 16px !important;}
.yikes-easy-mc-form input[type=email]:hover, .yikes-easy-mc-form input[type=text]:hover, .yikes-easy-mc-form input[type=email]:focus, .yikes-easy-mc-form input[type=text]:focus {border: 1px solid #72acba !important;}  
.yikes-easy-mc-form input[type=email]::placeholder, .yikes-easy-mc-form input[type=text]::placeholder {color: #fff;opacity: 1;}
.yikes-easy-mc-form input[type=email]:-ms-input-placeholder, .yikes-easy-mc-form input[type=text]:-ms-input-placeholder {color: #fff;}
.yikes-easy-mc-form input[type=email]::-ms-input-placeholder, .yikes-easy-mc-form input[type=text]::-ms-input-placeholder {color: #fff;}
.yikes-easy-mc-success-message, .yikes-easy-mc-error-message {color: yellow !important;background: none !important;padding:0px !important;}
a.send-update-email {color: #f4df17 !important;}

/* Mailchimp Footer */

.yikes-easy-mc-form-2 input[type=email] {height: 50px !important;font-size: 0.9em !important;background: rgba(255, 255, 255, 0.1) !important;border: none !important;border-radius: 0 !important;padding-left: 22px !important;width: 82% !important; float: left;}
.yikes-easy-mc-form-2 input[type=email]:hover {border: none !important;}
.yikes-easy-mc-form-2 input#yikes-easy-mc-form-2-EMAIL .field-no-label {display: block !important;margin-bottom: 0 !important;width: 100% !important;}
.yikes-easy-mc-form-2 .field-no-label, .yikes-easy-mc-form label {display: block !important;margin-bottom: 0 !important;width: 100% !important;}
.yikes-easy-mc-form-2 .yikes-easy-mc-submit-button-image {max-width: 64px !important; min-width: 64px !important;}
.yikes-easy-mc-form-2 .yikes-easy-mc-submit-button {margin-top: 0 !important; background: rgba(255, 255, 255, 0.05) !important; border: none !important;border-radius: 0 !important; width: 10%; float: right; padding: 10px 14px 11px 14px !important; min-height: 50px !important;}

/* Go Top */

.go-top {position: fixed;cursor: pointer;bottom: 30px;right: 20px;font-size: 1.7em;color: #fff;background-color: #c0a387;z-index: 1;display: none;width: 40px;text-align: center;height: 40px;line-height: 1.5em;border-radius: 50%;-webkit-transition: all, 0.5s;transition: all, 0.5s;}
.go-top:hover {color: #fff;background: #e0c7a2;}

/* Header */

header.header {height: 120px;}
.header__top {height: 60px;}
.header__logo {padding: 4px 0 0 0;}
.header__title {float: left;}
.header__title h1 {text-transform: uppercase; font-family: 'Cormorant Infant', serif;font-size: 1.6em;color: #045366;padding: 9px 0 0 0;line-height: inherit;}
.header__top__widget {text-align: right;padding: 9px 0 0 0;}
.header__top__widget ul {display: inline-block;margin-right: 10px;}
.header__top__widget ul li {font-size: 0.8em;color: #6f6f6f;text-transform: uppercase;list-style: none;display: inline-block;position: relative;padding: 0 10px;border-right: 1px solid #045366;}
.header__top__widget ul li:last-child {margin-right: 0;border-right: none;}
.header__top__widget ul li i {font-size: 1.1em;vertical-align: text-bottom;}
.header__top__widget ul li a {color: #045366;}
.header__top__widget ul li a:hover {color: #72acba;}
.header__top__widget .primary-btn {display: inline-block;}
.header__nav {height: 60px;position: relative;z-index: 9;padding: 15px 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);-webkit-transition: all, 0.5s;transition: all, 0.5s;max-width: 1680px;}
.header__nav.change {position: fixed;top: 0;width: 100%;background: #045366; z-index: 10;}
.header__nav.solid {background: #045366;}
.page-template-default .header__nav,
.page-template-template-about-india .header__nav,
.page-template-template-about-concept .header__nav,
.page-template-template-faqs .header__nav, 
.page-template-template-contact .header__nav,
.page-template-template-pricing .header__nav,
.page-template-template-one-to-one .header__nav,
.error404 .header__nav {background: #045366;}
.header__menu {display: inline-block;}
.header__menu ul li {list-style: none;display: inline-block;margin-right: 55px;position: relative;}
.header__menu ul li:last-child {margin-right: 0;}
.header__menu ul li:hover .sub-menu {opacity: 1;top: 24px;visibility: visible;}
.header__menu ul li:hover .sub-menu li a:after {display: none;}
.header__menu ul li:hover a:after {opacity: 1;width: 100%;}
.header__menu ul li.active a:after {opacity: 1;width: 100%;}
.header__menu ul li .sub-menu {position: absolute;left: -80px;top: 50px;width: 250px;background: rgba(0,0,0,0.5);text-align: left;-webkit-transition: all, 0.3s;transition: all, 0.3s;opacity: 0;visibility: hidden;padding: 5px 0;z-index: 9;}
.header__menu ul li .sub-menu.change {background: #045366;}
.header__menu ul li .sub-menu li {margin-right: 0;display: block;}
.header__menu ul li .sub-menu li a {padding: 8px 20px;font-weight: 400;font-size: 0.9em;color: #fff;text-transform: capitalize;font-weight: 500;}
.header__menu ul li .sub-menu li:first-child a {padding-top: 20px;}
.header__menu ul li .sub-menu li:last-child a {padding-bottom: 20px;}
.header__menu ul li a {font-size: 1em;color: #ffffff;padding: 0;display: block;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;position: relative;}
.header__menu ul li a:after {position: absolute;left: 0;bottom: 0;height: 2px;width: 0%;background: #ffffff;content: '';opacity: 0;-webkit-transition: all, 0.3s;transition: all, 0.3s;}

.header__menu ul ul li a:after {display: none;}

.header__social {text-align: right;}
.header__social a {display: inline-block;font-size: 1.1em;color: #ffffff;margin-right: 25px;}
.header__social a:last-child {margin-right: 0;}

.header__top__widget__mobile {text-align: center;}
.header__top__widget__mobile ul {display: inline-block;}
.header__top__widget__mobile ul li {font-size: 1em;color: #fff;text-transform: uppercase;list-style: none;display: inline-block;position: relative;padding: 0 10px;border-right: 1px solid #fff;}
.header__top__widget__mobile ul li:last-child {margin-right: 0;border-right: none;}
.header__top__widget__mobile ul li i {font-size: 1.1em;vertical-align: text-bottom;}
.header__top__widget__mobile ul li a {color: #fff;}
.header__top__widget__mobile ul li a:hover {color: #e0c7a2;}

.header__menu ul li.active a {color: #e0c7a2; cursor: default;}
.header__menu ul li .sub-menu li.active a {color: #e0c7a2; cursor: default;}

/* Mobile Menu */

.menu-button {position:absolute;right: 20px;top: 23px;z-index: 999;font-size: 1.2em;display: none;}
.menu-button a {text-decoration:none;}
.btn-open:after {color:#fff;content:"\efa2";font-family: 'icofont';transition: color 0.25s linear;}
.btn-open:hover:after {color: #e0c7a2;}
.btn-close:after {color:#fff;content:"\eedd";font-family: 'icofont';transition: color 0.25s linear;}
.btn-close:hover:after {color: #e0c7a2;}

.menu-button span {margin: 4px 10px 0 0;color: #fff;font-size: 0.7em;vertical-align: top;display: inline-block;}

.overlay {display:none;position:fixed;top:0;height:100%;width:100%;max-width: 1920px;overflow:auto;z-index:99; background: #045366;}
.overlay-wrap {color:#fff;text-align:center;margin:0 auto;padding: 48px 0 28px 0;line-height: 1;}

.wsfbiglink {font-size: 1em;margin: 0px;padding: 0;list-style: none;}
.wsfbiglink li {position: relative;}
.wsfbiglink li a {display: block;text-align: center;padding: 22px 0px;text-transform: uppercase;color: #fff;letter-spacing: 1px;font-weight: 500;}
.wsfbiglink li a:hover {color: #e0c7a2;}
.wsfbiglink li a:after {content: '';position: absolute;bottom: 0px;left: 50%;width: 5%;transform: translateX(-50%);height: 2px;background: #FFF;transition: .25s;}
.wsfbiglink li a:hover:after,
.wsfbiglink li a:focus:after,
.wsfbiglink li a:active:after {width: 10%;background: #e0c7a2;}
.wsfbiglink li:first-child a {padding-top: 0;}

.logo-mobile {margin: 40px 0;display: inline-block;}
.logo-mobile img {width: 80px;}

.wsfbiglink .sub-menu li {list-style: none;}
.wsfbiglink .sub-menu li a {font-size: 0.9em; padding: 11px 0; text-transform: none; list-style: none;}
.wsfbiglink .sub-menu li a:after {display: none;}
.wsfbiglink .sub-menu li:last-child a {padding-bottom: 33px;}

/* Default Page */

.standard {padding: 0 0 80px 0;}
.default-page h2 {font-size: 1.8em; margin: 30px 0;}
.default-page h4 {font-size: 1.6em; margin: 20px 0;}
.default-page ul {margin: 20px 0;padding-left: 40px;}
.default-page ul li {list-style: disc outside;color: #6f6f6f;}

/* Breadcrumb */

.breadcrumb-option, .blog-hero {padding-top: 215px;padding-bottom: 170px;margin-top: -60px;}
.breadcrumb__text, .blog-hero {text-align: center;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.breadcrumb__text h2, .blog-hero h2 {font-size: 2.8em;color: #ffffff;margin-bottom: 6px;}
.breadcrumb__widget ul li {display: inline-block;font-size: 1em;color: #ffffff;font-weight: 400;padding: 0 10px 0 8px;position: relative;border-right: 1px solid #fff;}
.breadcrumb__widget ul li:last-child {padding: 0 0 0 10px;border-right: none;}
.breadcrumb__widget ul li a {color: #fff;}
 
/* Hero */

.hero {margin-top: -60px;}
.hero__sliders.owl-carousel .owl-item.active .hero__text span {opacity: 1;top: 0;}
.hero__sliders.owl-carousel .owl-item.active .hero__text h2 {opacity: 1;top: 0;}
.hero__sliders.owl-carousel .owl-item.active .hero__text .primary-btn {opacity: 1;top: 0;}
.hero__sliders.owl-carousel .owl-nav .arrow_left, .hero__sliders.owl-carousel .owl-nav .arrow_right {font-family: 'icofont';display: block;font-size: 2em;line-height: 1em;}
.hero__sliders.owl-carousel .owl-nav .arrow_left, .hero__sliders.owl-carousel .owl-nav .arrow_right {padding: 2px 0 0 0;}
.hero__sliders.owl-carousel .owl-nav .arrow_right {padding: 2px 0 0 4px;}
.hero__sliders.owl-carousel .owl-nav .arrow_left:before {content: "\ea71";}
.hero__sliders.owl-carousel .owl-nav .arrow_right:before {content: "\ea72";}
.hero__sliders.owl-carousel .owl-nav button {display: inline-block;height: 46px;width: 46px;background: rgba(255, 255, 255, 0.3);border-radius: 50%;color: #ffffff;font-size: 1.2em;line-height: 3.2em;text-align: center;position: absolute;left: 40px;top: 50%;-webkit-transform: translateY(-23px);transform: translateY(-23px);-webkit-transition: all, 0.3s;transition: all, 0.3s;}
.hero__sliders.owl-carousel .owl-nav button:hover {color: #111111;background: #ffffff;}
.hero__sliders.owl-carousel .owl-nav button.owl-next {left: auto;right: 40px;}
.hero__items {height: 600px;display: flex;align-items: center;}
.hero__text span {font-size: 1em;color: #ffffff;font-weight: 700;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);text-transform: uppercase;letter-spacing: 4px;display: block;margin-bottom: 30px;position: relative;top: 100px;opacity: 0;-webkit-transition: all, 0.2s;transition: all, 0.2s;}
.hero__text h2 {font-size: 3.6em;color: #ffffff;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);margin-bottom: 50px;position: relative;top: 100px;opacity: 0;-webkit-transition: all, 0.5s;transition: all, 0.5s;}
.hero__text .primary-btn {position: relative;top: 100px;opacity: 0;-webkit-transition: all, 0.8s;transition: all, 0.8s;}

/* Home About */

.about-logo {padding: 0 0 20px 0;}
.home-about {padding: 80px 0 0 0;}
.home__about__pic {margin-right: -20px;padding-right: 30px;}
.home__about__pic__item {height: 630px;width: calc(50% - 30px);float: left;margin-right: 30px;margin-bottom: 30px;border-top-right-radius: 50px;}
.home__about__pic__item__inner {height: 300px;margin-bottom: 30px;border-top-left-radius: 50px;}
.home__about__pic__item__inner.bottom {border-top-left-radius: 0;border-bottom-right-radius: 50px;}
.home__about__text {padding-top: 15px;}
.home__about__text .section-title {text-align: left;margin-bottom: 24px;}
.home__about__text span {display: block;font-size: 1em;color: #404D80;margin-bottom: 12px;}
.home__about__text p.para-2 {margin-bottom: 20px;}

/* Core Values */

.services__list {padding: 0 20px;}
.services {padding: 80px 0;}
.services__item {text-align: center;margin-bottom: 30px;padding: 40px 15px 60px;border-radius: 10px;box-shadow: 0px 0px 65px rgba(12, 26, 39, 0.05);background: #ffffff;}
.services__item h5 {font-size: 1.5em;color: #323e33;margin: 20px 0;}
.services__item p {color: #6E7580;margin-bottom: 0; font-size: 0.9em;}
.services__item i {font-size: 4.1em;color: #fff;background: #72acba;padding: 20px;border-radius: 50%;display: inline-block;}

/* Why Choose Us */

.chooseus {background: #f9f4f0;padding: 80px 0;}
.chooseus__text h2 {font-size: 2.8em;color: #323e33;}
.chooseus__text i {font-size: 4.1em;color: #045366;background: #72acba;padding: 20px;border-radius: 50px;display: inline-block;}
.chooseus__item {width: 50%;float: left;margin-bottom: 80px;}
.chooseus__item__icon {float: left;margin-right: 30px;}
.chooseus__item__text {overflow: hidden;}
.chooseus__item__text h2 {font-size: 3em;color: #323e33;line-height: 2.8em;margin-bottom: 5px;}
.chooseus__item__text p {font-size: 1.1em;margin-bottom: 0;color: #9B9EA3;}
.chooseus__pic img {min-width: 100%;}
.chooseus__pic {text-align: center;}

.chooseus ul {margin-left: 1em; margin-bottom: 20px;}
.chooseus ul li {margin-bottom: 0.1em; list-style: disc outside;color: #6f6f6f; font-size: 0.9em;}

/* Content with logo background */

.logo-background {position: relative;z-index: 1;overflow: hidden;padding-top: 80px;}
.logo-background:before {position: absolute;left: 0;top: 100px;width: 990px;height: 1008px;background-image: url('img/about/background-left.jpg');content: '';z-index: -1;}

/* Team */

.team {background: #fff;padding-bottom: 60px;margin-top: -60px;}
.team__item {box-shadow: 0px 0px 15px rgba(35, 37, 43, 0.25);position: relative;padding: 30px 35px 80px;background: #ffffff;}
.team__item__pic {position: absolute;right: 0;bottom: -7px;}
.team__item__text {position: relative;background: #fff;width: 55%;border-bottom-right-radius: 50px;}
.team__item__text .team__item__title {margin-bottom: 18px;}
.team__item__text .team__item__title h4 {color: #045366;margin-bottom: 14px;}
.team__item__text .team__item__title span {font-size: 1em;color: #6E7580;}
.team__item__text p {font-size: 0.8em;line-height: 1.2em;}
.team__item__text .team__item__social a {display: inline-block;font-size: 1em;color: #9B9EA3;margin-right: 18px;-webkit-transition: all, 0.3s;transition: all, 0.3s;}
.team__item__text .team__item__social a:hover {color: #045366;}
.team__item__text .team__item__social a:last-child {margin-right: 0;}
.team__slider.owl-carousel .col-lg-6 {/* max-width: 100%; */ max-width: 50%; margin: 0 auto;}
.team__slider.owl-carousel .owl-stage-outer {padding-top: 60px;padding-bottom: 40px; max-width: 1170px;}
.team__slider.owl-carousel .owl-nav .arrow_left, .team__slider.owl-carousel .owl-nav .arrow_right {font-family: 'icofont';display: block;font-size: 2em;line-height: 1em;}
.team__slider.owl-carousel .owl-nav .arrow_left, .team__slider.owl-carousel .owl-nav .arrow_right {padding: 2px 0 0 0;}
.team__slider.owl-carousel .owl-nav .arrow_right {padding: 2px 0 0 4px;}
.team__slider.owl-carousel .owl-nav .arrow_left:before {content: "\ea71";}
.team__slider.owl-carousel .owl-nav .arrow_right:before {content: "\ea72";}
.team__slider.owl-carousel .owl-nav button {display: inline-block;height: 46px;width: 46px;background: none;border-radius: 50%;border: 2px solid #045366;color: #045366;font-size: 1.2em;line-height: 3em;text-align: center;position: absolute;left: -76px;top: 50%;-webkit-transform: translateY(-23px);transform: translateY(-23px);-webkit-transition: all, 0.3s;transition: all, 0.3s;}
.team__slider.owl-carousel .owl-nav button:hover {color: #045366;background: #f5f6fa;}
.team__slider.owl-carousel .owl-nav button.owl-next {left: auto;right: -76px;}

/* Home Page Articles */

.latest-articles {padding: 80px 0;}
.articles__item {box-shadow: 0px 0px 65px rgba(12, 26, 39, 0.05);margin-bottom: 30px;background: #ffffff;}
.articles__item.articles__item__page .articles__item__pic span {padding: 5px 30px 4px 20px;}
.articles__item__pic {position: relative;}
.articles__item__pic img {width: 100%; height: auto;}
.articles__item__pic span {font-size: 0.8em;font-weight: 400;color: #ffffff;display: inline-block;padding: 7px 16px 4px;background: #045366;position: absolute;left: 0;top: 10px;}
.articles__item__text {padding: 20px 20px 30px 20px;}
.articles__item__text ul {margin-bottom: 10px;}
.articles__item__text ul li {list-style: none;font-size: 1em;color: #9B9EA3;display: inline-block;margin-right: 45px;}
.articles__item__text ul li:last-child {margin-right: 0;}
.articles__item__text ul li span {margin-right: 5px;}
.articles__item__text p {color: #9B9EA3;margin-bottom: 20px;}
.articles__item__text h4 {margin-bottom: 20px;}
.articles__item__text h4 a {color: #001943;line-height: 1em;}
.articles__item__text h6 {color: #001943;margin-bottom: 35px;}
.articles__item__text h6 span {color: #9B9EA3;font-size: 0.8em;}
.articles__item__text .class-btn {font-size: 0.8em;font-weight: 700;color: #045366;display: inline-block;border: 1px solid rgba(155, 158, 163, 0.2);padding: 10px 20px 7px;border-radius: 2px;-webkit-transition: all 0.4s;transition: all 0.4s;}
.articles__item__text .class-btn:hover {background: #045366;border: 1px solid #045366;color: #ffffff;}
strong.search-excerpt {background: yellow;font-weight: inherit;}

/* Testimonials */

.testimonial {background: #f5f6fa;padding: 80px 0;}
.testimonial__slider.owl-carousel .owl-item img {width: auto;}
.testimonial__slider.owl-carousel .owl-dots {text-align: center;margin-top: 36px;}
.testimonial__slider.owl-carousel .owl-dots button {height: 9px;width: 9px;background: #8a8e9e;border-radius: 50%;margin-right: 20px;position: relative;}
.testimonial__slider.owl-carousel .owl-dots button:after {position: absolute;left: -7px;top: -7px;height: 23px;width: 23px;border: 2px solid #8a8e9e;border-radius: 50%;content: '';opacity: 0;}
.testimonial__slider.owl-carousel .owl-dots button.active {background: #045366;}
.testimonial__slider.owl-carousel .owl-dots button.active:after {opacity: 1;}
.testimonial__slider.owl-carousel .owl-dots button:last-child {margin-right: 0;}
.testimonial__text {text-align: center;position: relative;}
/* .testimonial__text img {height: 60px;width: 60px;border-radius: 50%;margin: 0 auto;} */
.testimonial__text p {font-size: 1.3em;color: #323e33;line-height: 1.3em;}
.testimonial__text h5 {font-size: 1.2em;color: #323e33;font-weight: 700; margin: 20px 0;}
/* .testimonial__text h5 span {font-size: 1.1em;color: #9B9EA3;font-weight: 400;} */

/* Community Tree */

.communitytree {padding: 140px 0;text-align: center;color: #fff;}
.communitytree p {font-size: 1.3em;color: #fff;line-height: 1.3em; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.communitytree h2 {font-size: 2.8em;color: #ffffff;margin-bottom: 6px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}
.communitytree i {font-size: 3.7em;}

/* Poster */

.freeposter {padding: 140px 0;text-align: center;color: #fff;}
.freeposter p {font-size: 1.3em;color: #fff;line-height: 1.3em;}
.freeposter h2 {font-size: 2.8em;color: #ffffff;margin-bottom: 6px;}
.freeposter i {font-size: 3.7em;}
p.download {font-size: 1em;}
p.download i {font-size: 1.4em;}

/* About */

.about-top {padding: 80px 0 70px 0;}
.about-top p:first-of-type {font-size: 1.1em;}
.about-title {text-align: center;}
.about-title h2 {text-align: center;}
.about-quote {background: #e0c7a2;padding: 20px 0;font-size: 1.5em;line-height: inherit;}
.about-middle {padding: 80px 0;}
.about-bottom {padding: 80px 0;}
.about-india-left {border-top-right-radius: 50px;}
.about-india-right {border-top-left-radius: 50px;}
.about-india-bottom {margin-top: 30px;border-bottom-left-radius: 50px;}
.concept-core {margin-top: 40px;}
.concept-core p:first-of-type {font-size: 1em;}
.embed-container {position: relative; padding-bottom: 56.25%; overflow: hidden;background: #fff !important;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.embed-container-two {position: relative;padding-bottom: 56.25%;overflow: hidden;background: #fff !important;}
.embed-container-two iframe, .embed-container-two object, .embed-container-two embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.margintop80 {margin-top: 80px;}

.embed-title {position: absolute; z-index: 999; color: #fff; top: 15%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%)}

/* One-to-one */

.one-to-one {padding: 0 0 80px 0;}
.one-to-one p:first-of-type {font-size: 1.1em;}

/* Pricing */

.pricing {padding: 80px 0 120px 0;}
.pricing__item {text-align: center; background: #ffffff; box-shadow: 0px 0px 65px rgba(12, 26, 39, 0.05); padding: 35px 0 46px; position: relative; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all, 0.5s; transition: all, 0.5s; z-index: 1; margin-bottom: 40px; border-radius: 10px; overflow: hidden;}
.pricing__item .active {-webkit-transform: scale(1.1);transform: scale(1.1);z-index: 9;}
.pricing__item:hover {box-shadow: 0px 0px 65px rgba(12, 26, 39, 0.25); -webkit-transform: scale(1.1); transform: scale(1.1); z-index: 9;}
.pricing__item:hover .pricing__item__price h2 {color: #c0a387;}
.pricing__item:hover ul li {color: #6E7580;}
.pricing__item .pricing__item__star {height: 119px; width: 119px; background: #045366; border-radius: 50%; position: absolute; right: -50px; top: -50px;}
.pricing__item .pricing__item__star i {font-size: 35px; color: #ffffff; position: absolute; left: 25px; bottom: 21px;}
.pricing__item h4 {font-size: 25px; color: #001943; margin-bottom: 45px;}
.pricing__item .pricing__item__price {margin-bottom: 15px;}
.pricing__item .pricing__item__price h2 {font-size: 70px; font-weight: 700; color: #263246; line-height: 65px; -webkit-transition: all, 0.3s; transition: all, 0.3s;}
.pricing__item .pricing__item__price span {color: #045366; font-size: 15px; font-weight: 400; display: block;}
.pricing__item ul {margin-bottom: 20px;}
.pricing__item ul li {list-style: none; font-size: 0.9em; line-height: 1.5em; -webkit-transition: all, 0.3s; transition: all, 0.3s; padding: 20px 10px;}

/* Contact */

.contact-block {margin-bottom: 30px;}
.contact-icon {margin-bottom: 15px;}
.contact-icon i {font-size: 3em; color: #045366;}
ul.address li {list-style: none;}

/* Form */

.form-left {float: left;}
.contact-form {margin: 40px 0; overflow: auto;}
h3.contact-title, h3.radio-title {font-size: 0.8em;margin-bottom: 10px;letter-spacing: 1px;text-transform: uppercase; font-family: 'Cabin', sans-serif;}
h3.radio-title {margin: 25px 0 0 0;}
.required {color: red; font-size: 1em;}
p.input {margin-bottom: 10px;}
p.submit {margin-bottom: 0;line-height: 1.1em;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"],  .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="select"], .wpcf7 textarea {font-family: 'Cabin', sans-serif;-webkit-appearance: none;border-radius: 0;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;background: rgba(0,0,0,0.05);font-size: 1.0em;color: #323e33;width: 100%;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #323e33;}
.wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="tel"]:hover, .wpcf7 input[type="number"]:hover, .wpcf7 input[type="date"]:hover, .wpcf7 textarea:hover, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {border: 1px solid #045366; background: #fff;}  
.wpcf7-response-output {color: red;width: 100%; overflow: auto; font-size: 1.1em;padding: 40px 15px 20px 15px;} 
.wpcf7 form.sent .wpcf7-response-output {color: #045366;padding: 40px 15px 20px 15px;font-size: 1.1em;}
.wpcf7 form.sent .wpcf7-response-output:before {color: #045366; font-size: 2.6em; content: "\f00d"; font-family: 'icofont'; display: inline-block; padding-right: 10px; vertical-align: middle;}
.wpcf7 img.wpcf7-spinner {border: none;vertical-align: middle;margin-left: 10px;width: auto;padding: 0; background: none;}
.wpcf7 input[type="submit"] {float: left;} 
.wpcf7 input[type="submit"]:hover {cursor: pointer;}
.wpcf7 textarea {height: 300px;}
.screen-reader-response {display: none!important;}
.wpcf7-not-valid-tip {display: block;color: red;font-size: 0.8em!important; padding: 10px 0!important;}
.wpcf7 .wpcf7-spinner {visibility: hidden;float: left;display: block;width: 32px;height: 32px;border: none;padding: 0;margin: 2px 0 0 10px;background-image: url("img/icons/spinner.gif");}
.wpcf7 form.submitting .wpcf7-spinner {visibility: visible;}
.wpcf7-list-item {margin: 30px 0; display: block;}
.wpcf7-form .wpcf7-radio label {position: relative;cursor: pointer; float: none;}
.wpcf7-form .wpcf7-radio input[type=radio] {position: relative; /* visibility: hidden; */}
.wpcf7-form .wpcf7-radio input[type=radio] + span {float: none !important; display: initial !important; word-break: keep-all; width: 100% !important;border: 1px solid #231f20; padding: 6px 10px;font-size: 0.9em;margin: 20px 0 30px 20px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.wpcf7-form .wpcf7-radio input[type=radio] + span:hover {border: 1px solid #045366;}
/*
.wpcf7-form .wpcf7-radio input[type=radio] + span:before {display: block;position: absolute;content: '';border-radius: 100%;height: 22px;width: 22px;top: 0px;border: 2px solid #045366;}
.wpcf7-form .wpcf7-radio input[type=radio] + span:after {display: block;position: absolute;content: '';border-radius: 100%;height: 10px;width: 10px;top: 6px;left: 6px;visibility: hidden;}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {background: transparent;border-color: #045366;}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {background: #045366;visibility: visible;}

/* Blog */

.blogwrap {padding: 80px 0;}
.blog__item {margin-bottom: 60px;}
.blog__item__pic {margin-bottom: 26px;}
.blog__item__pic img {min-width: 100%;height: auto;}
.blog__item__text ul {margin-bottom: 16px;}
.blog__item__text ul li {font-size: 0.8em;color: #9B9EA3;margin-right: 15px;display: inline-block;}
.blog__item__text ul li:last-child {margin-right: 0;}
.blog__item__text ul li i {margin-right: 5px;}
.blog__item__text h5 {margin-bottom: 15px;}
.blog__item__text h5 a {font-size: 1.25em;color: #323e33;-webkit-transition: all, 0.3s;transition: all, 0.3s;}
.blog__item__text h5 a:hover {color: #045366;}
.blog__item__text p {color: #9B9EA3;margin-bottom: 25px;}
.blog__item__text .blog_read_more {font-size: 0.8em;color: #9B9EA3;padding: 18px 25px 15px;border-radius: 50px;text-transform: uppercase;border: 1px solid rgba(155, 158, 163, 0.3);display: inline-block;}
.blog__item__text .blog_read_more span {font-size: 1em;position: relative;top: 2px;margin-left: 6px;}
.pagination {padding: 0 0 30px 0;border-bottom: 2px solid #e0c7a2;font-size: 1.1em;display: block;border-radius: 0;}
.now-showing {float: left;}
.number-wrap {float: right;}
.page-numbers.current {color: #292663;}
ul.sidebar_taglist li {float: left;list-style: none;margin: 0 4px 4px 0;}
ul.taglist li {float: left;margin: 0 4px 0 0;list-style: none;}
ul.taglist li:first-child {margin-left: 8px;}
ul.taglist li:after {content: ',';}
ul.taglist li:last-child:after {content: '';}

  /* Sidebar */

  .blog__sidebar {padding-right: 50px;}
  .blog__sidebar__search {margin-bottom: 40px;}
  .blog__sidebar__search form {position: relative;}
  .blog__sidebar__search form input {-webkit-appearance: none;width: 100%;height: 46px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 20px;font-size: 1em;color: #9B9EA3;padding-left: 25px;}
  .blog__sidebar__search form input::placeholder {color: #9B9EA3;}
  .blog__sidebar__search form button {position: absolute;right: 0;top: 0;font-size: 1em;color: #9B9EA3;height: 100%;padding: 0 15px;background: transparent;border: none;}
  .blog__sidebar__categories {margin-bottom: 30px;}
  .blog__sidebar__categories h4 {color: #1C1C1C;margin-bottom: 10px;}
  .blog__sidebar__categories ul li {list-style: none;}
  .blog__sidebar__categories ul li a {font-size: 1em;-webkit-transition: all, 0.3s;transition: all, 0.3s;}
  .blog__sidebar__categories ul li a:hover {color: #045366;}
  .blog__sidebar__recent {margin-bottom: 30px;}
  .blog__sidebar__recent h4 {color: #1C1C1C;margin-bottom: 25px;}
  .blog__recent__item {margin-bottom: 20px;overflow: hidden;}
  .blog__recent__item:last-child {margin-bottom: 0;}
  .blog__recent__item__pic {float: left;margin-right: 20px;}
  .blog__recent__item__pic img {width: 70px; height: 70px;}
  .blog__recent__item__text {overflow: hidden;}
  .blog__recent__item__text h6 {color: #323e33;font-weight: 400;line-height: 1em;margin-bottom: 0;}
  .blog__recent__item__text span {font-size: 0.75em;color: #9B9EA3;}
  .blog__sidebar__tags {margin-bottom: 40px;}
  .blog__sidebar__tags h4 {color: #1C1C1C;margin-bottom: 25px;}
  .blog__sidebar__tags a {font-size: 0.8em;background: #f5f5f5;display: inline-block;padding: 6px 12px;}
  .blog__sidebar__comment h4 {color: #1C1C1C;margin-bottom: 25px;}

  /* Hero */

  .blog__hero__text ul li {list-style: none;display: inline-block;font-size: 1em;color: #ffffff;margin-right: 35px;position: relative;}
  .blog__hero__text ul li:after {position: absolute;right: -23px;top: -1px;content: '|';}
  .blog__hero__text ul li:last-child {margin-right: 0;}
  .blog__hero__text ul li:last-child:after {display: none;}
  .blog__hero__text ul li span {font-weight: 400;}

  /* Single Post */

  .blog__details__large {position: relative;margin-bottom: 40px;}
  .blog__details__large span {font-size: 0.8em;font-weight: 700;color: #ffffff;display: inline-block;padding: 5px 30px 4px 20px;background: #045366;position: absolute;left: 0;top: 10px;}
  .blog__details__text {margin-bottom: 30px;}
  .blog__details__text p {line-height: 1.75em;}
  .blog__details__quote {position: relative;padding-left: 30px;margin-bottom: 60px;}
  .blog__details__quote:before {position: absolute;left: 0;top: 0;height: 56px;width: 2px;background: #045366;content: '';}
  .blog__details__quote p {line-height: 1.75em;color: #323e33;}
  .blog__details__pic {margin-bottom: 30px;}
  .blog__details__pic img {margin-bottom: 20px;min-width: 100%;}
  .blog__details__desc {margin-bottom: 40px;}
  .blog__details__desc h4 {color: #323e33;font-weight: 400;margin: 30px 0;}
  .blog__details__desc p {line-height: 1.75em;}
  .blog__details__desc ul {margin: 20px 0;padding-left: 40px;}
  .blog__details__desc ul li {list-style: disc outside;color: #6f6f6f;}
  .blog__details__tags {width: 50%; float: left;}
  .blog__details__tags__share {overflow: hidden;margin-bottom: 25px;}
  .blog__details__tags__share p {color: #9B9EA3;float: left;margin-bottom: 0;}
  .blog__details__tags__share p span {color: #323e33;font-weight: 400;}
  .blog__details__tags__share .blog__details__share {width: 50%; float: right; text-align: right;}
  .blog__details__tags__share .blog__details__share a {display: inline-block;font-size: 1.1em;color: #323e33;margin-right: 24px;}
  .blog__details__tags__share .blog__details__share a:last-child {margin-right: 0;}
  .blog__details__author {background: #f9f4f0;padding: 25px 40px 50px 20px;margin-bottom: 50px;}
  .blog__details__author__pic {float: left;margin-right: 20px;}
  .blog__details__author__pic img {height: 90px;width: 90px;border-radius: 50%;}
  .blog__details__author__text {overflow: hidden;}
  .blog__details__author__text h4 {color: #323e33;font-weight: 400;margin-bottom: 5px;}
  .blog__details__author__text p {color: #9B9EA3;line-height: 1.75em;margin-bottom: 0;}
  .blog__previous__btn, .blog__next__btn {display: block;position: relative;padding-left: 30px;}
  .blog__previous__btn i, .blog__next__btn i {font-size: 1.5em;color: #9B9EA3;position: absolute;z-index: -1;left: 0;top: 0;}
  .blog__previous__btn h6, .blog__next__btn h6 {color: #323e33;font-weight: 700;margin-bottom: 5px;}
  .blog__previous__btn span, .blog__next__btn span {font-size: 0.75em;color: #9B9EA3;}
  .blog__next__btn {text-align: right;padding-left: 0;padding-right: 30px;}
  .blog__next__btn i {right: 0;top: 0;}
  .comment-reply-title {margin-bottom: 20px; font-size: 1.4em;}
  h3#comments {font-size: 1.1em;margin: 30px 0;}
  ol.commentlist {list-style:none; padding:0; text-indent:0;}
  ol.commentlist li {list-style: none;}
  ol.commentlist li.comment {padding:1em;}
  ol.commentlist li.comment div.vcard {font-family: 'Cabin', sans-serif;font-size: 1em;font-weight: 500;color: #262626;}
  ol.commentlist li.comment div.vcard cite.fn {font-style:normal;}
  ol.commentlist li.comment div.vcard img.avatar {float:right; margin:0 0 1em 1em;}
  ol.commentlist li.comment div.comment-meta {font-size: 0.8em;}
  ol.commentlist li.comment div.comment-meta a {color:#ccc;}
  ol.commentlist li.comment p {font-size: 0.9em; margin: 0 0 1em;}
  ol.commentlist li.comment ul {font-size: 0.8em; list-style:square; margin:0 0 1em 2em;}
  ol.commentlist li.comment div.reply {font-size: 0.8em;}
  ol.commentlist li.comment div.reply a {font-weight:bold;}
  ol.commentlist li.comment ul.children {list-style:none; margin:1em 0 0; text-indent:0;font-size: 0.9em;}
  ol.commentlist li.comment ul.children li::before {content: none;}
  ol.commentlist li.comment ul.children li.depth-2 {border-left:4px solid #555; margin: 0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-3 {border-left:4px solid #999; margin: 0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-4 {border-left:4px solid #bbb; margin: 0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-5 {}
  ol.commentlist li.comment ul.children li.odd {}
  ol.commentlist li.even {background:#fff;}
  ol.commentlist li.odd {background:#f2f2f2;}
  ol.commentlist li.parent {border-left: 4px solid #c0a387;}
  form#commentform input[type="text"], form#commentform textarea {font-family: 'Cabin', sans-serif;-webkit-appearance: none;border-radius: 0;-webkit-transition: all 0.25s ease;transition: all 0.25s ease;background: #fff;font-size: 0.8em;width: 100%;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ccc;}
  form#commentform input[type="text"]:hover, form#commentform input[type="text"]:focus, form#commentform textarea:hover, form#commentform textarea:focus {border: 1px solid #045366;}  
  form#commentform label {font-size: 0.8em; font-weight: 300; text-transform: uppercase; margin-bottom: 0;}
  form#commentform .submit {margin-top: 15px;-webkit-appearance: none;-webkit-border-radius: 0;display: inline-block;font-size: 0.8em;padding: 8px 24px;color: #045366;text-transform: uppercase;font-weight: 400;background: none;border-radius: 50px;border: 2px solid #045366;letter-spacing: 1px;-webkit-transition: all, 0.5s;transition: all, 0.5s;}
  form#commentform .submit:hover {color: #72acba; border: 2px solid #72acba;cursor: pointer;}
  div#respond {background: #f2f2f2;overflow: auto;padding: 20px;margin-top: 40px;}
  textarea#comment {height: 120px;}

  /* Caption Effects */

  .grid figure {position: relative;overflow: hidden;width: 100%;text-align: center;cursor: pointer;margin-bottom: 40px;}
  .grid figure img {position: relative;display: block;height: auto;max-width: 100%;opacity: 0.1;}
  .grid figure figcaption {padding: 2em;color: #fff;font-size: 1.3em;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
  .grid figure figcaption::before, .grid figure figcaption::after {pointer-events: none;}
  .grid figure figcaption, .grid figure figcaption > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
  figure.effect-bubba {background: #000;}
  figure.effect-bubba img {opacity: 1;-webkit-transition: opacity 0.35s;transition: opacity 0.35s;}
  figure.effect-bubba:hover img {opacity: 0.5;}
  figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {position: absolute;top: 30px;right: 30px;bottom: 30px;left: 30px;content: '';opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
  figure.effect-bubba figcaption::before {border-top: 3px solid #fff;border-bottom: 3px solid #fff;-webkit-transform: scale(0, 1);transform: scale(0, 1);}
  figure.effect-bubba figcaption::after {border-right: 3px solid #fff;border-left: 3px solid #fff;-webkit-transform: scale(1, 0);transform: scale(1, 0);}
  figure.effect-bubba h2 {color: #fff;padding-top: 20%;-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}
  figure.effect-bubba p {padding: 20px 2.5em;opacity: 0;color: #fff;font-size: 1em;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}
  figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
  figure.effect-bubba:hover h2, figure.effect-bubba:hover p {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

/* Faqs */

.faq {padding: 0 0 80px 0;}
.faq__accordion {padding: 40px 0;}
.faq__accordion .card {border: none;border-radius: 0;background: none;}
.faq__accordion .card:last-child .card-heading {border-bottom: none;}
.faq__accordion .card:last-child .collapse.show .card-body {padding-bottom: 0;border-bottom: none;margin-bottom: 0;}
.faq__accordion .card .card-heading {border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0 40px 20px 0;margin-bottom: 15px;}
.faq__accordion .card .card-heading.active {border-bottom: 0;}
.faq__accordion .card .card-heading.active a span {color: #045366;}
.faq__accordion .card .card-heading.active a span:before {opacity: 1;}
.faq__accordion .card .card-heading a {font-size: 1.3em;cursor: pointer; /*font-family: 'Cormorant Infant', serif;*/}
.faq__accordion .card .card-heading a span {font-weight: 400;position: relative;color: #9B9EA3;display: inline-block;transition: all 0.4s;}
.faq__accordion .card .card-heading a span:before {position: absolute;left: 0;bottom: -4px;height: 2px;width: 100%;background: #e0c7a2;content: '';opacity: 0;transition: all 0.4s;}
.faq__accordion .card .card-heading a span:hover {color: #045366;}
.faq__accordion .card .card-body ul {margin: 20px 0;padding-left: 40px;}
.faq__accordion .card .card-body ul li {list-style: disc outside;margin-bottom: 10px;color: #6f6f6f;}
.faq__accordion .card .card-body {padding: 0;padding-bottom: 30px;margin-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.faq__accordion .card .card-body p {line-height: 1.5em; padding-right: 40px;}
.faq__accordion .card .card-body h6 {color: #6E7580;margin-top: 35px;}
.faq__accordion .card .card-body h6 a {color: #6E7580;}
.faq__accordion .card-heading a:after, .faq__accordion .card-heading > a.active[aria-expanded=false]:after {content: "+";font-size: 1.4em;font-weight: 400;color: #323e33;position: absolute;right: 0;top: 0;line-height: 1em;top: 8px;}
.faq__accordion .card-heading.active a:after {content: "-";font-size: 1.4em;font-weight: 400;color: #045366;position: absolute;right: 0;top: 4px;line-height: 1em;}
.faq__accordion .card-heading a[aria-expanded=true]:after,
.faq__accordion .card-heading > a.active:after {content: "-";font-size: 1.4em;font-weight: 400;color: #045366;position: absolute;right: 0;top: 4px;line-height: 1em;}

/* Footer */

.footer {background: #045366; padding: 40px 0 20px 0;}
.footer p {color: #72acba;}
.footer__widget {margin-bottom: 30px; overflow: auto;}
.footer__widget .subscribe-form {position: relative;}
.footer__widget .subscribe-form input {width: 100%;height: 50px;font-size: 0.8em;color: #fff;background: rgba(255, 255, 255, 0.1);border: none;border-radius: 2px;padding-left: 22px;}
.footer__widget .subscribe-form button {font-size: 1.25em;color: #ffffff;display: inline-block;background: #045366;padding: 0 15px;border: none;position: absolute;right: 0;top: 0;height: 100%;}
.footer__widget .subscribe-form i {font-size: 2em;}
.footer__widget h5 {font-size: 1.25em;color: #ffffff;letter-spacing: 1px; text-transform: uppercase;}
.footer__widget ul li {list-style: none;}
.footer__widget ul li a {font-size: 1em;color: #72acba;line-height: 2.3em;}
.footer__widget ul li a:hover {color: #e0c7a2;}
.footer__widget .footer-address li {list-style: none;font-size: 1em;color: #72acba;line-height: 2.3em;}
.footer__widget .footer-address li i {margin-right: 8px;}
.footer__copyright {/* border-top: 1px solid rgba(225, 225, 225, 0.1); */overflow: hidden;padding: 15px 0;}
.footer__logo {margin: -20px 0 0 0;}
.footer__concept__text p {font-size: 0.8em;margin: 0 0 60px 0;}
.footer__copyright__text img {border: 1px solid red;margin: 0 auto;text-align: center;width: 97px;}
.footer__copyright__text p {font-size: 0.8em;margin: 20px 0 0 0;}
.footer__copyright__text i {color: #a11f1f;}
.footer__copyright__text a {color: #72acba;}
.footer__copyright__text a:hover {color: #e0c7a2;}
.footer__copyright__social {text-align: right; margin-top: 20px;}
.footer__copyright__social a {display: inline-block;font-size: 1.1em;color: #72acba;margin-right: 25px;}
.footer__copyright__social a:last-child {margin-right: 0;}
.footer__copyright__social a:hover {color: #e0c7a2;}

/* Responsive */

/* 1360px and below */
@media handheld, only screen and (max-width: 1360px) {
	.team__slider.owl-carousel .owl-nav {text-align: center;padding-top: 50px;}
  	.team__slider.owl-carousel .owl-nav button {position: relative;left: 0;top: 0;}
  	.team__slider.owl-carousel .owl-nav button.owl-next {right: -10px;}
  	
}

/* 1200px and above */
@media handheld, only screen and (min-width: 1200px) {
  	.container {max-width: 1170px;} 
}

/* 1199px and below */
@media handheld, only screen and (max-width: 1199px) {
  	.yikes-easy-mc-form-2 input[type=email] {width: 77% !important;}
  	.hero__sliders.owl-carousel .owl-nav button {left: 5px;}
  	.hero__sliders.owl-carousel .owl-nav button.owl-next {right: 5px;}
  	.team__slider.owl-carousel .owl-nav button {left: -5px;}
  	.team__slider.owl-carousel .owl-nav button.owl-next {right: -5px;}
  	.team__slider.owl-carousel .col-lg-6 {max-width: 100%;}
  	.team__slider.owl-carousel .owl-stage-outer {padding-top: 10px;}
  	.team__item {width: 65%; margin: auto;}
}

/* 991px and below */
@media handheld, only screen and (max-width: 991px) {
	.yikes-easy-mc-form-2 input[type=email] {width: 90% !important;}
  	.home__about__pic, .header__nav, .header__top__widget {display: none;}
  	.home-about, .logo-background {padding-top: 40px;}
  	header.header {height: auto; position: relative; z-index: 99;}
  	.faq {padding: 0;}
  	.header__title h1 {color: #fff;}
  	.header__top {background: #045366;}
    .menu-button {display: block; position: absolute; top: 15px; right: 20px;}
    .about-top {padding: 40px 0;}
    .about-middle {padding: 80px 0 0 0;}
    .about-india-left, .about-india-right, .about-india-bottom {display: none;}
    .blog__sidebar {margin-top: 50px; padding-right: 0;}
    .blog__previous__btn, .blog__next__btn {margin-bottom: 20px;}
    .hero__text h2 {font-size: 2.6em;}
    .hero__sliders.owl-carousel .owl-nav button {position: relative; left: 15px;bottom: 60px;}
    .hero__sliders.owl-carousel .owl-nav button.owl-next {right: -25px;}
    .team__item__pic {position: relative;right: 0; margin: 0 0 10px 0; bottom: 0;}
  	.team__item {padding: 30px 30px 30px;}
  	.breadcrumb-option, .blog-hero, .blog-hero {margin-top: 0;}
  	.team__item__text {width: 100%;}
}

/* 767px and below */
@media handheld, only screen and (max-width: 767px) {
	.yikes-easy-mc-form-2 input[type=email] {width: 87% !important;}
  	.footer__widget ul li a {line-height: 1.3em;}
    .footer__widget .footer-address li {line-height: 1.6em;}
    .footer__logo {text-align: center;}
    .footer__copyright__text {text-align: center;margin-bottom: 10px;}
    .footer__copyright__social {text-align: center;}
    .about-quote {font-size: 1.25em;}
    figure.effect-bubba h2 {font-size: 1.4em;}
    figure.effect-bubba p {font-size: 0.8em;}
    .chooseus .section-title.left {padding: 0 20px;}
    .hero__items.set-bg.set-bg-right {background-position: right center;}
    .hero__items.set-bg.set-bg-left {background-position: left center;}
    .embed-title {display: none;}
}

/* 540px and below */
@media handheld, only screen and (max-width: 540px) {
	.yikes-easy-mc-form-2 input[type=email] {width: 85% !important;}
	.blog__details__author__pic {float: none; margin-bottom: 20px;}
	.team__item {width: 100%;}
	.hero__items.set-bg.set-bg-right {background-position: calc(80%) center;}
}

/* 500px and below */
@media handheld, only screen and (max-width: 500px) {
	figure.effect-bubba h2 {padding-top: 10%; font-size: 1em;}
	figure.effect-bubba p {font-size: 0.5em;}
}

/* 460px and below */
@media handheld, only screen and (max-width: 460px) {
	.yikes-easy-mc-form-2 input[type=email] {width: 76% !important;}
}