/*
Theme Name: CFTEA
Theme URI: https://www.cftea.org/
Description: An awesome theme developed by KrackMedia
Author: Md. Abu Jubaer Piash
Author URI: http://www.piash.net
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: #1a3768;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: #de6505;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
  float: none;
  display: block;
}
.displayNone {
  display: none;
}
.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  margin-bottom: 0px!important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 100%;
}
img {
  height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0;
  outline: 0;
  background: #1a3768;
  font-size: 18px;
  line-height: 1;
  color: white;
  padding: 20px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f9ad07;
  text-decoration: none!important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="datepicker"],
textarea {
  color: #838fa1;
  border: 1px solid #b8bfc8;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  padding: 18px 20px;
  outline: none;
  font-family: 'Lato';
  background: transparent;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #838fa1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #838fa1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #838fa1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #838fa1;
}
textarea {
  width: 100%;
}
/* WooCommerce */
/* product detail page, add spacing to P tags and button */
section.woocommerce-container .container .entry-summary p,
section.woocommerce-container .container button.button.alt {
  margin-bottom: 15px;
}

/* hide Shipping method row from Cart and Checkout tables */
tr.woocommerce-shipping-totals { 
	display:none; 
}
/* hide product thumbnail from the cart page; used with code in functions.php */
.woocommerce table.cart .product-thumbnail { 
	display:none; 
}
/* hide product image from product page */
.woocommerce div.product div.summary { 
	width: auto; 
	float: none;
}
/* hide SKU from product page */
section.woocommerce-container .container .entry-summary span.sku_wrapper {
	display: none;
}
/* hide customer input field labels for courses on the cart page; just show the data entered */
.woocommerce table.cart dt { 
	display:none; 
}
/* widen promo code input field */
input#coupon_code {
	min-width: 140px;
}
/* Courses - product table */
/* course name link */
section.main-container div.wc-product-table-wrapper a.single-product-link {
	/*display: block;
	background-color: #838FA1;*/
	/*color: white;*/
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/****************************************************************************/
/* Navigation */
/****************************************************************************/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  position: relative;
  z-index: 100;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000000;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/****************************************************************************/
/* General Style */
/****************************************************************************/
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.eot');
  src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Black.woff2') format('woff2'), url('fonts/Lato-Black.woff') format('woff'), url('fonts/Lato-Black.ttf') format('truetype'), url('fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Semibold.eot');
  src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Semibold.woff2') format('woff2'), url('fonts/Lato-Semibold.woff') format('woff'), url('fonts/Lato-Semibold.ttf') format('truetype'), url('fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.eot');
  src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Regular.woff2') format('woff2'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.eot');
  src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Bold.woff2') format('woff2'), url('fonts/Lato-Bold.woff') format('woff'), url('fonts/Lato-Bold.ttf') format('truetype'), url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

.product-row .col-name a{
  padding-left:20px;
  position: relative;
  display: inline-block;
}

.product-row .col-name a:before{
  position: absolute;
  left: 0;
  content: "";
  width:12px;
  height: 12px;
  display: block;
  background: url('img/arrow.png') left center no-repeat;

  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 3px;
}

#slider .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

#slider .owl-dots span{
  width:15px;
  height: 15px;
  background:white;
}

#slider .owl-dots .active span,
#slider .owl-dots .owl-dot:hover span{
  background:#de6505;
}

