/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
  font-family: 'Lato', sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #212741;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ff511a;
  color: #fff;
}

::-moz-selection {
  background: #ff511a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 70px;
  text-align:center;
}
.section-heading h5 {
	font-size:20px;
	font-weight:700;
	color:#BA0003;
	padding:0;
	margin:0 0 10px 0;
}
.section-heading h3 {
	font-size:40px;
	font-weight:700;
	color:#171718;
	padding:0;
	margin:0;
}
.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff511a;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: right;
  margin-top: 50px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 22px;
  text-transform: capitalize;
  color: #171718;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}
.header-area .main-nav .nav > li:last-child a {
	box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.header-area .main-nav .nav li:last-child a {
  font-size: 16px;
  color: #BA0003;
  background-color: #fff;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.header-area .main-nav .nav > li:last-child a:hover {
  color: #fff;
  background:#ba0003;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ba0003;
}


.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: #171718!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #dc2635!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}


.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ba0003;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}



.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ba0003;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000;
}



.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #000;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ba0003;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ba0003!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 51px;
  color: #171718;
  font-weight: 600;
  opacity: 1;
  visibility: visible;
  line-height: 60px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ba0003;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.simple-cta h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}



/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #ff511a;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #43ba7f !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}


/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(../images/calculator-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}

section.calculator .section-heading {
  text-align: left;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select {
  background-color: rgba(121,134,151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}



/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  margin-top: 90px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #43ba7f;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #ff511a;
}



/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #212741;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background: linear-gradient(90deg, #0C0C0D 50%, #858585 152.59%, #C2C2C2 184%);
  padding: 140px 0px 40px;
}

footer p {
  color: #858586;
  font-weight: 400;
  font-size:18px;
  line-height:29px;
}

