/*************************************

Template Name: SunliteMortgage
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

/*========================================= GOOGLE FONT IMPORT ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');

/* font-family: 'Merriweather', serif; */

/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;900&display=swap'); */

/*========================================= CUSTOM STYLE ===========================================*/

@media (min-width: 1200px) {
    .container {
        max-width: 1212px !important;
    }
}

body,
p,
textarea {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}
a {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}
.btn:focus, a:focus {
  outline: 0 solid !important;
  box-shadow: none !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.other-page .top-nav-main .navbar-nav .nav-link {
  color: #000;
}
.other-page .top-nav-main .navbar-nav .custom-link {
  color: #fff;
}
/*================================================
    4. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}
.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*========================================= HEADER TOP STYLE STYLE ===========================================*/
.top-header {
  background: #fff;
  padding: 10px 0;
  position: relative;
}
.top-header-logo {
  /* text-align: right; */
}
.social-top-icon {
  padding: 0;
  margin: 0;
  display: flex;
  text-align: left;
  padding-top: 7px;
}
.social-top-icon li {
    list-style: none;
    margin: 0;
}
.social-top-icon li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    font-size: 22px;
    color: #858585;
    transition: 0.5s;
}
.social-top-icon li a:hover {
  color: #252525;
}
.top-header-middle {
  padding: 0;
  margin: auto;
  text-align: center;
}
.top-header-middle li {
  list-style: none;
  padding: 10px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.top-header-middle li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.top-nav-main .navbar-nav {
  margin-left: auto;
}
.top-nav-main {
  background: transparent;
  z-index: 999999;
  padding: 15px 0;
  width: 100%;
}
.top-nav-main .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.top-nav-main .navbar-nav .custom-link {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 6px 15px;
  position: relative;
  margin-right: 5px;
  border: 0;
}
.top-nav-main .navbar-nav .custom-link:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
.top-nav-main .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
/*========================================= HEADER TOP STYLE STYLE ===========================================*/
.header-main {
  overflow: hidden;
  position: relative;
  height: 80vh;
  display: block;
  z-index: 0;
  margin-top: -91px;
}
.header-main-bg {
  background: url(../images/header/calgary-mortgage-broker-team-lorrie-rasmussen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 12s ease alternate infinite;
  -webkit-animation: kenBurns 12s ease alternate infinite;
  background-position: 50% 0%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.header-main-overflew {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title {
    text-align: center;
    color: #fff;
}
.header-main-overflew .title h1 {
   font-size: 40px;
   margin-bottom: 30px;
}
.header-main-overflew .title h2 {
  font-size: 35px;
}
.header-main-overflew .title .btn-title-home {
  padding-top: 30px;
}
.header-main-overflew .title .btn-title-home .btn-title {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
}
.header-main-overflew .title .btn-title-home .btn-title:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
.header-main-overflew .title .btn-title-home .btn-title.btn-cv {
  margin-right: 20px;
}

@keyframes kenBurns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes kenBurns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

/*========================================= Youtube Video Section Wrapper ===========================================*/
.youtube-video-section-wrapper {
  padding: 50px 0;
}
.sunlite-video-embed {
  width: 100%;
  height: 665px;
}
.youtube-video-other-wrapper {
  padding: 50px 0;
}
.sunlite-video-other {
  width: 100%;
  height: 350px;
}
/*================================================
   TESTIMONIALS SECTION
==================================================*/
.testimonial-section {
  background: #252525;
  padding: 80px;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title h2 {
  color: #fff;
  font-size: 36px;
}
.testimonial-slider .item h3 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}
.testimonial-slider .item p {
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.all-testimonial-btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.all-testimonial-btn {
  padding: 10px 40px;
  color: #fff;
  border: 1px solid #3f3f3f;
  border-radius: 25px;
  font-size: 21px;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}
.all-testimonial-btn:hover {
  color: #fff;
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  border-color: #b3b3b3;
}
/*=================================================================================
          MORTGAEE SOLUTIONS WRAPPER STYLE
====================================================================================*/
.mortgage-solutions-wrapper {
  background: #252525;
  padding: 80px 0;
  padding-top: 20px;
}
.mortgage-solution-title {
 text-align: center;
}
.mortgage-solution-title h2 {
  font-size: 60px;
  padding: 0 70px;
  text-transform: capitalize;
  line-height: 75px;
  margin-bottom: 30px;
}
.mortgage-solution-title h2 a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.mortgage-solution-title p.lead {
  color: #fff;
  opacity: .9;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 50px;
}
.mortgage-solution-title p.lead a {
  color: #fff;
  text-decoration: underline;
}
.mortgage-solution-title p.lead a:hover {
  text-decoration: underline;
}
.mortgage-solution-discription {
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  /* min-height: 560px; */
  overflow: hidden;
  max-height: 585px;
  border-radius: 8px;
  margin-bottom: 35px;
  background: #fff;
}
.mortgage-solution-discription-text {
  border-radius: 0 0 12px 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 25px 30px;
  text-align: center;
}
.mortgage-solution-discription-text h3 {
 font-size: 22px;
}
.mortgage-solution-discription-text .other-text-h3 {
  margin-top: 20px;
}
.mortgage-solution-discription-text p {
  color: #666;
  opacity: 0.9;
  font-size: 18px;
  line-height: 26px;
}
.mortgage-solution-discription-text  a {
  background: #00aced;
  color: #fff;
  display: inline-block;
  padding: 7px 30px;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  margin-top: 10px;
}
.mortgage-solution-discription-text  a:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  border-color: #b3b3b3;
}
.mortgage-solution-discription a img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.mortgage-solution-discription a:hover img {
  opacity: .90;
}
.mortgage-solution-discription-btn-wrapper {
  text-align: center;
}
.mortgage-solution-discription-btn-wrapper a {
  background: #fff;
  color: #3498db;
  font-size: 19px;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 40px;
  margin-top: 20px;
  font-weight: 700;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}
.mortgage-solution-discription-btn-wrapper a:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
}
/*=================================================================================
          REASON SOLUTIONS WRAPPER STYLE
====================================================================================*/
.reason-section-wrapper {
  background-color: #696969;
  padding: 90px 0;
}
.reason-section-wrapper h2 {
  color: #fff;
  font-size: 30px;
}
.reason-ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.reason-ul li {
  color: #fff;
  border-bottom: 1px solid #eaeaea!important;
  font-size: 20px;
  list-style-type: disc!important;
  padding: 3px 5px 3px 0;
  margin-bottom: 5px;
  margin-right: 30px;
}
.review-section-wrapper {
  background-color: #fff;
  padding: 90px 0;
}
.review-section-text {
  padding-left: 140px;
}
.review-section-text  {
  text-align: center;
}
.review-section-text blockquote {
  font-family: 'Merriweather', serif;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 40px;
}
.experience-section {
  background: #000;
  padding: 90px 0;
}
.experience-section h2 {
  color: #f4c157;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 400;
}
.experience-section h5 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.experience-small-text {
  margin-top: 35px;
  padding: 0 10px;
}
.experience-small-text h3 {
  color: #f4c157;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.experience-small-text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  opacity: 0.9;
  line-height: 30px;
}
.middle-style {
  margin-top: 100px;
}
/*=================================================================================
          COMMUNITY SOLUTIONS WRAPPER STYLE
====================================================================================*/
.community-section-wrapper {
  overflow: hidden;
  position: relative;
  height: 470px;
  display: block;
}
.community-section-wrapper-bg {
  background: url(../images/header/calgary-alberta-skyline.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 12s ease alternate infinite;
  -webkit-animation: kenBurns 12s ease alternate infinite;
  background-position: 50% 0%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.community-section-wrapper-overflew {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
.community-section-wrapper-overflew h2 {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  margin-bottom: 25px;
}
.community-section-wrapper-overflew p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  opacity: 0.8;
  margin-bottom: 35px;
}
.community-btn {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
}
.community-btn:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
/*=================================================================================
     BLOG SECTION WRAPPER STYLE
====================================================================================*/
.blog-section-wrapper {
  border-top: 1px solid #ebebeb;
  width: 100%;
  background: #fafafa;
  padding: 70px 0;
}
.blog-section-wrapper h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.single-blog {
  background: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  border-radius: 8px;
  border: 1px solid #ececec;
}
.single-blog-text {
  min-height: 290px;
  max-height: 290px;
  overflow: hidden;
  padding: 25px;
}
.single-blog-text h3 {
  font-size: 22px;
  line-height: 30px;
}
.date {
 font-size: 15px;
 font-weight: 400;
 margin-bottom: 5px;
}
.blog-read-more {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 7px 30px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  border: 0;
  margin-top: 20px;
}
.blog-read-more:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
.all-blog-post {
  text-align: center;
  margin-top: 55px;
}
.all-blog-post a {
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 7px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
}
.all-blog-post a:hover {
  transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  color: #fff;
}
.go-ahead-wrapper-section {
  background: #5D5D5D;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.go-ahead-wrapper-section h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.go-ahead-wrapper-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
.go-ahead-btn-wrapper {
  text-align: center;
}
.go-ahead-btn-wrapper {

}
.btn-go-ahead {
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  padding: 10px 40px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
  margin-right: 20px;
}
.btn-go-ahead:hover {
  transform: translate3d(0,-2px,0);
  -webkit-transform: translate3d(0,-2px,0);
  color: #fff;
}
/*=================================================================================
     FOOTER STYLE
====================================================================================*/
.footer-wrapper {
  background: #252525;
  padding: 60px 0;
  color: #fff;
}
.footer-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #656060;
}
.footer-top p {
  opacity: 0.9;
  line-height: 28px;
}
.footer-top h3 {
  font-size: 20px;
  opacity: 0.9;
}
.footer-top h4 {
  font-size: 20px;
  opacity: 0.9;
}
.footer-top a {
  color: #fff;
  opacity: 0.9;
}
.footer-list {
  margin: 0;
  padding: 0;
}
.footer-list li {
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
}
.footer-list li:first-child {
  padding-left: 0;
}
.footer-list li a {
  display: inline-block;
  opacity: 0.9;
}
.footer-social a:hover {
  color: #fff !important;
}
.footer-social {
  margin-top: 20px;
  margin-left: -10px;
}
.address-footer-ul {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.address-footer-ul li {
  list-style: none;
}
.address-footer-ul li a {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.9;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-banner {
  text-align: center;
  padding: 25px 0;
}
.footer-banner img {
  margin: auto;
}
.footer-small-image-ul {
  text-align: center;
  padding: 10px 60px;
  margin: 0;
}
.footer-small-image-ul li {
  list-style: none;
  display: inline-block;
}
.footer-small-image-ul li img {
  height: 110px;
}
.footer-copy-right-text {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-copy-right-text li {
  display: inline-block;
  list-style: none;
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  padding: 5px 15px;
}
.footer-copy-right-text li a {
  font-style: 14px;
  color: #fff;
  opacity: 0.9;
}
.footer-copy-right-text li a:hover {
  text-decoration: underline !important;
}
.footer-other-link {
  text-align: center;
}
.footer-other-link a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-other-link a:hover {
  text-decoration: underline !important;
}
/*=================================================================================
     CONTACT PAGE STYLE
====================================================================================*/
.page-header {
  background: #000;
  padding: 35px 0 35px 0;
  color: #fff;
}
.page-header h1 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 5px;
}
.page-header h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 22px;
}
/*=================================================================================
                               ABOUT PAGE STYLE
====================================================================================*/
.body-part-1{
  padding-bottom: 110px;
}
.body-part-1 h2{
  font-size: 30px;
  padding: 60px 0 70px;
}
.broker-img{
  /* text-align: center; */
}
.broker-img img{
  box-shadow: 0 17px 30px rgb(0 0 0 / 20%);
  border-radius: 6px;
}
.details-text{
  margin-top: 10px;
}
.details-text h3{
  margin-bottom: 30px;
}
.details-text p{
  font-size: 19px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}
.body-part-2{
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding: 110px 0;
}
.body-part-3{
  border-top: 1px solid #ebebeb;
  padding: 110px 0;
}
.body-part-4{
  border-top: 1px solid #ebebeb;
  background: #fafafa;
  padding: 110px 0;
}
.details-text img{
  margin-bottom: 30px;
}
.body-part-5{
  padding: 110px 0;
  border-top: 1px solid #ebebeb;
}
/*============================================================================
                               ABOUT PAGE STYLE
=============================================================================*/
.main-body{
  background-image: url('../images/cochrane-background.jpg');
  background-size: cover!important;
  background-position: 50% 50%!important;
}
.body-details{
  background: #25252563;
  padding: 100px 0;
}
.top-text-area{
  text-align: center;
}
.top-text-area h2{
  color: #fff;
}
.body-text{
  text-align: center;
  color: #fff;
  opacity: 1;
  margin: 40px 0;
}
.body-text h3{
  font-weight: normal;
  margin: 0;
}
.body-text span{
  font-size: 14px;
}
.body-text a{
  color: #fff;
}
/*============================================================================
                               FOR YOU PAGE STYLE
=============================================================================*/
.for-u-part-1{
  padding: 110px 0;
}
.body-part-reason{
  background: #000;
  padding: 110px 0;
}
.body-part-reason h3{
  color: #fff;
  margin-bottom: 38px;
}
.reason-list-area{
  color: #fff;
}
.reason-list-area ul{
  padding-left: 25px;
}
.reason-list-area ul li{
  border-bottom: 1px solid #eaeaea!important;
  line-height: 28px;
  font-size: 21px;
}
.for-u-part-2{
  padding: 110px 0;
  border-top: 1px solid #ebebeb;
}
/* =============================== EDUCATIONAL VIDEOS =============================== */
.video-section{
  padding: 110px 0;
}
.video-area-text p{
  margin-top: 30px;
  margin-bottom: 0;
}
.video-box{
  border-radius: 8px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
  margin-top: 32px;
}
.video-box img{
  border-radius: 6px 6px 0 0;
}
.video-box a:hover img{
  opacity: .85;
  transition: .4s;
}
.video-text{
  border-radius: 0 0 12px 12px;
  border: 1px solid #ececec;
  text-align: center;
  padding: 24px;
  max-height: 228px;
    min-height: 228px;
}
.video-text-heading{
  max-height: 58px;
  min-height: 58px;
  overflow: hidden;
}
.video-btn{
  margin-top: 80px;
}
.video-btn a{
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  background: #000;
  padding: 5px 32px 7px;
  border-radius: 25px;
  position: relative;
  font-size: 16px;
}
.video-btn a:hover{
  transform: translate3d(0,-2px,0);
-webkit-transform: translate3d(0,-2px,0);
color: #fff;
}
/* ============================ TESTIMONIALS PAGE STYLE ===================================== */
.testimonial-area{
  padding: 60px 0 110px;
}
.testimonial-heading h2{
  font-weight: normal;
  font-size: 26px;
  margin: 0;
}
.quote{
  border-bottom: 1px solid #ddd;
  padding: 32px 0 20px;
}
.quote q{
  font-family: none;
  font-style: italic;
  font-size: 21px;
}
.quote h5{
  font-size: 16px;
  margin-top: 24px;
}
/* ============================ BLOG PAGE STYLE ===================================== */
.blog-section{
  padding: 110px 0;
}
.blog-cat h4{
  font-size: 22px;
  margin-bottom: 24px;
}
.blog-cat ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  font-size: 18px;
}
.blog-cat ul li a{
  color: #4a90e2;
}
.blog-cat ul li a:hover{
  color: #2275d7;
}
.blog-img img{
  border-radius: 6px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%)
}
.blog-body a{
  color: #4a90e2;
}
.blog-body a h3{
  padding-bottom: 16px;
}
.blog-body a:hover {
    color: #2275d7;
    text-decoration: underline !important;
}
.lead{
  padding-top: 6px;
  line-height: 31px;
}
/* <!-- ======================== FAQ SECTION ========================= --> */
.faq-section{
  padding: 60px 0 100px;
}
.qtn-heading h2{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 36px;
}

 #accordion li {
  border-radius: 6px;
  /* #accordion .para-title */
}
 #accordion li + li {
  margin-top: 20px;
}
 #accordion  {
  margin-top: 25px;
}
#accordion .para-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  color: #666;
  border: 1px solid #ECECEC;
}
@media (max-width: 480px) {
#accordion .para-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#accordion .para-title span {
  display: block;
  transition: all 500ms ease;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 440px) {
#accordion .para-title span {
    max-width: 95%;
  }
}
#accordion .para-title.active {
  background: #4a90e2;
  color: #fff;
}
 #accordion .para-title.active i {
  color: #fff;
}
#accordion .para-title i {
  font-size: 14px;

  color: #333;
  font-weight: bold;
}
@media (max-width: 480px) {
    #accordion .para-title i {
    right: 10px;
  }
}
  #accordion .collapse {
  transition: all 500ms ease;
  margin-top: 8px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
}
  #accordion p {
  transition: all 500ms ease;
  background-color: #fff;
  margin: 0;
  padding: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 17px;
}
@media (max-width: 480px) {
    #accordion p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
 __faq-page {
  background-color: #fff;
  padding-top: 70px;
}
@media (max-width: 991px) {
   __faq-page {
    padding-top:60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 425px) {
   __faq-page {
    padding-top:40px;
    padding-bottom: 60px;
  }
}
 __faq-page #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  transition: all 500ms ease;
}
 __faq-page #accordion li.active {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
 __faq-page #accordion li .para-title {
  background-color: #eff2f6;
}
 __faq-page #accordion li .para-title.active {
  background-color: #fff;
}
 __faq-page #accordion li .collapse {
  background-color: #eff2f6;
}

/* =========================== GLOSSARY  PAGE ============================*/
.glossary-section{
  padding: 32px 0 100px;
}
.glossary-btns ul{
  list-style-type: none;
}
.glossary-btns ul li{
  display: inline-block;
  margin-right: 4px;
  margin-top: 26px;
}
.glossary-btns ul li a{
  border: 1px solid #d3d3d3;
  padding: 8px 28px;
  border-radius: 25px;
  position: relative;
}
.glossary-btns ul li a:hover{
  border-color: #333;
  transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}
#glossary-nav{
  padding: 0;
  padding-bottom: 24px;
}
.glossary-body h4{
  padding-bottom: 20px;
}
