/* Cpcos HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Business Section / Two
7. Counter Section / Two
8. Welcome Section
9. Consult Section / Two
10. Studies Section
11. Testimonial Section / Two / Three
12. News Section / Two
13. Info Section
14. Main Footer / Two / Three
15. Banner Section / Two / Three
16. Services Section
17. Motivation Section
18. Customer Section
19. Newsletter Section / Two
20. Featured Section
21. Clienst Section
22. Connection Section
23. Relationship Section
24. Case Study Section
25. Certificate Section
26. Coaching Section
27. Trial Section
28. Events Section
29. Appointment Section
30. Page Title Section
31. Team Section
32. About Section
33. Faq's Section
34. Pricing Section
35. Event Detail Section
36. Courses Section
37. Courses Detail Section
38. Not Found Section
39. Shop Section
40. Cart Section
41. Checkout Section
42. Form Section
43. Map Section

**********************************************/

/* 

	font-family: 'Lato', sans-serif;
	font-family: 'Merienda', cursive;
	font-family: 'Montserrat', sans-serif;

*/

@import url("font-awesome.css");
@import url("flaticon.css");
/* @import url("animate.css"); */
@import url("owl.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("jquery.mCustomScrollbar.min.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

@font-face {
  font-family: "Conv_Muli";
  src: url("../fonts/Muli.eot");
  src: url("../fonts/Muli.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Muli.woff") format("woff"),
    url("../fonts/Muli.ttf") format("truetype"),
    url("../fonts/Muli.svg#Muli") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.eot");
  src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Muli-SemiBold.woff") format("woff"),
    url("../fonts/Muli-SemiBold.ttf") format("truetype"),
    url("../fonts/Muli-SemiBold.svg#Muli") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  position: relative;
  font-size: 16px;
  color: #0c0d24;
  line-height: 1.9em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #f9661f;
}

button {
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 700;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
}

input,
button,
select,
textarea {
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.7em;
  font-size: 16px;
  color: #0c0d24;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

/* Typography */

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  line-height: 1.4em;
}

h6 {
  font-size: 18px;
}

/* List Style One */

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 38px;
  line-height: 1.8em;
}

.list-style-one li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 24px;
  height: 14px;
  display: inline-block;
  background: url(../images/icons/check.png) no-repeat;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 0px;
  padding: 15px 40px;
  text-transform: capitalize;
  background-color: #f9661f;
  outline: 1px solid #ffffff;
  outline-offset: -5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #0c0d24;
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: #ffffff;
}

/* Btn Style Two */

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #0c0d24;
  padding: 14px 47px 14px;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #0c0d24;
}

.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #f9661f;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

.btn-style-two:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-two:hover {
  color: #ffffff;
  border-color: #f9661f;
}

/* Btn Style Three */

.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  border-radius: 0px;
  padding: 15px 42px;
  background: #0c0d24;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

.btn-style-three:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #f9661f;
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: #ffffff;
}

/* Btn Style Four */

.btn-style-four {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #0c0d24;
  padding: 14px 25px 14px;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 0px;
  text-transform: capitalize;
  border: 2px solid #0c0d24;
}

.btn-style-four:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #f9661f;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.btn-style-four .txt {
  position: relative;
  z-index: 1;
}

.btn-style-four i {
  font-style: normal;
  margin-left: 50px;
}

.btn-style-four:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-four:hover {
  color: #ffffff;
  border-color: #f9661f;
}

/* Btn Style Five */

.btn-style-five {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 4px;
  padding: 15px 46px;
  text-transform: capitalize;
  background-color: #f9661f;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Lato", sans-serif;
}

.btn-style-five:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #0c0d24;
}

.btn-style-five .txt {
  position: relative;
  z-index: 1;
}

.btn-style-five:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-five:hover {
  color: #ffffff;
}

/* Btn Style Six */

.btn-style-six {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #0c0d24;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 4px;
  padding: 15px 40px;
  text-transform: capitalize;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Lato", sans-serif;
}

.btn-style-six:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #71cac4;
}

.btn-style-six .txt {
  position: relative;
  z-index: 1;
}

.btn-style-six .txt .icon {
  position: relative;
  z-index: 1;
  color: #71cac4;
  margin-right: 10px;
  font-style: normal;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-six:hover .txt .icon {
  color: #ffffff;
}

.btn-style-six:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-six:hover {
  color: #ffffff;
}

/* Btn Style Seven */

.btn-style-seven {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  background: none;
  border-radius: 4px;
  padding: 13px 40px;
  text-transform: capitalize;
  background-color: #63caff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Lato", sans-serif;
}

.btn-style-seven:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: #71cac4;
}

.btn-style-seven .txt {
  position: relative;
  z-index: 1;
}

.btn-style-seven:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-seven:hover {
  color: #ffffff;
}

/* Social Icon One */

.social-icon-one {
  position: relative;
  display: block;
}

.social-icon-one .title {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.social-icon-one li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 4px;
}

.social-icon-one li:last-child {
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #000000;
  background-color: #ffffff;
}