footer p a {
  color: #c2c2c2;
}
footer p a:hover {
  color: #fff;
}
footer h4.title {font-size:22px; line-height:29px; font-weight:700; color:#FFFFFF; position:relative; padding:0 0 13px 0; margin:0 0 18px 0; font-family: 'Poppins', sans-serif;}
footer h4.title:after {position:absolute; left:0; bottom:0; width:100px; height:5px; border-radius:15px; background:#BA0003; content:"";}

footer img {width:auto;}
footer .about-widget {padding-right:45px;}
footer .about-widget img.logo-pic {margin-bottom:25px;}

footer .about-widget ul.links {margin:25px 0 0 0; padding:0; list-style:none;}
footer .about-widget ul.links li {color:#FFFFFF; font-size:20px; font-weight:700; margin:0 0 10px 0; display:inline-block; font-family: 'Lato', sans-serif;}
footer .about-widget ul.links li.fax {background:url(../images/foot-fax.png) 0px 2px no-repeat; padding-left:27px; margin-right:15px; border-right:solid 1px #FFFFFF; padding-right:18px;}
footer .about-widget ul.links li.call {background:url(../images/foot-call.png) 0px 6px no-repeat; padding-left:25px;}
footer .about-widget ul.links li.mail {background:url(../images/foot-mail.png) 0px 7px no-repeat; padding-left:27px; display:block;}

footer .menu-widget ul li {
	font-weight: 400;
	font-size:18px;
	line-height:29px;
	color: #c2c2c2;
	margin-bottom:10px;
}
footer .menu-widget ul li a {
	color: #c2c2c2;
	text-decoration:none;
}
footer .menu-widget ul li a:hover {
	color: #fff;
	text-decoration:none;
}

.footer-social {text-align:center; margin-top:50px;}
.footer-social ul {margin:0; padding:0; list-style:none;}
.footer-social ul li {margin:0 5px; padding:0; list-style:none; display:inline-block;}
.footer-social ul li a {display:block; width:60px; height:60px; line-height:60px; color:#cacaca; border:solid 1px #cacaca; border-radius:80px; font-size:20px;}
.footer-social ul li a:hover {color:#fff; border:solid 1px #fff;}

.footer-copy { margin-top:30px;}
.footer-copy .copy {font-size:18px; color:#cacaca; font-weight:300;}
.footer-copy ul {text-align:right; margin:0; padding:0; list-style:none;}
.footer-copy ul li {display:inline-block; margin-left:20px; font-size:18px; font-weight:300;}
.footer-copy ul li a {color:#cacaca; text-decoration:none;}
.footer-copy ul li a:hover {color:#fff; text-decoration:none;}

footer .footer-newsletter {position:relative; margin-top:30px;}
footer .footer-newsletter [type="email"] {width:100%; border:solid 1px rgba(255,255,255,0.2); background:none; outline:none; height:60px; padding:0 160px 0 30px; font-size:18px; border-radius:120px;}
footer .footer-newsletter .submit {position:absolute; top:0; right:0; height:60px; padding:0 50px; border-radius:120px; border:none; outline:none;}

footer .footer-newsletter [type="email"]:focus,
footer .footer-newsletter [type="email"]:hover {
  color: #fff;
}

/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}



/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 10px 0px;
  padding-top: 0;
}
.accordion-body > .content {
	padding-bottom:20px;
}
.accordion-body > .content ul {
	margin:0 0 0 20px;
	padding:0;
}
.accordion-body > .content li {
	margin:0;
	padding:0;
	list-style-type:circle;
	font-size:21px;
	line-height:30px;
	color:#969696;
}

.accordion-body > .content ol {
	margin:0 0 0 20px;
	padding:0;
}
.accordion-body > .content ol li {
	list-style-type:disc;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}



/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #43ba7f;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #212741;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #ff511a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: #43ba7f;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}


/*========== My Style ========*/

.btn-red {
	background: #BA0003;
	border-radius: 200px;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	padding:15px 35px;
}
.btn-red:hover {
	background: #161617;
	color: #FFFFFF;
}

.btn-white {
	background: #fff;
	border-radius: 200px;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #BA0003;
	padding:15px 35px;
	border:solid 2px #BA0003;
}
.btn-white:hover {
	background: #BA0003;
	color: #FFFFFF;
	border:solid 2px #BA0003;
}

.btn-white2 {
	background: #fff;
	border-radius: 200px;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	padding:15px 35px;
}
.btn-white2:hover {
	background: #161617;
	color: #FFFFFF;
}
.btn-white3 {
	background: none;
	border-radius: 200px;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding:15px 35px;
	border:solid 2px #fff;
}
.btn-white3:hover {
	background: #fff;
	color: #000;
	border:solid 2px #fff;
}

.top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	text-align:right;
}
.top-header .box {background:#ba0003; border-radius:0 0 0 59px; display:inline-block; padding:15px 35px; position:relative; z-index:3;}
.top-header .box ul {margin:0; padding:0; list-style:none;}
.top-header .box ul li {margin:0; padding:0 0 0 30px; list-style:none; display:inline-block; font-family: 'Lato', sans-serif; font-size:16px; font-weight:700; color:#FFFFFF;}
.top-header .box ul li.fax {background:url(../images/top-fax.png) 0px 0px no-repeat; margin-left:20px;}
.top-header .box ul li.call {background:url(../images/top-call.png) 0px 4px no-repeat; margin-left:20px;}
.top-header .box ul li.mail {background:url(../images/top-mail.png) 0px 5px no-repeat; margin-left:20px;}
.top-header:after {position:absolute; top:0; right:-86%; width:110%; height:100%; background:#ba0003; content:"";}

.banner-search-form [type="text"] {width:100%; height:80px; background:#FFFFFF; border-radius:100px; border:none; outline:none; box-shadow:0px 10px 16px rgba(0,0,0,0.06); padding:0 200px 0 40px; font-size:19px;}
.banner-search-form .sets {max-width:690px; position:relative;}
.banner-search-form .submit {position:absolute; top:0; right:0; background:url(../images/search-icon.png) 115px 22px no-repeat #ba0003; border-radius:100px; border:none; outline:none; color:#FFFFFF; font-size:20px; height:80px; padding:0 80px 0 35px;}
.banner-search-form .submit:hover {background:url(../images/search-icon.png) 115px 22px no-repeat #0c0c0d;}


.services-section {padding-top:0; margin-top:-80px; position:relative; z-index:3;}
.services-section .service-box {
	width: 100%;
	padding:50px;
	position:relative;
	min-height:570px;
}
.services-section .bottom-icon {background:url(../images/black-bg1.png) 0px 0px no-repeat; background-size:100%;}
.services-section .top-icon {background:url(../images/black-bg2.png) 0px 0px no-repeat; background-size:100%;}

.services-section .service-box img {width:auto;}
.services-section .service-box h3 {font-size:32px; font-weight:600; color:#FFFFFF; padding:0; margin:0 0 15px 0;}
.services-section .service-box span {font-size:20px; font-weight:300; color:#D2B48C; padding:0; margin:0 0 15px 0; display:block;}
.services-section .service-box p {font-size:18px; font-weight:400; line-height:27px; color:#CACACA; padding:0; margin:0;}
.services-section .service-box .more {
	position: absolute;
	width: 147px;
	height: 120px;
	text-align:center;
	line-height:110px;
	background: #2E2E31;
	border-radius: 46px;
	right:0px;
	bottom:10px;
}

.services-section .bottom-icon .icon {margin-top:70px;}
.services-section .top-icon .icon {margin-bottom:70px;}

.services-section .top-icon .more {bottom:auto; top:0;}
.services-section .blue {color:#00ADE8 !important;}

.about-section {margin-top:0;}
.about-section .row {align-items: center;}
.about-section .text p {font-size:18px; font-weight:400; line-height:27px; color:#868686; padding:0; margin:0 0 30px 0;}
.about-section .text h4 {
  color: #00ADE8;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom:10px;
}
.about-section .text h5,
.about-section .text h3 {text-align:left;}
.about-section .text .section-heading {margin-bottom:35px;}

.about-section .text ul {margin:0 0 35px 0; padding:0; list-style:none;}
.about-section .text ul li {margin:0 35px 0 0; padding:0; list-style:none; display:inline-block; font-size:18px; color:#9c9c9d;}
.about-section .text ul li strong {display:block; font-size:40px; font-weight:900; font-family: 'Lato', sans-serif; color:#00ADE8;}
.about-section .text ul li.box2 strong {color:#D2B48C;}
.about-section .text .btn-red {margin-right:25px;}

.popular-courses {background:#f9f9f9; padding-top:70px; padding-bottom:70px; margin-top:-25px;}

.popular-courses .courses-areas .box-set {background-size:cover !important; border-radius:20px; position:relative; overflow:hidden;}
.popular-courses .courses-areas .box-set:after {position:absolute; left:0; bottom:0; width:100%; height:100%; content:""; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(24,59,86,0) 100%);}
.popular-courses .courses-areas .box-set h4 {font-size:40px; font-weight:700; line-height:51px; color:#FFFFFF; padding:0; margin:0 0 15px 0;}
.popular-courses .courses-areas .box-set p {font-size:18px; line-height:24px; color:#cacaca; font-weight:400;}
.popular-courses .courses-areas .text {padding:30px; position:absolute; bottom:0; width:100%; z-index:1;}
.popular-courses .courses-areas .bg-pic1 {height:660px;}
.popular-courses .courses-areas .bg-pic2,
.popular-courses .courses-areas .bg-pic3 {margin-bottom:30px;}
.popular-courses .courses-areas .bg-pic2,
.popular-courses .courses-areas .bg-pic3,
.popular-courses .courses-areas .bg-pic4 {height:315px;}

.popular-courses .courses-areas .bg-pic5,
.popular-courses .courses-areas .bg-pic6,
.popular-courses .courses-areas .bg-pic7 {height:315px; margin-top:30px;}

.popular-courses .courses-areas .bg-pic6 .text {max-width:70%;}
.popular-courses .courses-areas .bg-pic4 .text {max-width:70%;}


#portfolio .box-set {background:#FFFFFF; border-radius:30px; overflow:hidden; box-shadow:0px 0px 16px rgba(0,0,0,0.06); margin-bottom:35px;}
#portfolio .box-set .text {padding:30px;}
#portfolio .box-set .text span {font-size:17px; font-weight:700; font-family: 'Lato', sans-serif; color:#00ADE8;}
#portfolio .box-set .text h3 {margin:10px 0 15px 0; font-size:22px; font-weight:800; color:#1E1E1E;}
#portfolio .box-set .text h3 a {color:#1E1E1E; text-decoration:none;}
#portfolio .box-set .text h3 a:hover {color:#BA0003; text-decoration:none;}
#portfolio .box-set .text p {font-size:16px; font-weight:400; line-height:27px; color:#868686; padding:0; margin:0; min-height:81px;}
#portfolio .box-set .text ul {display:flex; justify-content: space-between; border-top:solid 1px #dedede; padding-top:15px; margin-top:15px;}
#portfolio .box-set .text ul li {font-size:16px; color:#868686;}
#portfolio .box-set .text ul li.group {background:url(../images/group-icon.png) 0px 4px no-repeat; padding-left:30px;}
#portfolio .box-set .text ul li.session {background:url(../images/seassion-icon.png) 0px 1px no-repeat; padding-left:28px;}

#portfolio #portfolio-flters {background:#fff; display:flex; padding:10px 0; border-radius:120px; margin-bottom:50px;  box-shadow:0px 0px 16px rgba(0,0,0,0.04);}
#portfolio #portfolio-flters li {padding:13px 30px; border-radius:100px; margin:0 10px; font-size:18px; color:#39393C; cursor:pointer;}
#portfolio #portfolio-flters li.filter-active {background:#ba0003; color:#fff;}

.button-area {text-align:center; margin-top:25px;}
.button-area a.btn {background:url(../images/search-icon.jpg) 90% 13px no-repeat #ba0003; padding-right:80px;}


.weoffer-section .child-boxs img {width:auto;}
.weoffer-section .iconbox {padding:50px; margin-bottom:0px; min-height:315px;}
.weoffer-section .iconbox h4 {font-size:21px; font-weight:700; color:#ba0003; padding:0; margin:0 0 10px 0;}
.weoffer-section .iconbox p {font-size:16px; font-weight:400; color:#868686; padding:0; margin:0;}
.weoffer-section .bgpic1 {background:url(../images/white-bgpic1.png) 0px 0px no-repeat; background-size:100%; text-align:right;}
.weoffer-section .bgpic2 {background:url(../images/white-bgpic2.png) 0px 0px no-repeat; background-size:100%;}

.weoffer-section .bgpic1 .icon {margin-bottom:25px;}
.weoffer-section .bgpic2 .icon {margin-top:25px;}
.weoffer-section .child-boxs {align-items: center;}

.weoffer-section .info .section-heading { text-align:right; margin-bottom:35px;}
.weoffer-section .info p {font-size:18px; line-height:29px; color:#9c9c9d; font-weight:400; text-align:right;}

.testimonial-section {padding-top:120px; padding-bottom:120px; background:url(../images/testimonial-bgs.png) center no-repeat #1f1f20; background-size:cover; margin-top:0; position:relative; overflow:hidden;}
.testimonial-section:after {position:absolute; left:6%; top:-30px; width:248px; height:186px; background:url(../images/testimonial-icon.png) center no-repeat; content:"";}
.testimonial-section .section-heading h3 {color:#FFFFFF;}

.owl-testimonials .boxs {background:#FFFFFF; border-radius:50px; padding:30px;}
.owl-testimonials .boxs .tops {display: flex; align-items: center; margin-bottom:25px;}
.owl-testimonials .boxs .tops img {border-radius:100px; width:78px;}
.owl-testimonials .boxs .tops span {font-size:24px; font-weight:700; color:#1E1E1E; margin-left:15px; font-family: 'Lato', sans-serif;}
.owl-testimonials .boxs p {font-size:18px; line-height:29px; color:#9c9c9d; font-weight:400;}
.owl-testimonials .boxs .star {width:auto; margin-top:25px;}
.owl-testimonials .owl-dots {text-align:center; margin-top:25px;}
.owl-testimonials .owl-dots .owl-dot {display:inline-block; width:25px; height:7px; border-radius:10px; background:#464646; margin:0 2px;}
.owl-testimonials .owl-dots .active {width:50px; height:7px; background:#fff;}

.owl-testimonials .owl-nav .owl-prev span,
.owl-testimonials .owl-nav .owl-next span {
    color: #fff;
    font-size: 35px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 31px;
    border: solid 1px;
    border-radius: 80px;
	position:absolute;
}
.owl-testimonials .owl-nav .owl-prev span {left:-55px;}
.owl-testimonials .owl-nav .owl-next span {right:-55px;}

.owl-testimonials .owl-nav {position:absolute; width:100%; top:38%;}

.faqs-section .accordions {margin:0 auto; max-width:1180px;}
.faqs-section .bottom-image {margin-top:40px;}

.accordions .accordion-head strong {font-size:45px; font-weight:700; color:#9d9da1; position:absolute; left:0; top:11px;}
.accordions .accordion-head {
    padding: 15px 70px 15px 80px !important;
    font-size: 32px !important;
    font-weight: 700;
    color: #212741;
	position:relative;
}
.accordions .accordion-body {
    padding: 0px 0px 0px 80px;
}
.accordions .accordion-body p {
	font-size:21px;
	color:#969696;
	line-height:32px;
}
.accordion-head span.icon {
	background:#f3f5f6;
	width:48px;
	height:48px;
	border-radius:100px;
	line-height:48px;
	text-align:center;
	font-size:21px;
	position:absolute;
	top:15px;
	right:0;
}
.accordion-head span.icon i {float:none;}
.accordion-head.is-open .icon {
    transform: rotate(22deg);
	color:#FFFFFF;
	background:#ba0003;
}

.blogs-section {padding-bottom:80px;}
.blogs-section .section-heading {text-align:left; margin-bottom:0;}
.blogs-section .btnarea {text-align:right;}

.blogs-section .top-area {margin-bottom:55px;}

.blogs-section .top-blog .sets {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 50px;
}
.blogs-section .top-blog .photo {background-size:cover !important; width:100%;}
.blogs-section .top-blog .info {background:#FFF6F2;}

.blogs-section .top-blog .info {padding:40px;}
.blogs-section .top-blog .info span.cat span {display:inline-block; background:#FFFFFF; padding:10px 20px; border-radius:100px; font-size:16px; color:#39393C;}
.blogs-section .top-blog .info h4 {margin:10px 0 15px 0; font-size:35px; line-height:40px; font-weight:700; color:#171718;}
.blogs-section .top-blog .info h4 a {color:#171718; text-decoration:none;}
.blogs-section .top-blog .info h4 a:hover {color:#BA0003; text-decoration:none;}

.blogs-section .top-blog .info p {font-size:20px; line-height:30px; font-weight:400; color:#171718;}
.blogs-section .top-blog .auther-bot {align-items: center; justify-content: space-between; margin-top:35px;}
.blogs-section .top-blog .auther-bot .right {font-size:16px; font-weight:600; color:#BA0003;}
.blogs-section .top-blog .auther-bot .left {align-items: center;}
.blogs-section .top-blog .auther-bot .left img {width:40px; border-radius:60px; margin-right:15px;}

.blogs-section .bottom-blog {margin-top:30px;}
.blogs-section .bottom-blog .post-loop img.post-photo {border-radius:50px;}
.blogs-section .bottom-blog .post-loop {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
.blogs-section .bottom-blog .post-loop:after {position:absolute; left:0; bottom:0; width:100%; height:100%; background:url(../images/post-overlay.png) bottom center no-repeat; background-size:100%; content:"";}
.blogs-section .bottom-blog .text-box {position:absolute; bottom:0; left:0; right:0; padding:30px; z-index:2;}

.blogs-section .bottom-blog .text-box h4 {margin:10px 0 15px 0; font-size:35px; line-height:40px; font-weight:700; color:#fff;}
.blogs-section .bottom-blog .text-box h4 a {color:#fff; text-decoration:none;}
.blogs-section .bottom-blog .text-box h4 a:hover {color:#BA0003; text-decoration:none;}

.blogs-section .bottom-blog .text-box p {font-size:20px; line-height:30px; font-weight:400; color:#fff;}
.blogs-section .bottom-blog .text-box .auther-bot {align-items: center; justify-content: space-between; margin-top:30px;}
.blogs-section .bottom-blog .text-box .auther-bot .right {font-size:16px; font-weight:600; color:#e2e2e2;}
.blogs-section .bottom-blog .text-box .auther-bot .left {align-items: center; color:#FFFFFF;}
.blogs-section .bottom-blog .text-box .auther-bot .left img {width:40px; border-radius:60px; margin-right:15px;}

.top-footer-section {margin-top:0; margin-bottom:-70px; position:relative; z-index:1;}
.top-footer-section .btn {
	background: #fff;
	border-radius: 200px;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #171718;
	padding:15px 35px;
}
.top-footer-section .btn:hover {
	background: #fff;
	color: #BA0003;
}
.top-footer-section .container {max-width:1300px; padding:0 30px;}
.top-footer-section .row {background:url(../images/topfooter-bgs.png) bottom center no-repeat; background-size:cover; border-radius:20px; padding:40px; align-items: center;}
.top-footer-section .btnarea {text-align:center;}
.top-footer-section .text {color:#FFFFFF; font-size:30px; line-height:50px; font-style:italic;}
.top-footer-section .text strong {color:#FFFFFF; font-size:50px; font-weight:700;} 

body,
html {overflow-x:hidden;}

.innerpage-header {background:url(../images/inner-header-bg.png) bottom center no-repeat; background-size:cover; padding:200px 30px 0px;}
.innerpage-header h1 {text-align:center; color:#BA0003; font-size:46px; font-weight:700; line-height:50px; font-family: 'Poppins', sans-serif;}
.innerpage-header h1 span {display:inline-block; position:relative;}
.innerpage-header h1 span:after {position:absolute; left:-22px; top:-20px; width:38px; height:39px; content:""; background:url(../images/title-top.png) 0px 0px no-repeat;}
.innerpage-header .banner-search-form {margin:0 auto; max-width:650px; margin-top:45px;}

.course-catalog-main .main-top ul {display:flex; padding-top:0px; margin-top:30px;}
.course-catalog-main .main-top ul li {font-size:16px; color:#868686;}
.course-catalog-main .main-top ul li.group {background:url(../images/group-icon.png) 0px 4px no-repeat; padding-left:30px; margin-right:25px;}
.course-catalog-main .main-top ul li.session {background:url(../images/seassion-icon.png) 0px 1px no-repeat; padding-left:28px;}

.course-catalog-main .main-top span.subtitle {font-size:19px; font-weight:700; color:#00ADE8;}
.course-catalog-main .main-top h2 {font-size:49px; font-weight:700; line-height:51px; color:#333333; padding:0; margin:5px 0 25px 0;}
.course-catalog-main .main-top p {font-size:16px; line-height:26px; color:#868686;}

.course-catalog-main .what-will-area {position:relative; margin-top:50px; padding:50px 0;}
.course-catalog-main .what-will-area:after {background:#fffaf8; position:absolute; left:-500%; top:0; width:1000%; height:100%; content:"";}
.course-catalog-main .what-will-area > div {position:relative; z-index:2; margin-bottom:35px;}

.course-catalog-main .what-will-area h3 {font-size:32px; font-weight:600; color:#BA0003; padding:0; margin:0 0 30px 0; line-height:36px;}
.course-catalog-main .what-will-area p {font-size:16px; line-height:26px; color:#868686; margin-bottom:15px;}
.course-catalog-main .what-will-area ul.list {margin:0; padding:0; list-style:none;}
.course-catalog-main .what-will-area ul.list li {margin:0 0 5px 0; padding:0 0 0 20px; list-style:none; position:relative; color:#868686; font-size:16px; line-height:24px;}
.course-catalog-main .what-will-area ul.list li:after {position:absolute; left:0; top:8px; width:8px; height:8px; background:#D2B48C; border-radius:15px; content:"";}

.course-catalog-main .right-side {padding-left:40px;}
.course-catalog-main .right-side .sets {position:relative; z-index:3; background:#FFFFFF; padding:30px; border-radius:20px; box-shadow:0px 0px 16px rgba(0,0,0,0.04);}
.course-catalog-main .right-side .photo {border:solid 1px #EBEBEB; border-radius:20px; overflow:hidden; margin-bottom:20px;}
.course-catalog-main .right-side .price {text-align:center; display: flex; align-items: center; justify-content: center;}
.course-catalog-main .right-side .price strong {text-align:center; font-size:32px; font-weight:500; color:#292929; line-height:35px; margin-right:5px;}
.course-catalog-main .right-side .price span {text-align:center; font-size:20px; font-weight:500; color:#ADADAD; line-height:24px; margin-left:5px;}
.course-catalog-main .right-side a.btn-red {display:block; margin-top:20px; margin-bottom:20px;}
.course-catalog-main .right-side p {text-align:center; color:#858586; font-size:16px; line-height:24px;}
.course-catalog-main .right-side ul.course {margin-top:20px;}
.course-catalog-main .right-side ul.course li {font-size:18px; line-height:27px; color:#0C0C0D; padding:2px 0 2px 40px; margin:0 0 15px 0;}
.course-catalog-main .right-side ul.course li span {color:#858586;}
.course-catalog-main .right-side ul.course li.ico1 {background:url(../images/single-icon1.png) 0px 0px no-repeat;}
.course-catalog-main .right-side ul.course li.ico2 {background:url(../images/single-icon2.png) 0px 0px no-repeat;}
.course-catalog-main .right-side ul.course li.ico3 {background:url(../images/single-icon3.png) 0px 0px no-repeat;}
.course-catalog-main .right-side ul.course li.ico4 {background:url(../images/single-icon4.png) 0px 0px no-repeat;}
.course-catalog-main .right-side ul.course li.ico5 {background:url(../images/single-icon5.png) 0px 0px no-repeat;}

.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.accordions-small span.icon {left:10px; right:auto;}
.accordions-small .accordion-head strong {
    font-size: 18px;
    font-weight: 500;
    color: #A7A7A7;
    position: absolute;
    left: auto;
    top: 15px;
    right: 20px;
}
.accordions-small .accordion-head {
    padding: 15px 110px 15px 70px !important;
    font-size: 20px !important;
    font-weight: 400;
    color: #39393C;
    position: relative;
	background:#FFFFFF;
}
.accordions-small .accordion-head.is-open {background:#ba0003;}
.accordions-small .accordion-head.is-open span,
.accordions-small .accordion-head.is-open strong {color:#FFFFFF;}
.accordions-small .accordion-head.is-open .icon {
    transform: rotate(-45deg);
    color: #FFFFFF;
    background:none;
}
.accordions-small .accordion-head span.icon i {
    transform: rotate(90deg);
}
.accordions-small .accordion-head span.icon {
    background:none;
}
.accordions-small .accordion-head span.icon {
    top: 5px;
}
.accordions-small .accordion-body {
    padding: 0px 0px 0px 70px;
}
.accordions-small .accordion-body .content {padding-top:20px;}
.accordions-small .accordion-body p {
    font-size: 16px !important;
    color: #0C0C0D !important;
    line-height: 24px !important;
}
.accordions-small .accordion {
    border-bottom: none;
    margin-bottom: 20px;
}

.accordions-small .accordion-body .content ul li {margin-bottom:15px; padding-left:44px; position:relative; line-height:25px;}
.accordions-small .accordion-body .content ul li i {background:#ba0003; color:#FFFFFF; border-radius:60px; height:24px; width:24px; text-align:center; line-height:24px; font-size:14px; position:absolute; left:0; top:0;}

.course-catalog-main .what-will-area ul.link {margin:0; padding:0; list-style:none;}
.course-catalog-main .what-will-area ul.link li {width:14.3%; display:inline-block; text-align:center; margin-right:2%; margin-bottom:25px;}
.course-catalog-main .what-will-area ul.link li a {display:block; background:#FFFFFF; border:solid 1px #EDEDED; padding:10px 15px; border-radius:80px; font-size:16px; color:#39393C;}
.course-catalog-main .what-will-area ul.link li a:hover {background:#ba0003; border:solid 1px #ba0003; color:#fff;}

/*============ Stikcy Header ==========*/
.background-header {
  background-color: #cacaca;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav {
    margin-top: 16px;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ba0003;
  opacity: 1;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
}

/* blogs section */
.blogs-section .post-area {
  padding-top: 80px;
}
.blogs-section .post {
  padding-bottom: 80px;
}
.blogs-section .post .post-img img {
    border-radius: 50px;
}
.blogs-section .post .post-body {
  padding-top: 45px;
}
.blogs-section .post .post-meta {
  margin-bottom: 20px;
}
.blogs-section .post .post-meta .post-date {
  color: #BA0003;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogs-section .post .post-body .post-title {
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 102.857% */
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  background: var(--Linear, linear-gradient(90deg, #0C0C0D 50%, #858585 152.59%, #C2C2C2 184%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blogs-section .post .post-body p {
  color: #2E2E31;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.blogs-section .post .post-body .auther-bot {
  margin-top: 21px;
  align-items: center;
}
.blogs-section .post .post-body .auther-bot  span {
  padding-left: 20px;
  color: #0C0C0D;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-area {
  background: #F9F9F9;
  padding: 17px 0px;
}
.breadcrumb-area .breadcrumb-pagination {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumb-area .breadcrumb-pagination li {
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Linear, linear-gradient(90deg, #0C0C0D 50%, #858585 152.59%, #C2C2C2 184%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breadcrumb-area .breadcrumb-pagination li a {
  color: rgba(57, 57, 60, 0.5);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-area .breadcrumb-pagination li:after {
  content: " / ";
  color: rgba(57, 57, 60, 0.5);
}
.breadcrumb-area .breadcrumb-pagination li:last-child:after {
  display: none;
}

.blogs-single .photo.sets {
  min-height: 508px;
}
.blogs-single .photo.sets .blog-title-area {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 80px;
  width: calc(100% - 80px);
}
.blogs-single .photo.sets h2 {
  color: #FFF;
  font-family: Lato;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 70.588% */
  letter-spacing: 0.2px;
}
.blogs-single.blogs-section .top-blog .auther-bot {
  margin-top: 0px;
}
.blogs-single .post-content {
  padding: 65px 65px 0px 65px;
}
.blogs-single .post-content p {
  color: #121416;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 165% */
  padding-bottom: 30px;
}
.blogs-section.blogs-single  .top-blog .auther-bot .left,
.blogs-section.blogs-single  .top-blog .auther-bot .right {
  color: #fff;
  font-weight: normal;
}
.blogs-section.blogs-single  .top-blog .auther-bot .right {
  padding-left: 35px;
}
.blogs-single .post-content blockquote {
  color: #121416;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  width: calc(100% - 39%);
  margin: 0 auto;
  padding: 30px 0px 50px 0px;
}

.blogs-single .post-content blockquote:before,
.blogs-single .post-content blockquote:after {
  position: absolute;
}
blockquote:before {
  content: '';
  background: #ffffff url(../images/quote.png) no-repeat;
  width: 41px;
  height: 38px;
  left: -60px;
  top: 40px;
}

/*blockquote:after {
  content: '”';
  right: -5rem;
  bottom: 1rem;
}*/

.blogs-single .post-content h3 {
  font-family: Lato;
  font-size: 27px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #BA0003;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.related-posts {
  border-top: 1px solid #CACACA;
  margin-top: 0;
  padding-top: 60px;
}
.related-posts .related-posts-title {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0em;
  color: #171718;
}
.blogs-section.related-posts .post-area {
    padding-top: 50px;
}

.blogs-page .innerpage-header {
  position: relative;
}
.header-search {
  position: relative;
  text-align: center;
  width: 100%;
  bottom: -100px;
}
.header-search .search {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.header-search .search input {
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px #0000000F;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  border: none;
  color: rgba(57, 57, 60, .5);
  padding: 25px 35px;
  width: 100%;
}
.header-search .search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(57, 57, 60, 1);
  opacity: .5; /* Firefox */
}
.header-search .search button {
  background: rgba(186, 0, 3, 1);
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  border-radius: 40px;
  padding: 20px 45px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
}
.header-search .search button img {
    width: auto;
    margin-left: 10px;
}

.header-search .search input:focus,
.header-search .search button:focus {
    outline: none;
}

.weoffer-section.contact-info-section .info p,
.weoffer-section.contact-info-section .info .section-heading {
  text-align: left;
}
.weoffer-section.contact-info-section .iconbox p {
  font-size: 15px;
}

.weoffer-section.contact-info-section .info span {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: right;
  background: rgba(12, 12, 13, 1);
}
.weoffer-section.contact-info-section .child-boxs {
  background: #ffffff url(../images/contact-bg1.png) no-repeat;
  background-size: 110%;
  background-position: center center;
}
.contact-info-section {
  padding-bottom: 60px;
}
.contact-info-section .info p {
  padding-bottom: 20px;
}
ul.social-links {
  margin-top: 10%;
}
ul.social-links li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
ul.social-links li:last-child {
  margin-right: 0;
}
.get-in-touch-area {
  background: #ffffff url(../images/get-in-bg.png) no-repeat;
  background-size: 110%;
  background-position: center center;
  padding: 100px 0px;
  margin-bottom: 80px;
}
.get-in-touch-area h2 {
  font-family: Lato;
  font-size: 47px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.get-in-touch-area form {
  background: #fff;
  border-radius: 50px;
  padding: 50px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
.get-in-touch-area form .form-group {
  margin-bottom: 15px;
}
.get-in-touch-area form label {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.get-in-touch-area form input,
.get-in-touch-area form textarea {
  border: 0;
  background: rgba(241, 241, 241, 1);
  padding: 15px 25px;
  border-radius: 7px;
}
.get-in-touch-area form button {
  background: rgba(255, 214, 0, 1);
  border-radius: 200px;
  position: absolute;
  bottom: -30px;
  border-color: rgba(255, 214, 0, 1);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #0C0C0D;
  padding: 20px 50px;
    transform: translateX(-90px);
}
.get-in-touch-area form button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.get-in-touch-area form input::placeholder,
.get-in-touch-area form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Lato;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: rgba(23, 23, 23, 1);
}

.get-in-touch-area form input:focus,
.get-in-touch-area form textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background: rgba(241, 241, 241, 1);
}
.get-in-touch-area form button:focus {}

.content-sections {
  position: relative;
  padding-bottom: 100px;
}

.content-sections h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.content-sections p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.content-sections .section-bg {
  position: relative;
}
.content-sections .section-bg:before,
.content-sections .section-bg:after {
  position: absolute;
}
.content-sections .section-bg:before {
  content: '';
  background: url(../images/section-top-bg.png) no-repeat;
  width: 558px;
  height: 558px;
  right: 0px;
  top: 90px;
  max-width: 558px;
}
.content-sections .section-bg:after {
  content: '';
  background: url(../images/section-bot-bg.png) no-repeat;
  width: 558px;
  height: 558px;
  left: -50px;
  bottom: -450px;
  max-width: 558px;
}
.about-footer-area {
  margin-top: -50px;
}
.about-footer-box {}
.about-footer-box img {
  width: 110px;
}
.about-footer-box .about-footer-text {}
.about-footer-box .about-footer-text span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #0C0C0D;
}
.about-footer-box .about-footer-text p {}


/*popular-courses-section*/
.popular-courses-section {
  background: url(../images/popular-courses-bg.png) no-repeat;
  background-position: center center;
  padding: 85px 0px;
  margin-bottom: 80px;
  background-size: cover;
}
.popular-courses-section .top-area {
    margin-bottom: 55px;
}
.popular-courses-section .section-heading {
    text-align: left;
    margin-bottom: 0;
}
.popular-courses-section .section-heading h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.popular-courses-section .section-heading h3 span {
  color: #FFB900;
}
.popular-courses-section .section-heading p {
  color: rgba(255, 255, 255, .5);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.popular-courses-section .btnarea {
    text-align: right;
}
.popular-courses-section .btn-red {
    background: #FFFFFF;
    border-radius: 200px;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 15px 35px;
}
.popular-courses-section .btn-red:hover {
    background: #161617;
    color: #FFFFFF;
}
.popular-courses-section .bottom-blog {
  padding-left: 40px;
  padding-right: 40px;
}
.popular-courses-section .post-loop {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.popular-courses-section .post-loop:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background-size: 100%;
  content: "";
}
.popular-courses-section .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
}
.popular-courses-section .text-box h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.popular-courses-section .text-box h4 a {
    color: #fff;
    text-decoration: none;
}
.courses-number-section {
  background: #fff;
  padding: 0px 0px 100px 0;
}
.courses-number-bg {
  border-radius: 50px;
  background: #FFF6F2;
  padding: 43px 58px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 26px;
}
.courses-number-section .courses-number-content {
      width: 70%;
}
.courses-number-section .courses-number-content h3 {
  color: #171718;
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.courses-number-section .courses-number-content .number-box-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  padding-top: 50px;
}
.courses-number-content .number-box-area .number-box {
  margin-bottom: 34px;
}
.courses-number-content .number-box-area .number-box .number {}
.courses-number-content .number-box-area .number-box .text {
  padding-left: 10px;
  padding-right: 30px;
}
.courses-number-content .number-box-area .number-box .number span {
  color: #D2B48C;
  font-family: Lato;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
.courses-number-section .courses-number-content .number-box h3 {
  color: #171718;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.courses-number-section .courses-number-content .number-box p {
  color: #171718;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
/*.courses-number-section .courses-number-img {
  background: url(../images/courses-numbe-img.png) no-repeat;
  background-position: center center;
  padding: 85px 0px;
  margin-bottom: 80px;
}*/
.courses-number-section .courses-number-img {
  width: 30%;
  position: relative;
}
.courses-number-section .courses-number-img img {
  position: absolute;
  top: 40px;
}

.testimonial-title-section {
  padding-top: 70px;
  padding-bottom: 160px;
  background: url(../images/testimonial-bgs2.png) top center no-repeat #0000;
  background-size: cover;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.testimonial-title-section .section-heading {
  text-align: left;
}
.testimonial-title-section .section-heading h3 {
  color: #FFFFFF;
}
.testimonial-section.style-2 {
  padding-top: 0;
  padding-bottom: 0px;
  background: none;
  background-size: contain;
  margin-top: -160px;
  position: relative;
  overflow: initial;
}
.testimonial-section.style-2:after {display: none;}
.testimonial-section.style-2 .section-heading {
  text-align: left;
}
.testimonial-section.style-2 .section-heading h3 {color:#FFFFFF;}

.owl-testimonials-style-2 .boxs {background:#FFFFFF; border-radius:50px; padding:30px;
box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
}
.owl-testimonials-style-2 .boxs .tops {display: flex; align-items: center; margin-bottom:25px;}
.owl-testimonials-style-2 .boxs .tops img {border-radius:100px; width:78px;}
.owl-testimonials-style-2 .boxs .tops span {font-size:24px; font-weight:700; color:#1E1E1E; margin-left:15px; font-family: 'Lato', sans-serif;}
.owl-testimonials-style-2 .boxs p {font-size:18px; line-height:29px; color:#9c9c9d; font-weight:400;}
.owl-testimonials-style-2 .boxs .star {width:auto; margin-top:25px;}
.owl-testimonials-style-2 .owl-dots {text-align:center; margin-top:25px;}
.owl-testimonials-style-2 .owl-dots .owl-dot {display:inline-block; width:25px; height:7px; border-radius:10px; background:#464646; margin:0 2px;}
.owl-testimonials-style-2 .owl-dots .active {width:50px; height:7px; background:#fff;}

.owl-testimonials-style-2 .owl-nav .owl-prev span,
.owl-testimonials-style-2 .owl-nav .owl-next span {
    color: #fff;
    font-size: 35px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 31px;
    border: solid 1px;
    border-radius: 80px;
  position:absolute;
}
.owl-testimonials-style-2 .owl-nav .owl-prev span {right: 80px;}
.owl-testimonials-style-2 .owl-nav .owl-next span {right:20px;}

.owl-testimonials-style-2 .owl-nav {position:absolute; width:100%; top:-33%;}

/*about-page*/
.about-page .about-section {
  margin-top: 80px; 
}
.about-page .about-section .text ul {
  margin:35px 0px 0px 0px; 
}
.about-features-section {
  padding-top: 70px;
  padding-bottom: 0;
  background: url(../images/about-features-bg.png) top center no-repeat #0000;
  background-size: cover;
  margin-top: 0;
  position: relative;
}
.about-features-section .section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}
.about-features-section .section-heading h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.about-features-section .section-heading h3 span {
  color: #BA0003;
}
.about-features-section .section-content p {
  color: rgba(255, 255, 255, .5);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

/*about-choose-section*/
.about-choose-section {

}
.about-choose-section .section-heading {
  margin-bottom: 40px;
  text-align: left;
}
.about-choose-section .section-heading h3 {
  text-transform: capitalize;
}
.about-choose-section .section-heading h3 span {
  color: #BA0003;
  text-transform: lowercase;
}
.about-choose-section ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}
.about-choose-section ul li:before {
  position: absolute;
  content: "";
  background: url(../images/tick-circle-solid.png) top center no-repeat #0000;
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: 0;
  left: 0;
}
.about-choose-section ul li h3 {
  color: #171718;
  font-family: Lato;
  font-size: 21.67px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.about-choose-section ul li p {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  color: rgba(57, 57, 60, .5);
}


.about-features-section .iconbox {padding:40px 30px; margin-bottom:0px;}
.about-features-section .iconbox h4 {font-size:21px; font-weight:700; color:#ba0003; padding:0; margin:0 0 10px 0;}
.about-features-section .iconbox p {font-size:16px; font-weight:400; color:#868686; padding:0; margin:0; line-height:22px;}
.about-features-section .bgpic1 {background:url(../images/iconbg-01.png) -10px 0px no-repeat; background-size:110% 100%;}
.about-features-section .bgpic2 {background:url(../images/iconbg-02.png) -10px 0px no-repeat; background-size:110% 100%; position:relative; top:-60px;}
.about-features-section .bgpic3 {background:url(../images/iconbg-03.png) -10px 0px no-repeat; background-size:110% 100%; text-align:right;}
.about-features-section .bgpic4 {background:url(../images/iconbg-04.png) -10px 0px no-repeat; background-size:110% 100%; text-align:right; margin-left:auto; margin-top:-60px;}
.about-features-section .bgpic5 {background:url(../images/iconbg-05.png) -10px 0px no-repeat; background-size:110% 100%; margin-right:auto; margin-top:-60px;}

.about-features-section .bgpic1 .icon {margin-top:20px;}
.about-features-section .bgpic2 .icon {margin-bottom:20px;}
.about-features-section .bgpic3 .icon {margin-top:20px;}
.about-features-section .iconbox img {width:auto;}
.about-features-section .mb-minus {margin-bottom:-140px;}

.firststeps-section {padding-bottom:0; background:url(../images/first-step-bg.png) center no-repeat #211a6d; background-size:cover; padding-top:60px; height:550px; margin-bottom:450px;}
.firststeps-section .top-texts {text-align:center; margin:0 auto; max-width:850px;}
.firststeps-section .top-texts p {font-size:18px; line-height:28px; color:#a5a2c5;}
.firststeps-section .top-texts h3 {color:#FFFFFF; font-size:51px; font-weight:600; line-height:65px; margin:0 auto; max-width:600px; margin-bottom:25px;}
.firststeps-section .top-texts h3 span {color:#ffb900;}
.firststeps-section .top-texts .btn {margin:0 5px;}
.firststeps-section .top-texts .btn-area {margin-top:30px; margin-bottom:70px;}
.firststeps-section .video-box {margin:0 auto; max-width:1100px;}

.partnered-companies {padding-top:50px; padding-bottom:50px; background:url(../images/partnered-companiesbg.png) center no-repeat #232323; background-size:cover; margin-top:0;}
.partnered-companies .text-box {padding-right:40px;}
.partnered-companies .text-box span {font-size:20px; font-weight:700; color:#BA0003;}
.partnered-companies .text-box h3 {font-size:40px; line-height:48px; font-weight:700; color:#fff; margin:0 0 20px 0;}
.partnered-companies .text-box p {font-size:21px; line-height:30px; font-weight:400; color:#fff;}
.partnered-companies .text-box .btn {border:none; margin-top:40px; color:#333333;}
.partnered-companies .text-box .btn:hover {color:#fff;}

.woman-banner {position:relative;}
.woman-banner .pic {position:absolute; left:-30px; bottom:0;}
.woman-banner .pic img {max-width:100%;}
.woman-banner .banner-search-form {position:relative;}

@media (max-width: 1199px) {
  .header-search .search input {
    font-size: 17px;
    line-height: normal;
    padding: 15px 25px;
  }
  .header-search .search button {
    padding: 15px 25px;
    font-size: 17px;
    line-height: normal;
  }
  .header-search .search button img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .header-search {
    bottom: -30px;
  }
  .header-search .search input {
    font-size: 14px;
    line-height: normal;
    padding: 15px 25px;
  }
  .header-search .search button {
    padding: 15px 25px;
    font-size: 13px;
    line-height: normal;
  }
  .header-search .search button img {
    width: 20px;
  }
}