body {
  font-family: 'Lato';
  font-size: 14px;
  color: #657184;
  background: #fbfaf6;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.right-ul {
  font-size: 0;
}
.right-ul .checkout-link {
  display: none!important;
}
.has_items .right-ul .checkout-link {
  display: inline-block !important;
  border-right: 1px solid #bbbbbb;
}
section.top-header {
  background: #838fa1;
  color: white;
  font-size: 18px;
}
section.top-header .container {
  padding: 20px 0;
}
section.top-header .container .left-header-area {
  width: 50%;
  float: left;
  padding-top: 12px;
}
section.top-header .container .left-header-area ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 30px;
}
section.top-header .container .left-header-area ul li a {
  display: block;
  padding-left: 35px;
  position: relative;
  color: white;
}
section.top-header .container .left-header-area ul li a:hover {
  color: #fcb525;
}
section.top-header .container .left-header-area ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 50%;
  background: url('img/sprites.png') no-repeat -13px -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.top-header .container .left-header-area ul li.mail a:before {
  background: url('img/sprites.png') no-repeat -13px -15px;
  width: 27px;
  height: 20px;
}
section.top-header .container .left-header-area ul li.phone a:before {
  background: url('img/sprites.png') no-repeat -13px -63px;
  width: 25px;
  height: 25px;
}
section.top-header .container .right-header-area {
  float: left;
  width: 50%;
  text-align: right;
}
section.top-header .container .right-header-area a.student-portal {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: white;
  border: 1px solid #c0c6cf;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
section.top-header .container .right-header-area a.student-portal:hover {
  background: #f9ad07;
  border-color: #f9ad07;
}
section.top-header .container .right-header-area ul.right-ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
section.top-header .container .right-header-area ul.right-ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
section.top-header .container .right-header-area ul.right-ul li .cart-icon {
  width: 27px;
  height: 28px;
  font-size: 0;
  background: url('img/icon-cart.png') no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 25px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
section.top-header .container .right-header-area ul.right-ul li > a {
  padding: 0 28px;
  font-size: 14px;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
}
section.top-header .container .right-header-area ul.right-ul li > a .count {
  font-size: 9px;
  padding: 4px 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -10px;
  font-weight: bold;
  background: #fcb525;
  color: white;
}
section.top-header .container .right-header-area ul.right-ul li > a .count:hover {
  color: white;
  background: #1a3768;
}
section.top-header .container .right-header-area ul.right-ul li > a:hover {
  color: #f9ad07;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger {
  position: relative;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart {
  z-index: 10000000;
  display: none;
  position: absolute;
  width: 200px;
  top: 38px;
  font-size: 13px;
  padding: 10px;
  background-color: #f9f9f9;
  color: #657184;
  text-align: left;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart > li {
  display: block;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart li {
  text-align: left;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart li.empty {
  text-align: center;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .buttons {
  margin-top: 10px;
  overflow: hidden;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .buttons a {
  padding: 8px!important;
  font-size: 12.5px!important;
  float: left;
  margin-right: 4px;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .buttons a:last-child {
  margin-right: 0;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item {
  padding-left: 0;
  display: block;
  padding-bottom: 8px;
  text-align: right;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item a {
  color: black;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item .quantity {
  padding-top: 3px;
  display: inline-block;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item a.remove {
  width: 15px;
  height: 15px;
  padding: 0px;
  line-height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #6c6c6c;
  color: white!important;
  font-size: 12px;
  text-align: center;
  border: 0;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item a {
  padding: 0;
  text-transform: none;
  font-size: 13px;
  border: 0;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item .variation {
  padding-left: 0;
  border-left: 0;
}
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item .variation dl,
section.top-header .container .right-header-area ul.right-ul li.cart-trigger .site-header-cart .mini_cart_item .variation dd {
  float: none;
}
section.featured-image {
  height: 230px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
section.main-title-area .container h1 {
  font-size: 36px;
  font-weight: 900;
  color: #fcb525;
  line-height: 1;
  max-width: 460px;
  padding: 40px 0 35px;
  position: relative;
}
section.main-title-area .container h1:after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 150%;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
}
section.main-container {
  padding: 30px 0 70px;
}
section.main-container .container {
  font-size: 14px;
  line-height: 1.7;
  color: #657184;
}
section.main-container .container h1,
section.main-container .container h2,
section.main-container .container h3,
section.main-container .container h4,
section.main-container .container h5,
section.main-container .container h6 {
  color: #1a3768;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
section.main-container .container h1 {
  font-size: 30px;
}
section.main-container .container h2 {
  font-size: 24px;
}
section.main-container .container h3 {
  font-size: 18px;
}
section.main-container .container ul,
section.main-container .container ol {
  margin: 0 0 0 20px;
  list-style: disc;
}
section.main-container .container ul li,
section.main-container .container ol li {
  padding: 5px 0;
}
section.main-container .container ol {
  list-style: decimal;
}
section.main-container .container .left-content-area {
  width: 70%;
  float: left;
}
section.main-container .container .right-sidebar-area {
  width: 28%;
  float: right;
}
section.main-container .container article.post-style {
  margin-bottom: 55px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #d2d2d2;
}
section.main-container .container article.post-style p {
  margin-bottom: 15px;
}
section.main-container .container article.post-style:last-child {
  border-bottom: 0;
}
section.main-container .container article.post-style h2 {
  margin-bottom: 4px;
}
section.main-container .container article.post-style h1 {
  margin-bottom: 4px;
}
section.main-container .container article.post-style span.meta-data {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}
section.main-container .container article.post-style .post-content {
  width: 64%;
  float: right;
}
section.main-container .container article.post-style .post-content.full {
  width: 100%;
}
section.main-container .container article.post-style .post-thumbnails {
  float: left;
  width: 32%;
  margin-bottom: 10px;
}
section.main-container .container article.post-style .post-thumbnails img {
  display: block;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #1a3768!important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #f9ad07!important;
}
.section-title {
  font-size: 28px;
  line-height: 1;
  color: #838fa1;
  font-weight: 900;
}
header.header-area {
  position: relative;
  z-index: 111;
  background: white;
}
header.header-area.home-header .container .logo-area img {
  position: absolute;
  max-width: 580px;
}
header.header-area .container {
  padding: 24px 0;
}
header.header-area .container .logo-area {
  width: 25%;
  float: left;
}
header.header-area .container .menu-container {
  float: right;
  width: 75%;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav {
  background: transparent!important;
  padding-top: 5px;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav .mega-menu-columns-1-of-4 {
  border-right: 1px solid #fab531;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav .mega-menu-columns-1-of-4:last-child {
  border: 0;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav .mega-toggle-on a.mega-menu-link {
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
  border-radius: 0!important;
  -webkit-border-top-left-radius: 5px!important;
  -webkit-border-top-right-radius: 5px!important;
  -moz-border-radius-topleft: 5px!important;
  -moz-border-radius-topright: 5px!important;
  border-top-left-radius: 5px!important;
  border-top-right-radius: 5px!important;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav > .mega-menu-item-object-custom a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid #fab531;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav > .mega-menu-item-object-custom .mega-menu-item-object-custom {
  border: 0;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav .mega-menu-item.search a {
  font-size: 0;
  background: transparent url('img/sprites.png') no-repeat -13px -112px;
  width: 27px;
  height: 27px;
  margin-left: 10px;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav .mega-menu-item.search a:hover {
  opacity: 0.8;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav > li.mega-current-menu-item a {
  color: white;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav > li > a {
  height: auto;
  line-height: 1;
  padding: 14px 17px;
  font-size: 18px;
  color: #1a3768;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
header.header-area .container .menu-container #mega-menu-wrap-top-nav #mega-menu-top-nav > li > a:hover {
  color: white;
  background: #f9ad07;
}
#slider {
  position: relative;
}
#slider .owl-item.active {
  overflow: hidden;
  z-index: 1;
}
#slider .item .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider .item .container .content-area {
  position: relative;
  padding-top: 40px;
  width: 480px;
  font-size: 18px;
  line-height: 1.33;
  color: #657184;
}
#slider .item .container .content-area:before {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 150%;
  right: 0;
  top: 0;
  background-image: -moz-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #fcb525 0%, #ffffff 100%);
}
#slider .item .container .content-area p {
  margin-bottom: 25px;
}
#slider .item .container .content-area h2 {
  font-size: 48px;
  line-height: 1;
  color: #fcb525;
  font-weight: bold;
  margin-bottom: 30px;
}
#slider .item .container .content-area h3 {
  font-size: 22px;
  line-height: 24px;
  color: #1a3768;
}
#slider .item .container .content-area .btn {
  margin-top: 40px;
}
#home-counter-area {
  background: #838fa1;
}
#home-counter-area .container .single-counter {
  width: 25%;
  float: left;
  text-align: center;
  padding: 70px 0;
  background: url('img/circle.png') center no-repeat;
  color: white;
  font-weight: 900;
}
#home-counter-area .container .single-counter .counter {
  font-size: 72px;
  margin-bottom: 15px;
}
#home-counter-area .container .single-counter .counter-title {
  font-size: 28px;
}
#home-category-area {
  padding: 50px 0 30px;
}
#home-category-area .container .home-category-title {
  padding-bottom: 40px;
}
#home-category-area .container .home-category-title .c-title {
  font-size: 28px;
  line-height: 1;
  color: #838fa1;
  font-weight: 900;
  width: 45%;
  float: left;
}
#home-category-area .container .home-category-title .c-details {
  float: right;
  width: 55%;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  color: #1a3768;
  font-weight: bold;
}
#home-category-area .container .single-home-category {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #de6505;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 28px;
  width: 23%;
  margin-right: 2%;
  float: left;
  position: relative;
}
#home-category-area .container .single-home-category:hover {
  opacity: 0.8;
}
#home-category-area .container .single-home-category a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#home-category-area .container .single-home-category.shc-1 {
  height: 480px;
}
#home-category-area .container .single-home-category.shc-2 {
  height: 480px;
  background: #c7b6a2;
}
#home-category-area .container .single-home-category.shc-3 {
  width: 50%;
  margin-right: 0;
  height: 213px;
  background: #8caec9;
}
#home-category-area .container .single-home-category.shc-4 {
  height: 240px;
  width: 24%;
  background: #b67390;
}
#home-category-area .container .single-home-category.shc-5 {
  margin-right: 0;
  height: 240px;
  background: #fcb525;
  width: 24%;
}
#home-category-area .container .single-home-category.shc-6 {
  width: 48%;
  margin-right: 2%;
  height: 215px;
  background: #68a46d;
}
#home-category-area .container .single-home-category.shc-7 {
  width: 50%;
  margin-right: 0;
  height: 215px;
  background: #535353;
}
#home-category-area .container .single-home-category a {
  color: white;
}
#home-category-area .container .single-home-category .category-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
section.meet-the-team-section {
  padding: 50px 0;
}
section.meet-the-team-section .container .section-title {
  margin-bottom: 40px;
}
section.meet-the-team-section .container .single-team-member-area {
  float: left;
  width: 20%;
  margin-right: 20%;
  margin-bottom: 20px;
}
section.meet-the-team-section .container .single-team-member-area img {
  display: block;
  margin-bottom: 15px;
}
section.meet-the-team-section .container .single-team-member-area h3 {
  font-size: 16px;
  line-height: 1.37;
  color: #1a3768;
  font-weight: bold;
  margin-bottom: 5px;
}
section.meet-the-team-section .container .single-team-member-area .team-designation {
  font-size: 16px;
  line-height: 1.3;
}
section.meet-the-team-section .container .single-team-member-area:last-child {
  margin-right: 0;
}
section#why-choose-us-area {
  padding: 60px 0;
}
section#why-choose-us-area.gray .container .single-counter {
  background-image: url('img/circle-white.png');
}
section#why-choose-us-area .container .section-title {
  margin-bottom: 40px;
}
section#why-choose-us-area .container .single-counter {
  width: 25%;
  float: left;
  padding: 60px 0 60px;
  background: url('img/circle.png') center no-repeat;
  text-align: center;
}
section#why-choose-us-area .container .single-counter .counter-area {
  font-size: 72px;
  line-height: 1;
  color: #fcb525;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