.theme_color {
  color: #f9661f;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  background-size: 80px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-tops {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #f9661f;
  display: none;
  padding-left: 1px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-tops:hover {
  color: #ffffff;
  background: #f9661f;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .section-color-layer {
  position: absolute;
  left: 0px;
  top: -45px;
  bottom: -45px;
  width: 150px;
  background-color: #f6f1eb;
}

.sec-title.centered .section-color-layer {
  left: 50%;
  margin-left: -400px;
}

.sec-title .title {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.sec-title h2 {
  color: #0c0d24;
  text-transform: capitalize;
}

.sec-title h2 span {
  color: #63caff;
  border-bottom: 4px solid #63caff;
}

.sec-title .text {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 15px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .title,
.sec-title.light .text {
  color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  z-index: 99;
  width: 100%;
}

.main-header .header-top {
  position: relative;
  box-shadow: inset 0px -10px 15px rgba(0, 0, 0, 0.03);
}

/* Header Top */

.main-header .header-top .top-left {
  position: relative;
  float: left;
  padding: 15px 0px;
}

.main-header .header-top .top-left .login-nav {
  position: relative;
}

.main-header .header-top .top-left .login-nav li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 1px solid #e1e2e3;
}

.main-header .header-top .top-left .login-nav li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}

.main-header .header-top .top-left .login-nav li a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top .top-left .login-nav li a:hover {
  color: #f9661f;
}

/* End Header Top */

.main-header .header-top .top-right {
  position: relative;
  padding: 8px 0px;
}

.main-header .header-top .top-right .text {
  position: relative;
  color: #4a4b52;
  font-size: 14px;
  float: left;
  padding: 7px 0px;
  margin-right: 15px;
}

.main-header .header-top .top-right .cart-box {
  position: relative;
  float: left;
  margin-top: 6px;
  background: none;
  margin-left: 8px;
  padding-left: 15px;
  display: inline-block;
  margin-right: 0px;
  border-left: 1px solid #e1e2e3;
}

.main-header .header-top .top-right .cart-box .cart-box-btn {
  position: relative;
  width: 40px;
  text-align: center;
  background: none;
  color: #313232;
  cursor: pointer;
  font-size: 22px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-top .top-right .cart-box .cart-box-btn:after {
  display: none;
}

.main-header .header-top .top-right .cart-box .cart-box-btn:hover {
  color: #f9661f;
}

.main-header .header-top .top-right .cart-product {
  position: relative;
  margin-bottom: 18px;
  min-height: 90px;
  border-bottom: 1px solid #e4e4e4;
}

.main-header .header-top .top-right .cart-product .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}

.main-header .header-top .top-right .cart-product .inner .cross-icon {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 1;
  color: #263120;
  font-size: 16px;
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-top .top-right .cart-product .inner .cross-icon:hover {
  color: #f9661f;
}

.main-header .header-top .top-right .cart-product .inner .image {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
}

.main-header .header-top .top-right .cart-product .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  margin: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main-header .header-top .top-right .cart-product .inner h3 a {
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-top .top-right .cart-product .inner h3 a:hover {
  color: #f9661f;
}

.main-header .header-top .top-right .cart-product .inner .quantity-text {
  position: relative;
  font-weight: 300;
  color: #666666;
  font-size: 13px;
  margin-bottom: 0px;
}

.main-header .header-top .top-right .cart-product .inner .price {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
  color: #222222;
}

.main-header .header-top .top-right .cart-box .cart-panel {
  left: auto !important;
  right: 0px !important;
  border-radius: 10px;
  padding: 20px 20px;
  min-width: 300px;
  margin-top: 44px;
  z-index: 10;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border: 3px solid #f9661f;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-top .top-right .cart-box .cart-panel .cart-total {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-header .header-top .top-right .cart-box .cart-panel .cart-total span {
  font-weight: 800;
  font-size: 18px;
}

.main-header .header-top .top-right .cart-box .cart-panel .btns-boxed {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.main-header .header-top .top-right .cart-box .cart-panel .btns-boxed li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}

.main-header .header-top .top-right .cart-box .cart-panel .btns-boxed li a {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px 8px;
  border-radius: 2px;
  display: inline-block;
  background-color: #f9661f;
  border: 1px solid #f9661f;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header
  .header-top
  .top-right
  .cart-box
  .cart-panel
  .btns-boxed
  li
  a:hover {
  color: #ffffff;
}

.main-header .header-top .top-right .cart-box .icon a {
  color: #999999;
}

/* Search Box Outer */

.main-header .header-top .top-right .search-box-outer {
  position: relative;
  float: left;
}

.main-header .header-top .top-right .search-box-btn {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  background: none;
  color: #313232;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  line-height: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-top .top-right .search-box-btn:after {
  display: none;
}

.main-header .header-top .top-right .search-box-btn:hover {
  color: #f9661f;
}

/* Main Header */

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .social-box {
  position: relative;
  float: left;
  margin-left: 40px;
  padding: 29px 0px;
}

.main-header .header-upper .social-box li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.main-header .header-upper .social-box li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #0c0d24;
  line-height: 48px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .social-box li a:hover {
  color: #f9661f;
  border-color: #f9661f;
}

.main-header .nav-toggler {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  display: block;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none;
}

.main-header .header-upper {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .pattern-layer {
  position: absolute;
  left: -380px;
  top: 12px;
  height: 85px;
  width: 346px;
  z-index: 2;
  background-repeat: no-repeat;
}

.main-header .header-upper .upper-right {
  position: relative;
  padding-top: 35px;
}

.main-header .nav-outer {
  position: relative;
}

.main-header.header-style-one .header-lower {
  position: relative;
  border-top: 1px solid #e1e2e3;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 14.5px 0px;
  padding-right: 20px;
}

.main-header .header-upper .logo-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 1000%;
  background-color: #0c0d24;
  transform: skewX(20deg);
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  z-index: 9;
}

.main-header .info-box {
  position: relative;
  float: left;
  z-index: 1;
  min-height: 56px;
  margin-left: 50px;
  font-size: 15px;
  color: #777777;
  text-align: left;
  padding: 0px 0px 20px 60px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 42px;
  line-height: 1em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1f1f1f;
  line-height: 1em;
}

.main-header .info-box ul li {
  position: relative;
  line-height: 20px;
  color: rgba(12, 13, 36, 0.7);
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 400;
  text-transform: capitalize;
}

.main-header .info-box strong {
  position: relative;
  font-weight: 700;
  color: #0c0d24;
  font-size: 20px;
  text-transform: capitalize;
}

.main-header .info-box strong a {
  position: relative;
  color: #0c0d24;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .info-box strong a:hover {
  color: #f9661f;
}

.main-menu {
  position: static;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 20px 0px !important;
  color: #444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #f9661f;
  background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
  margin-top: 26px;
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e6e6e6;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 9px 0px 9px;
}

.fixed-header .sticky-header {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #0c0d24;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 400;
  padding: 25px 0px;
  font-size: 18px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Lato", sans-serif;
}

.sticky-header .main-menu .navigation > li {
  position: relative;
  margin-left: 30px;
  margin-right: 0px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
  display: none;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
  display: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #f9661f;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #f5f7f9;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 30px;
  line-height: 24px;
  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #f9661f;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
  height: 20px;
  display: block;
  color: #f9661f;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #111111;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 250px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #f9661f;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #f5f7f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 30px;
  line-height: 24px;

  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #f9661f;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .button-box {
  position: relative;
  float: right;
  padding: 10px 0px 2px;
}

.header-style-one.fixed-header .header-lower {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 99;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.main-header .header-lower .logo-box {
  position: relative;
  padding: 20px 0px;
}

.main-header.header-style-two .inner-container {
  border-bottom: 1px solid #e1e2e3;
}

.main-header.header-style-two .main-menu .navigation > li > a {
  padding: 35px 0px;
}

.main-header.header-style-two .main-menu .navigation > li.dropdown > a {
  padding-right: 18px !important;
}

.main-header.header-style-two .main-menu .navigation > li.dropdown > a:before {
  font-family: "Flaticon";
  content: "\f121";
  position: absolute;
  right: 0px;
  font-size: 10px;
  line-height: 33px;
  font-weight: 700;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header.header-style-two
  .main-menu
  .navigation
  > li.dropdown:hover
  > a:before,
.main-header.header-style-two .main-menu .navigation > li.current > a::before {
  content: "\f13a";
}

.main-header .header-lower .outer-box {
  position: relative;
  float: right;
  margin-left: 30px;
  padding: 30px 0px;
}

.main-header .header-lower .outer-box .cart-box {
  position: relative;
  float: left;
  margin-top: 6px;
  background: none;
  margin-left: 8px;
  padding-left: 15px;
  display: inline-block;
  margin-right: 0px;
  border-left: 1px solid #e1e2e3;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn {
  position: relative;
  width: 40px;
  text-align: center;
  background: none;
  color: #313232;
  cursor: pointer;
  font-size: 22px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn:after {
  display: none;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn:hover {
  color: #f9661f;
}

.main-header .header-lower .outer-box .cart-product {
  position: relative;
  margin-bottom: 18px;
  min-height: 90px;
  border-bottom: 1px solid #e4e4e4;
}

.main-header .header-lower .outer-box .cart-product .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}

.main-header .header-lower .outer-box .cart-product .inner .cross-icon {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 1;
  color: #263120;
  font-size: 16px;
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .outer-box .cart-product .inner .cross-icon:hover {
  color: #f9661f;
}

.main-header .header-lower .outer-box .cart-product .inner .image {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
}

.main-header .header-lower .outer-box .cart-product .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  margin: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main-header .header-lower .outer-box .cart-product .inner h3 a {
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .cart-product .inner h3 a:hover {
  color: #f9661f;
}

.main-header .header-lower .outer-box .cart-product .inner .quantity-text {
  position: relative;
  font-weight: 300;
  color: #666666;
  font-size: 13px;
  margin-bottom: 0px;
}

.main-header .header-lower .outer-box .cart-product .inner .price {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
  color: #222222;
}

.main-header .header-lower .outer-box .cart-box .cart-panel {
  left: auto !important;
  right: 0px !important;
  border-radius: 10px;
  padding: 20px 20px;
  min-width: 300px;
  margin-top: 44px;
  z-index: 10;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border: 3px solid #f9661f;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .outer-box .cart-box .cart-panel .cart-total {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-header .header-lower .outer-box .cart-box .cart-panel .cart-total span {
  font-weight: 800;
  font-size: 18px;
}

.main-header .header-lower .outer-box .cart-box .cart-panel .btns-boxed {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.main-header .header-lower .outer-box .cart-box .cart-panel .btns-boxed li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}

.main-header .header-lower .outer-box .cart-box .cart-panel .btns-boxed li a {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px 8px;
  border-radius: 2px;
  display: inline-block;
  background-color: #f9661f;
  border: 1px solid #f9661f;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header
  .header-lower
  .outer-box
  .cart-box
  .cart-panel
  .btns-boxed
  li
  a:hover {
  color: #ffffff;
}

.main-header .header-lower .outer-box .cart-box .icon a {
  color: #999999;
}

/* Search Box Outer */

.main-header .header-lower .outer-box .search-box-outer {
  position: relative;
  float: left;
}

.main-header .header-lower .outer-box .search-box-btn {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  background: none;
  color: #313232;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  line-height: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .search-box-btn:after {
  display: none;
}

.main-header .header-lower .outer-box .search-box-btn:hover {
  color: #f9661f;
}

.main-header.header-style-three {
  position: absolute;
}

.main-header.header-style-three.alternate {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header.header-style-three.alternate .inner-container {
  border-bottom: 0px;
}

.header-style-two.fixed-header,
.header-style-three.fixed-header {
  position: fixed !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.header-style-two.fixed-header .inner-container,
.header-style-three.fixed-header .inner-container {
  border-bottom: 0px !important;
}

.main-header.header-style-three .header-lower .outer-container {
  padding: 0px 100px;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.main-header.header-style-three .header-lower .logo-box {
  position: absolute;
  left: 80px;
}

.main-header.header-style-three .inner-container {
  position: static;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: 1px solid #e1e2e3;
}

.main-header.header-style-three .nav-outer {
  position: static;
}

.main-header.header-style-three .main-menu .navigation > li > a {
  padding: 35px 0px;
}

.main-header.header-style-three .main-menu .navigation > li.dropdown > a {
  padding-right: 18px !important;
}

.main-header.header-style-three
  .main-menu
  .navigation
  > li.dropdown
  > a:before {
  font-family: "Flaticon";
  content: "\f121";
  position: absolute;
  right: 0px;
  font-size: 10px;
  line-height: 33px;
  font-weight: 700;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header.header-style-three
  .main-menu
  .navigation
  > li.dropdown:hover
  > a:before,
.main-header.header-style-three
  .main-menu
  .navigation
  > li.current
  > a::before {
  content: "\f13a";
}

.main-header.header-style-three .header-lower .login-box {
  position: absolute;
  right: 50px;
  padding: 20px 0px;
}

.main-header.header-style-three .header-lower .login-box li {
  position: relative;
  display: inline-block;
}

.main-header.header-style-three .header-lower .login-box li a {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.main-header.header-style-three .header-lower .login-box li:nth-child(2) a {
  position: relative;
  color: #ffffff;
  margin-left: 25px;
  padding: 15px 34px;
  border-radius: 5px;
  background-color: #f9661f;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-header.header-style-three
  .header-lower
  .login-box
  li:nth-child(2)
  a:hover {
  background-color: #111111;
}

.main-header .language-nav {
  position: relative;
  float: left;
  z-index: 1;
  padding: 35px 0px;
}

.main-header .language-nav li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.main-header .language-nav li a {
  position: relative;
  color: #bfbfc5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header .language-nav li a:hover {
  color: #0c0d24;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider {
  position: relative;
}

.main-slider .pattern-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 799px;
  height: 842px;
  background-repeat: no-repeat;
}

.main-slider .auto-container {
  position: relative;
}

.main-slider .slide {
  position: relative;
  text-align: center;
  background-size: cover;
  padding: 200px 0px 260px;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slide:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-slider .content-boxed {
  position: relative;
  z-index: 10;
}

.main-slider h1 {
  color: #0c0d24;
  font-weight: 800;
  margin-bottom: 25px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .active h1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 300ms;
}

.main-slider .text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 70px;
  opacity: 0;
  letter-spacing: 1px;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .active .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.main-slider .form-box {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  display: inline-block;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.main-slider .active .form-box {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 900ms;
}

.main-slider .bold-text {
  position: relative;
  color: #0c0d24;
  font-size: 24px;
  margin-bottom: 25px;
}

.main-slider .subscribe-form {
  width: 660px;
  margin: 0 auto;
}

/* Subscribe Form */

.subscribe-form {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-form .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  color: #0c0d24;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
}

.subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-form .form-group input::-webkit-input-placeholder {
  color: rgba(12, 13, 36, 0.6);
}

.subscribe-form .form-group input:focus {
  border-color: #ffffff;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 44px;
  background-color: #f9661f;
  text-transform: uppercase;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  text-align: center;
  margin-top: 20px;
}

.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
  width: 30px;
  background-color: #f9661f;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  opacity: 0;
  margin-top: -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-slider:hover .owl-nav {
  opacity: 1;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 56px;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  color: #ffffff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #ffffff;
  border-color: #f9661f;
  background-color: #f9661f;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  height: 55px;
  padding: 12px 20px 10px 20px;
  line-height: 28px;
  color: #777777;
  border: none;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 2px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

.ui-widget.ui-widget-content {
}

.ui-menu .ui-menu-item {
  font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #f9661f;
  border-color: #f9661f;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #f9661f;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/icons/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #f9661f;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #111111;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;

  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  right: 0px;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.sticky-header .navbar-header {
  display: none;
}

/*** 

====================================================================
	Service Section
====================================================================

***/

.business-section {
  position: relative;
  padding: 115px 0px 120px;
  background-color: #d7f0fd;
}

.business-section .icon-layer-one {
  position: absolute;
  left: 15%;
  top: 30%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.business-section .icon-layer-two {
  position: absolute;
  left: 9%;
  top: 50%;
  width: 54px;
  height: 34px;
  background-repeat: no-repeat;
}

.business-section .icon-layer-three {
  position: absolute;
  left: 55%;
  top: 12%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.business-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.business-section .content-column .inner-column {
  position: relative;
  padding-right: 110px;
}

.business-section .content-column .sec-title {
  margin-bottom: 25px;
}

.business-section .content-column .text {
  position: relative;
}

.business-section .content-column .text p {
  position: relative;
  font-size: 20px;
  color: #0c0d24;
  opacity: 0.8;
  margin-bottom: 14px;
}

.business-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.business-section .video-column {
  position: relative;
  margin-bottom: 40px;
}

.business-section .video-column .inner-column {
  position: relative;
}

/* Video Boxed */

.video-boxed {
  position: relative;
  border-radius: 0px;
  display: inline-block;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.video-boxed .video-image {
  position: relative;
  margin: 0px;
}

.video-boxed .video-image img {
  position: relative;
}

.video-boxed .time {
  position: absolute;
  left: 80px;
  bottom: 25px;
  color: #ffffff;
  font-style: normal;
}

.video-boxed .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-boxed .overlay-box span {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
  bottom: 15px;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #f9661f;
}

.video-boxed .ripple,
.video-boxed .ripple:before,
.video-boxed .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-boxed .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-boxed .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
  position: relative;
  z-index: 1;
}

.counter-section .inner-container.margin-top {
  margin-top: -100px;
}

.counter-section.style-two {
  padding-top: 140px;
}

/* Fact Counter */

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 30px;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
  padding: 35px 15px 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fact-counter .column .inner .content {
  position: relative;
}

.fact-counter .column .inner .content .icon {
  position: relative;
  color: #f9661f;
  font-size: 56px;
  line-height: 1em;
  margin-bottom: 30px;
}

.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 700;
  color: #ffaa17;
  font-size: 60px;
  line-height: 1em;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 700;
  color: #0c0d24;
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.fact-counter .column .inner h6 {
  position: relative;
  font-weight: 500;
  margin-top: 22px;
  color: #0c0d24;
  text-transform: capitalize;
}

.fact-counter.style-two .column .inner {
  background-color: #e9f7fe;
  box-shadow: none;
}

.fact-counter.style-two .column .inner .icon {
  color: #63caff;
}

.fact-counter.style-two .column:nth-child(2) .inner {
  background-color: #fffdeb;
}

.fact-counter.style-two .column:nth-child(2) .inner .icon {
  color: #e3d259;
}

.fact-counter.style-two .column:nth-child(3) .inner {
  background-color: #fff7f2;
}

.fact-counter.style-two .column:nth-child(3) .inner .icon {
  color: #fea776;
}

.fact-counter.style-two .column:nth-child(4) .inner {
  background-color: #feeef9;
}

.fact-counter.style-two .column:nth-child(4) .inner .icon {
  color: #c95da7;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
  position: relative;
  margin-top: -182px;
  padding: 280px 0px 0px;
  background-color: #f7f7fd;
}

.welcome-section:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 110px;
  background-color: #ffffff;
}

.welcome-section .pattern-layer-one {
  position: absolute;
  left: 80px;
  top: 225px;
  width: 476px;
  height: 476px;
  background-repeat: no-repeat;
}

.welcome-section .pattern-layer-two {
  position: absolute;
  right: 80px;
  bottom: 140px;
  width: 926px;
  height: 417px;
  background-repeat: no-repeat;
}

.welcome-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.welcome-section .content-column .inner-column {
  position: relative;
}

.welcome-section .content-column h2 {
  position: relative;
}

.welcome-section .content-column .text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  opacity: 0.8;
  margin-top: 22px;
  margin-bottom: 35px;
}

.welcome-section .content-column .link-box {
  position: relative;
}

.welcome-section .content-column .link-box .theme-btn {
  float: left;
}

.welcome-section .content-column .link-box .what-we-do {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 700;
  float: left;
  margin-top: 15px;
  margin-left: 50px;
  text-transform: uppercase;
}

.welcome-section .form-column {
  position: relative;
}

.welcome-section .form-column .inner-column {
  position: relative;
  padding: 50px 40px;
  margin-left: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.welcome-section .form-column h4 {
  position: relative;
  color: #0c0d24;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.welcome-section .form-column .text {
  position: relative;
  line-height: 1.7em;
  margin-top: 15px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 30px;
  color: #0c0d24;
  height: 60px;
  font-size: 16px;
  background: none;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #0c0d24;
  height: 120px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
  cursor: pointer;
  width: 100%;
  font-weight: 400;
}

.default-form.style-two .form-group .ui-selectmenu-button.ui-button,
.default-form.style-two .form-group textarea,
.default-form.style-two .form-group input {
  background-color: #fdfcf5;
}

.default-form.style-two .form-group button {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section-two {
  position: relative;
  padding: 120px 0px 80px;
}

.business-section-two .pattern-layer-one {
  position: absolute;
  left: 120px;
  top: 50%;
  width: 49px;
  height: 78px;
  background-repeat: no-repeat;
}

.business-section-two .pattern-layer-two {
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 297px;
  height: 363px;
  background-repeat: no-repeat;
}

.business-section-two .pattern-layer-three {
  position: absolute;
  right: 140px;
  top: 45%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.business-section-two .pattern-layer-four {
  position: absolute;
  right: 0px;
  bottom: 120px;
  width: 290px;
  height: 363px;
  background-repeat: no-repeat;
}

.business-section-two .inner-container {
  position: relative;
}

.business-section-two .circle-layer-one {
  position: absolute;
  left: -90px;
  top: -100px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.business-section-two .circle-layer-two {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.business-section-two .title-column {
  order: 4;
}

.business-section-two .business-block:nth-child(4) {
  order: 5;
}

.business-section-two .title-column {
  position: relative;
}

.business-section-two .title-column .inner-column {
  position: relative;
  padding: 55px 55px;
  background-color: #ffffff;
}

.business-section-two .title-column .inner-column .column-pattern-layer {
  position: absolute;
  left: 150px;
  top: 0px;
  width: 476px;
  height: 363px;
  background-repeat: no-repeat;
}

.business-section-two .title-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 150px;
  height: 100%;
  background-color: #f6f1eb;
}

.business-section-two .title-column .inner-column h2 {
  position: relative;
}

.business-section-two .title-column .inner-column h2 a {
  position: relative;
  color: #f9661f;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.business-section-two .title-column .inner-column h2 a:hover {
  color: #0c0d24;
}

.business-section-two .title-column .inner-column .text {
  position: relative;
  margin-top: 18px;
  font-size: 18px;
  margin-bottom: 28px;
}

/* Business Block */

.business-block {
  position: relative;
  margin-bottom: 30px;
}

.business-block .inner-box {
  position: relative;
  padding: 50px 30px;
  border-radius: 6px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.business-block .inner-box .big-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  line-height: 1em;
  opacity: 0.05;
  color: #000000;
  font-size: 160px;
}

.business-block .inner-box .icon-box {
  position: relative;
  color: #1a1b30;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.business-block .inner-box:hover .icon-box {
  color: #f9661f;
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.business-block .inner-box h5 {
  font-family: "Lato", sans-serif;
}

.business-block .inner-box h5 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.business-block .inner-box:hover h5 a {
  color: #f9661f;
}

.business-block .inner-box .text {
  position: relative;
  opacity: 0.8;
  margin-top: 15px;
  margin-bottom: 30px;
}

.business-block .inner-box .explore {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 35px 14px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.business-block .inner-box:hover .explore {
  color: #ffffff;
  border-color: #f9661f;
  background-color: #f9661f;
}

/*** 

====================================================================
	Consult Section
====================================================================

***/

.consult-section {
  position: relative;
  padding: 30px 0px 60px;
}

.consult-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.consult-section .content-column .inner-column {
  position: relative;
  padding-right: 40px;
}

.consult-section .content-column .sec-title {
  margin-bottom: 20px;
}

.consult-section .content-column .bold-text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 15px;
}

.consult-section .content-column .blocks-outer {
  position: relative;
  margin-top: 40px;
}

.feature-block {
  position: relative;
  margin-bottom: 30px;
}

.feature-block .inner-box {
  position: relative;
  padding-left: 80px;
}

.feature-block .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #10aeff;
  font-size: 58px;
  line-height: 1em;
}

.feature-block .inner-box h5 {
  position: relative;
  color: #0c0d24;
  font-weight: 600;
  line-height: 1.2em;
}

.feature-block .inner-box p {
  position: relative;
  margin-top: 10px;
}

.feature-block:nth-child(2) .inner-box .icon {
  color: #65c38d;
}

.feature-block:nth-child(3) .inner-box .icon {
  color: #ff884e;
}

.consult-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.consult-section .image-column .inner-column {
  position: relative;
  padding-left: 60px;
}

.consult-section .image-column .image {
  position: relative;
}

.consult-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.consult-section .image-column .color-layer {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #e7f9f3;
}

.consult-section .image-column .image-content {
  position: absolute;
  right: 30px;
  bottom: 90px;
  margin-left: -80px;
  border-radius: 5px;
  padding: 30px 30px;
  background-color: #0c0d24;
}

.consult-section .image-column .image-content h2 {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

.consult-section .image-column .image-content .consult-link {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.consult-section .image-column .image-content .consult-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/*** 

====================================================================
	Studies Section
====================================================================

***/

.studies-section {
  position: relative;
  padding: 60px 0px 110px;
}

.studies-section .outer-container {
  position: relative;
  padding: 0px 15px;
  max-width: 1580px;
  margin: 0 auto;
  margin-top: 90px;
}

.study-block {
  position: relative;
  margin-bottom: 30px;
}

.study-block .inner-box {
  position: relative;
  overflow: hidden;
}

.study-block .inner-box .image {
  position: relative;
}

.study-block .inner-box .image .gradient-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 60%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #000000 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #000000 100%
  );
}

.study-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.study-block .inner-box:hover .image img {
  transform: scale(1.05, 1.05);
}

.study-block .inner-box .image .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.study-block .inner-box .image .content-box .box-inner {
  position: relative;
  padding: 0px 30px 30px;
}

.study-block .inner-box .image .content-box .box-inner h4 {
  position: relative;
  font-weight: 400;
  margin-bottom: 25px;
}

.study-block .inner-box .image .content-box .box-inner h4 a {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.study-block .inner-box .image .content-box .box-inner h4 a:hover {
  color: #f9661f;
}

.study-block .inner-box .image .content-box .box-inner .arrow-box {
  position: relative;
  text-align: right;
  margin-top: 6px;
}

.study-block .inner-box .image .content-box .box-inner .arrow-box .arrow {
  position: relative;
  display: inline-block;
}

.study-block .inner-box .image .content-box .box-inner .arrow-box .arrow img {
  position: relative;
  max-width: auto;
  width: auto;
}

.study-block
  .inner-box
  .image
  .content-box
  .box-inner
  .arrow-box
  .arrow:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f9661f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.study-block
  .inner-box
  .image
  .content-box
  .box-inner
  .arrow-box
  .arrow:hover::before {
  left: 35px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 0px 0px 0px;
}

.testimonial-section.style-two {
  margin-top: 200px;
}

.testimonial-section.style-two .sec-title {
  padding-left: 25px;
}

.testimonial-section.style-two .lower-text {
  font-size: 0px;
}

.testimonial-section .auto-container {
  position: relative;
}

.testimonial-section .lower-text {
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 100%;
  text-align: center;
  max-width: 480px;
  color: #0c0d24;
  font-size: 16px;
  padding: 30px 30px;
  background-color: #d7f0fd;
}

.testimonial-section .owl-dots {
  display: none;
}

.testimonial-section .owl-nav {
  position: relative;
  margin-left: 15px;
  margin-top: 80px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 28px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(252, 154, 54, 0.2);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
  background-color: rgba(252, 154, 54, 1);
}

.testimonial-section .icon-layer-one {
  position: absolute;
  left: 6%;
  top: 30%;
  width: 103px;
  height: 110px;
  background-repeat: no-repeat;
}

.testimonial-section .icon-layer-two {
  position: absolute;
  right: 6%;
  top: 25%;
  width: 100px;
  height: 87px;
  background-repeat: no-repeat;
}

.testimonial-section .icon-layer-three {
  position: absolute;
  right: 6%;
  bottom: 50px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.testimonial-section .icon-layer-four {
  position: absolute;
  left: 20%;
  top: 30%;
  width: 374px;
  height: 336px;
  background-repeat: no-repeat;
}

.testimonial-section .owl-carousel .owl-stage-outer {
  padding: 70px 0px 30px;
}

.testimonial-section .owl-theme .testimonial-block {
  margin: 0px 15px;
}

.testimonial-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.testimonial-section .color-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 62%;
  background-color: #f8f3ee;
}

.testimonial-block {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
  padding: 0px 35px 45px;
}

.testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 45px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-block .inner-box .image-outer {
  position: relative;
  margin-bottom: 22px;
  display: inline-block;
}

.testimonial-block .inner-box .image-outer .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block .inner-box .image-outer .quote {
  position: absolute;
  left: -20px;
  top: 22px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f9661f;
}

.testimonial-block .inner-box h6 {
  color: #0c0d24;
  font-weight: 500;
}

.testimonial-block .inner-box .designation {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonial-block .inner-box .text {
  position: relative;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 140px 0px 90px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #f9661f;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}

.news-block .inner-box .lower-content {
  position: relative;
  padding: 30px 25px;
}

.news-block .inner-box .lower-content .post-date {
  position: relative;
  color: #0c0d24;
  font-size: 14px;
  margin-bottom: 10px;
}

.news-block .inner-box .lower-content h5 {
  position: relative;
  margin-bottom: 10px;
}

.news-block .inner-box .lower-content h5 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content h5 a {
  color: #f9661f;
}

.news-block .inner-box .lower-content .text {
  position: relative;
  margin-bottom: 10px;
}

.news-block .inner-box .lower-content .arrow {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.news-block .inner-box .lower-content .arrow img {
  position: relative;
  max-width: auto;
  width: auto;
}

.news-block .inner-box .lower-content .arrow:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f9661f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .arrow::before {
  left: 10px;
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section {
  position: relative;
  padding-top: 70px;
}

.info-section .pattern-layer {
  position: absolute;
  left: 130px;
  top: 200px;
  width: 66px;
  height: 58px;
  background-repeat: no-repeat;
}

.info-section .pattern-layer-two {
  position: absolute;
  left: 220px;
  bottom: 40px;
  width: 46px;
  height: 46px;
  background-color: #ffe00c;
}

.info-section .pattern-layer-three {
  position: absolute;
  right: 130px;
  top: 190px;
  width: 100px;
  height: 87px;
  background-repeat: no-repeat;
}

.info-section .pattern-layer-four {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 103px;
  height: 110px;
  background-repeat: no-repeat;
}

.info-section .pattern-layer-five {
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 66px;
  height: 271px;
  background-repeat: no-repeat;
}

.info-section .pattern-layer-six {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 219px;
  height: 182px;
  background-repeat: no-repeat;
}

.info-section .pattern-layer-seven {
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.info-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 65px;
  background-color: #f8f3ee;
}

.info-section .inner-container {
  position: relative;
  padding: 80px 70px 50px;
  background-color: #d7f0fd;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.info-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.info-section .form-column .inner-column {
  position: relative;
  padding-right: 40px;
}

.info-section .form-column .icon {
  position: absolute;
  left: 0px;
  top: -25px;
  color: #ffffff;
  line-height: 1em;
  font-size: 80px;
}

.info-section .form-column .phone {
  position: relative;
  color: #0c0d24;
  font-size: 30px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.info-section .form-column .text {
  margin-top: 10px;
  margin-bottom: 40px;
}

.info-section .form-column h5 {
  position: relative;
  margin-bottom: 15px;
}

.info-section .form-column .video-box {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #f9661f;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 90px;
  display: inline-block;
  z-index: 1;
  width: 90px;
  height: 90px;
  padding-left: 5px;
  margin-bottom: 25px;
  background-color: #fbf7f3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.info-section .form-column .video-box .overlay-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  padding-left: 7px;
  display: inline-block;
  margin-top: -45px;
  margin-left: -45px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.info-section .form-column .video-box .ripple,
.info-section .form-column .video-box .ripple:before,
.info-section .form-column .video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: 0.5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.info-section .form-column .video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.info-section .form-column .video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* Subscribe Form Two */

.subscribe-form-two {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-form-two .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="tel"],
.subscribe-form-two .form-group input[type="email"],
.subscribe-form-two .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 28px;
  padding: 10px 0px;
  height: 50px;
  color: #0c0d24;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: none;
  border-bottom: 1px solid #ffffff;
  font-family: "Lato", sans-serif;
}

.subscribe-form-two .form-group textarea::-webkit-input-placeholder,
.subscribe-form-two .form-group input::-webkit-input-placeholder {
  color: #0c0d24;
}

.subscribe-form-two .form-group input:focus {
  border-color: #0c0d24;
}

.subscribe-form-two .form-group input[type="submit"],
.subscribe-form-two .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #f9661f;
  font-size: 16px;
  padding: 8px 0px;
  background: none;
  text-transform: capitalize;
}

.info-section .question-column {
  position: relative;
  margin-bottom: 30px;
}

.info-section .question-column .inner-column {
  position: relative;
  padding-left: 80px;
}

.info-section .question-column .text {
  position: relative;
  margin-top: 12px;
  margin-bottom: 50px;
}

.info-section .question-column h4 {
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
}

.info-section .question-column h6 {
  margin-bottom: 30px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  padding-top: 150px;
}

.main-footer .pattern-layer-one {
  position: absolute;
  left: 130px;
  top: 240px;
  width: 107px;
  height: 72px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-two {
  position: absolute;
  left: 210px;
  bottom: 140px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-three {
  position: absolute;
  right: 70px;
  top: 180px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-four {
  position: absolute;
  right: 70px;
  bottom: 120px;
  width: 58px;
  height: 63px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-five {
  position: absolute;
  top: 180px;
  left: 180px;
  width: 49px;
  height: 78px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-six {
  position: absolute;
  left: 80px;
  bottom: 80px;
  width: 103px;
  height: 110px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer-seven {
  position: absolute;
  right: 160px;
  top: 90px;
  width: 103px;
  height: 110px;
  background-repeat: no-repeat;
}

.main-footer .upper-box {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.main-footer .upper-box .logo {
  position: relative;
  padding: 2px 0px;
}

.main-footer .upper-box .social-box {
  position: relative;
  padding: 15px 0px;
}

.main-footer .upper-box .social-box li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.main-footer .upper-box .social-box li a {
  position: relative;
  color: #0c0d24;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .upper-box .social-box li a:hover {
  color: #ff9600;
}

.main-footer .widgets-section {
  position: relative;
  padding: 90px 0px 70px;
}

.main-footer .footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.main-footer .footer-widget h5 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.main-footer .info-widget {
  position: relative;
}

.main-footer .info-widget .text {
  position: relative;
  opacity: 0.88;
  font-size: 18px;
  margin-bottom: 10px;
}

.main-footer .info-widget .contact-list {
  position: relative;
}

.main-footer .info-widget .contact-list li {
  position: relative;
  opacity: 0.88;
  font-size: 18px;
}

.main-footer .info-widget .contact-list li a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .info-widget .contact-list li a:hover {
  color: #ff9600;
}

.main-footer .link-list {
  position: relative;
}

.main-footer .link-list li {
  position: relative;
  margin-bottom: 4px;
}

.main-footer .link-list li a {
  position: relative;
  color: #0c0d24;
  opacity: 0.88;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .link-list li a:hover {
  color: #ff9600;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
}

.main-footer .payment-widget .text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 12px;
}

.main-footer .payment-widget .text span {
  font-size: 16px;
  display: block;
  margin-top: 12px;
  opacity: 0.88;
}

.main-footer .payment-widget .payment {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 12px;
}

.main-footer.style-two {
  padding-top: 0px;
  background-color: #f9f9f9;
}

.main-footer.style-two .upper-box {
  border-top: 0px;
  padding: 25px 0px;
}

.main-footer.style-two .upper-box .logo {
  position: absolute;
  left: 50%;
  margin-left: -75px;
}

.main-footer.style-two .upper-box .phone {
  position: relative;
}

.main-footer.style-two .upper-box .phone strong {
  position: relative;
  display: block;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 500;
}

.main-footer.style-two .upper-box .phone a {
  position: relative;
  color: #ff9600;
  font-size: 20px;
  font-weight: 700;
}

.main-footer.style-three {
  padding-top: 0px;
  background-color: #f9f9f9;
}

.main-footer.style-three .upper-box {
  border-top: 0px;
  padding: 25px 0px;
}

.main-footer.style-three .upper-box .logo {
  float: left;
}

.main-footer.style-three .upper-box .phone {
  position: relative;
  float: left;
  margin-left: 50px;
}

.main-footer.style-three .upper-box .phone strong {
  position: relative;
  display: block;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 500;
}

.main-footer.style-three .upper-box .phone a {
  position: relative;
  color: #ff9600;
  font-size: 20px;
  font-weight: 700;
}

.main-footer.style-three .upper-box .email {
  position: relative;
  float: left;
  color: #0c0d24;
  font-size: 20px;
  margin-left: 50px;
}

.main-footer.style-three .upper-box .email strong {
  position: relative;
  display: block;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 500;
}

.main-footer.style-three .upper-box .email a {
  position: relative;
  color: #63caff;
  font-size: 20px;
  font-weight: 700;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  padding-top: 50px;
}

.banner-section .icon-layer-one {
  position: absolute;
  left: 140px;
  top: 160px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.banner-section .icon-layer-two {
  position: absolute;
  left: 140px;
  bottom: 90px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.banner-section .icon-layer-three {
  position: absolute;
  right: 0px;
  top: 450px;
  width: 976px;
  height: 419px;
  background-repeat: no-repeat;
}

.banner-section .icon-layer-four {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  width: 100%;
  height: 85px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section .icon-layer-five {
  position: absolute;
  left: -40px;
  top: 130px;
  width: 102px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section .color-layer {
  position: absolute;
  left: 0px;
  top: 170px;
  width: 590px;
  height: 590px;
  background-color: #d7f0fd;
}

.banner-section .color-layer-two {
  position: absolute;
  right: -80px;
  bottom: 150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.banner-section .icon-layer-six {
  position: absolute;
  right: 20px;
  top: 200px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.banner-section .icon-layer-seven {
  position: absolute;
  right: -60px;
  bottom: 70px;
  width: 102px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section .content-column {
  position: relative;
}

.banner-section .inner-column {
  position: relative;
  padding-top: 50px;
}

.banner-section .content-column .inner-column h1 {
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 35px;
}

.banner-section .content-column .text {
  position: relative;
  color: #111111;
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 40px;
}

.banner-section .content-column .signup {
  position: relative;
  color: #0c0d24;
  font-size: 24px;
  opacity: 0.8;
  margin-top: 35px;
  font-family: "Lato", sans-serif;
}

.banner-section .content-column .signup a {
  position: relative;
  font-size: 16px;
  color: #0c0d24;
  font-weight: 700;
  padding: 4px 6px;
  text-transform: uppercase;
  background-color: #fcf6ca;
}

.banner-section .image-column {
  position: relative;
}

.banner-section .image-column .inner-column {
  position: relative;
  text-align: center;
}

.banner-section .image-column .image {
  position: relative;
  z-index: 1;
}

.banner-section .image-column .text-box {
  position: absolute;
  left: -120px;
  bottom: 60px;
  z-index: 2;
  color: #0c0d24;
  font-size: 20px;
  padding: 22px 0px;
  text-align: left;
  padding-right: 35px;
  padding-left: 80px;
}

.banner-section .image-column .text-box:before {
  position: absolute;
  content: "";
  left: 28px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 5px;
  background-color: #f8f3ee;
}

.banner-section .image-column .text-box .icon {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  background-color: #63caff;
}

/*** 

====================================================================
	Consult Section Two
====================================================================

***/

.consult-section-two {
  position: relative;
  padding: 120px 0px 80px;
}

.consult-section-two .icon-layer-one {
  position: absolute;
  left: 130px;
  top: 280px;
  width: 70px;
  height: 70px;
}

.consult-section-two .icon-layer-two {
  position: absolute;
  left: 130px;
  top: 80px;
  z-index: 1;
  width: 66px;
  height: 58px;
}

.consult-section-two .icon-layer-three {
  position: absolute;
  right: -85px;
  top: 80px;
  z-index: 1;
  width: 102px;
  height: 89px;
}

.consult-section-two .icon-layer-four {
  position: absolute;
  left: 0px;
  bottom: -60px;
  z-index: 1;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.consult-section-two .content-column {
  position: relative;
  margin-bottom: 40px;
}

.consult-section-two .content-column .inner-column {
  position: relative;
  padding-right: 40px;
}

.consult-section-two .content-column .sec-title {
  margin-bottom: 20px;
}

.consult-section-two .content-column .bold-text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 15px;
}

.consult-section-two .content-column .blocks-outer {
  position: relative;
  margin-top: 50px;
  padding-right: 85px;
}

.consult-section-two .content-column .lower-image {
  position: relative;
  margin-top: 60px;
  display: inline-block;
}

.consult-section-two .content-column .lower-image img {
  position: relative;
  max-width: inherit;
}

.consult-section-two .content-column .lower-image .image-icon {
  position: absolute;
  right: -40px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
  display: inline-block;
  background-color: #63caff;
}

.consult-section-two .image-column {
  position: relative;
  margin-bottom: 40px;
}

.consult-section-two .image-column .inner-column {
  position: relative;
  padding-top: 100px;
  padding-left: 100px;
  margin-right: -140px;
}

.consult-section-two .image-column .image {
  position: relative;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.consult-section-two .image-column .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 434px;
  height: 434px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7f9f3;
}

.consult-section-two .image-column .color-layer-two {
  position: absolute;
  right: -40px;
  top: 120px;
  width: 560px;
  height: 758px;
  display: inline-block;
  background-color: #fbf7d8;
}

.consult-section-two .image-column .image-content {
  position: absolute;
  left: 0px;
  bottom: 120px;
  margin-left: -140px;
  border-radius: 5px;
  padding: 35px 40px;
  background-color: #f8651f;
}

.consult-section-two .image-column .image-content h2 {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

.consult-section-two .image-column .image-content .consult-link {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.consult-section-two .image-column .image-content .consult-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
}

.services-section .icon-layer-one {
  position: absolute;
  left: 310px;
  top: 70px;
  width: 49px;
  height: 78px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .icon-layer-two {
  position: absolute;
  right: 140px;
  top: 150px;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .icon-layer-three {
  position: absolute;
  right: 140px;
  bottom: 160px;
  width: 49px;
  height: 78px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .icon-layer-four {
  position: absolute;
  left: 40px;
  bottom: 20px;
  width: 158px;
  height: 107px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .icon-layer-five {
  position: absolute;
  left: 0px;
  bottom: 30%;
  width: 347px;
  height: 363px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .icon-layer-six {
  position: absolute;
  right: 0px;
  bottom: 30%;
  width: 347px;
  height: 363px;
  z-index: 1;
  background-repeat: no-repeat;
}

.services-section .inner-container {
  position: relative;
}

.services-section .circle-one {
  position: absolute;
  left: -90px;
  top: -140px;
  width: 435px;
  height: 435px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.services-section .circle-two {
  position: absolute;
  right: -90px;
  bottom: 0px;
  width: 435px;
  height: 435px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.services-section .title-block {
  position: relative;
}

.services-section .title-block .inner-block {
  position: relative;
  padding-top: 30px;
}

.services-section .title-block .image {
  position: relative;
  text-align: center;
}

.services-block {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.services-block .inner-box {
  position: relative;
  padding: 40px 30px 40px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services-block .inner-box .content {
  position: relative;
  padding-left: 110px;
}

.services-block .inner-box .content .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  color: #f9661f;
  border-radius: 6px;
  text-align: center;
  line-height: 80px;
  font-size: 46px;
  background-color: #fff7f2;
}

.services-block .inner-box .content h5 {
  position: relative;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
}

.services-block .inner-box .content h5 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-block .inner-box .content h5 a:hover {
  color: #f9661f;
}

.services-block .inner-box .content .text {
  margin-bottom: 10px;
}

.services-block .inner-box .content .explore {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 500;
}

.services-block.style-two .inner-box .content .icon-box {
  color: #5ebce8;
  background-color: #ecf9ff;
}

.services-block.style-two .inner-box .content h5 a:hover {
  color: #5ebce8;
}

.services-block.style-three .inner-box .content .icon-box {
  color: #b783c6;
  background-color: #f1eaf3;
}

.services-block.style-three .inner-box .content h5 a:hover {
  color: #b783c6;
}

.services-block.style-four .inner-box .content .icon-box {
  color: #53c6a2;
  background-color: #e8fbf5;
}

.services-block.style-four .inner-box .content h5 a:hover {
  color: #53c6a2;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding: 90px 0px 0px;
}

.testimonial-section-two .owl-dots,
.testimonial-section-two .owl-nav {
  display: none;
}

.testimonial-section-two .auto-container {
  position: relative;
  max-width: 1700px;
}

.testimonial-section-two .title-box {
  position: relative;
  z-index: 10;
  bottom: -80px;
  margin-left: 30px;
  padding: 40px 30px;
  margin-bottom: -50px;
  display: inline-block;
}

.testimonial-section-two .title-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 60px;
  bottom: 0px;
  background-color: #d7f0fd;
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
  padding-top: 25px;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
}

.testimonial-block-two .inner-box .pattern-layer-one {
  position: absolute;
  left: 150px;
  top: 90px;
  width: 927px;
  height: 363px;
  background-repeat: no-repeat;
}

.testimonial-block-two .inner-box .content-column {
  position: relative;
}

.testimonial-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding-left: 30px;
  padding-top: 150px;
  padding-right: 120px;
}

.testimonial-block-two .inner-box .content-column .inner-column .theme-btn {
  display: none;
}

.testimonial-block-two .inner-box .content-column .icon-layer-one {
  position: absolute;
  right: 0px;
  top: 90px;
  width: 102px;
  height: 89px;
  background-repeat: no-repeat;
}

.testimonial-block-two .inner-box .image-column .icon-layer-two {
  position: absolute;
  right: 180px;
  bottom: -55px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.testimonial-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -160px;
  width: 150px;
  bottom: -10px;
  background-color: #f6f1eb;
}

.testimonial-block-two .inner-box .author-info-box {
  position: relative;
}

.testimonial-block-two .inner-box .author-info-box .box-inner {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
}

.testimonial-block-two .inner-box .author-info-box .box-inner .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.testimonial-block-two .inner-box .author-info-box h5 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

.testimonial-block-two .inner-box .text {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .lower-text {
  position: relative;
  color: #0c0d24;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.testimonial-block-two .inner-box .image-column {
  position: relative;
}

.testimonial-block-two .inner-box .image-column .inner-column {
  position: relative;
  padding-right: 50px;
}

.testimonial-block-two .inner-box .image-column:before {
  position: absolute;
  content: "";
  right: 0px;
  top: -120px;
  bottom: 0px;
  width: 360px;
  height: 550px;
  background-color: #faf4c5;
}

.testimonial-block-two .inner-box .image-column .quote-icon {
  position: absolute;
  left: -35px;
  top: -20px;
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 38px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
  background-color: #63caff;
}

/*** 

====================================================================
	Motivation Section
====================================================================

***/

.motivation-section {
  position: relative;
  padding: 200px 0px 120px;
}

.motivation-section .sec-title .section-color-layer {
  margin-left: -70px;
}

.motivation-section .inner-container {
  position: relative;
  padding-top: 110px;
}

.motivation-section .inner-container .pattern-layer-one {
  position: absolute;
  left: -140px;
  top: -60px;
  width: 103px;
  height: 110px;
}

.motivation-section .inner-container .pattern-layer-two {
  position: absolute;
  right: -80px;
  top: -60px;
  width: 70px;
  height: 70px;
}

.motivation-section .image-column {
  position: relative;
}

.motivation-section .image-column .inner-column {
  position: relative;
  padding-right: 30px;
}

.motivation-section .image-column .pattern-layer-three {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 1;
  width: 102px;
  height: 89px;
}

.motivation-section .image-column .pattern-layer-three {
  position: absolute;
  right: 0px;
  top: -40px;
  z-index: 1;
  width: 102px;
  height: 89px;
}

.motivation-section .image-column .pattern-layer-four {
  position: absolute;
  left: 100px;
  bottom: -100px;
  z-index: 1;
  width: 54px;
  height: 34px;
}

.motivation-section .image-column .image {
  position: relative;
}

.motivation-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.motivation-section .image-column .image-two {
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: -110px;
}

.motivation-section .color-layer {
  position: absolute;
  left: -90px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.motivation-section .content-column {
  position: relative;
}

.motivation-section .content-column .inner-column {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
}

.motivation-section .content-column .title {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.motivation-section .content-column .title:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 4px;
  width: 24px;
  height: 24px;
  z-index: -1;
  border-radius: 4px;
  background-color: #fff3e7;
}

.motivation-section .content-column h3 {
  color: #0c0d24;
  margin-top: 22px;
  margin-bottom: 30px;
}

.motivation-section .content-column .text {
  position: relative;
  margin-bottom: 40px;
}

.motivation-section .content-column .text p {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  opacity: 0.8;
}

.motivation-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.motivation-section .content-column .read {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.motivation-section .content-column .read .arrow {
  position: relative;
  margin-right: 20px;
}

.motivation-section .content-column .lower-text {
  position: relative;
  font-size: 18px;
  margin-top: 50px;
  margin-right: 150px;
  margin-left: -150px;
  padding: 35px 30px 35px 100px;
  background-color: #f6f1eb;
  border-bottom: 4px solid #78d1c3;
}

/*** 

====================================================================
	Customer Section
====================================================================

***/

.customer-section {
  position: relative;
}

.customer-section .inner-container {
  position: relative;
  padding: 80px 180px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.customer-section .inner-container .icon-layer-one {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 103px;
  height: 110px;
  background-repeat: no-repeat;
}

.customer-section .inner-container .icon-layer-two {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
  position: relative;
  padding: 140px 0px 150px;
}

.newsletter-section h2 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.newsletter-section .newsletter-form {
  max-width: 580px;
  margin: 0 auto;
}

.newsletter-section .icon-layer-one {
  position: absolute;
  right: 120px;
  top: 150px;
  width: 107px;
  height: 72px;
  background-repeat: no-repeat;
}

.newsletter-section .icon-layer-two {
  position: absolute;
  left: 26%;
  top: 230px;
  width: 107px;
  height: 72px;
  background-repeat: no-repeat;
}

.newsletter-section .icon-layer-three {
  position: absolute;
  left: 56%;
  top: 210px;
  width: 113px;
  height: 146px;
  background-repeat: no-repeat;
}

/* Subscribe Form */

.newsletter-form {
  position: relative;
  margin-bottom: 30px;
}

.newsletter-form .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea,
.newsletter-form .form-group select  {
  position: relative;
  width: 100%;
  line-height: 28px;
  padding: 10px 30px;
  height: 75px;
  color: #0c0d24;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ebf9ff;
}

.newsletter-form .form-group textarea::-webkit-input-placeholder,
.newsletter-form .form-group input::-webkit-input-placeholder {
  color: rgba(12, 13, 36, 0.6);
}

.newsletter-form .form-group input:focus {
  border-color: #ffffff;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90px;
  height: 75px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #f9661f;
  text-transform: uppercase;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
  position: relative;
  padding-top: 250px;
  padding-bottom: 240px;
}

.banner-section-two .icon-layer-one {
  position: absolute;
  left: 100px;
  top: 200px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-two {
  position: absolute;
  left: 80px;
  bottom: 290px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-three {
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 524px;
  height: 275px;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-four {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 90px;
  width: 100%;
  height: 85px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-five {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 102px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section-two .color-layer {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 450px;
  height: 520px;
  background-color: #d7f0fd;
  transform: skewY(-5deg);
}

.banner-section-two .icon-layer-six {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-seven {
  position: absolute;
  right: -140px;
  bottom: 30px;
  width: 102px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section-two .icon-layer-eight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 747px;
  height: 878px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section-two .content-column {
  position: relative;
}

.banner-section-two .content-column .inner-column {
  position: relative;
  padding-top: 20px;
}

.banner-section-two .content-column .inner-column h1 {
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 35px;
}

.banner-section-two .content-column .text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 40px;
}

.banner-section-two .content-column .theme-btn {
  float: left;
}

.banner-section-two .content-column .phone-box {
  position: relative;
  margin-right: 20px;
  margin-left: 35px;
  float: left;
}

.banner-section-two .content-column .phone-box .box-inner {
  position: relative;
  padding-left: 80px;
  padding-top: 5px;
}

.banner-section-two .content-column .phone-box .box-inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 66px;
  height: 66px;
  color: #1c1c1a;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  background-color: #fefcee;
  border: 1px solid #f0efe6;
}

.banner-section-two .content-column .phone-box .box-inner a {
  position: relative;
  display: block;
  color: #0c0d24;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.banner-section-two .image-column {
  position: relative;
}

.banner-section-two .image-column .inner-column {
  position: relative;
  text-align: center;
}

.banner-section-two .image-column .image {
  position: relative;
  z-index: 1;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
  position: relative;
  padding-bottom: 80px;
}

.feature-block-two {
  position: relative;
}

.feature-block-two .inner-box {
  position: relative;
  padding: 49px 15px;
  text-align: center;
  background-color: #e9f7fe;
}

.feature-block-two .inner-box .icon-box {
  position: relative;
  font-size: 60px;
  color: #000000;
  line-height: 1em;
}

.feature-block-two .inner-box h6 {
  position: relative;
  color: #0c0d24;
  opacity: 0.9;
  margin-top: 25px;
  font-family: "Conv_Muli";
}

.feature-block-two:nth-child(2) .inner-box {
  background-color: #f7f2fe;
}

.feature-block-two:nth-child(3) .inner-box {
  background-color: #fffdeb;
}

.feature-block-two:nth-child(4) .inner-box {
  background-color: #fff7f2;
}

.featured-section.style-two {
  padding-top: 140px;
}

/*** 

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}

.clients-section-two .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.clients-section-two .title-box .title {
  position: relative;
  color: #f9661f;
  font-weight: 700;
}

.clients-section-two .title-box h2 {
  color: #0c0d24;
  margin-top: 20px;
}

.clients-section-two .title-box h2 span {
  color: #63caff;
  border-bottom: 4px solid #63caff;
}

.clients-section-two .image-box {
  position: relative;
  text-align: center;
}

.clients-section-two .image-box img {
  position: relative;
  width: auto;
  display: inline-block;
}

.clients-section-two .owl-dots,
.clients-section-two .owl-nav {
  display: none;
}

.clients-section-two.style-two {
  padding-top: 100px;
}

.clients-section-two.style-three {
  padding-top: 120px;
  padding-bottom: 100px;
}

/*** 

====================================================================
	Connection Section
====================================================================

***/

.connection-section {
  position: relative;
  padding: 180px 0px 50px;
  background-color: #d7f0fd;
}

.connection-section .color-one {
  position: absolute;
  left: 190px;
  top: 90px;
  width: 425px;
  height: 425px;
  border-radius: 50%;
  background-color: #e4f6ff;
}

.connection-section .color-two {
  position: absolute;
  right: -90px;
  top: -60px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.connection-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: -8px;
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  animation: 30s linear 0s infinite normal none running slide;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000px 0;
  }
}

.connection-section .icon-layer-one {
  position: absolute;
  left: 220px;
  top: 120px;
  width: 49px;
  height: 78px;
  background-repeat: no-repeat;
}

.connection-section .icon-layer-two {
  position: absolute;
  left: 200px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.connection-section .icon-layer-three {
  position: absolute;
  right: 300px;
  top: 160px;
  width: 49px;
  height: 78px;
  z-index: 1;
  background-repeat: no-repeat;
}

.connection-section .icon-layer-four {
  position: absolute;
  right: 180px;
  bottom: 60px;
  width: 127px;
  height: 134px;
  background-repeat: no-repeat;
}

.connection-section .icon-layer-five {
  position: absolute;
  left: 52%;
  top: 45%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.connection-section .left-color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  background-color: #ffffff;
}

.connection-section .right-color-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  background-color: #ffffff;
}

.connection-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.connection-section .content-column .inner-column {
  position: relative;
  margin-right: -200px;
}

.connection-section .content-column .sec-title .text {
  font-size: 20px;
}

.connection-section .content-column .feature-block-three:nth-child(2) {
  z-index: 1;
  transform: translateY(220px);
}

.connection-section
  .content-column
  .feature-block-three:nth-child(2)
  .inner-outer {
  padding: 25px 25px;
  background-color: #d7f0fd;
}

.connection-section .video-column {
  position: relative;
  margin-bottom: 40px;
}

.connection-section .video-column .inner-column {
  position: relative;
}

.feature-block-three {
  position: relative;
  margin-bottom: 50px;
}

.feature-block-three .inner-box {
  position: relative;
  padding-left: 85px;
}

.feature-block-three .inner-box .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
  height: 64px;
  color: #38b0ee;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.feature-block-three:nth-child(2) .inner-box .icon-box {
  color: #39b772;
}

.feature-block-three:nth-child(3) .inner-box .icon-box {
  color: #9458e8;
}

.feature-block-three .inner-box h4 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.feature-block-three .inner-box h4 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-three .inner-box h4 a:hover {
  color: #f9661f;
}

.feature-block-three .inner-box .text {
  position: relative;
  margin-bottom: 10px;
}

.feature-block-three .inner-box .link {
  position: relative;
  color: #f9661f;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-three .inner-box .link:hover {
  color: #0c0d24;
}

/* Video Boxed Two */

.video-boxed-two {
  position: relative;
  border-radius: 0px;
  display: inline-block;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.video-boxed-two .video-image {
  position: relative;
  margin: 0px;
}

.video-boxed-two .video-image img {
  position: relative;
}

.video-boxed-two .time {
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #ffffff;
  font-style: normal;
}

.video-boxed-two .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-boxed-two .overlay-box span {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 80px;
  bottom: 15px;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #f9661f;
}

.video-boxed-two .ripple,
.video-boxed-two .ripple:before,
.video-boxed-two .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-boxed-two .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-boxed-two .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*** 

====================================================================
	Relationship Section
====================================================================

***/

.relationship-section {
  position: relative;
  padding: 150px 0px 80px;
}

.relationship-section .blocks-column {
  position: relative;
  margin-bottom: 40px;
}

.relationship-section .blocks-column .inner-column {
  position: relative;
  margin-left: -50px;
  padding-right: 50px;
}

.relationship-section .blocks-column .pattern-layer {
  position: absolute;
  left: 20px;
  top: -20px;
  right: 0px;
  bottom: 0px;
  width: 535px;
  height: 535px;
  background-repeat: no-repeat;
}

.relationship-section .blocks-column .feature-block-four:nth-child(2n + 0) {
  transform: translateY(40px);
}

.feature-block-four {
  position: relative;
  margin-bottom: 30px;
}

.feature-block-four .inner-box {
  position: relative;
  padding: 50px 15px;
  text-align: center;
  background-color: #e9f7fe;
}

.feature-block-four .inner-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.feature-block-four .inner-box .icon-box {
  position: relative;
  font-size: 60px;
  color: #000000;
  line-height: 1em;
}

.feature-block-four .inner-box h6 {
  position: relative;
  color: #0c0d24;
  opacity: 0.9;
  margin-top: 25px;
  font-family: "Lato", sans-serif;
}

.feature-block-four:nth-child(2) .inner-box {
  background-color: #f0faf4;
}

.feature-block-four:nth-child(3) .inner-box {
  background-color: #feede9;
}

.feature-block-four:nth-child(4) .inner-box {
  background-color: #fbf2fe;
}

.relationship-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.relationship-section .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}

.relationship-section .content-column .color-box {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.relationship-section .content-column .icon-layer-one {
  position: absolute;
  right: -80px;
  top: 90px;
  width: 102px;
  height: 89px;
  background-repeat: no-repeat;
}

.relationship-section .content-column h2 {
  position: relative;
  margin-bottom: 20px;
}

.relationship-section .content-column .bold-text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 15px;
}

.relationship-section .content-column .text {
  margin-bottom: 25px;
}

/*** 

====================================================================
	Trial Section
====================================================================

***/

.trial-section {
  position: relative;
  padding: 20px 0px 100px;
}

.trial-section .inner-container {
  position: relative;
  padding-top: 130px;
  border-top: 1px solid #f5f0f7;
}

.trial-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.trial-section .image-column .inner-column {
  position: relative;
  text-align: center;
  margin-right: 40px;
}

.trial-section .image-column .image {
  position: relative;
}

.trial-section .image-column .color-box-one {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 360px;
  background-color: #63caff;
}

.trial-section .image-column .color-box-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 560px;
  z-index: -1;
  background-color: #fff9ce;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.trial-section .icon-layer-one {
  position: absolute;
  left: -30px;
  top: 120px;
  width: 127px;
  height: 134px;
}

.trial-section .icon-layer-two {
  position: absolute;
  right: -30px;
  top: 185px;
  width: 70px;
  height: 70px;
}

.trial-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.trial-section .form-column .inner-column {
  position: relative;
  padding-left: 170px;
}

.trial-section .form-column .color-box {
  position: absolute;
  left: 40px;
  top: 0px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fdfcf5;
}

.trial-section .form-column h3 {
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
}

.trial-section.style-two .inner-container {
  border-top: 0px;
  padding-top: 90px;
}

/*** 

====================================================================
	Relationship Title Section
====================================================================

***/

.relationship-title-section {
  position: relative;
  padding: 100px 0px 20px;
}

.relationship-title-section .sec-title {
  padding-left: 40px;
}

/*** 

====================================================================
	Case Study Section
====================================================================

***/

.case-study-section {
  position: relative;
  padding: 200px 0px 120px;
  background-color: #d7f0fd;
}

.case-study-section .section-curve-layer {
  position: absolute;
  left: 0px;
  top: -1px;
  right: 0px;
  height: 70px;
  background-position: center center;
  background-repeat: repeat-x;
}

.case-study-section .icon-layer-one {
  position: absolute;
  left: 190px;
  top: 0px;
  width: 103px;
  height: 110px;
  z-index: 1;
}

.case-study-section .icon-layer-two {
  position: absolute;
  left: 8%;
  bottom: 100px;
  width: 146px;
  height: 121px;
  z-index: 1;
}

.case-study-section .icon-layer-three {
  position: absolute;
  left: 110px;
  top: -50px;
  width: 102px;
  height: 89px;
  z-index: 1;
}

.case-study-section .icon-layer-four {
  position: absolute;
  left: -80px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.case-study-section .icon-layer-five {
  position: absolute;
  right: 250px;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.case-study-section .icon-layer-six {
  position: absolute;
  right: 300px;
  bottom: -10px;
  width: 54px;
  height: 34px;
  z-index: 1;
}

.case-study-section .content-column {
  position: relative;
}

.case-study-section .content-column .inner-column {
  position: relative;
}

.case-study-section .content-column .icon-box {
  position: relative;
  width: 70px;
  height: 70px;
  color: #66c38b;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.case-study-section .content-column h3 {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

.case-study-section .content-column .text {
  position: relative;
  margin-bottom: 35px;
}

.case-study-section .content-column .text p {
  position: relative;
  color: #0c0d24;
  font-size: 18px;
}

.case-study-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.case-study-section .image-column {
  position: relative;
}

.case-study-section .image-column .inner-column {
  position: relative;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  padding: 250px 0px 70px;
}

.news-section-two .icon-layer-one {
  position: absolute;
  left: 110px;
  top: 150px;
  width: 66px;
  height: 58px;
  background-repeat: no-repeat;
}

.news-section-two .icon-layer-two {
  position: absolute;
  left: 120px;
  top: 200px;
  width: 535px;
  height: 535px;
  background-repeat: no-repeat;
}

.news-section-two .icon-layer-three {
  position: absolute;
  left: 220px;
  bottom: 50px;
  width: 146px;
  height: 121px;
  z-index: 1;
  background-repeat: no-repeat;
}

.news-section-two .icon-layer-four {
  position: absolute;
  right: -50px;
  top: -100px;
  width: 793px;
  height: 743px;
  background-repeat: no-repeat;
}

.news-section-two .title-column {
  position: relative;
  margin-bottom: 40px;
}

.news-section-two .title-column .inner-column {
  position: relative;
}

.news-section-two .title-column .title-box {
  position: relative;
  margin-bottom: 55px;
}

.news-section-two .title-column .title-box .title {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.news-section-two .title-column .title-box:before {
  position: absolute;
  content: "";
  left: -30px;
  top: -25px;
  bottom: -25px;
  width: 155px;
  background-color: #d7f0fd;
}

.news-section-two .title-column .text {
  position: relative;
  margin-bottom: 50px;
}

.news-section-two .blocks-column {
  position: relative;
  margin-bottom: 40px;
}

.news-section-two .blocks-column .inner-column {
  position: relative;
}

.news-section-two .blocks-column .column:nth-child(1) .news-block-two {
  margin-top: 115px;
}

.news-block-two {
  position: relative;
  margin-bottom: 30px;
}

.news-block-two .inner-box {
  position: relative;
  padding: 35px 25px 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.news-block-two .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 115px;
  height: 5px;
  background-color: #d7f0fd;
}

.news-block-two .inner-box h5 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.news-block-two .inner-box h5 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover h5 a {
  color: #f9661f;
}

.news-block-two .inner-box .text {
  position: relative;
  margin-bottom: 17px;
}

.news-block-two .inner-box .arrow {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  color: #0c0d24;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.news-block-two .inner-box .arrow img {
  position: relative;
  max-width: auto;
  width: auto;
}

.news-block-two .inner-box .arrow:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f9661f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover .arrow::before {
  left: 6px;
}

/*** 

====================================================================
	Newsletter Section Two
====================================================================

***/

.newsletter-section-two {
  position: relative;
}

.newsletter-section-two.style-two {
  margin-top: 140px;
}

.newsletter-section-two .inner-container {
  position: relative;
  padding-left: 80px;
  margin-top: 0px;
}

.newsletter-section-two .inner-container:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 130px;
  right: 0px;
  bottom: 0px;
  border-radius: 15px 15px 0px 0px;
  background-color: #edf9ff;
}

.newsletter-section-two .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 130px;
  width: 977px;
  height: 236px;
  background-repeat: no-repeat;
}

.newsletter-section-two .inner-container .icon-layer-one {
  position: absolute;
  left: -40px;
  top: 100px;
  width: 158px;
  height: 107px;
  z-index: 1;
  background-repeat: no-repeat;
}

.newsletter-section-two .inner-container .icon-layer-two {
  position: absolute;
  right: 90px;
  top: 80px;
  width: 261px;
  height: 73px;
  z-index: 2;
  background-repeat: no-repeat;
}

.newsletter-section-two .inner-container .color-box {
  position: absolute;
  right: -25px;
  top: 0px;
  width: 440px;
  height: 440px;
  z-index: 1;
  border-radius: 50%;
  background-color: #fefbe6;
}

.newsletter-section-two .form-column {
  position: relative;
  margin-bottom: 40px;
}

.newsletter-section-two .form-column .inner-column {
  position: relative;
  padding-top: 240px;
}

.newsletter-section-two .form-column .title-box {
  position: relative;
  margin-bottom: 50px;
}

.newsletter-section-two .form-column h2 {
  margin-bottom: 15px;
}

/* Subscribe Form */

.newsletter-form-two {
  position: relative;
  margin-bottom: 30px;
}

.newsletter-form-two .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.newsletter-form-two .form-group .icon {
  position: absolute;
  left: 22px;
  top: 28px;
  z-index: 1;
  color: #bfc2c4;
  font-size: 20px;
  line-height: 1em;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="tel"],
.newsletter-form-two .form-group input[type="email"],
.newsletter-form-two .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 28px;
  padding: 10px 30px 10px 60px;
  height: 75px;
  color: #0c0d24;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #bfc2c4;
}

.newsletter-form-two .form-group textarea::-webkit-input-placeholder,
.newsletter-form-two .form-group input::-webkit-input-placeholder {
  color: rgba(12, 13, 36, 0.6);
}

.newsletter-form-two .form-group input:focus {
  border-color: #ff9600;
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two .form-group button {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 88px;
  height: 66px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #f9661f;
  text-transform: uppercase;
}

.newsletter-section-two .image-column {
  position: relative;
}

.newsletter-section-two .image-column .inner-column {
  position: relative;
}

.newsletter-section-two .image-column .image {
  position: relative;
  margin-right: -20px;
  margin-left: 20px;
  z-index: 4;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 150px;
}

.banner-section-three .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  background: -webkit-linear-gradient(to top, #ffffff 0%, #d2eefd 100%);
  background: -moz-linear-gradient(to top, #ffffff 0%, #d2eefd 100%);
  background: linear-gradient(to top, #ffffff 0%, #d2eefd 100%);
}

.banner-section-three .color-layer-two {
  position: absolute;
  right: -150px;
  top: -150px;
  width: 445px;
  height: 445px;
  z-index: 1;
  border-radius: 50%;
  background: #fffdf1;
}

.banner-section-three .icon-layer-one {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.banner-section-three .icon-layer-two {
  position: absolute;
  left: 80px;
  bottom: 200px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.banner-section-three .icon-layer-three {
  position: absolute;
  right: 130px;
  top: 130px;
  width: 127px;
  height: 134px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .icon-layer-four {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 747px;
  height: 878px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-section-three .icon-layer-five {
  position: absolute;
  right: 80px;
  bottom: 160px;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .content-column {
  position: relative;
}

.banner-section-three .content-column .inner-column {
  position: relative;
  padding-top: 20px;
}

.banner-section-three .content-column .inner-column h1 {
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 50px;
}

.banner-section-three .content-column .inner-column h1 span {
  color: #2eb0f2;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 35px;
}

.banner-section-three .content-column .text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 40px;
}

.banner-section-three .content-column .theme-btn {
  float: left;
  z-index: 1;
}

.banner-section-three .content-column .phone-box {
  position: relative;
  margin-bottom: 60px;
}

.banner-section-three .content-column .phone-box .box-inner {
  position: relative;
  padding-left: 80px;
  padding-top: 3px;
}

.banner-section-three .content-column .phone-box .box-inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 66px;
  height: 66px;
  color: #1c1c1a;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  background-color: #c7eafc;
}

.banner-section-three .content-column .phone-box .box-inner a {
  position: relative;
  display: block;
  color: #0c0d24;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.banner-section-three .content-column .video-box {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  line-height: 66px;
  display: inline-block;
  z-index: 1;
  width: 66px;
  height: 66px;
  margin-left: 35px;
  padding-left: 5px;
  background-color: #71cac4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-section-three .content-column .video-box .overlay-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  padding-left: 7px;
  display: inline-block;
  margin-top: -33px;
  margin-left: -33px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.banner-section-three .content-column .video-box .ripple,
.banner-section-three .content-column .video-box .ripple:before,
.banner-section-three .content-column .video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-left: 0.5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(113, 202, 196, 0.7);
  -moz-box-shadow: 0 0 0 0 rgba(113, 202, 196, 0.7);
  -ms-box-shadow: 0 0 0 0 rgba(113, 202, 196, 0.7);
  -o-box-shadow: 0 0 0 0 rgba(113, 202, 196, 0.7);
  box-shadow: 0 0 0 0 rgba(113, 202, 196, 0.7);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.banner-section-three .content-column .video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.banner-section-three .content-column .video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.banner-section-three .image-column {
  position: relative;
}

.banner-section-three .image-column .inner-column {
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.banner-section-three .image-column .image {
  position: relative;
  z-index: 1;
  margin-right: -150px;
}

.banner-section-three .image-column .pattern-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.banner-section-three .image-column .icon-layer-six {
  position: absolute;
  left: 0px !important;
  top: 0px;
  right: auto;
  width: 102px;
  height: 89px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-seven {
  position: absolute;
  left: 0px !important;
  top: 150px !important;
  right: auto;
  width: 101px;
  height: 93px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-eight {
  position: absolute;
  left: 0px !important;
  top: auto !important;
  bottom: 40px !important;
  right: auto;
  width: 83px;
  height: 117px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-nine {
  position: absolute;
  right: -180px !important;
  top: 180px !important;
  left: auto !important;
  right: auto;
  width: 185px;
  height: 140px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-ten {
  position: absolute;
  right: 50px !important;
  top: 180px !important;
  left: auto !important;
  right: auto;
  width: 414px;
  height: 118px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .color-layer-three {
  position: absolute;
  left: 80px;
  top: 150px;
  width: 440px;
  height: 440px;
  transform: skewY(5deg);
  background-color: #cbedfe;
}

.banner-section-three .image-column .icon-layer-eleven {
  position: absolute;
  right: 45% !important;
  top: -140px !important;
  left: auto !important;
  width: 78px;
  height: 104px;
  z-index: 2;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-twelve {
  position: absolute;
  left: 150px !important;
  top: -20px !important;
  right: auto;
  width: 414px;
  height: 118px;
  z-index: 1;
  background-repeat: no-repeat;
}

.banner-section-three .image-column .icon-layer-thirteen {
  position: absolute;
  right: -50px !important;
  top: 80px !important;
  left: auto !important;
  width: 53px;
  height: 42px;
  z-index: 1;
  background-repeat: no-repeat;
}

/*** 

====================================================================
	Certificate Section
====================================================================

***/

.certificate-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0px 140px;
  background-color: #d7f0fd;
}

.certificate-section .color-one {
  position: absolute;
  left: 100px;
  top: 90px;
  width: 425px;
  height: 425px;
  border-radius: 50%;
  background-color: #e4f6ff;
}

.certificate-section .color-two {
  position: absolute;
  right: 150px;
  top: 190px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.certificate-section .color-three {
  position: absolute;
  left: 40%;
  top: 420px;
  width: 350px;
  height: 350px;
  margin-left: -100px;
  border-radius: 50%;
  background-color: #e4f6ff;
}

.certificate-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: -8px;
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  animation: 30s linear 0s infinite normal none running slide;
}

.certificate-section .icon-layer-one {
  position: absolute;
  left: 220px;
  top: 120px;
  width: 49px;
  height: 78px;
  background-repeat: no-repeat;
}

.certificate-section .icon-layer-two {
  position: absolute;
  left: 200px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.certificate-section .icon-layer-three {
  position: absolute;
  right: 300px;
  top: 160px;
  width: 49px;
  height: 78px;
  z-index: 1;
  background-repeat: no-repeat;
}

.certificate-section .icon-layer-four {
  position: absolute;
  right: 180px;
  bottom: 60px;
  width: 127px;
  height: 134px;
  background-repeat: no-repeat;
}

.certificate-section .icon-layer-five {
  position: absolute;
  left: 52%;
  top: 45%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.certificate-section .left-color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
}

.certificate-section .right-color-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
}

.certificate-section .outer-container {
  position: relative;
  padding: 0px 15px;
  max-width: 1560px;
  margin: 0 auto;
}

.certificate-section .certificate-block:nth-child(2),
.certificate-section .certificate-block:nth-child(6) {
  transform: translateY(50px);
}

.certificate-section .certificate-block:nth-child(4),
.certificate-section .certificate-block:nth-child(8) {
  transform: translateY(-50px);
}

.certificate-block {
  position: relative;
  margin-bottom: 30px;
}

.certificate-block .inner-box {
  position: relative;
  padding: 40px 40px;
  border-radius: 10px;
  min-height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.certificate-block .inner-box .icon-box {
  position: relative;
  width: 62px;
  height: 62px;
  color: #99dbb3;
  font-size: 30px;
  line-height: 62px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  background-color: #ecf6f0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.certificate-block:nth-child(2) .inner-box .icon-box {
  background-color: #fdeedd;
  color: #eaa354;
}

.certificate-block:nth-child(3) .inner-box .icon-box {
  background-color: #e9e8fd;
  color: #736cf0;
}

.certificate-block:nth-child(4) .inner-box .icon-box {
  background-color: #e6f0fe;
  color: #80aff1;
}

.certificate-block:nth-child(5) .inner-box .icon-box {
  background-color: #f6eefd;
  color: #8042b4;
}

.certificate-block:nth-child(6) .inner-box .icon-box {
  background-color: #feeaea;
  color: #df8888;
}

.certificate-block:nth-child(7) .inner-box .icon-box {
  background-color: #eefbfd;
  color: #86c7d1;
}

.certificate-block:nth-child(8) .inner-box .icon-box {
  background-color: #faf7e4;
  color: #beb048;
}

.certificate-block .inner-box:hover .icon-box {
  transform: rotateY(180deg);
}

.certificate-block .inner-box h4 {
  position: relative;
  margin-top: 32px;
  font-family: "Lato", sans-serif;
}

.certificate-block .inner-box h4 a {
  position: relative;
  color: #0c0d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.certificate-block .inner-box:hover h4 a {
  color: #f9661f;
}

.certificate-block .inner-box:hover .explore {
  color: #0c0d24;
}

.certificate-block .inner-box .text {
  position: relative;
  margin-top: 18px;
  margin-bottom: 15px;
}

.certificate-block .inner-box .explore {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*** 

====================================================================
	Coaching Section
====================================================================

***/

.coaching-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0px 60px;
  background-color: #e4f6ff;
}

.coaching-section .icon-layer-one {
  position: absolute;
  left: 130px;
  top: 25%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.coaching-section .icon-layer-two {
  position: absolute;
  right: 100px;
  top: 18%;
  width: 102px;
  height: 89px;
  background-repeat: no-repeat;
}

.coaching-section .left-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
}

.coaching-section .right-color {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
}

.coaching-section .content-column {
  position: relative;
}

.coaching-section .content-column .inner-column {
  position: relative;
  margin-right: -20px;
}

.coaching-section .content-column .sec-title {
  margin-bottom: 25px;
}

.coaching-section .content-column .bold-text {
  position: relative;
  margin-bottom: 40px;
}

.coaching-section .content-column .bold-text p {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
}

.coaching-section .content-column .bold-text p:last-child {
  margin-bottom: 0px;
}

.coach-block {
  position: relative;
  margin-bottom: 30px;
}

.coach-block .inner-box {
  position: relative;
  padding: 35px 30px;
  border-radius: 8px;
}

.coach-block .inner-box .content {
  position: relative;
  padding-left: 80px;
}

.coach-block .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  color: #57c683;
  font-size: 20px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}

.coach-block .inner-box h5 {
  position: relative;
}

.coach-block .inner-box .coach-text {
  position: relative;
  margin-top: 10px;
  color: #0c0d24;
  opacity: 0.8;
  max-width: 300px;
}

.coach-block.active .inner-box {
  background-color: #ceedfd;
}

.coaching-section .image-column {
  position: relative;
  text-align: center;
}

.coaching-section .image-column .inner-column {
  position: relative;
  padding-left: 60px;
  padding-top: 40px;
}

.coaching-section .image-column .color-one {
  position: absolute;
  left: 180px;
  top: -20px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-color: #d1f6f5;
}

.coaching-section .image-column .color-two {
  position: absolute;
  left: 130px;
  top: 50px;
  width: 470px;
  height: 720px;
  z-index: 1;
  background-color: #d7f0fd;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.coaching-section .image-column .color-three {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 470px;
  height: 720px;
  background-color: #fbf7d8;
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}

.coaching-section .image-column .image {
  position: relative;
  z-index: 1;
}

.coaching-section .image-column .icon-layer-three {
  position: absolute;
  right: 50px;
  top: 18%;
  width: 66px;
  height: 58px;
  z-index: 2;
  background-repeat: no-repeat;
}

.coaching-section .image-column .icon-layer-four {
  position: absolute;
  left: 0px;
  bottom: -140px;
  width: 158px;
  height: 107px;
  background-repeat: no-repeat;
}

.coaching-section .image-column .phone-box {
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  padding: 35px 35px;
  border-radius: 10px;
  background-color: #0c0d24;
}

.coaching-section .image-column .phone-box a {
  position: relative;
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  display: block;
  margin-top: 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.coaching-section .image-column .phone-box a:hover {
  color: #ffe00c;
}

.coaching-section .image-column .phone-box .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  line-height: 1em;
  font-size: 90px;
  color: #ffffff;
  opacity: 0.1;
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section {
  position: relative;
  padding: 90px 0px 100px;
}

.event-block {
  position: relative;
  margin-bottom: 30px;
}

.event-block .inner-box {
  position: relative;
}

.event-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.event-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.event-block .inner-box:hover .image img {
  transform: scale(1.05, 1.05);
}

.event-block .inner-box .lower-content {
  position: relative;
  padding: 25px 22px;
  background-color: #fdfcf5;
}

.event-block .inner-box .lower-content h4 {
  position: relative;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.event-block .inner-box .lower-content h4 a {
  position: relative;
  color: #0c0d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.event-block .inner-box:hover .lower-content h4 a {
  color: #63caff;
}

.event-block .inner-box .lower-content .event-list {
  position: relative;
}

.event-block .inner-box .lower-content .event-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
  color: rgba(12, 13, 36, 0.8);
}

.event-block .inner-box .lower-content .event-list li .icon {
  position: absolute;
  left: 0px;
  color: rgba(12, 13, 36, 1);
}

.event-block .inner-box .lower-content .event-list li:last-child {
  position: relative;
  padding: 3px 5px 3px 25px;
  background-color: #f3efd4;
}

.event-block .inner-box .lower-content .event-list li:last-child .icon {
  left: 4px;
}

.event-block:nth-child(2) .inner-box .lower-content {
  background-color: #ecfafa;
}

.event-block:nth-child(2) .inner-box .lower-content .event-list li:last-child {
  background-color: #d3f1f1;
}

.event-block:nth-child(3) .inner-box .lower-content {
  background-color: #f1f0ff;
}

.event-block:nth-child(3) .inner-box .lower-content .event-list li:last-child {
  background-color: #dad8f6;
}

.event-block:nth-child(4) .inner-box .lower-content {
  background-color: #fcf5fd;
}

.event-block:nth-child(4) .inner-box .lower-content .event-list li:last-child {
  background-color: #f0e3f2;
}

.event-block:nth-child(5) .inner-box .lower-content {
  background-color: #effaec;
}

.event-block:nth-child(5) .inner-box .lower-content .event-list li:last-child {
  background-color: #d8edd2;
}

.event-block:nth-child(6) .inner-box .lower-content {
  background-color: #f0f7ff;
}

.event-block:nth-child(6) .inner-box .lower-content .event-list li:last-child {
  background-color: #daeafd;
}

.event-block:nth-child(7) .inner-box .lower-content {
  background-color: #fdfcf5;
}

.event-block:nth-child(7) .inner-box .lower-content .event-list li:last-child {
  background-color: #f3efd4;
}

.event-block:nth-child(8) .inner-box .lower-content {
  background-color: #ecfafa;
}

.event-block:nth-child(8) .inner-box .lower-content .event-list li:last-child {
  background-color: #d3f1f1;
}

.event-block:nth-child(9) .inner-box .lower-content {
  background-color: #f1f0ff;
}

.event-block:nth-child(9) .inner-box .lower-content .event-list li:last-child {
  background-color: #dad8f6;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
  position: relative;
  padding: 120px 0px 0px;
  background-color: #effaff;
}

.testimonial-section-three .auto-container {
  position: relative;
}

.testimonial-section-three .left-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.testimonial-section-three .right-color {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.testimonial-section-three .color-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1000px;
  height: 570px;
  background-color: #f8f3ee;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.testimonial-section-three .sec-title {
  padding-left: 30px;
}

.testimonial-section-three .icon-layer-one {
  position: absolute;
  left: 5%;
  top: 43%;
  width: 66px;
  height: 88px;
  background-repeat: no-repeat;
}

.testimonial-section-three .icon-layer-two {
  position: absolute;
  right: 8%;
  top: 55%;
  width: 100px;
  height: 87px;
  background-repeat: no-repeat;
}

.testimonial-section-three .icon-layer-three {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.testimonial-section-three .icon-layer-four {
  position: absolute;
  left: -150px;
  bottom: 8%;
  width: 312px;
  height: 280px;
  background-repeat: no-repeat;
}

.testimonial-section-three .owl-dots {
  display: none;
}

.testimonial-section-three .owl-nav {
  position: absolute;
  left: 45px;
  bottom: 16px;
  margin-left: 15px;
  margin-top: 40px;
}

.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 28px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(252, 154, 54, 0.2);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section-three .owl-nav .owl-prev:hover,
.testimonial-section-three .owl-nav .owl-next:hover {
  background-color: rgba(252, 154, 54, 1);
}

.testimonial-section-three .lower-text {
  position: absolute;
  left: 45px;
  bottom: 0px;
  width: 100%;
  font-size: 0px;
  text-align: center;
  max-width: 480px;
  color: #0c0d24;
  padding: 30px 30px;
  background-color: #d7f0fd;
}

.testimonial-section-three .slide {
}

.testimonial-block-three {
  position: relative;
}

.testimonial-block-three .inner-box {
  position: relative;
}

.testimonial-block-three .inner-box .content-column {
  position: relative;
}

.testimonial-block-three .inner-box .content-column .inner-column {
  position: relative;
  padding-left: 35px;
  padding-top: 40px;
}

.testimonial-block-three .inner-box .content-column .image-outer {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.testimonial-block-three .inner-box .content-column .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .content-column .quote {
  position: absolute;
  left: -20px;
  top: 22px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f9661f;
}

.testimonial-block-three .inner-box .content-column h6 {
  color: #0c0d24;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.testimonial-block-three .inner-box .content-column .designation {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}

.testimonial-block-three .inner-box .content-column .text {
  position: relative;
  font-size: 26px;
  z-index: 1;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.testimonial-block-three .inner-box .image-column {
  position: relative;
}

.testimonial-block-three .inner-box .image-column .inner-column {
  position: relative;
}

.testimonial-block-three .inner-box .image-column .pattern-layer {
  position: absolute;
  left: 40px;
  top: 0px;
  width: 251px;
  height: 97px;
  background-repeat: no-repeat;
}

.testimonial-block-three .inner-box .image-column .image {
  position: relative;
  z-index: 1;
  margin: 0px;
  margin-left: -25px;
  text-align: center;
}

.testimonial-block-three .inner-box .image-column .image img {
  position: relative;
  max-width: inherit;
  margin: 0 auto;
}

/*** 

====================================================================
	Appointment Section Three
====================================================================

***/

.appointment-section {
  position: relative;
  margin-bottom: 140px;
  padding: 170px 0px 170px;
  background-color: #effaff;
}

.appointment-section .auto-container {
  position: relative;
}

.appointment-section .left-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.appointment-section .right-color {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.appointment-section .icon-layer-one {
  position: absolute;
  left: 10%;
  bottom: -35px;
  width: 70px;
  height: 70px;
}

.appointment-section .icon-layer-two {
  position: absolute;
  right: 10%;
  bottom: 100px;
  width: 158px;
  height: 107px;
  z-index: 1;
}

.appointment-section .icon-layer-three {
  position: absolute;
  left: 10%;
  top: 100px;
  z-index: -1;
  width: 312px;
  height: 280px;
  z-index: 1;
}

.appointment-section .icon-layer-four {
  position: absolute;
  right: 30%;
  bottom: 100px;
  z-index: -1;
  width: 312px;
  height: 280px;
  z-index: 1;
}

.appointment-section .inner-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 70px 40px;
  background-color: #63caff;
}

.appointment-section .inner-container .big-icon {
  position: absolute;
  left: 40px;
  top: 40px;
  opacity: 0.1;
  color: #ffffff;
  font-size: 220px;
  line-height: 1em;
}

.appointment-section .content-column {
  position: relative;
}

.appointment-section .content-column .inner-column {
  position: relative;
  padding-left: 100px;
}

.appointment-section .content-column .inner-column .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  color: #4dc8c0;
  font-size: 36px;
  text-align: center;
  border-radius: 3px;
  line-height: 70px;
  display: inline-block;
  background-color: #ffffff;
}

.appointment-section .content-column .inner-column h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.appointment-section .content-column .inner-column .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
}

.appointment-section .button-column {
  position: relative;
}

.appointment-section .button-column .inner-column {
  position: relative;
  text-align: right;
  padding-top: 40px;
}

.appointment-section .inner-container .color-layer {
  position: absolute;
  right: -440px;
  width: 800px;
  height: 800px;
  transform: rotate(53deg);
  background-color: rgba(255, 255, 255, 0.15);
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title-section {
  position: relative;
  padding-top: 140px;
  overflow: hidden;
  background-color: #d7f0fd;
}

.page-title-section .icon-layer-one {
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 198px;
  height: 535px;
}

.page-title-section .icon-layer-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 515px;
  height: 216px;
  z-index: 1;
}

.page-title-section .icon-layer-three {
  position: absolute;
  left: 11%;
  top: 40%;
  z-index: 1;
  width: 70px;
  height: 70px;
}

.page-title-section .icon-layer-four {
  position: absolute;
  right: 11%;
  bottom: 30%;
  width: 70px;
  height: 70px;
}

.page-title-section .icon-layer-five {
  position: absolute;
  left: 0%;
  top: 15%;
  width: 102px;
  height: 89px;
}

.page-title-section .icon-layer-six {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 89px;
  height: 106px;
}

.page-title-section .icon-layer-seven {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 127px;
  height: 134px;
}

.page-title-section .icon-layer-eight {
  position: absolute;
  right: 20%;
  top: 35%;
  width: 346px;
  height: 85px;
}

.page-title-section .icon-layer-nine {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 406px;
  height: 327px;
}

.page-title-section .icon-layer-ten {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 260px;
  height: 263px;
}

.page-title-section .color-layer {
  position: absolute;
  left: 80px;
  top: 0px;
  height: 375px;
  width: 410px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.page-title-section .color-layer-two {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 440px;
  height: 365px;
  transform: rotate(5deg);
  background-color: #caedff;
}

.page-title-section .title-column {
  position: relative;
}

.page-title-section .title-column .inner-column {
  position: relative;
}

.page-title-section .title-column .page-breadcrumb {
  position: relative;
}

.page-title-section .title-column .page-breadcrumb li {
  position: relative;
  color: #0c0d24;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  font-family: "Lato", sans-serif;
}

.page-title-section .title-column .page-breadcrumb li:before {
  position: absolute;
  content: "-";
  right: -4px;
  top: 0px;
}

.page-title-section .title-column .page-breadcrumb li:last-child::before {
  display: none;
}

.page-title-section .title-column .page-breadcrumb li a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title-section .title-column .page-breadcrumb li a:hover {
  color: #f9661f;
}

.page-title-section .title-column h1 {
  font-weight: 900;
  font-size: 60px;
  z-index: 1;
  margin-top: 120px;
}

.page-title-section .image-column {
  position: relative;
}

.page-title-section .image-column .inner-column {
  position: relative;
  text-align: center;
}

.page-title-section .image-column .image {
  position: relative;
  z-index: 1;
}

.page-title-section.style-two {
  background-color: #ffffff;
}

.page-title-section.style-three {
  padding-bottom: 40px;
}

/*** 

====================================================================
	Counter Section Two
====================================================================

***/

.counter-section-two {
  position: relative;
}

.counter-section-two.style-two {
  padding-bottom: 40px;
}

.counter-section-two .image-column {
  position: relative;
  margin-bottom: 40px;
}

.counter-section-two .image-column .inner-column {
  position: relative;
  padding-top: 125px;
}

.counter-section-two .image-column .color-layer-one {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.counter-section-two .image-column .color-layer-two {
  position: absolute;
  left: 80px;
  top: 160px;
  width: 320px;
  height: 380px;
  border-radius: 10px;
  transform: rotate(10deg);
  background-color: #f7efb9;
}

.counter-section-two .image-column .image {
  position: relative;
  z-index: 1;
}

.counter-section-two .image-column .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 520px;
  height: 463px;
}

.counter-section-two .counter-column {
  position: relative;
  margin-bottom: 40px;
}

.counter-section-two .counter-column .inner-column {
  position: relative;
}

.counter-section-two .counter-column .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 69px;
  height: 69px;
}

.counter-section-two .counter-column .title-box {
  position: relative;
}

.counter-section-two .counter-column .title-box .title {
  position: relative;
  color: #f9661f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter-section-two .counter-column .title-box h2 {
  position: relative;
  margin-bottom: 25px;
}

.counter-section-two .counter-column .text {
  position: relative;
  margin-bottom: 50px;
}

.counter-section-two .counter-column .text p {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-bottom: 20px;
}

.counter-section-two .counter-column .text p:last-child {
  margin-bottom: 0px;
}

/* Fact Counter */

.fact-counter-two {
  position: relative;
}

.fact-counter-two .column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter-two .column .inner {
  position: relative;
}

.fact-counter-two .column .inner .content {
  position: relative;
}

.fact-counter-two .count-outer .percentage {
  display: inline-block;
  font-weight: 700;
  color: #ffaa17;
  font-size: 60px;
  line-height: 1em;
}

.fact-counter-two .column .inner .count-outer {
  position: relative;
  font-weight: 800;
  color: #0c0d24;
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.fact-counter-two .column .inner h6 {
  position: relative;
  font-weight: 500;
  margin-top: 12px;
  color: #0c0d24;
  text-transform: capitalize;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 100px 0px 70px;
  background-color: #f3fbf7;
}

.team-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.team-section .title-column .inner-column {
  position: relative;
}

.team-section .team-column {
  position: relative;
  margin-bottom: 40px;
}

.team-section .team-column .inner-column {
  position: relative;
  padding-top: 15px;
}

.team-section .team-column .inner-column .color-box {
  position: absolute;
  right: -140px;
  top: -40px;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box {
  position: relative;
  padding: 35px 35px;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.team-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #43b97e;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05) rotate(2deg);
}

.team-block .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
}

.team-block .inner-box .lower-content h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.2em;
}

.team-block .inner-box .lower-content h5 a {
  position: relative;
  color: #06092d;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box .lower-content h5 a:hover {
  color: #63caff;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #06092d;
  font-size: 16px;
  margin-top: 10px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
  position: relative;
  padding: 100px 0px 90px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
}

.about-section .content-column .text {
  position: relative;
  margin-bottom: 15px;
  margin-top: 25px;
}

.about-section .content-column .bold-text {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}

.about-section .content-column h5 {
  position: relative;
  margin-bottom: 12px;
}

.about-section .content-column p {
  margin-bottom: 20px;
}

.about-section .content-column p:first-child {
  margin-bottom: 20px;
}

.about-section .images-column {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}

.about-section .images-column .icon-layer-one {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 70px;
  height: 70px;
  z-index: -1;
}

.about-section .images-column .icon-layer-two {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 127px;
  height: 134px;
}

.about-section .images-column .inner-column {
  position: relative;
}

.about-section .images-column .inner-column .image {
  position: relative;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
}

.about-section .images-column .image-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section {
  position: relative;
  padding: 110px 0px 80px;
}

.process-section.style-two {
  padding-top: 20px;
}

/* Fact Counter */

.fact-counter-three {
  position: relative;
}

.fact-counter-three .column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter-three .column .inner {
  position: relative;
  padding: 40px 60px;
  border-radius: 5px;
  background-color: #fdeedd;
}

.fact-counter-three .column:nth-child(2) .inner {
  background-color: #fff7ff;
}

.fact-counter-three .column:nth-child(3) .inner {
  background-color: #ebfff8;
}

.fact-counter-three .column .inner .content {
  position: relative;
}

.fact-counter-three .count-outer .percentage {
  display: inline-block;
  font-weight: 700;
  color: #ffaa17;
  font-size: 50px;
  line-height: 1em;
}

.fact-counter-three .column .inner .count-outer {
  position: relative;
  font-weight: 800;
  color: #0c0d24;
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.fact-counter-three .column .inner h6 {
  position: relative;
  font-weight: 500;
  margin-top: 12px;
  color: #0c0d24;
  text-transform: capitalize;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-page-section {
  position: relative;
  padding: 100px 0px 70px;
  background-color: #f3fbf7;
}

.team-page-section .inner-container {
  position: relative;
}

.team-page-section .inner-container .color-box {
  position: absolute;
  right: -100px;
  top: -230px;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

/*** 

====================================================================
	Questions Section
====================================================================

***/

.questions-section {
  position: relative;
  padding: 100px 0px 70px;
}

.questions-section .inner-container {
  position: relative;
}

.questions-section .inner-container .icon-layer-one {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 106px;
  height: 70px;
  background-repeat: no-repeat;
}

.questions-section .inner-container .icon-layer-two {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 106px;
  height: 70px;
  background-repeat: no-repeat;
}

.question-block {
  position: relative;
  margin-bottom: 30px;
}

.question-block .inner-box {
  position: relative;
  padding: 50px 40px;
  border-radius: 0px;
  text-align: center;
  background-color: #d7f0fd;
}

.question-block .inner-box .icon-box {
  position: relative;
  font-size: 64px;
  line-height: 1em;
  color: #33b3f5;
  margin-bottom: 25px;
}

.question-block .inner-box h5 {
  position: relative;
  margin-bottom: 18px;
}

.question-block .inner-box h5 a {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
}

.question-block .inner-box h5 a {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
}

.question-block .inner-box .text {
  position: relative;
  color: #06142d;
  font-size: 16px;
  margin-bottom: 18px;
}

.question-block .inner-box .read-more {
  position: relative;
  color: #33b3f5;
  font-size: 16px;
  font-weight: 700;
}

.question-block:nth-child(2) .inner-box {
  background-color: #e9f5ef;
}

.question-block:nth-child(2) .inner-box .icon-box {
  color: #41c985;
}

.question-block:nth-child(2) .inner-box .read-more {
  color: #41c985;
}

.question-block:nth-child(3) .inner-box {
  background-color: #fefae1;
}

.question-block:nth-child(3) .inner-box .icon-box {
  color: #e3cd45;
}

.question-block:nth-child(3) .inner-box .read-more {
  color: #e3cd45;
}

/*** 

====================================================================
	Faq Accordion Section
====================================================================

***/

.faq-accordion-section {
  position: relative;
  padding-bottom: 80px;
}

.faq-accordion-section .faq-column {
  position: relative;
  margin-bottom: 40px;
}

.faq-accordion-section .faq-column h4 {
  margin-bottom: 25px;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border-bottom: 2px solid #f1f3f2;
}

.accordion-box .block.active-block {
  background-color: #ecf9ff;
  border-color: #ecf9ff;
}

.accordion-box .block .acc-btn {
  position: static;
  font-size: 18px;
  line-height: 35px;
  color: #06142d;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 14px 20px;
  padding-right: 25px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  /* color: #1c17a0; */
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn.active .icon {
}

.accordion-box .block .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  font-size: 20px;
  line-height: 60px;
  color: #666666;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 8px 8px 8px 0px;
}

.accordion-box .block .icon::before {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon::before {
  transform: rotate(180deg);
  display: inline-block;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 10px 20px 30px 20px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  position: relative;
}

.accordion-box .block .content .text p {
  position: relative;
  color: #06142d;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.accordion-box .block .content .text p:last-child {
  margin-bottom: 0px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
  padding: 0px 0px 80px;
}

.price-block {
  position: relative;
  margin-bottom: 30px;
}

.price-block .inner-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  padding: 80px 30px 50px;
  background-color: #ecf9ff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.price-block .inner-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.price-block .inner-box:hover .circle-box {
  left: -110px;
}

.price-block .inner-box .circle-box {
  position: absolute;
  left: -210px;
  top: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fdfcf5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.price-block .inner-box .big-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
}

.price-block .inner-box .title {
  position: relative;
  color: #fca24c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.price-block .inner-box h4 {
  position: relative;
  margin-bottom: 25px;
}

.price-block .inner-box .price {
  position: relative;
  color: #0c0d24;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

.price-block .inner-box .price span {
  position: relative;
  font-size: 24px;
}

.price-block .inner-box .price-list {
  position: relative;
  margin-bottom: 35px;
}

.price-block .inner-box .price-list li {
  position: relative;
  opacity: 0.8;
}

.price-block .inner-box .theme-btn {
  text-transform: uppercase;
}

/*** 

====================================================================
	Events Detail Section
====================================================================

***/

.events-detail-section {
  position: relative;
  padding: 110px 0px 70px;
}

.events-detail-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.events-detail-section .image-column .inner-column {
  position: relative;
}

.events-detail-section .image-column .image {
  position: relative;
}

.events-detail-section .image-column .image:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  border: 4px solid #ffffff;
}

.events-detail-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.events-detail-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.events-detail-section .content-column .inner-column {
  position: relative;
}

.events-detail-section .content-column .icon-layer-one {
  position: absolute;
  right: -80px;
  top: 0px;
  width: 146px;
  height: 120px;
  background-repeat: no-repeat;
}

/* Time Counter */

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
  margin-bottom: 30px;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 18px;
  line-height: 1em;
  color: #5b6673;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  z-index: 7;
  border-radius: 50%;
  background-color: #d7f0fd;
  margin-right: 8px;
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 30px;
  padding: 35px 0px 15px;
  color: #282d3e;
  font-weight: 700;
}

.time-counter .time-countdown .counter-column:nth-child(2) {
  background-color: #fff1e7;
}

.time-counter .time-countdown .counter-column:nth-child(3) {
  background-color: #e5fdf0;
}

.time-counter .time-countdown .counter-column:nth-child(4) {
  background-color: #fbf3fe;
}

.events-detail-section .content-column h2 {
  position: relative;
  color: #0c0d24;
}

.events-detail-section .content-column .post-info {
  position: relative;
  margin-top: 30px;
}

.events-detail-section .content-column .post-info li {
  position: relative;
  color: #0c0d24;
  margin-right: 20px;
  display: inline-block;
}

.events-detail-section .content-column .post-info li:nth-child(2) {
  position: relative;
  color: #5d7ef9;
}

.events-detail-section .content-column .post-info li a {
  position: relative;
  color: #5d7ef9;
  padding: 1px 14px;
  display: inline-block;
  border: 1px solid #5d7ef9;
}

.events-detail-section .content-column .bold-text {
  position: relative;
  margin-top: 30px;
  color: #0c0d24;
  font-size: 20px;
}

.events-detail-section .content-column .text {
  position: relative;
  margin-top: 20px;
  color: #0c0d24;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.events-detail-section .content-column .btns-box {
  position: relative;
  float: left;
}

.events-detail-section .content-column .btns-box li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.events-detail-section .content-column .btns-box li a {
  position: relative;
  color: #0c0d24;
  padding: 12px 30px;
  font-weight: 700;
  display: inline-block;
  background-color: #d7f0fd;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.events-detail-section .content-column .btns-box li a:hover {
  color: #ffffff;
  background-color: #f9661f;
}

.events-detail-section .content-column .calender {
  position: relative;
  float: left;
  top: -4px;
  color: #587fff;
  font-size: 16px;
  margin-left: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.events-detail-section .content-column .calender:hover {
  color: #f9661f;
}

.events-detail-section .content-column .options-box {
  position: relative;
  float: left;
  margin-left: 25px;
}

.events-detail-section .content-column .options-box li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.events-detail-section .content-column .options-box li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #656e69;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e5fdf0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.events-detail-section .content-column .options-box li a:hover {
  color: #ffffff;
  background-color: #f9661f;
}

.events-detail-section .lower-section {
  position: relative;
  padding-top: 30px;
}

.events-detail-section .lower-section h4 {
  position: relative;
  font-family: "Lato", sans-serif;
}

.events-detail-section .lower-section .bold-text {
  position: relative;
  color: #0c0d24;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.events-detail-section .lower-section h5 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.events-detail-section .lower-section .tags {
  position: relative;
  margin-top: 50px;
}

.events-detail-section .lower-section .tags span {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}

.events-detail-section .lower-section .tags li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.events-detail-section .lower-section .tags li a {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  padding: 0px 14px;
  display: inline-block;
  border: 1px solid #e4e8f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.events-detail-section .lower-section .tags li a:hover {
  border-color: #0c0d24;
}

.events-detail-section .lower-section .date-box {
  position: relative;
  padding: 30px 35px;
  background-color: #fffbf8;
}

.events-detail-section .lower-section .date-box h6 {
  position: relative;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}

.events-detail-section .lower-section .date-list {
  position: relative;
}

.events-detail-section .lower-section .date-list li {
  position: relative;
  color: #7c7981;
  margin-bottom: 5px;
}

.events-detail-section .lower-section .date-list li span {
  position: relative;
  color: #0c0d24;
  font-size: 15px;
  margin-right: 8px;
  font-weight: 600;
}

.events-detail-section .lower-section .date-list li:last-child {
  margin-bottom: 0px;
}

.events-detail-section .lower-section .social-box {
  position: relative;
  margin-top: 25px;
}

.events-detail-section .lower-section .social-box .social-title {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}

.events-detail-section .lower-section .social-box li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.events-detail-section .lower-section .social-box li a {
  position: relative;
  color: #5e5f70;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.events-detail-section .lower-section .social-box li a:hover {
  color: #111111;
}

/*** 

====================================================================
	Related Events Section
====================================================================

***/

.related-events-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 90px;
}

/*** 

====================================================================
	Courses Page Section
====================================================================

***/

.courses-page-section {
  position: relative;
  padding: 110px 0px 70px;
}

.courses-page-section.style-two .outer-container {
  position: relative;
  padding: 0px 10px;
}

.courses-page-section.style-two .outer-container .row {
  margin: 0px -5px;
}

.courses-page-section.style-two .outer-container .course-block {
  padding: 0px 5px;
  float: left;
  width: 20%;
}

.courses-page-section.style-two
  .outer-container
  .course-block
  .inner-box
  .lower-content {
  background-color: #fdf5f7;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(2)
  .inner-box
  .lower-content {
  background-color: #fdfcf5;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(3)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(4)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(8)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(9)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(13)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(14)
  .inner-box
  .lower-content {
  background-color: #f7fcff;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(5)
  .inner-box
  .lower-content {
  background-color: #fefaff;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(6)
  .inner-box
  .lower-content {
  background-color: #fdf5f7;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(7)
  .inner-box
  .lower-content {
  background-color: #fdfcf5;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(10)
  .inner-box
  .lower-content {
  background-color: #fefaff;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(11)
  .inner-box
  .lower-content {
  background-color: #fdf5f7;
}

.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(12)
  .inner-box
  .lower-content,
.courses-page-section.style-two
  .outer-container
  .course-block:nth-child(15)
  .inner-box
  .lower-content {
  background-color: #fdfcf5;
}

.filter-box {
  position: relative;
  margin-bottom: 50px;
  background-color: #f9f9f9;
}

.filter-box .available {
  position: relative;
  color: #06092d;
  font-size: 16px;
  padding: 29px 0px;
}

.filter-box .available span {
  position: relative;
  font-size: 20px;
  color: #63caff;
}

.filter-box .filter-options {
  position: relative;
  padding: 22px 20px;
  background-color: #f4f1f1;
}

.filter-box .view-list {
  position: relative;
  float: left;
}

.filter-box .view-list li {
  position: relative;
  float: left;
  margin-right: 5px;
  display: inline-block;
}

.filter-box .view-list li:last-child {
  margin-right: 0px;
}

.filter-box .view-list li a {
  position: relative;
  width: 50px;
  height: 43px;
  color: #767676;
  font-size: 16px;
  line-height: 43px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter-box .view-list li a:hover,
.filter-box .view-list li.active a {
  color: #111111;
  background-color: #d7f0fd;
}

/* Item Sorting */

.filter-box .form-group {
  margin-bottom: 0px;
  float: left;
  margin-right: 10px;
}

.filter-box select {
  position: relative;
  display: block;
  width: 120px;
  line-height: 24px;
  padding: 9px 20px 9px;
  height: 45px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
  color: #666666;
  background-color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.filter-box select option {
  text-indent: 15px;
}

.course-block {
  position: relative;
  margin-bottom: 30px;
}

.course-block .inner-box {
  position: relative;
}

.course-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #111111;
}

.course-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.course-block .inner-box:hover .image img {
  opacity: 0.5;
  transform: scale(1.05, 1.05);
}

.course-block .inner-box .lower-content {
  position: relative;
  padding: 30px 25px;
  background-color: #fdfcf5;
}

.course-block .inner-box .lower-content .price {
  position: relative;
  color: #423b3c;
  font-size: 20px;
  font-weight: 700;
}

.course-block .inner-box .lower-content .price span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.course-block .inner-box .lower-content .school-name {
  position: relative;
  color: #63caff;
}

.course-block .inner-box .lower-content h5 {
  position: relative;
  margin-top: 10px;
}

.course-block .inner-box .lower-content h5 a {
  position: relative;
  color: #0c0d24;
}

.course-block .inner-box .lower-content .rating-box {
  position: relative;
  padding-top: 10px;
  margin-top: 18px;
  border-top: 1px solid #e1e7ea;
}

.course-block .inner-box .lower-content .rating-box .rating {
  position: relative;
  color: #fbb039;
  font-size: 14px;
  display: inline-block;
}

.course-block .inner-box .lower-content .total-rating {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
}

.course-block .inner-box .lower-content .total-rating span {
  position: relative;
  font-weight: 400;
}

.course-block .inner-box .lower-content .students {
  position: relative;
  color: #000000;
  margin-left: 10px;
  display: inline-block;
}

.course-block .inner-box .lower-content .hours {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin-top: 12px;
  padding-left: 30px;
}

.course-block .inner-box .lower-content .hours:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 20px;
  height: 24px;
  background: url(../images/icons/graph-icon.png) no-repeat;
}

.course-block .inner-box .lower-content .hours span {
  position: relative;
  margin-left: 15px;
}

.courses-page-section .styled-pagination {
  margin-top: 40px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  margin: 0px 5px 10px;
  display: inline-block;
}

.styled-pagination li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background-color: #edf4f8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
  color: #ffffff;
  background-color: #63caff;
}

/*** 

====================================================================
	Courses Page Section Two
====================================================================

***/

.courses-page-section-two {
  position: relative;
  padding: 110px 0px 60px;
}

.courses-page-section-two .info-column {
  position: relative;
  margin-bottom: 40px;
}

.courses-page-section-two .info-column .inner-column {
}

.filter-widget-box {
  position: relative;
  margin-bottom: 30px;
}

.filter-widget-box .widget-inner {
  position: relative;
  padding: 35px 20px;
  background-color: #f9f9f9;
}

.filter-widget-box .widget-inner h5 {
  margin-bottom: 15px;
}

.skills-form .radio-box {
  position: relative;
  margin-bottom: 15px;
}

.skills-form .radio-box:last-child {
  margin-bottom: 0px;
}

.skills-form .radio-box label {
  color: #2b2b2b;
}

.skills-form .radio-box label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 16px;
  padding: 4px 0px 0px 32px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
  color: rgba(12, 13, 36, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.skills-form .radio-box label .star {
  position: relative;
  color: #fbb039;
  margin-right: 8px;
}

.skills-form .radio-box input[type="radio"]:checked + label {
  border-color: #25a9e0;
}

.skills-form .form-group .radio-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.skills-form .radio-box label:before {
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #ededed;
}

.skills-form .radio-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: "FontAwesome";
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.skills-form .radio-box input[type="radio"] {
  display: none;
}

.skills-form .radio-box input[type="radio"]:checked + label:before {
  border: 8px solid #f9661f;
  background: #ffffff;
}

.skills-form .radio-box input[type="radio"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}

.courses-page-section-two .blocks-column {
  position: relative;
  margin-bottom: 40px;
}

.courses-page-section-two .blocks-column .inner-column {
  position: relative;
}

.course-block-two {
  position: relative;
  margin-bottom: 30px;
}

.course-block-two .inner-box {
  position: relative;
  padding-left: 390px;
  min-height: 287px;
  background-color: #f7fcff;
}

.course-block-two .inner-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 370px;
  overflow: hidden;
  background-color: #111111;
}

.course-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.course-block-two .inner-box:hover .image img {
  opacity: 0.5;
  transform: scale(1.05, 1.05);
}

.course-block-two .inner-box .content-box {
  position: relative;
  padding: 30px 30px 20px 0px;
}

.course-block-two .inner-box .content-box .price {
  position: relative;
  color: #423b3c;
  font-size: 20px;
  font-weight: 700;
}

.course-block-two .inner-box .content-box .price span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.course-block-two .inner-box .content-box .school-name {
  position: relative;
  color: #63caff;
}

.course-block-two .inner-box .content-box h5 {
  position: relative;
  margin-top: 10px;
}

.course-block-two .inner-box .content-box h5 a {
  position: relative;
  color: #0c0d24;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.course-block-two .inner-box .content-box h5 a:hover {
  color: #63caff;
}

.course-block-two .inner-box .content-box .rating-box {
  position: relative;
  padding-top: 10px;
  margin-top: 18px;
  border-top: 1px solid #e1e7ea;
}

.course-block-two .inner-box .content-box .rating-box .rating {
  position: relative;
  color: #fbb039;
  font-size: 14px;
  display: inline-block;
}

.course-block-two .inner-box .content-box .total-rating {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
}

.course-block-two .inner-box .content-box .total-rating span {
  position: relative;
  font-weight: 400;
}

.course-block-two .inner-box .content-box .students {
  position: relative;
  color: #000000;
  margin-left: 10px;
  display: inline-block;
}

.course-block-two .inner-box .content-box .hours {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin-top: 12px;
  padding-left: 30px;
}

.course-block-two .inner-box .content-box .hours:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 20px;
  height: 24px;
  background: url(../images/icons/graph-icon.png) no-repeat;
}

.course-block-two .inner-box .content-box .hours span {
  position: relative;
  margin-left: 15px;
}

/*** 

====================================================================
	Courses Single Title Section
====================================================================

***/

.course-single-title-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 90px 0px 90px;
  background-color: #fcf8f3;
}

.course-single-title-section .color-one {
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.course-single-title-section .color-two {
  position: absolute;
  right: -150px;
  top: 60px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #fff9ce;
}

.course-single-title-section .pattern-layer-one {
  position: absolute;
  left: 15%;
  top: 12%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.course-single-title-section .pattern-layer-two {
  position: absolute;
  right: 20%;
  top: 27%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.course-single-title-section .pattern-layer-three {
  position: absolute;
  right: 12%;
  bottom: 10%;
  width: 89px;
  height: 106px;
  background-repeat: no-repeat;
}

.course-single-title-section .pattern-layer-four {
  position: absolute;
  right: 50%;
  top: 60px;
  width: 702px;
  height: 366px;
  margin-right: -350px;
  background-repeat: no-repeat;
}

.course-single-title-section .rating {
  position: relative;
  color: #fbb039;
  font-size: 16px;
}

.course-single-title-section .rating strong {
  position: relative;
  color: #000000;
  margin-left: 10px;
  font-size: 16px;
}

.course-single-title-section .rating i {
  position: relative;
  color: #000000;
  top: -2px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
}

.course-single-title-section h2 {
  position: relative;
  margin-top: 15px;
}

.course-single-title-section .course-info {
  position: relative;
  margin-top: 20px;
}

.course-single-title-section .course-info li {
  position: relative;
  color: #000000;
  font-size: 15px;
  padding-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.course-single-title-section .course-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

.course-single-title-section .business {
  position: relative;
  color: #60c4f7;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

.course-single-title-section .hovers {
  position: relative;
  color: #000000;
  font-size: 15px;
}

.course-single-title-section .social-box {
  position: relative;
  margin-top: 20px;
}

.course-single-title-section .social-box li {
  position: relative;
  margin: 0px 3px;
  display: inline-block;
}

.course-single-title-section .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #55acee;
}

.course-single-title-section .social-box li.twitter a {
  background-color: #55acee;
}

.course-single-title-section .social-box li.pinterest a {
  background-color: #bd081c;
}

.course-single-title-section .social-box li.facebook a {
  background-color: #3b5999;
}

.course-single-title-section .social-box li.dribbble a {
  background-color: #ea4c89;
}

/*** 

====================================================================
	Course Detail Section
====================================================================

***/

.course-detail-section {
  position: relative;
  padding: 100px 0px 60px;
}

.course-detail-section .content-column {
  position: relative;
  padding-bottom: 40px;
}

.course-detail-section .content-column .inner-column {
  position: relative;
}

.course-detail-section .content-column h5 {
  position: relative;
  font-weight: 700;
  color: #0c0d24;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.course-detail-section .content-column p {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px;
}

.course-detail-section .content-column .learn-box {
  position: relative;
  margin-bottom: 50px;
  padding: 35px 30px 45px;
  border: 1px solid #e9e9e9;
}

.course-detail-section .content-column .learn-box .learn-list {
  position: relative;
}

.course-detail-section .content-column .learn-box .learn-list li {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.9em;
  padding-left: 36px;
  margin-bottom: 18px;
}

.course-detail-section .content-column .learn-box .learn-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: url(../images/icons/check.png) no-repeat;
}

.course-detail-section .content-column .learn-box .learn-list li:last-child {
  margin-bottom: 0px;
}

.course-detail-section .content-column .learn-list-two {
  position: relative;
  margin-bottom: 30px;
}

.course-detail-section .content-column .learn-list-two li {
  position: relative;
  color: #0c0d24;
  font-size: 16px;
  line-height: 1.9em;
  padding-left: 36px;
  margin-bottom: 18px;
}

.course-detail-section .content-column .learn-list-two li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 23px;
  height: 23px;
  background: url(../images/icons/check-1.png) no-repeat;
}

.course-detail-section .content-column .learn-list-two li:last-child {
  margin-bottom: 0px;
}

.course-detail-section .content-column .total-lectures {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Accordion Box Two */

.accordion-box-two {
  position: relative;
  border: 1px solid #e9e9e9;
}

.accordion-box-two .block {
  position: relative;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #f9f8f3;
  border-bottom: 1px solid #e9e9e9;
}

.accordion-box-two .block:last-child {
  border-bottom: none;
}

.accordion-box-two .block.active-block {
  background-color: #f8f8f1;
  border-color: #f8f8f1;
}

.accordion-box-two .block .acc-btn {
  position: relative;
  font-size: 16px;
  color: #0c0d24;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 14px 60px;
  padding-right: 25px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn .side-text {
  position: absolute;
  right: 20px;
  opacity: 0.8;
  color: #0c0d24;
  font-weight: 500;
}

.accordion-box-two .block .acc-btn.active {
  margin-bottom: 0px;
  border-bottom: 1px solid #e9e9e9;
}

.accordion-box-two .block .acc-btn.active .icon {
}

.accordion-box-two .block .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  font-size: 20px;
  line-height: 60px;
  color: #666666;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-right: 1px solid #e9e9e9;
}

.accordion-box-two .block .icon::before {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon::before {
  transform: rotate(180deg);
  display: inline-block;
}

.accordion-box-two .block .acc-content {
  position: relative;
  display: none;
  background-color: #fafaf9;
}

.accordion-box-two .block .content {
  position: relative;
  padding: 0px 25px 20px 25px;
}

.accordion-box-two .block .acc-content.current {
  display: block;
}

.accordion-box-two .block .content .accordion-list {
  position: relative;
}

.accordion-box-two .block .content .accordion-list li {
  position: relative;
  padding: 16px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.accordion-box-two .block .content .accordion-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.accordion-box-two .block .content .accordion-list li a {
  position: relative;
  color: #000000;
  font-size: 15px;
  display: block;
  font-weight: 600;
  padding-left: 28px;
}

.accordion-box-two .block .content .accordion-list li a .time {
  position: absolute;
  right: 0px;
}

.accordion-box-two .block .content .accordion-list li a .list-icon {
  position: absolute;
  left: 0px;
  top: 1px;
}

.course-detail-section .read-more {
  position: relative;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}

.course-detail-section .read-more a {
  position: relative;
  color: #60c4f7;
}

/* Author Box */

.author-box {
  position: relative;
  margin-bottom: 65px;
}

.author-box .box-inner {
  position: relative;
  padding-left: 230px;
}

.author-box .box-inner .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
}

.author-box .box-inner h6 {
  position: relative;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 1.3em;
}

.author-box .box-inner h6 .icon {
  position: relative;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
  border-radius: 50px;
  display: inline-block;
  background-color: #60c4f7;
}

.author-box .box-inner .designation {
  position: relative;
  color: #000000;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.author-box .box-inner .list {
  position: relative;
}

.author-box .box-inner .list li {
  position: relative;
  margin-bottom: 0px;
  color: #000000;
  font-size: 14px;
  padding-left: 25px;
}

.author-box .box-inner .list .icon {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 16px;
}

.author-box .box-inner .text {
  position: relative;
  color: #000000;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 10px;
  line-height: 1.7em;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.course-detail-section .comments-area {
  position: relative;
}

.course-detail-section .group-title {
  position: relative;
}

.course-detail-section .group-title h3 {
  position: relative;
  color: #222222;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.course-detail-section .comments-area .comment-box {
  position: relative;
  padding: 0px 0px 0px;
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.course-detail-section .comments-area .comment-box:last-child {
  margin-bottom: 0px;
}

.course-detail-section .comments-area .comment {
  position: relative;
  font-size: 14px;
  min-height: 120px;
  margin-bottom: 40px;
  padding: 5px 0px 0px 110px;
}

.course-detail-section .comments-area .reply-comment {
  margin-left: 60px;
}

.course-detail-section .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.course-detail-section .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.course-detail-section .comments-area .comment-info {
  margin-bottom: 8px;
}

.course-detail-section .comments-area .comment-info .rating {
  position: relative;
  color: #fcb120;
  font-size: 18px;
  display: inline-block;
}

.course-detail-section .comments-area .comment-box strong {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 1.3em;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.course-detail-section .comments-area .comment-box .text {
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 0px;
  padding-top: 0px;
}

.course-detail-section .comments-area .comment-info .comment-time {
  font-size: 15px;
  color: #777777;
  margin-left: 20px;
  display: inline-block;
}

.course-detail-section .comments-area .like-dislike {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.course-detail-section .comments-area .like-dislike li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.course-detail-section .comments-area .like-dislike li a {
  position: relative;
  width: 34px;
  height: 34px;
  color: #60c4f7;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #dde1df;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.course-detail-section .comments-area .like-dislike li a:hover {
  color: #ffffff;
  border-color: #60c4f7;
  background-color: #60c4f7;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 55px;
  font-size: 14px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #60c4f7;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 185px;
  background: #ffffff;
  resize: none;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .theme-btn {
  cursor: pointer;
  margin-top: 10px;
}

.course-detail-section .info-column {
  position: relative;
  padding-bottom: 40px;
}

.course-detail-section .info-column .inner-column {
  position: relative;
  padding: 35px 35px;
  background-color: #fcf8f3;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.course-detail-section .info-column .inner-column:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 29%;
  border-top: 6px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 6px solid transparent;
}

.course-detail-section .info-column .price {
  position: relative;
  color: #60c4f7;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 15px;
  border-bottom: 2px solid #dadada;
}

.course-detail-section .info-column .price i {
  position: relative;
  color: #7c7979;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-decoration: line-through;
}

.course-detail-section .info-column .price span {
  position: relative;
  color: #7c7979;
  font-size: 16px;
  font-weight: 500;
}

.course-detail-section .info-column h5 {
  position: relative;
  font-weight: 700;
  color: #0c0d24;
  line-height: 1.3em;
  margin-top: 25px;
  font-family: "Lato", sans-serif;
}

.course-detail-section .info-column .text {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.9em;
  margin-top: 15px;
  margin-bottom: 20px;
}

.course-detail-section .info-column .level-list {
  position: relative;
}

.course-detail-section .info-column .level-list li {
  position: relative;
  padding-left: 30px;
  color: #0c0d24;
  font-size: 16px;
  max-width: 240px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}

.course-detail-section .info-column .level-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 12px;
  height: 3px;
  background-color: #60c4f7;
}

.course-detail-section .info-column .level-list li span {
  position: absolute;
  right: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

.course-detail-section .info-column .level-list li:last-child {
  margin-bottom: 0px;
}

.course-detail-section .info-column .level-list-two {
  position: relative;
  margin-top: 25px;
}

.course-detail-section .info-column .level-list-two li {
  position: relative;
  padding-left: 30px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 8px;
}

.course-detail-section .info-column .level-list-two li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 23px;
  height: 23px;
  background: url(../images/icons/check-1.png) no-repeat;
}

.course-detail-section .info-column .btns-box {
  position: relative;
  margin-top: 22px;
}

.course-detail-section .info-column .btns-box .enrol-btn {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding: 11px 26px;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  background-color: #f9661f;
}

.course-detail-section .info-column .btns-box .wishlist-btn {
  position: relative;
  color: #000000;
  font-size: 16px;
  padding: 11px 26px;
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  background-color: #eef7f3;
}

/* Coupon Form */

.coupon-form {
  position: relative;
  margin-bottom: 35px;
  margin-top: 20px;
}

.coupon-form h6 {
  position: relative;
  color: #00184f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.coupon-form h6 .fa {
  position: relative;
  margin-left: 5px;
  color: #43b97e;
}

.coupon-form .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"],
.coupon-form .form-group input[type="tel"],
.coupon-form .form-group input[type="email"],
.coupon-form .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 50px;
  color: #00184f;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #e9f3f8;
}

.coupon-form .form-group input:focus {
}

.coupon-form .form-group input[type="submit"],
.coupon-form .form-group button {
  position: absolute;
  width: 75px;
  height: 50px;
  right: 0px;
  top: 0px;
  bottom: 5px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0px;
  background-color: #60c4f7;
  display: inline-block;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section {
  position: relative;
  padding: 100px 0px 60px;
}

.blog-page-section .styled-pagination {
  margin-top: 50px;
}

.blog-page-section .outer-container {
  position: relative;
  padding: 0px 10px;
}

.blog-page-section .outer-container .row {
  margin: 0px -5px;
}

.blog-page-section .outer-container .news-block-three {
  width: 20%;
  float: left;
  padding: 0px 5px;
}

.news-block-three {
  position: relative;
  margin-bottom: 30px;
}

.news-block-three .inner-box {
  position: relative;
  min-height: 100%;
  background-color: #fdfcf5;
}

.news-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #111111;
}

.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}

.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 22px 20px 30px;
}

.news-block-three .inner-box .lower-content .author-info {
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  padding-top: 8px;
  min-height: 41px;
  line-height: 1.5em;
  color: rgba(66, 59, 60, 0.8);
}

.news-block-three .inner-box .lower-content .author-info .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
}

.news-block-three .inner-box .lower-content .author-info .date {
  position: relative;
  font-size: 15px;
  padding-left: 22px;
  margin-left: 10px;
  color: rgba(66, 59, 60, 0.8);
}

.news-block-three .inner-box .lower-content .author-info .date:before {
  position: absolute;
  content: "\f133";
  left: 0px;
  top: 2px;
  color: #8f8f8f;
  line-height: 1em;
  font-family: "FontAwesome";
}

.news-block-three .inner-box .lower-content .category {
  position: relative;
  color: #63caff;
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content h5 {
  position: relative;
}

.news-block-three .inner-box .lower-content h5 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box .lower-content h5 a:hover {
  color: #63caff;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {
  padding-top: 0px;
}

/*Search Box Widget*/

.sidebar .search-box .widget-content {
  padding: 20px 20px;
  background-color: #f9f9f9;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 43px;
  padding: 10px 50px 10px 25px;
  background: #ffffff;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 50px;
  color: #000000;
  border-radius: 0px;
  border: 1px solid #eaebec;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 16px;
  color: #dbdbd9;
  border-radius: 0px 5px 5px 0px;
  line-height: 100%;
  font-weight: normal;
  background: none;
}

.sticky-top {
  z-index: 1;
  top: 90px;
}

.sidebar-widget {
  margin-bottom: 35px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h5 {
  position: relative;
  color: #0c0d24;
  padding-left: 25px;
  line-height: 1.3em;
  text-transform: capitalize;
}

.sidebar-title h5:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #f9661f;
}

/* Blog Cat */

.blog-cat {
  position: relative;
}

.blog-cat li {
  position: relative;
  margin-bottom: 6px;
}

.blog-cat li a {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  color: rgba(12, 13, 36, 0.8);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #63caff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat li a:hover {
  color: #63caff;
  text-decoration: underline;
}

.blog-cat li a:hover::before {
  background-color: #f9661f;
}

/* Post Widget */

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  margin-bottom: 15px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: 0px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 600;
  color: #0c0d24;
  line-height: 1.8em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #0c0d24;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #f9661f;
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-size: 15px;
  color: #423b3c;
  opacity: 0.8;
  font-weight: 400;
  margin-top: 4px;
}

/* Popular Tags */

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 26px 8px;
  margin: 0px 6px 10px 0px;
  color: #423b3c;
  text-align: center;
  font-size: 15px;
  background: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #f7efe8;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #63caff;
  color: #ffffff;
}

.blog-classic .styled-pagination {
  margin-top: 70px;
}

/* News Block Four */

.news-block-four {
  position: relative;
  margin-bottom: 30px;
}

.news-block-four .inner-box {
  position: relative;
  min-height: 100%;
  background-color: #fdfcf5;
}

.news-block-four .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #111111;
}

.news-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}

.news-block-four .inner-box .lower-content {
  position: relative;
  padding: 30px 30px 30px;
}

.news-block-four .inner-box .lower-content .category {
  position: relative;
  color: #63caff;
  font-size: 15px;
  margin-bottom: 15px;
}

.news-block-four .inner-box .lower-content h3 {
  position: relative;
  margin-bottom: 28px;
}

.news-block-four .inner-box .lower-content h3 a {
  position: relative;
  color: #0c0d24;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .inner-box .lower-content h3 a:hover {
  color: #63caff;
}

.news-block-four .inner-box .lower-content .author-info {
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  padding-top: 8px;
  min-height: 41px;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: rgba(66, 59, 60, 0.8);
}

.news-block-four .inner-box .lower-content .author-info .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
}

.news-block-four .inner-box .lower-content .author-info .date {
  position: relative;
  font-size: 15px;
  padding-left: 22px;
  margin-left: 10px;
  color: rgba(66, 59, 60, 0.8);
}

.news-block-four .inner-box .lower-content .author-info .date:before {
  position: absolute;
  content: "\f133";
  left: 0px;
  top: 2px;
  color: #8f8f8f;
  line-height: 1em;
  font-family: "FontAwesome";
}

.news-block-four .inner-box .lower-content .text {
  position: relative;
  color: #0c0d24;
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 28px;
}

.blog-detail {
  position: relative;
}

.blog-detail .inner-box {
  position: relative;
}

.blog-detail .inner-box .title {
  position: relative;
  color: #6eceff;
  font-size: 16px;
}

.blog-detail .inner-box h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.3em;
  color: #000000;
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.blog-detail .inner-box .author-info {
  position: relative;
  font-size: 16px;
  padding-left: 65px;
  margin-bottom: 20px;
  color: rgba(6, 20, 45, 0.7);
}

.blog-detail .inner-box .author-info strong {
  position: relative;
  color: #000000;
  margin-bottom: 0px;
  font-size: 16px;
  display: block;
}

.blog-detail .inner-box .author-info .author-image {
  position: absolute;
  color: #000000;
  left: 0px;
  top: 0px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

.blog-detail .inner-box .social-box {
  position: relative;
  margin-top: 22px;
}

.blog-detail .inner-box .social-box span {
  position: relative;
  margin-right: 15px;
  color: #6b6a6a;
  top: 3px;
  font-size: 22px;
}

.blog-detail .inner-box .social-box li {
  position: relative;
  margin-right: 6px;
  display: inline-block;
}

.blog-detail .inner-box .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #55acee;
}

.blog-detail .inner-box .social-box li.twitter a {
  background-color: #55acee;
}

.blog-detail .inner-box .social-box li.pinterest a {
  background-color: #bd081c;
}

.blog-detail .inner-box .social-box li.facebook a {
  background-color: #3b5999;
}

.blog-detail .inner-box .social-box li.dribbble a {
  background-color: #ea4c89;
}

.blog-detail .inner-box .bold-text {
  position: relative;
  color: #06142d;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-detail .inner-box p {
  position: relative;
  color: #06142d;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 18px;
}

.blog-detail .inner-box h4 {
  position: relative;
  margin-bottom: 16px;
}

.blog-detail .inner-box .blockquote-box {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-detail .inner-box .blockquote-box .blockquote-column {
  position: relative;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 40px 30px;
  margin-left: -60px;
  background-color: #63caff;
}

.blog-detail .inner-box .blockquote-box .blockquote-column .inner-column p {
  font-size: 20px;
  opacity: 1;
  z-index: 1;
  color: #0b0f18;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 0px;
}

.blog-detail
  .inner-box
  .blockquote-box
  .blockquote-column
  .inner-column
  .quote-icon {
  position: absolute;
  left: 30px;
  top: 25px;
}

.blog-detail
  .inner-box
  .blockquote-box
  .blockquote-column
  .inner-column
  .quote-icon-two {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.blog-detail .inner-box .blockquote-box .image-column {
  position: relative;
}

.blog-detail .inner-box .blockquote-box .image-column .inner-column {
  position: relative;
  margin-right: -120px;
}

.blog-detail .inner-box .numbering-list {
  position: relative;
  margin-bottom: 20px;
}

.blog-detail .inner-box .numbering-list li {
  position: relative;
  color: #06142d;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-detail .inner-box .numbering-list li:last-child {
  margin-bottom: 0px;
}

/* post share options */

.blog-detail .post-share-options {
  position: relative;
  margin-top: 40px;
  margin-bottom: 70px;
}

.blog-detail .post-share-options .tags {
  position: relative;
}

.blog-detail .post-share-options .tags li {
  position: relative;
  margin-right: 4px;
  margin-bottom: 6px;
  display: inline-block;
}

.blog-detail .post-share-options .tags li span {
  position: relative;
  color: #2f2f2f;
  font-size: 18px;
  margin-right: 10px;
}

.blog-detail .post-share-options .tags li a {
  position: relative;
  color: #0c0d24;
  font-size: 15px;
  padding: 5px 20px 7px;
  border-radius: 50px;
  border: 1px solid #e6e6e9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-detail .post-share-options .tags li a:hover {
  color: #ffffff;
  border-color: #f9661f;
  background-color: #f9661f;
}

.blog-detail .related-projects {
  position: relative;
}

.blog-detail .related-projects .owl-dots {
  display: none;
}

.blog-detail .related-projects .owl-nav {
  position: absolute;
  left: -70px;
  top: 50%;
  right: -70px;
  margin-top: -40px;
}

.blog-detail .related-projects .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  color: #111111;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fcf8f4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-detail .related-projects .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  color: #111111;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fcf8f4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-detail .related-projects .owl-nav .owl-prev:hover,
.blog-detail .related-projects .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #f9661f;
}

.news-block-five {
  position: relative;
  margin-bottom: 30px;
}

.news-block-five .inner-box {
  position: relative;
}

.news-block-five .inner-box .image {
  position: relative;
}

.news-block-five .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-five .inner-box .lower-content {
  position: relative;
  padding: 25px 20px;
  background-color: #fcf8f4;
}

.news-block-five .inner-box .lower-content h6 {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-family: "Lato", sans-serif;
}

.news-block-five .inner-box .lower-content h6 a {
  position: relative;
  color: #06142d;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-five .inner-box .lower-content h6 a:hover {
  color: #f9661f;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form {
  position: relative;
  margin-top: 30px;
}

.comment-form .group-title h4 {
  position: relative;
  color: #06142d;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 54px;
  font-size: 14px;
  border-radius: 0px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #f9661f;
}

.comment-form .form-group .check-box label {
  position: relative;
  color: #06142d;
  font-size: 15px;
  opacity: 0.8;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 215px;
  background: #ffffff;
  resize: none;
  font-size: 14px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .theme-btn {
  cursor: pointer;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  text-align: center;
  padding: 110px 0px 100px;
}

.error-section h1 {
  margin-bottom: 20px;
}

.error-section h2 {
  margin-bottom: 25px;
}

.error-section .text {
  position: relative;
  color: #181818;
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.error-section .image {
  position: relative;
  margin-bottom: 50px;
}

.error-section .pattern-layer-one {
  position: absolute;
  left: 40%;
  top: 12%;
  width: 106px;
  height: 70px;
  background-repeat: no-repeat;
}

.error-section .pattern-layer-two {
  position: absolute;
  right: 20%;
  top: 27%;
  width: 106px;
  height: 70px;
  background-repeat: no-repeat;
}

.error-section .pattern-layer-three {
  position: absolute;
  left: 20%;
  top: 60%;
  width: 106px;
  height: 70px;
  background-repeat: no-repeat;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
  position: relative;
  padding: 130px 0px 70px;
}

.contact-page-section .inner-container {
  position: relative;
}

.contact-page-section .info-column .pattern-layer-one {
  position: absolute;
  left: -60px;
  bottom: -40px;
  width: 106px;
  height: 70px;
  z-index: -1;
}

.contact-page-section .info-column .pattern-layer-two {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 106px;
  height: 70px;
  z-index: -1;
}

.contact-page-section .info-column .pattern-layer-three {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 54px;
  height: 86px;
  z-index: 1;
}

.contact-page-section .info-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
  margin-right: 30px;
  background-color: #d7f0fd;
}

.contact-page-section .info-column .color-layer {
  position: absolute;
  left: -90px;
  bottom: -90px;
  width: 560px;
  height: 560px;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff7f0;
}

.contact-page-section .info-column .title {
  position: relative;
  color: #43b97e;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-page-section .info-column h2 {
  margin-bottom: 40px;
}

.contact-page-section .info-column .info-box {
  position: relative;
}

.contact-page-section .info-column .info-box li {
  position: relative;
  font-size: 16px;
  max-width: 350px;
  padding-left: 80px;
  line-height: 1.7em;
  margin-bottom: 30px;
  color: rgba(6, 20, 45, 0.8);
}

.contact-page-section .info-column .info-box li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #7b7c7d;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff7f0;
}

.contact-page-section .info-column .info-box li strong {
  position: relative;
  display: block;
  color: #f9661f;
  font-size: 18px;
  margin-bottom: 6px;
}

.contact-page-section .info-column .info-box li a {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(6, 20, 45, 0.8);
}

.contact-page-section .info-column .info-box li a:hover {
  color: #f9661f;
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
}

.contact-page-section .form-column .pattern-layer-four {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 106px;
  height: 70px;
}

.contact-page-section .form-column h3 {
  position: relative;
  color: #06142d;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

.contact-page-section .form-column .text {
  position: relative;
  color: #181818;
  opacity: 0.8;
  max-width: 450px;
  margin-bottom: 30px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #888888;
  height: 55px;
  font-size: 14px;
  border-radius: 3px;
  background: #f3f4f5;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #43b97e;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: #888888;
  height: 185px;
  background: #f3f4f5;
  resize: none;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .theme-btn {
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.map-contact-section {
  position: relative;
  padding: 80px 0px 110px;
}

/*** 

====================================================================
	Shop Page Section
====================================================================

***/

.shop-page-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 180px 0px 80px;
  background-color: #fcf8f3;
}

.shop-page-section .icon-layer-one {
  position: absolute;
  left: 15%;
  top: 10%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.shop-page-section .icon-layer-two {
  position: absolute;
  right: -45px;
  top: -50px;
  width: 70px;
  height: 70px;
  z-index: -1;
  background-repeat: no-repeat;
}

.shop-page-section .icon-layer-three {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 346px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
}

.shop-page-section .icon-layer-four {
  position: absolute;
  right: 50px;
  top: -70px;
  width: 346px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
}

.shop-page-section .icon-layer-five {
  position: absolute;
  left: 0px;
  top: 15%;
  width: 236px;
  height: 368px;
  background-repeat: no-repeat;
}

.shop-page-section .icon-layer-six {
  position: absolute;
  right: 6%;
  top: 12%;
  width: 89px;
  height: 106px;
  background-repeat: no-repeat;
}

.shop-page-section .color-layer-one {
  position: absolute;
  right: -150px;
  top: -150px;
  width: 375px;
  height: 375px;
  border-radius: 50%;
  background-color: #ffffff;
}

.shop-page-section .upper-box {
  position: relative;
  padding: 40px 30px 40px;
  background-color: #ffffff;
  border-top: 2px solid #f9661f;
  border-bottom: 2px solid #f9661f;
}

/* Book Block */

.book-block {
  position: relative;
}

.book-block .inner-box {
  position: relative;
  text-align: center;
  padding: 20px 0px 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.book-block .inner-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.book-block .inner-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.book-block .inner-box .image {
  position: relative;
  margin-bottom: 20px;
}

.book-block .inner-box h4 {
  position: relative;
  color: #0c0d24;
}

.shop-section {
  position: relative;
  padding-top: 40px;
}

.shop-filter-box {
  position: relative;
  margin-bottom: 50px;
}

.shop-filter-box .available {
  position: relative;
  color: #06092d;
  font-size: 16px;
  padding: 7px 0px;
}

.shop-filter-box .filter-options {
  position: relative;
}

/* Item Sorting */

.shop-filter-box .form-group {
  margin-bottom: 0px;
  float: left;
  margin-right: 10px;
}

.shop-filter-box select {
  position: relative;
  display: block;
  width: 200px;
  line-height: 24px;
  padding: 9px 20px 9px;
  height: 45px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
  color: #666666;
  background-color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-filter-box select option {
  text-indent: 15px;
}

.shop-item {
  position: relative;
  margin-bottom: 60px;
}

.shop-item .inner-box {
  position: relative;
  text-align: center;
}

.shop-item .inner-box .image {
  position: relative;
  z-index: 1;
}

.shop-item .inner-box .image .pattern-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50px;
  height: 156px;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
}

.shop-item .inner-box .lower-content {
  position: relative;
  padding-top: 20px;
}

.shop-item .inner-box .lower-content .cart-btn {
  position: relative;
  color: #f9661f;
  font-size: 15px;
  padding: 10px 28px 9px;
  border-radius: 50px;
  border: 1px solid #e8e0d8;
  font-family: "Lato", sans-serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item .inner-box .lower-content .cart-btn:hover {
  color: #ffffff;
  border-color: #f9661f;
  background-color: #f9661f;
}

.shop-item .inner-box .lower-content .price {
  position: relative;
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.shop-item .inner-box .lower-content h5 {
  position: relative;
  margin-bottom: 10px;
}

.shop-item .inner-box .lower-content h5 a {
  position: relative;
  color: #0c0d24;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item .inner-box .lower-content h5 a:hover {
  color: #f9661f;
}

.shop-item .inner-box .lower-content .rating {
  position: relative;
  color: #fecb1c;
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0px 0px;
  background-color: #fcf8f3;
}

.shop-single-section .color-layer-one {
  position: absolute;
  left: -100px;
  top: 17%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.shop-single-section .color-layer-two {
  position: absolute;
  left: 170px;
  top: 13%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.shop-single-section .color-layer-three {
  position: absolute;
  right: -100px;
  top: -5%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #ffffff;
}

.shop-single-section .icon-layer-one {
  position: absolute;
  left: 10%;
  top: 2%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.shop-single-section .icon-layer-two {
  position: absolute;
  right: 20%;
  top: 6%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.shop-single-section .icon-layer-three {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 346px;
  height: 85px;
  background-repeat: no-repeat;
}

.shop-single-section .icon-layer-four {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 346px;
  height: 85px;
  background-repeat: no-repeat;
}

.shop-single-section .icon-layer-five {
  position: absolute;
  left: 100px;
  top: -150px;
  width: 346px;
  height: 85px;
  background-repeat: no-repeat;
}

.shop-single-section .icon-layer-six {
  position: absolute;
  right: -100px;
  top: 320px;
  width: 89px;
  height: 106px;
  background-repeat: no-repeat;
}

.shop-single-section .basic-details {
  position: relative;
}

.shop-single-section .basic-details .image-column {
  position: relative;
  margin-bottom: 40px;
}

.shop-single-section .basic-details .image-column .image {
  position: relative;
  padding-right: 40px;
}

.shop-single-section .basic-details .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.shop-single-section .basic-details .info-column {
  position: relative;
  margin-bottom: 40px;
}

.shop-single-section .basic-details .info-column .inner-column {
  position: relative;
}

.shop-single-section .basic-details .info-column .item-price {
  position: relative;
  color: #f9661f;
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.shop-single-section .basic-details .info-column .item-price span {
  position: relative;
  color: #ababae;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.shop-single-section .basic-details .info-column .brand {
  position: relative;
  opacity: 0.8;
  color: #0b0b0a;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 14px;
}

.shop-single-section .basic-details .info-column h4 {
  position: relative;
  color: #0c0d24;
}

.shop-single-section .basic-details .info-column .rating {
  position: relative;
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 20px;
  color: rgba(12, 13, 36, 0.8);
}

.shop-single-section .basic-details .info-column .rating .fa {
  position: relative;
  color: #f9661f;
}

.shop-single-section .basic-details .info-column .item-quantity {
  position: relative;
  float: left;
  width: 120px;
  margin-bottom: 15px;
  margin-right: 20px;
  border: 1px solid #eae8e8;
}

.shop-single-section .basic-details .btns-box {
  position: relative;
}

.shop-single-section .basic-details .btns-box .theme-btn {
  padding: 13px 40px;
  border-radius: 0px;
  margin-right: 10px;
}

.shop-single-section .basic-details .info-column .quantity-spinner,
.shop-single-section .basic-details .info-column input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 54px !important;
  box-shadow: none !important;
}

.shop-single-section
  .basic-details
  .info-column
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn,
.shop-single-section
  .basic-details
  .info-column
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}

.shop-single-section
  .basic-details
  .info-column
  .bootstrap-touchspin
  .input-group-btn-vertical
  i,
.shop-single-section
  .basic-details
  .info-column
  .bootstrap-touchspin
  .input-group-btn-vertical
  i {
  top: 1px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.bootstrap-touchspin .input-group-btn-vertical {
  width: 18%;
}

.shop-single-section .basic-details .info-column .text {
  position: relative;
  opacity: 0.8;
  margin-top: 10px;
}

.shop-single-section .basic-details .info-column .shop-list {
  position: relative;
}

.shop-single-section .basic-details .info-column .shop-list li {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  padding-left: 25px;
  margin-bottom: 5px;
}

.shop-single-section .basic-details .info-column .shop-list li:before {
  position: absolute;
  content: "\f061";
  left: 0px;
  opacity: 0.5;
  font-family: "FontAwesome";
}

.shop-single-section .lower-section {
  position: relative;
  padding-top: 50px;
}

.shop-single-section .lower-section h5 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f1f1f1;
}

.shop-single-section .lower-section h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  width: 40px;
  height: 6px;
  background-color: #63caff;
}

.shop-single-section .lower-section p {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  margin-bottom: 30px;
}

.shop-single-section .lower-section .row {
  margin: 0px -40px;
}

.shop-single-section .lower-section .column {
  padding: 0px 40px;
  margin-bottom: 40px;
}

.video-boxed-three {
  position: relative;
}

.video-boxed-three .video-image {
  position: relative;
  margin: 0px;
}

.video-boxed-three .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.video-boxed-three .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-boxed-three .overlay-box span {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 80px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #f9661f;
}

.video-boxed-three .ripple,
.video-boxed-three .ripple:before,
.video-boxed-three .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-boxed-three .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-boxed-three .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.shop-single-section .lower-section .info-list {
  position: relative;
}

.shop-single-section .lower-section .info-list li {
  position: relative;
  color: #0c0d24;
  opacity: 0.8;
  padding-left: 25px;
  margin-bottom: 15px;
}

.shop-single-section .lower-section .info-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #dadada;
}

.shop-single-section .lower-box {
  position: relative;
  margin-top: 70px;
  padding: 40px 30px 40px;
  background-color: #ffffff;
  border-top: 2px solid #f9661f;
  border-bottom: 2px solid #f9661f;
}

.shop-single-section:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 155px;
  background-color: #ffffff;
}

/*** 

====================================================================
	Shop Comment Form
====================================================================

***/

.shop-comment-form {
  margin-top: 20px;
}

.shop-comment-form h5 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f1f1f1;
}

.shop-comment-form h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  width: 40px;
  height: 6px;
  background-color: #63caff;
}

.shop-comment-form .comment-text {
  opacity: 0.8;
  margin-bottom: 30px;
}

.shop-comment-form .form-group {
  margin-bottom: 30px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 55px;
  font-size: 14px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
  border-color: #60c4f7;
}

.shop-comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: #888888;
  border: 1px solid #dddddd;
  height: 185px;
  background: #ffffff;
  resize: none;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form .theme-btn {
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
  position: relative;
  overflow: hidden;
  background-color: #fcf8f3;
  padding: 140px 0px 80px;
}

.cart-section .color-layer-one {
  position: absolute;
  left: -100px;
  top: 17%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.cart-section .color-layer-two {
  position: absolute;
  left: 170px;
  top: 13%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.cart-section .color-layer-three {
  position: absolute;
  right: -100px;
  top: -5%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #ffffff;
}

.cart-section .icon-layer-one {
  position: absolute;
  left: 10%;
  top: 2%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.cart-section .icon-layer-two {
  position: absolute;
  right: 20%;
  top: 6%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.cart-section .cart-outer {
  position: relative;
  background-color: #ffffff;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
  background-color: #ffffff;
}

.cart-section .cart-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  background: #faf1e6;
  color: #1f1f1f;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
  color: #0c0d24;
  font-size: 18px;
  text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 40px 40px 40px;
  min-width: 100px;
}

.cart-table tbody tr .qty {
  width: 140px;
  padding-right: 40px;
  padding-left: 10px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 100px;
  padding-left: 130px;
  padding-top: 40px;
  text-align: left;
}

.column.default-column .cart-table tbody tr .qty {
  width: 110px;
  padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 100px;
  left: 0px;
  top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h6 {
  color: #0c0d24;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #222222;
  font-size: 18px;
  padding-left: 20px;
}

.cart-table tbody tr .qty .input-group-btn-vertical {
  position: absolute;
  right: 5px;
  top: 0px;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 18px;
  color: #ff4a19;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  font-size: 10px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: #f0f0f0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-indent: 100px;
}

.cart-table tbody tr .remove {
  padding-right: 0px;
}

.cart-table tbody tr .remove-btn:hover {
}

.cart-table tbody tr .remove-btn:hover .fa {
  text-indent: 0px;
  background: #fa9928;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td.price {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  padding-left: 10px;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #727272;
  font-size: 16px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #3e4494;
  border-radius: 50%;
}

.cart-section .coupon-outer {
  position: relative;
  margin: 40px 30px 50px;
}

.cart-section .coupon-outer .cart-btn {
  font-size: 14px;
  padding: 14px 43px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  width: 370px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
  padding: 12px 28px;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 26px;
  padding: 12px 20px;
  height: 54px;
  width: 230px;
  border-radius: 0px;
  background: #f4f9fb;
  font-size: 14px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section .sec-title {
  margin-bottom: 25px;
}

.cart-section .sec-title h2 {
  font-size: 26px;
  color: #222222;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 30px;
}

.cart-section .cart-note {
  position: relative;
  margin-bottom: 50px;
  padding: 16px 20px;
  text-align: center;
  border: 1px dashed #b2dd4c;
  background: #f4f4f4;
  line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
  position: relative;
  line-height: 46px;
  height: 46px;
  background: #f4f4f4;
}

.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 54px !important;
  box-shadow: none !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 1px;
}

/* Cart Total Box */

.cart-total-box {
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0px 30px 90px;
  background-color: #ffffff;
}

.cart-total-box h5 {
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 25px;
}

.totals-table {
  position: relative;
}

.totals-table li {
  position: relative;
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 0px;
  border-top: 1px solid #ededed;
}

.totals-table li .col {
  float: right;
  width: auto;
}

.totals-table li .col-title {
  font-weight: 600;
  float: left;
}

.totals-table li.total {
  color: #f9661f;
  font-size: 24px;
  font-weight: 700;
}

.totals-table li.total .col-total {
  color: #0c0d24;
  font-size: 24px;
  font-weight: 700;
}

/*Check Out Page*/

.checkout-page {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-color: #fcf8f3;
  padding: 110px 0px 80px;
}

.checkout-page .inner-container {
  position: relative;
  background-color: #ffffff;
}

.checkout-page .inner-container .billing-details {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}

.checkout-page .color-layer-one {
  position: absolute;
  left: -100px;
  top: 17%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.checkout-page .color-layer-two {
  position: absolute;
  left: 170px;
  top: 13%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d7f0fd;
}

.checkout-page .color-layer-three {
  position: absolute;
  right: -100px;
  top: -5%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #ffffff;
}

.checkout-page .icon-layer-one {
  position: absolute;
  left: 10%;
  top: 2%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.checkout-page .icon-layer-two {
  position: absolute;
  right: 20%;
  top: 6%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 40px;
}

.checkout-page .default-links li {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 18px 28px;
  background: #fef1e0;
  color: #100c0b;
  font-size: 16px;
  font-weight: 400;
}

.checkout-page .default-links li a {
  color: #ff4a19;
}

.shop-form .billing-inner {
  position: relative;
  padding-right: 100px;
}

.shop-form .sec-title h2 {
  font-size: 24px;
}

.shop-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.billing-details .shop-form .sec-title {
  margin-bottom: 20px;
}

.billing-details .shop-form .form-group.sec-title {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
  position: relative;
  top: 0px;
  color: #797979;
  font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #faf7f6;
  line-height: 16px;
  padding: 10px 15px;
  height: 50px;
  border: 1px solid #eeeeee;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-form input.address-two {
  margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
  color: #c6c6c6;
}

.shop-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center
    no-repeat;
  cursor: pointer;
}

.shop-form select option {
  text-indent: 15px;
}

.shop-form textarea {
  resize: none;
  height: 100px !important;
  overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: #00aeef;
}

/* Shop Order Box */

.shop-order-box {
  position: relative;
  padding: 20px 28px 50px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
}

.shop-order-box .order-list {
  position: relative;
}

.shop-order-box .order-list li {
  position: relative;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span {
  float: right;
  width: 35%;
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
  color: #242424;
}

.shop-order-box .order-list li.total {
  padding: 8px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #797979;
  cursor: pointer;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
  font-weight: 500;
  display: inline-block;
  color: #797979;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 9px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
  top: 9px;
}

.checkout-page .payment-options li .what-paypall {
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  color: #4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  padding: 18px 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: #8e8d8d;
  border-radius: 4px;
  line-height: 20px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-left: -30px;
  background-color: #ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 24px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ececec;
}

.checkout-page
  .payment-options
  li
  .radio-option
  input[type="radio"]:checked
  + label
  .small-text {
  display: block;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