section#why-choose-us-area .container .single-counter .counter-title {
  font-size: 28px;
  color: #1a3768;
  font-weight: bold;
}
section.testimonial-area {
  padding: 90px 0 70px;
}
section.testimonial-area .container .section-title {
  margin-bottom: 50px;
}
section.testimonial-area .container .single-testimonial {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #de6505;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 28px;
  color: white;
  width: 23%;
  margin-right: 2%;
  float: left;
  position: relative;
}
section.testimonial-area .container .single-testimonial p {
  margin-bottom: 15px;
}
section.testimonial-area .container .single-testimonial strong {
  font-weight: bold;
}
section.testimonial-area .container .single-testimonial:hover {
  opacity: 0.8;
}
section.testimonial-area .container .single-testimonial.shc-1 {
  height: 480px;
}
section.testimonial-area .container .single-testimonial.shc-2 {
  height: 480px;
  background: #c7b6a2;
}
section.testimonial-area .container .single-testimonial.shc-3 {
  width: 50%;
  margin-right: 0;
  height: 213px;
  background: #8caec9;
}
section.testimonial-area .container .single-testimonial.shc-4 {
  height: 240px;
  width: 24%;
  background: #b67390;
}
section.testimonial-area .container .single-testimonial.shc-5 {
  margin-right: 0;
  height: 240px;
  background: #fcb525;
  width: 24%;
}
section.testimonial-area .container .single-testimonial a {
  color: white;
}
section.testimonial-area .container .single-testimonial .category-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
section.who-trust-us-container {
  padding: 75px 0;
}
section.who-trust-us-container .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
section.who-trust-us-container .owl-carousel .caption {
  text-align: center;
}
section.who-trust-us-container .section-title {
  margin-bottom: 40px;
}
section.who-trust-us-container #logo-slider .item {
  text-align: center;
  /* Disable grayscale on hover */
}
section.who-trust-us-container #logo-slider .item img {
  width: auto;
  display: inline-block;
}
section.who-trust-us-container #logo-slider .item img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  opacity: 0.3;
}
section.who-trust-us-container #logo-slider .item img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
#home-newsletter-area {
  background: #edf0f0;
  padding: 30px 0;
}
#home-newsletter-area .container {
  font-size: 18px;
  line-height: 1.1;
  color: #1a3768;
  font-weight: 600;
}
#home-newsletter-area .container .gform_body {
  width: 75%;
  float: left;
}
#home-newsletter-area .container .gform_footer {
  width: 25%;
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
}
#home-newsletter-area .container .ginput_container {
  margin: 0;
}
#home-newsletter-area .container .gf_inline:last-child {
  padding-right: 0;
}
#home-newsletter-area .container form {
  margin-top: 20px;
  vertical-align: middle;
}
#home-newsletter-area .container form input[type="text"],
#home-newsletter-area .container form input[type="email"],
#home-newsletter-area .container form input[type="submit"],
#home-newsletter-area .container form button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#home-newsletter-area .container form input[type="text"],
#home-newsletter-area .container form input[type="email"] {
  width: 38%;
  font-size: 18px!important;
  padding: 18px 20px!important;
  font-family: 'Lato' !important;
  width: 100%!important;
  margin: 0;
}
#home-newsletter-area .container form input[type="text"] {
  margin-right: 2%;
}
#home-newsletter-area .container form input[type="submit"],
#home-newsletter-area .container form button {
  width: 100%;
  margin-left: 0;
  background: #a8b1bd;
}
#home-newsletter-area .container form input[type="submit"]:hover,
#home-newsletter-area .container form button:hover {
  background: #f9ad07;
}
#home-newsletter-area .gform_wrapper .top_label li.gfield.gf_inline {
  float: left!important;
  clear: none;
  width: 33%!important;
  display: block;
}
footer.footer-area {
  background: #838fa1;
  padding: 50px 0 30px;
  font-size: 14px;
  line-height: 1.42;
  color: white;
}
footer.footer-area a {
  color: white;
}
footer.footer-area a:hover {
  text-decoration: underline;
}
footer.footer-area .container .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
footer.footer-area .container .footer-left-area {
  float: left;
  width: 80%;
}
footer.footer-area .container .footer-left-area .footer-logo-area {
  margin-bottom: 35px;
}
footer.footer-area .container .footer-left-area .widget-container {
  float: left;
}
footer.footer-area .container .footer-left-area .widget-container.one {
  width: 70%;
}
footer.footer-area .container .footer-left-area .widget-container.two {
  width: 30%;
}
footer.footer-area .container .footer-left-area .widget-container.two p {
  padding-bottom: 11px;
}
footer.footer-area .container .footer-left-area .widget-container ul,
footer.footer-area .container .footer-left-area .widget-container ol {
  margin: 0 0 0 20px;
  list-style: disc;
}
footer.footer-area .container .footer-left-area .widget-container ul li,
footer.footer-area .container .footer-left-area .widget-container ol li {
  padding: 5px 0;
}
footer.footer-area .container .footer-left-area .widget-container ol {
  list-style: decimal;
}
footer.footer-area .container .footer-right-area {
  float: right;
  width: 20%;
  text-align: center;
}
footer.footer-area .container .footer-right-area a.btn {
  margin-top: 30px;
  background: transparent;
  border: 1px solid #c0c6cf;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
footer.footer-area .container .footer-right-area a.btn:hover {
  background: #f9ad07;
  border-color: #f9ad07;
}
footer.footer-area .container .footer-right-area .footer-social-icons {
  margin-top: 25px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul {
  text-align: center;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li a {
  display: block;
  background: url('img/sprites.png') no-repeat -9px -159px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li a:hover {
  opacity: 0.8;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li.facebook a {
  width: 15px;
  height: 28px;
  background-position: -18px -266px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li.linkedin a {
  background-position: -16px -212px;
  width: 26px;
  height: 26px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li.search a {
  background-position: -9px -159px;
  width: 33px;
  height: 32px;
}
footer.footer-area .container .footer-right-area .footer-social-icons ul li.twitter a {
  background-position: -12px -311px;
  width: 29px;
  height: 24px;
}
footer.footer-area .bottom-footer-area {
  padding-top: 20px;
}
footer.footer-area .bottom-footer-area .footer-menu-area {
  float: left;
  width: 70%;
}
footer.footer-area .bottom-footer-area .footer-menu-area ul {
  font-size: 0;
  line-height: 0;
}
footer.footer-area .bottom-footer-area .footer-menu-area ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
footer.footer-area .bottom-footer-area .footer-menu-area ul li a {
  color: white;
  font-weight: bold;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid white;
}
footer.footer-area .bottom-footer-area .footer-menu-area ul li:last-child > a {
  border-right: 0;
}
footer.footer-area .bottom-footer-area .copyright-area {
  float: right;
  width: 30%;
  text-align: right;
}
