/*
Template Name: Nurzen - Day Care & Kindergarten HTML Template
Template URI: https://user/thesoftking/
Author: thesoftking
Author URI: https://user/thesoftking/
Description: A 'Nurzen - Day Care & Kindergarten HTML Template' is perfect if you like a clean and modern design. This theme is ideal for Day Care, Kindergarten, event, Classes and Education, attractive and effective way to share their work with clients.
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Modules 
	[ ## Alignments ]
	[ ## Clearings ]
	[ ## Infinite Scroll ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# Navigation
	[ ## Links ]
    [ ## Menus ]
        [ ### Mobile Menu ]
        [ ### Privacy Menu ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Services ]
        [ ### Upcoming Service ]
        [ ### Service Details ]
    [ ## Teachers ]
        [ ### Teachers Carousel ]
        [ ### Teacher Details ] 
    [ ## Gallery ]
    [ ## Events ]
        [ ### Upcoming Event ]
        [ ### Event Details ]
    [ ## Classes ]
        [ ### Classes Details ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Experience Block ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Call To Action ]
    [ ## Blog ]
# Others
	[ ## Single Posts ]
# Shop
	[ ## Product ]
	[ ## Cart ]
	[ ## Checkout ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Wishlist Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: PoetsenOne;
  src: url(../webfonts/PoetsenOne-Regular.ttf);
}

html {
  font-size: 100%;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #0a303a;
  zoom: 75% !important;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4em;
  color: #0a303a;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 26px;
  }
}

.section-title {
  position: relative;
  margin-bottom: 60px;
  margin-top: -5px;
}
.section-title.text-center {
  padding: 0 30px;
}
.section-title.text-center .divider {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-title.text-center {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title .title-main {
  font-size: 80px;
  position: relative;
  z-index: 2;
  line-height: 1.05em;
  margin-bottom: 17px;
  text-transform: capitalize;
  font-family: PoetsenOne;
}
@media only screen and (max-width: 991px) {
  .section-title .title-main {
    margin-bottom: 15px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title-main {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title .title-main {
    font-size: 32px;
    margin-top: 20px;
  }
}
.section-title .title-text {
  line-height: 1.55em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .section-title .title-text {
    font-size: 16px;
  }
}
.section-title .divider {
  width: 115px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.section-title .divider:before {
  background-image: url("../images/others/divider.png");
  background-repeat: repeat-x;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.section-title.text-white .divider:before {
  background-image: url("../images/others/divider-white.png");
}
.section-title.style-two {
  margin-bottom: 30px;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 20px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 100px;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-b-120 {
  padding-bottom: 0px;
  
}
@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 0px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 24px 0;
  }
}

.ptb-122 {
  padding: 36px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-122 {
    padding: 24px 0;
  }
}

.ptb-121 {
  padding: 0px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-121 {
    padding: 10px 0;
  }
}


.ptb-123 {
  padding: 230px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-123 {
    padding: 10px 0;
  }
}
.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.padding-spacing {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .padding-spacing {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-white {
  color: white;
}

.color-white-im {
  color: white !important;
}

.color-snow {
  color: #eff2f7;
}

.color-zumthor {
  color: #eaf1ff;
}

.color-white-smoke {
  color: #fafafa;
}

.color-gainsboro {
  color: #dddddd;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #454545;
}

.color-dim-gray-im {
  color: #454545 !important;
}

.color-gray {
  color: #767676;
}

.color-suva-grey {
  color: #efefef;
}

.color-matterhorn {
  color: #4d4d4d;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #1d1556;
}

.color-medium-slate-blue {
  color: #8655f4;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #eb5100;
}

.color-deep-cerise {
  color: #e51681;
}

.color-zinnwaldite {
  color: #eabeab;
}

.color-silver-tree {
  color: #53b596;
}

.color-medium-purple {
  color: #783dd5;
}

.color-curious-blue {
  color: #3e59f9;
}

.text-white {
  color: white;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: white !important;
}

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
  background-color: white;
}

.bg-snow {
  background-color: #eff2f7;
}

.bg-zumthor {
  background-color: #eaf1ff;
}

.bg-lavender {
  background-color: #eeedfd;
}

.bg-white-smoke {
  background-color: #fafafa;
}

.bg-gainsboro {
  background-color: #dddddd;
}

.bg-silver {
  background-color: #c3c3c3;
}

.bg-dim-gray {
  background-color: #454545;
}

.bg-gray {
  background-color: #767676;
}

.bg-suva-grey {
  background-color: #efefef;
}

.bg-green {
  background-color: #e8532f;
}

.bg-matterhorn {
  background-color: #4d4d4d;
}

.bg-golden {
  background-color: #eaad11;
}

.bg-turquoise {
  background-color: #21a8eb;
}

.bg-night-rider {
  background-color: #2d2d2d;
}

.bg-eclipse {
  background-color: #3c3c3c;
}

.bg-blue-violet {
  background-color: #1d1556;
}

.bg-medium-slate-blue {
  background-color: #8655f4;
}

.bg-soft-nero {
  background-color: #2a2a2a;
}

.bg-nero {
  background-color: #191919;
}

.bg-soft-black {
  background-color: #181d31;
}

.bg-black {
  background-color: black;
}

.bg-hr-dv-orange {
  background-color: #eb5100;
}

.bg-deep-cerise {
  background-color: #e51681;
}

.bg-black-russian {
  background-color: #12141c;
}

.bg-black-russian-2 {
  background-color: #555555;
}

.bg-black-russian-3 {
  background-color: #13152e;
}

.bg-midnight-express {
  background-color: #1b1d38;
}

.bg-zinnwaldite {
  background-color: #eabeab;
}

.bg-silver-tree {
  background-color: #53b596;
}

.bg-red {
  background-color: #e21c3f;
}

.bg-curious-blue {
  background-color: #3e59f9;
}

.bg-primary {
  background-color: #e8532f !important;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
  background-color: #1d1556;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #eff2f7;
}

.svg-white-smoke path {
  fill: #fafafa;
}

.svg-gainsboro path {
  fill: #dddddd;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #454545;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #efefef;
}

.svg-matterhorn path {
  fill: #4d4d4d;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #1d1556;
}

.svg-soft-nero path {
  fill: #2a2a2a;
}

.svg-nero path {
  fill: #191919;
}

.svg-soft-black path {
  fill: #181d31;
}

.svg-black path {
  fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background-color: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background-color: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background-color: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background-color: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background-color: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background-color: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background-color: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background-color: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background-color: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-image-right {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.bg-image-100 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hg-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.85;
}
.bg-overlay > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #e8532f;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.85;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}


.bg-overlay-primary2 {
  position: relative;
}
.bg-overlay-primary2:before {
  content: "";
  position: absolute;
  background-color: #ffef00;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.85;
}
.bg-overlay-primary2 > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-secondary {
  position: relative;
}
.bg-overlay-secondary:before {
  content: "";
  position: absolute;
  background-color: #4c65f9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.86;
}
.bg-overlay-secondary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(35deg, #3e59f9, #e8532f);
  background: linear-gradient(55deg, #3e59f9, #e8532f);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-overlay-gradient > div {
  position: relative;
  z-index: 2;
}

.overlay-bg-snow {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg-snow-95 {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow-95:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td, body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td, .comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
  margin: 5px -8px 0;
}
.btn-links-area .btn-links {
  background-color: transparent;
  border: 0 solid;
  margin: 0 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #B4C0D9;
  font-size: 32px;
  padding: 0;
  position: relative;
}
.btn-links-area .btn-links:hover {
  color: #e8532f;
}
.btn-links-area .btn-links:hover.btn-next {
  padding-left: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-prev {
  padding-right: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-next {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .btn-links-area.text-right {
    text-align: left !important;
    margin-bottom: 15px;
  }
  .btn-links-area.text-right .btn-links:hover.btn-prev {
    padding-right: 0px;
  }
  .btn-links-area.text-right .btn-links:hover.btn-next {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links {
    font-size: 26px;
  }
}

/*-------------------------------------------------
    [ ## Socail Status ]
*/
.social-status a {
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 5px;
  color: black;
}
.social-status a:hover, .social-status a:focus {
  color: #e8532f !important;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
  position: relative;
}
.search-wrap .search-btn {
  cursor: pointer;
  font-size: 18px;
  text-align: right;
  color: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  min-width: 20px;
}
.search-wrap .search-btn:hover {
  color: #ffb836;
}
.search-wrap .search-btn.active i:before {
  content: "\f00d";
}
.search-wrap .search-form {
  background-color: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  display: none;
  height: 70px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: calc(100% + 35px);
  width: 450px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-form {
    top: calc(100% + 30px);
  }
}
.search-wrap .search-form input[type="search"] {
  border: 1px solid #e6e6e6;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 85%;
}
.search-wrap .search-form button, .search-wrap .search-form input[type="button"], .search-wrap .search-form input[type="reset"], .search-wrap .search-form input[type="submit"] {
  background-color: #e8532f;
  border: 0 solid;
  float: left;
  height: 50px;
  width: 15%;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-wrap .search-form button:hover, .search-wrap .search-form input[type="button"]:hover, .search-wrap .search-form input[type="reset"]:hover, .search-wrap .search-form input[type="submit"]:hover {
  opacity: 0.8;
}

/*-------------------------------------------------
    [ ## Shape Hexagon ]
*/
.shape-hexagon {
  mask-image: url(images/shape.png);
  -webkit-mask-image: url(images/shape.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: #e8532f;
  height: 105px;
  width: 95px;
  position: relative;
}
.shape-hexagon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #9b90e9;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shape-hexagon > div {
  color: white;
  position: relative;
  z-index: 2;
}

.icon-gradient .fa,
.icon-gradient [class*="flaticon-"] {
  font-size: 32px;
  color: #e8532f;
  display: block;
  background: -webkit-linear-gradient(left, #4c65f9, #e8532f);
  background: linear-gradient(to right, #4c65f9, #e8532f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
}

/*-------------------------------------------------
    [ ## Mockup All Thumbnail ]
*/
.mock-up-thumb {
  display: inline-block;
}

.video-abs-center {
  position: relative;
}
.video-abs-center .video-btn-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-------------------------------------------------
    [ ## Carousel Align Center ]
*/
.carousel-nav-align-center .owl-nav > div {
  display: inline-block;
  background-color: #FFF8ED;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: 35px;
}
@media only screen and (max-width: 480px) {
  .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: 25px;
  }
}
.carousel-nav-align-center .owl-nav > div.owl-next {
  right: 35px;
}
@media only screen and (max-width: 480px) {
  .carousel-nav-align-center .owl-nav > div.owl-next {
    right: 25px;
  }
}
.carousel-nav-align-center .owl-nav > div:hover {
  color: white;
  background-color: #e8532f;
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
  color: white;
  bottom: 50px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: #e8532f;
}
.topbutton.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton:focus {
  color: white !important;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@-webkit-keyframes slideDown {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0% 1000%;
  }
}
@keyframes slideDown {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0% 1000%;
  }
}
@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: .6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: .6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@-webkit-keyframes monkeyani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes monkeyani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes giraffe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes giraffe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes belon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes belon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes snail {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    opacity: 0;
  }
}
@keyframes snail {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    opacity: 0;
  }
}
@-webkit-keyframes butterfly1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(300px, 500px, 0) rotate(-15deg);
    transform: translate3d(300px, 500px, 0) rotate(-15deg);
    opacity: 0;
  }
}
@keyframes butterfly1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(300px, 500px, 0) rotate(-15deg);
    transform: translate3d(300px, 500px, 0) rotate(-15deg);
    opacity: 0;
  }
}
@-webkit-keyframes butterfly2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-300px, -500px, 0) rotate(-15deg);
    transform: translate3d(-300px, -500px, 0) rotate(-15deg);
    opacity: 0;
  }
}
@keyframes butterfly2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-300px, -500px, 0) rotate(-15deg);
    transform: translate3d(-300px, -500px, 0) rotate(-15deg);
    opacity: 0;
  }
}
@-webkit-keyframes bus {
  0% {
    -webkit-transform: translateX(0) rotate(-26deg);
    transform: translateX(0) rotate(-26deg);
    opacity: 0;
  }

  5% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 7px, 0) rotate(-25deg);
    transform: translate3d(-25px, 7px, 0) rotate(-25deg);
  }

  10% {
    -webkit-transform: translate3d(-50px, 16px, 0) rotate(-22deg);
    transform: translate3d(-50px, 16px, 0) rotate(-22deg);
  }

  18% {
    -webkit-transform: translate3d(-90px, 26px, 0) rotate(-19deg);
    transform: translate3d(-90px, 26px, 0) rotate(-19deg);
  }

  26% {
    -webkit-transform: translate3d(-130px, 37px, 0) rotate(-14deg);
    transform: translate3d(-130px, 37px, 0) rotate(-14deg);
  }

  37% {
    -webkit-transform: translate3d(-185px, 47px, 0) rotate(-6.5deg);
    transform: translate3d(-185px, 47px, 0) rotate(-6.5deg);
  }

  44% {
    -webkit-transform: translate3d(-220px, 50px, 0) rotate(-2.7deg);
    transform: translate3d(-220px, 50px, 0) rotate(-2.7deg);
  }

  54% {
    -webkit-transform: translate3d(-270px, 48px, 0) rotate(2.7deg);
    transform: translate3d(-270px, 48px, 0) rotate(2.7deg);
  }

  64% {
    -webkit-transform: translate3d(-320px, 43px, 0) rotate(7.7deg);
    transform: translate3d(-320px, 43px, 0) rotate(7.7deg);
  }

  76% {
    -webkit-transform: translate3d(-380px, 31px, 0) rotate(13.5deg);
    transform: translate3d(-380px, 31px, 0) rotate(13.5deg);
  }

  87% {
    -webkit-transform: translate3d(-435px, 17px, 0) rotate(17.75deg);
    transform: translate3d(-435px, 17px, 0) rotate(17.75deg);
  }

  95% {
    -webkit-transform: translate3d(-475px, 4px, 0) rotate(19.75deg);
    transform: translate3d(-475px, 4px, 0) rotate(19.75deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-510px, -6px, 0) rotate(21deg);
    transform: translate3d(-510px, -6px, 0) rotate(21deg);
    opacity: 0;
  }
}
@keyframes bus {
  0% {
    -webkit-transform: translateX(0) rotate(-26deg);
    transform: translateX(0) rotate(-26deg);
    opacity: 0;
  }

  5% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 7px, 0) rotate(-25deg);
    transform: translate3d(-25px, 7px, 0) rotate(-25deg);
  }

  10% {
    -webkit-transform: translate3d(-50px, 16px, 0) rotate(-22deg);
    transform: translate3d(-50px, 16px, 0) rotate(-22deg);
  }

  18% {
    -webkit-transform: translate3d(-90px, 26px, 0) rotate(-19deg);
    transform: translate3d(-90px, 26px, 0) rotate(-19deg);
  }

  26% {
    -webkit-transform: translate3d(-130px, 37px, 0) rotate(-14deg);
    transform: translate3d(-130px, 37px, 0) rotate(-14deg);
  }

  37% {
    -webkit-transform: translate3d(-185px, 47px, 0) rotate(-6.5deg);
    transform: translate3d(-185px, 47px, 0) rotate(-6.5deg);
  }

  44% {
    -webkit-transform: translate3d(-220px, 50px, 0) rotate(-2.7deg);
    transform: translate3d(-220px, 50px, 0) rotate(-2.7deg);
  }

  54% {
    -webkit-transform: translate3d(-270px, 48px, 0) rotate(2.7deg);
    transform: translate3d(-270px, 48px, 0) rotate(2.7deg);
  }

  64% {
    -webkit-transform: translate3d(-320px, 43px, 0) rotate(7.7deg);
    transform: translate3d(-320px, 43px, 0) rotate(7.7deg);
  }

  76% {
    -webkit-transform: translate3d(-380px, 31px, 0) rotate(13.5deg);
    transform: translate3d(-380px, 31px, 0) rotate(13.5deg);
  }

  87% {
    -webkit-transform: translate3d(-435px, 17px, 0) rotate(17.75deg);
    transform: translate3d(-435px, 17px, 0) rotate(17.75deg);
  }

  95% {
    -webkit-transform: translate3d(-475px, 4px, 0) rotate(19.75deg);
    transform: translate3d(-475px, 4px, 0) rotate(19.75deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-510px, -6px, 0) rotate(21deg);
    transform: translate3d(-510px, -6px, 0) rotate(21deg);
    opacity: 0;
  }
}
@-webkit-keyframes byCycle {
  0% {
    -webkit-transform: translateX(0) rotate(-30deg);
    transform: translateX(0) rotate(-30deg);
    opacity: 0;
  }

  7% {
    opacity: 1;
    -webkit-transform: translate3d(-30px, 11px, 0) rotate(-25deg);
    transform: translate3d(-30px, 11px, 0) rotate(-25deg);
  }

  19% {
    -webkit-transform: translate3d(-75px, 23px, 0) rotate(-9deg);
    transform: translate3d(-75px, 23px, 0) rotate(-9deg);
  }

  26% {
    -webkit-transform: translate3d(-105px, 23px, 0) rotate(0deg);
    transform: translate3d(-105px, 23px, 0) rotate(0deg);
  }

  35% {
    -webkit-transform: translate3d(-140px, 18px, 0) rotate(12deg);
    transform: translate3d(-140px, 18px, 0) rotate(12deg);
  }

  46% {
    -webkit-transform: translate3d(-185px, -2px, 0) rotate(24deg);
    transform: translate3d(-185px, -2px, 0) rotate(24deg);
  }

  54% {
    -webkit-transform: translate3d(-220px, -26px, 0) rotate(29deg);
    transform: translate3d(-220px, -26px, 0) rotate(29deg);
  }

  66% {
    -webkit-transform: translate3d(-265px, -62px, 0) rotate(23deg);
    transform: translate3d(-265px, -62px, 0) rotate(23deg);
  }

  79% {
    -webkit-transform: translate3d(-315px, -94px, 0) rotate(16deg);
    transform: translate3d(-315px, -94px, 0) rotate(16deg);
  }

  88% {
    -webkit-transform: translate3d(-350px, -112px, 0) rotate(12deg);
    transform: translate3d(-350px, -112px, 0) rotate(12deg);
  }

  95% {
    -webkit-transform: translate3d(-380px, -125px, 0) rotate(9deg);
    transform: translate3d(-380px, -125px, 0) rotate(9deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-400px, -133px, 0) rotate(6deg);
    transform: translate3d(-400px, -133px, 0) rotate(6deg);
    opacity: 0;
  }
}
@keyframes byCycle {
  0% {
    -webkit-transform: translateX(0) rotate(-30deg);
    transform: translateX(0) rotate(-30deg);
    opacity: 0;
  }

  7% {
    opacity: 1;
    -webkit-transform: translate3d(-30px, 11px, 0) rotate(-25deg);
    transform: translate3d(-30px, 11px, 0) rotate(-25deg);
  }

  19% {
    -webkit-transform: translate3d(-75px, 23px, 0) rotate(-9deg);
    transform: translate3d(-75px, 23px, 0) rotate(-9deg);
  }

  26% {
    -webkit-transform: translate3d(-105px, 23px, 0) rotate(0deg);
    transform: translate3d(-105px, 23px, 0) rotate(0deg);
  }

  35% {
    -webkit-transform: translate3d(-140px, 18px, 0) rotate(12deg);
    transform: translate3d(-140px, 18px, 0) rotate(12deg);
  }

  46% {
    -webkit-transform: translate3d(-185px, -2px, 0) rotate(24deg);
    transform: translate3d(-185px, -2px, 0) rotate(24deg);
  }

  54% {
    -webkit-transform: translate3d(-220px, -26px, 0) rotate(29deg);
    transform: translate3d(-220px, -26px, 0) rotate(29deg);
  }

  66% {
    -webkit-transform: translate3d(-265px, -62px, 0) rotate(23deg);
    transform: translate3d(-265px, -62px, 0) rotate(23deg);
  }

  79% {
    -webkit-transform: translate3d(-315px, -94px, 0) rotate(16deg);
    transform: translate3d(-315px, -94px, 0) rotate(16deg);
  }

  88% {
    -webkit-transform: translate3d(-350px, -112px, 0) rotate(12deg);
    transform: translate3d(-350px, -112px, 0) rotate(12deg);
  }

  95% {
    -webkit-transform: translate3d(-380px, -125px, 0) rotate(9deg);
    transform: translate3d(-380px, -125px, 0) rotate(9deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-400px, -133px, 0) rotate(6deg);
    transform: translate3d(-400px, -133px, 0) rotate(6deg);
    opacity: 0;
  }
}
/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

[data-bg-image] {
  background-size: cover;
  background-position: 50%;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.box {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}
.box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}

.border-bottom {
  border-bottom: 1px solid #783dd5;
}

.site-content {
  overflow: hidden;
}

.logo-text {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b2a1d2 !important;
  letter-spacing: 0.45em;
  display: inline-block;
}
.logo-text > a:focus,
.logo-text > a:hover, .logo-text:focus, .logo-text:hover {
  color: #b2a1d2 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}

.btn-default {
  border-radius: 7px;
  padding: 20px 30px 18px;
  letter-spacing: 0.015em;
  color: black;
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  background-color: #ffb836;
}
@media only screen and (max-width: 575px) {
  .btn-default {
    padding: 17px 25px 15px;
  }
}
.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #e8532f !important;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
  background-color: #e8532f;
  color: white;
  border-radius: 35px;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #ffb836 !important;
  color: black;
}

.btn-white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.btn-white:focus, .btn-white:hover {
  background-color: transparent;
}
.btn-white:focus:before, .btn-white:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-remove {
  border: 1px solid #e1e1e1;
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 15px;
}
.btn-remove:hover {
  color: #e8532f;
}

.form-group-btn {
  margin: 0 -10px -10px;
}
@media only screen and (max-width: 480px) {
  .form-group-btn {
    margin: 0 -5px -5px;
  }
}
.form-group-btn > .btn-default {
  margin: 0 10px 10px;
  border: 1px solid white;
  border-radius: 40px;
  padding: 20px 35px 18px;
}
@media only screen and (max-width: 480px) {
  .form-group-btn > .btn-default {
    padding: 17px 20px 15px;
    margin: 0 5px 5px;
  }
}
.form-group-btn .btn-primary {
  background-color: #ffb836;
  color: black;
  border-color: #ffb836;
}
.form-group-btn .btn-primary:hover {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}
.form-group-btn .btn-white {
  border-color: white;
  color: white;
}
.form-group-btn .btn-white:hover {
  background-color: #ffb836 !important;
  color: black !important;
  border-color: #ffb836 !important;
}

.video-btn {
  position: relative;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  z-index: 0;
}
.video-btn:after {
  display: block;
  content: '';
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  opacity: 0.42;
  text-align: center;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.video-btn:before {
  display: block;
  content: '';
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.42;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: play-pluse 1500ms ease-out infinite;
  animation: play-pluse 1500ms ease-out infinite;
}
.video-btn:hover, .video-btn:focus {
  color: white;
}
.video-btn > span {
  color: white;
  position: relative;
  z-index: 5;
  background-color: #e8532f;
  display: block;
  border-radius: inherit;
  height: 100%;
  width: 100%;
}
.video-btn > span:before {
  font-size: 30px;
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 130px;
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;

}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
  height: 50px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #ededee;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nice-select:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
  color: #777777;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 800;
}
@media only screen and (max-width: 575px) {
  .nice-select:after {
    right: 15px;
  }
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}
.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option.disabled:after {
  border-color: #cccccc;
}
.nice-select .option:hover {
  background-color: #e8532f;
  color: white;
}
.nice-select .current {
  display: block;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.form-controller {
  border-radius: 5px;
  border: 1px solid #ededee;
  background-color: white;
  width: 100%;
  height: 45px;
  outline: none;
  padding: 5px 20px;
  color: black;
  box-shadow: 0 0 7px rgba(164, 164, 164, 0.05);
}
.form-controller:focus {
  color: #777777;
  box-shadow: 0 0 10px rgba(25, 170, 95, 0.1);
}
@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 12px;
}

.input-spinner {
  background-color: #fff;
  border-radius: 40px;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}
.input-spinner > a {
  display: inline-block;
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #8f8f8f;
}
.input-spinner > a:hover, .input-spinner > a:focus {
  color: #000;
}
.input-spinner > input {
  border: 0 solid;
  border-radius: 0;
  float: left;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  width: 55px !important;
  padding: 5px 10px !important;
}
.input-spinner > input:focus {
  border: 0 solid;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: black;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}
input[type="radio"] + label:before {
  border: 2px solid #4c65f9;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 2px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 15px;
  background-color: white;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  background-color: #4c65f9;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 15px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
}

.inf__drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 1px solid #ededee;
  border-radius: 35px;
  padding: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
}
.inf__drop-area:last-child {
  margin-bottom: 0;
}
.inf__drop-area.is-active {
  background-color: rgba(0, 20, 20, 0.03);
}
.inf__drop-area input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.inf__drop-area .inf__btn {
  display: inline-block;
  border: 1px solid #ededee;
  padding: 7px 30px;
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 20px;
  background-color: #EDEEF0;
}
@media only screen and (max-width: 575px) {
  .inf__drop-area .inf__btn {
    padding: 7px 15px;
    margin-right: 15px;
  }
}
.inf__drop-area .inf__hint {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background-color: #e8532f;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffb836;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*-------------------------------------------------
    [ ## Header ]
*/
@media only screen and (max-width: 991px) {
  .site-header .header-top-area .container,
  .site-header .site-navigation .container,
  .site-header .mobile-menu-area .container {
    max-width: 100%;
  }
}
.site-header.header-style-one {
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 5;
  background-color: transparent;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .site-header.header-style-one {
    position: relative;
    background-color: white;
    top: 0;
  }
}
.site-header.header-style-one .site-navigation {
  background-color: transparent;
}
.site-header.header-style-one .menu > ul > li > a {
  color: #0a303a;
}
.site-header.header-style-one .menu > ul > li > a:hover, .site-header.header-style-one .menu > ul > li > a.active {
  color: #e8532f !important;
}
.site-header.header-style-two {
  background-color: transparent;
  position: absolute;
}
.site-header.header-style-two .site-header-shape {
  mask-image: url(images/header.png);
  -webkit-mask-image: url(images/header.png);
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  height: 120px;
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .site-header.header-style-two .site-header-shape {
    display: none;
  }
}
.site-header.header-style-two .site-header-shape:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #4c65f9;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-header.header-style-two .site-navigation {
  background-color: transparent;
}
.site-header.header-style-two .mobile-menu-area {
  background-color: #4c65f9;
}
.site-header.header-style-two .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 15px);
}
.site-header.header-style-two .menu > ul > li > a {
  color: white;
}

.site-navigation {
  background-color: white;
  padding: 5px 0;
}
.site-navigation .navigation-area {
  padding: 0;
}
.site-navigation .navigation-area .mainmenu-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1199px) {
  .site-navigation {
    display: none;
  }
}
.site-navigation.style-one .navigation-area .header-navigation-right {
  margin-left: 30px;
}

.navigation-area {
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 70px;
}
.navigation-area .site-branding a {
  display: inline-block;
}
.navigation-area .header-navigation-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navigation-area .header-navigation-right .contact-info {
  font-size: 25px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  color: white;
  border-radius: 40px;
  background-color: #ffb836;
  padding: 15px 30px;
  text-transform: capitalize;
}
.navigation-area .header-navigation-right .contact-info > a:hover {
  color: #e8532f;
}
@media only screen and (max-width: 1199px) {
  .navigation-area .header-navigation-right {
    display: none;
  }
}

/*-------------------------------------------------
    [ ## Sticky header ]
*/
#sticky-header {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sticky-header .site-navigation {
  background-color: #e8532f;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
  position: relative;
}
#sticky-header .site-navigation.style-two {
  background-color: #4c65f9;
}
#sticky-header .menu > ul > li > a {
  color: white;
}
#sticky-header .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 15px);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
.menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.menu ul li a {
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.menu ul li ul.dropdown-content {
  margin-left: 0;
}
.menu ul li ul.dropdown-content li {
  padding: 0;
  display: block;
}
.menu ul li ul.dropdown-content li a {
  display: block;
  padding: 7px 0px;
  color: #0a303a;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  font-size: 21px;
  font-weight: 800;
}
.menu > ul > li:hover > a,
.menu ul li > a.active {
  color: #ffb836 !important;
}
.menu > ul > li > a {
  padding: 30px 15px;
  font-weight: 800;
  font-size: 23px ;
}
.menu > ul > li:first-child > a {
  padding-left: 0px;
}
.menu > ul > li:last-child > a {
  padding-right: 0px;
}
.menu > ul > li > ul.dropdown-content {
  background-color: white;
  position: absolute;
  width: 235px;
  padding: 18px 25px;
  left: 0;
  top: calc(100% + 50px);
  z-index: 999;
  visibility: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  z-index: 5;
}
.menu > ul > li > ul.dropdown-content:before {
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 11px 7px;
  content: "";
  left: 22px;
  position: absolute;
  top: -22px;
}
.menu > ul > li > ul.dropdown-content > li:hover > a {
  color: #ffb836 !important;
  padding-left: 5px;
}
.menu > ul > li > ul.dropdown-content:after {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.menu > ul > li.dropdown-trigger > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  opacity: 0.5;
  font-weight: 800;
}
.menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.menu > ul > li.dropdown-trigger.mega-menu {
  position: inherit;
}

.menu > ul > li.dropdown-trigger.mega-menu:hover .mega-menu-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-content > .dropdown-trigger {
  position: relative;
}
ul.dropdown-content > .dropdown-trigger > a {
  position: relative;
}
ul.dropdown-content > .dropdown-trigger > a:after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
}
ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 100% !important;
  top: -5px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  width: 200px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
ul.dropdown-content > .dropdown-trigger:hover > a:after {
  right: 15px;
  opacity: 1;
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:last-child {
  border-bottom: 0px solid #e5e5e5;
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  color: #e8532f;
  padding-left: 20px;
}

@media only screen and (max-width: 1620px) {
  .mega-menu-content {
    left: 0px;
    width: calc(100vw - 30px);
  }
}
/* [ ### Mobile Menu ] */
.mobile-menu-area {
  display: none;
  background-color: #e8532f;
}
@media only screen and (max-width: 1199px) {
  .mobile-menu-area {
    display: block;
  }
}

.mean-container {
  position: relative;
}
.mean-container .mean-bar {
  min-height: 75px;
  background-color: transparent;
  z-index: 9999;
}
.mean-container a.meanmenu-reveal {
  padding: 22px 0;
  right: 0px !important;
  width: 30px;
}
.mean-container a.meanmenu-reveal span {
  background-color: #ffb836;
  height: 2px;
}
.mean-container a.meanmenu-reveal i {
  color: white;
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
.mean-container a.meanmenu-reveal.meanclose + .mean-nav {
  margin-top: 70px;
  padding-bottom: 20px;
}
.mean-container .mean-nav {
  margin-top: 55px;
  background: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mean-container .mean-nav ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  top: 0px;
  border-top: 0px solid;
}
.mean-container .mean-nav ul li {
  float: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 55px;
  padding: 0 !important;
  width: 50px;
}
.mean-container .mean-nav ul li a.mean-expand:before {
  position: absolute;
  content: "\f0da";
  top: 0;
  right: -15px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mean-container .mean-nav ul li a.mean-expand > span {
  display: none;
}
.mean-container .mean-nav ul li a.mean-clicked:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  color: #ffb836;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 25px;
  text-transform: capitalize;
  width: calc(100% - 50px);
}
.mean-container .mean-nav ul li li a:hover {
  padding-left: 30px;
}
.mean-container ul.dropdown-content > .dropdown-trigger > a:after {
  content: "";
}
.mean-container ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 0 !important;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  position: relative;
  width: 100%;
}
.mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a, .mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  padding: 12px 80px;
  width: 100%;
}
.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li {
  border-bottom: 0px solid #e5e5e5;
}
.mean-container .mean-nav > ul > li > ul > li a.mean-expand {
  height: 45px;
  padding: 0px !important;
}

@media only screen and (max-width: 1199px) {
  .header-navigation-right .contact-info {
    display: none;
  }
  .header-navigation-right .search-wrap {
    position: absolute;
    top: 29px;
    right: 50px;
    margin-left: 0;
    z-index: 999999;
  }

  .mobile-menu {
    display: block;
  }
  .mobile-menu .mobile-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 83px;
    z-index: 9999;
  }
  .mobile-menu .menu-label {
    display: none;
  }

  .site-navigation {
    display: none;
  }

  .mean-container .mean-bar {
    float: none;
  }
  .mean-container .mean-bar .mean-nav {
    float: none;
  }

  .mean-container .mean-nav ul li a {
    color: white;
    display: block;
    float: none;
    font-size: 18px;
    padding: 15px 0px;
    width: auto;
    font-family: "Roboto", sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mean-container .mean-nav ul li a:hover {
    padding-left: 7px;
  }

  .mega-menu-content {
    background-color: transparent;
    left: 0;
    padding: 0px 20px 25px;
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    width: calc(100% - 40px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  }
  .mega-menu-content .cat-item {
    background-color: transparent;
    border-top: 0 none !important;
    padding: 0 !important;
  }
  .mega-menu-content.carousel-nav-dots .owl-dots {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-menu .search-wrap .search-form {
    right: -50px;
    width: 280px;
  }
  .mobile-menu .search-wrap .search-form input[type="search"] {
    padding: 0 10px;
  }
}
/* [ ### Privacy Menu ] */
.privacy-menu {
  background-color: #4c65f9;
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .privacy-menu {
    padding: 20px;
  }
}
.privacy-menu a {
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.privacy-menu a:hover {
  color: #ffb836;
}
.privacy-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.privacy-menu > ul > li.dropdown-trigger > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 9px;
}
.privacy-menu > ul > li > a {
  font-size: 18px;
  padding: 8px 0;
  position: relative;
  font-weight: 600;
}
.privacy-menu .dropdown-content {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  margin-left: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.privacy-menu .dropdown-content > li:first-child a {
  padding-top: 0px;
}
.privacy-menu .dropdown-content > li:last-child a {
  padding-bottom: 0px;
}
.privacy-menu .dropdown-content > li > a {
  padding: 4px 0 4px 10px;
  position: relative;
}
.privacy-menu .dropdown-content > li > a.active {
  color: #ffb836;
}
.privacy-menu .dropdown-content > li > a.active:before {
  position: absolute;
  content: "";
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.article-content .page-links span {
  border: 1px solid #ededee;
  font-size: 1em;
  padding: 0.4em 0.8em;
  font-weight: 600;
}
.article-content .page-links > span {
  color: #fff;
}
.article-content .page-links a {
  text-decoration: none;
}

.paging-navigation {
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .paging-navigation.pd-t-70 {
    padding-top: 50px;
  }
}
.paging-navigation .nav-links {
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  margin: 0 -4px;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .paging-navigation .nav-links {
    margin: 0 -2px;
  }
}
.paging-navigation .nav-links a {
  font-weight: 500;
  display: block;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  text-align: center;
}
.paging-navigation .nav-links > li {
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .paging-navigation .nav-links > li {
    margin: 0 2px;
  }
}
.paging-navigation .nav-links > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 52px;
  position: relative;
  background-color: #efefef;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 5;
}
@media only screen and (max-width: 480px) {
  .paging-navigation .nav-links > li > a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.paging-navigation .nav-links > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e8532f;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  z-index: -1;
}
.paging-navigation .nav-links > li > a span {
  display: block;
}
.paging-navigation .nav-links > li.active > a,
.paging-navigation .nav-links > li > a:hover {
  color: white !important;
}
.paging-navigation .nav-links > li.active > a:before,
.paging-navigation .nav-links > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging-navigation .nav-links li.nav-previous.disabled > a,
.paging-navigation .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.paging-navigation.paging-center .nav-links {
  text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    display: block;
  }
}
.post-navigation .post-previous {
  text-align: left;
}
.post-navigation .post-next {
  text-align: right;
}
.post-navigation h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  line-height: 1.35em;
}
@media only screen and (max-width: 991px) {
  .post-navigation h3 {
    line-height: 1.3em;
    font-size: 20px;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 45px 0 15px;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous,
  .post-navigation .post-next {
    max-width: 100%;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  position: relative;
  display: block;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 55px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 15px;
  }
}
.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #0a303a;
  font-weight: 500;
}
.post-navigation .post-previous.active,
.post-navigation .post-next.active {
  background-color: #e8532f;
}
.post-navigation .post-previous.active h3,
.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active h3,
.post-navigation .post-next.active span.label {
  color: white;
}
.post-navigation .post-next span.label {
  margin-bottom: 0;
  margin-top: 15px;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
.hamburger-menus {
  width: 30px;
  height: 30px;
  position: relative;
  transition: .1s;
  margin: 15px 0px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .hamburger-menus {
    display: inline-block;
  }
}
.hamburger-menus span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
}
.hamburger-menus span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.hamburger-menus span:nth-child(2) {
  position: absolute;
  left: 12px;
  top: 0;
}
.hamburger-menus span:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}
.hamburger-menus span:nth-child(4) {
  position: absolute;
  left: 0;
  top: 12px;
}
.hamburger-menus span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}
.hamburger-menus span:nth-child(6) {
  position: absolute;
  right: 0px;
  top: 12px;
}
.hamburger-menus span:nth-child(7) {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(9) {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hamburger-menus:hover span {
  transform: scale(1.3);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.hamburger-menus.click-menu {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span {
  border-radius: 50%;
  transition-delay: 200ms;
  background-color: rgba(255, 255, 255, 0.767);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span:nth-child(2) {
  position: absolute;
  left: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(4) {
  position: absolute;
  left: 6px;
  top: 18px;
}
.hamburger-menus.click-menu span:nth-child(6) {
  position: absolute;
  right: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(8) {
  position: absolute;
  left: 18px;
  bottom: 6px;
}

.hamburger-menus-two {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 10px 0px;
  cursor: pointer;
}
.hamburger-menus-two > span {
  position: relative !important;
  transition: ease-in-out 0.25s;
  display: block;
  background-color: white;
  height: 2px;
  border-radius: 0px;
  margin: 4px 0;
  float: right;
  left: 0;
}
.hamburger-menus-two > span:nth-child(1), .hamburger-menus-two > span:nth-child(3) {
  width: 22px;
}
.hamburger-menus-two > span:nth-child(2) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(1), .hamburger-menus-two:hover > span:nth-child(3) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(2) {
  width: 25px;
}
.hamburger-menus-two.is-active > span:nth-child(2) {
  display: none;
}
.hamburger-menus-two.is-active > span:nth-child(1),
.hamburger-menus-two.is-active > span:nth-child(3) {
  width: 100%;
  margin: 0;
  position: absolute;
}
.hamburger-menus-two.is-active > span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
}
.hamburger-menus-two.is-active > span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
}

@media only screen and (max-width: 1199px) {
  .navigation {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
  }
  .navigation .menu-content > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  .menu-wrapper {
    position: relative;
    z-index: 9999;
    height: 100%;
  }
  .menu-wrapper .mainmenu li {
    position: relative;
    display: block;
  }
  .menu-wrapper .mainmenu li .fa-angle-down {
    display: none;
  }
}
.overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .menuopen .overlaybg {
    display: block;
  }
}
.navigation.menuopen {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #0a303a;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation.menuopen .mainmenu > li > a {
  backface-visibility: hidden;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  text-align: left;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  vertical-align: middle;
  letter-spacing: 0.015em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation.menuopen .mainmenu > li > a.active, .navigation.menuopen .mainmenu > li > a:hover {
  color: #e8532f;
  padding-left: 25px;
}
.navigation.menuopen ul.mainmenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation.menuopen ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
}
.navigation.menuopen ul.sub-menu li a {
  padding: 12px 32px 12px 25px;
  letter-spacing: 0;
  border-right: solid 0px;
  background-color: transparent;
  line-height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: white;
  letter-spacing: 0.015em;
  display: block;
}
.navigation.menuopen ul.sub-menu li a:hover {
  color: #e8532f;
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a {
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a:hover {
  padding-left: 35px;
}
.navigation.menuopen .megamenu {
  position: relative !important;
}
.navigation.menuopen .megamenu .megamenu-main {
  padding: 0;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.navigation.menuopen .megamenu .megamenu-main:before {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .megamenu-heading {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a {
  font-weight: normal;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a:hover {
  padding-left: 30px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .megamenu-container {
  padding: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row {
  display: block;
  margin: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row [class*="col-"] {
  max-width: 100%;
  padding: 0px;
}




.menu-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 120;
}
@media only screen and (max-width: 1199px) {
  .menu-click {
    display: block;
  }
}
.menu-click i {
  display: block;
  background-size: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  float: right;
  padding: 21px;
  width: 54px;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}

.menu-extend.fa-plus::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.hero-block .hero-content-area {
  overflow: hidden;
}
.hero-block .hero-content-area .hero-title {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
}
.hero-block .hero-content-area .hero-desc,
.hero-block .hero-content-area .form-group-btn {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
}
.hero-block .hero-title {
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 80px;
  position: relative;
  margin-bottom: 30px;
  line-height: 0.92em;
  text-transform: capitalize;
  font-family: "Baloo", cursive;
}
@media only screen and (max-width: 1199px) {
  .hero-block .hero-title {
    font-size: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block .hero-title {
    font-size: 68px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .hero-title {
    font-size: 54px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block .hero-title {
    font-size: 44px;
    line-height: 1em;
  }
}
.hero-block .hero-title > span {
  color: #ffb836;
}
.hero-block .hero-desc {
  font-size: 20px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.hero-block .hero-desc > p {
  line-height: 1.55em;
}
@media only screen and (max-width: 767px) {
  .hero-block .hero-desc {
    font-size: 17px;
  }
}
.hero-block .form-group-btn {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-block .form-group-btn {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .form-group-btn {
    margin-top: 35px;
  }
}
.hero-block.style-one {
  color: white;
  -webkit-animation: slideUp 110s linear infinite;
  animation: slideUp 110s linear infinite;
  background-position: 0 0;
  background-repeat: repeat;
}
.hero-block.style-one:before {
  opacity: 0.92;
}
.hero-block.style-one .shape-top {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 390px;
  left: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .hero-block.style-one .shape-top {
    height: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-one .shape-top {
    height: 370px;
  }
}
.hero-block.style-one .container > .row {
  min-height: 1160px;
  padding-top: 40px;
}
@media only screen and (max-width: 1366px) {
  .hero-block.style-one .container > .row {
    min-height: 1050px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.style-one .container > .row {
    min-height: 950px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-one .container > .row {
    min-height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block.style-one .container > .row {
    min-height: 800px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block.style-one .container > .row {
    min-height: 750px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block.style-one .container > .row {
    min-height: 500px;
  }
}
.hero-block.style-one .hero-title {
  color: white;
}
.hero-block.style-one .hero-thumb {
  margin-right: -500px;
  padding-left: 60px;
  padding-top: 120px;
  -webkit-transform: translate3d(200px, 0%, 0);
  transform: translate3d(200px, 0%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 1366px) {
  .hero-block.style-one .hero-thumb {
    margin-right: -250px;
    padding-left: 30px;
    padding-top: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.style-one .hero-thumb {
    margin-right: -200px;
    padding-left: 30px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-one .hero-thumb {
    display: none;
  }
}
.hero-block.style-one .hero-content-area {
  margin-bottom: 280px;
}
@media only screen and (max-width: 1366px) {
  .hero-block.style-one .hero-content-area {
    margin-bottom: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-one .hero-content-area {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block.style-one .hero-content-area {
    margin-bottom: 110px;
  }
}
.hero-block.style-two {
  background-position: top;
  padding: 440px 0 100px;
}
/*.hero-block.style-two {
    background-position: top;
    padding: 440px 0 270px;
}*/

@media only screen and (max-width: 1199px) {
  .hero-block.style-two {
    padding: 60px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-two {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block.style-two {
    padding: 30px 0 50px;
  }
}
.hero-block.style-two .form-group-btn .btn-primary {
  background-color: #4c65f9;
  color: white;
  border-color: #4c65f9;
}
.hero-block.style-two .form-group-btn .btn-primary:hover {
  background-color: transparent !important;
  color: #4c65f9 !important;
  border-color: #4c65f9 !important;
}
.hero-block.style-two .form-group-btn .btn-white {
  border-color: #4c65f9;
  color: #4c65f9;
}
.hero-block.style-two .form-group-btn .btn-white:hover {
  background-color: #4c65f9 !important;
  color: white !important;
  border-color: #4c65f9 !important;
}
.hero-block.style-two .hero-thumb {
  margin-right: -200px;
  -webkit-transform: translate3d(150px, 0%, 0);
  transform: translate3d(150px, 0%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 1366px) {
  .hero-block.style-two .hero-thumb {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.style-two .hero-thumb {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.style-two .hero-thumb {
    display: none;
  }
}

.loading-done .hero-block .hero-content-area .hero-title,
.loading-done .hero-block .hero-content-area .hero-desc,
.loading-done .hero-block .hero-content-area .form-group-btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.loading-done .hero-block.style-one .hero-thumb, .loading-done .hero-block.style-two .hero-thumb {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-item {
  text-align: center;
  margin-bottom: 30px;
  padding: 35px 40px 35px;
}
@media only screen and (max-width: 1199px) {
  .service-item {
    padding: 35px 20px 35px;
  }
}
.service-item .heading a:hover,
.service-item .heading a:focus {
  color: #e8532f;
}
.service-item p > span {
  color: #0a303a;
}
.service-item .more-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.service-item .more-link > i,
.service-item .more-link > span {
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
  position: relative;
  top: 2px;
}
.service-item .more-link:hover, .service-item .more-link:focus {
  color: #e8532f;
}
.service-item:hover .service-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-item.style-two .icon-gradient {
  min-height: 70px;
  margin-bottom: 30px;
}
.service-item.style-two .icon-gradient [class*="flaticon-"] {
  font-size: 70px;
}
@media only screen and (max-width: 420px) {
  .service-item.style-two .icon-gradient {
    min-height: 50px;
    margin-bottom: 25px;
  }
  .service-item.style-two .icon-gradient [class*="flaticon-"] {
    font-size: 52px;
  }
}
.service-item.style-two .heading {
  padding: 0 15px;
  line-height: 1.35em;
}
@media only screen and (max-width: 575px) {
  .service-item.style-two .heading {
    padding: 0;
  }
}
.service-item:hover {
  top: -5px;
}

/* [ ### Upcoming Service ] */
.upcoming-service-block {
  margin-bottom: -25px;
  margin-top: -25px;
}
.upcoming-service-block:before {
  opacity: 0.9;
}
.upcoming-service-block .shape-top,
.upcoming-service-block .shape-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  height: 55px;
  background-repeat: repeat-x;
}
.upcoming-service-block .shape-top {
  top: 0;
}
.upcoming-service-block .shape-bottom {
  bottom: 0;
}
.upcoming-service-block > .container {
  padding-bottom: 25px;
  padding-top: 25px;
}
.upcoming-service-block .section-title {
  margin-bottom: 50px;
  padding-right: 80px;
}
@media only screen and (max-width: 1366px) {
  .upcoming-service-block .section-title {
    padding-right: 0;
  }
}
.upcoming-service-block .countdown-area .timer-body-block {
  margin: 0 -15px;
  padding-bottom: 0;
}
.upcoming-service-block .countdown-area .timer-body-block > .table-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 0 15px 30px;
  background-color: #4c65f9;
}
@media only screen and (max-width: 767px) {
  .upcoming-service-block .countdown-area .timer-body-block > .table-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.upcoming-service-block .upcoming-service-mockup {
  margin-right: -350px;
}
@media only screen and (max-width: 1366px) {
  .upcoming-service-block .upcoming-service-mockup {
    margin-right: -200px;
  }
}
@media only screen and (max-width: 1199px) {
  .upcoming-service-block .upcoming-service-mockup {
    margin-right: 0px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

/* [ ### Service Details] */
.service-single-page .service-item {
  padding: 0;
  text-align: left;
  margin-bottom: 0px;
}
.service-single-page .service-item .service-info {
  margin-bottom: 30px;
}
.service-single-page .service-item .service-info .heading {
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .service-single-page .service-item .service-info .heading {
    font-size: 24px;
  }
}
.service-single-page .service-item figure {
  margin-bottom: 30px;
}
.service-single-page .service-item figure img {
  border-radius: 20px;
}
.service-single-page .features-mockup-group {
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .service-single-page .features-mockup-group {
    text-align: left;
  }
}
.service-single-page .features-mockup-group .mockup-thumb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px)) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px)) !important;
  padding-left: 8px !important;
  border-radius: 25px 25px 25px 160px / 25px 25px 25px 70px !important;
  padding-right: 0 !important;
}
.service-single-page .features-mockup-group .mockup-thumb:before {
  right: 8px !important;
  background-color: #e8532f !important;
  left: auto !important;
}
.service-single-page .features-mockup-group .mockup-thumb img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px)) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px)) !important;
}

.single-skill {
  margin-bottom: 30px;
}
.single-skill:last-child {
  margin-bottom: 0;
}
.single-skill:nth-child(4n-3) .progress {
  background-color: rgba(255, 184, 54, 0.2);
}
.single-skill:nth-child(4n-3) .progress .progress-bar {
  background-color: rgba(255, 184, 54, 0.7);
}
.single-skill:nth-child(4n-3) .progress .progress-bar > span {
  border: 1px solid rgba(255, 184, 54, 0.5);
}
.single-skill:nth-child(4n-3) .progress .progress-bar > span:before {
  border-color: rgba(255, 184, 54, 0.7) transparent transparent;
}
.single-skill:nth-child(4n-2) .progress {
  background-color: rgba(25, 170, 95, 0.2);
}
.single-skill:nth-child(4n-2) .progress .progress-bar {
  background-color: rgba(25, 170, 95, 0.7);
}
.single-skill:nth-child(4n-2) .progress .progress-bar > span {
  border: 1px solid rgba(25, 170, 95, 0.5);
}
.single-skill:nth-child(4n-2) .progress .progress-bar > span:before {
  border-color: rgba(25, 170, 95, 0.7) transparent transparent;
}
.single-skill:nth-child(4n-1) .progress {
  background-color: rgba(248, 103, 191, 0.2);
}
.single-skill:nth-child(4n-1) .progress .progress-bar {
  background-color: rgba(248, 103, 191, 0.7);
}
.single-skill:nth-child(4n-1) .progress .progress-bar > span {
  border: 1px solid rgba(248, 103, 191, 0.5);
}
.single-skill:nth-child(4n-1) .progress .progress-bar > span:before {
  border-color: rgba(248, 103, 191, 0.7) transparent transparent;
}
.single-skill .skill-title {
  font-size: 16px;
  font-weight: 600;
  color: #0a303a;
  margin-bottom: 10px;
}
.single-skill .progress {
  height: 12px;
  overflow: visible;
  background-color: rgba(76, 101, 249, 0.2);
  border-radius: 10px;
}
.single-skill .progress .progress-bar {
  background-color: rgba(76, 101, 249, 0.7);
  position: relative;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.single-skill .progress .progress-bar > span {
  display: block;
  position: absolute;
  background-color: white;
  top: -40px;
  right: -20px;
  height: 28px;
  line-height: 28px;
  width: 40px;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  border: 1px solid rgba(76, 101, 249, 0.5);
  border-radius: 5px;
  color: #0a303a;
}
.single-skill .progress .progress-bar > span:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  z-index: 1;
  border-style: solid;
  border-width: 8px 7px;
  border-color: rgba(76, 101, 249, 0.7) transparent transparent;
}

/*--------------------------------------------------------------
    [ ## Teachers ]
--------------------------------------------------------------*/
.teachers-block {
  position: relative;
}
.teachers-block .teacher-bg-area {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 260px);
  z-index: 0;
  -webkit-animation: slideDown 50s linear infinite;
  animation: slideDown 50s linear infinite;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (max-width: 1199px) {
  .teachers-block .teacher-bg-area {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .teachers-block .teacher-bg-area {
    height: 500px;
  }
}
.teachers-block .teacher-bg-area:before {
  opacity: 0.93;
  background-color: #3e59f9;
}
.teachers-block .teacher-bg-area + .container {
  padding-top: 170px;
}
@media only screen and (max-width: 575px) {
  .teachers-block .teacher-bg-area + .container {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 480px) {
  .teachers-block .teacher-bg-area + .container {
    padding-top: 40px;
  }
}
.teachers-block .shape-top {
  position: absolute !important;
  width: 100vw;
  top: 0;
  height: 210px;
  background-repeat: repeat;
}
.teachers-block .element-animation-byCycle,
.teachers-block .element-animation-bus {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .teachers-block .element-animation-byCycle,
  .teachers-block .element-animation-bus {
    display: none;
  }
}
.teachers-block .element-animation-byCycle {
  top: 2px;
  right: -50px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-animation: byCycle 13s linear infinite;
  animation: byCycle 13s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1919px) {
  .teachers-block .element-animation-byCycle {
    display: none;
  }
}
.teachers-block .element-animation-bus {
  top: -9px;
  left: 816px;
  -webkit-transform: rotate(-26deg);
  transform: rotate(-26deg);
  -webkit-animation: bus 15s linear infinite;
  animation: bus 15s linear infinite;
}
@media only screen and (max-width: 1124px) {
  .teachers-block .element-animation-bus {
    display: none;
  }
}

.teacher-item {
  margin-bottom: 30px;
}
.teacher-item .teacher-thumb {
  text-align: center;
  margin-bottom: 0;
}
.teacher-item .teacher-thumb > img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.teacher-item .teacher-info {
  padding: 25px 15px 0;
}
.teacher-item .heading {
  margin-bottom: 5px;
}
.teacher-item .heading a {
  display: block;
}
.teacher-item .heading a:hover,
.teacher-item .heading a:focus {
  color: #e8532f;
}
.teacher-item .designation {
  font-size: 18px;
  line-height: 1.45em;
}
@media only screen and (max-width: 767px) {
  .teacher-item .designation {
    font-size: 16px;
  }
}

/* [ ### Teachers Carousel ] */
.teachers-carousel-block .teachers-carousel {
  padding-top: 20px;
  overflow: hidden;
}
.teachers-carousel-block .teachers-carousel .teacher-item {
  margin-bottom: -5px;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center .owl-nav > div {
  top: 42%;
  opacity: 0;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: -70px;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center .owl-nav > div.owl-next {
  right: -70px;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center:hover .owl-nav > div {
  opacity: 1;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center:hover .owl-nav > div.owl-prev {
  left: 25px;
}
.teachers-carousel-block .teachers-carousel.carousel-nav-align-center:hover .owl-nav > div.owl-next {
  right: 25px;
}

/* [ ### Teacher Details ] */
.teacher-details-block .single-teacher-thumb-area {
  background-color: white;
}
.teacher-details-block .single-teacher-thumb-area .teacher-thumb {
  margin-bottom: 0;
}
.teacher-details-block .single-teacher-thumb-area .social-info {
  padding: 40px 30px;
}
@media only screen and (max-width: 480px) {
  .teacher-details-block .single-teacher-thumb-area .social-info {
    padding: 25px 20px;
  }
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share {
  padding: 0;
  box-shadow: 0 0 0 transparent;
  margin: 0 -5px -5px !important;
}
@media only screen and (max-width: 480px) {
  .teacher-details-block .single-teacher-thumb-area .social-info .social-share {
    margin: 0 -3px -5px !important;
  }
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li {
  margin: 0 5px 5px !important;
}
@media only screen and (max-width: 480px) {
  .teacher-details-block .single-teacher-thumb-area .social-info .social-share > li {
    margin: 0 3px 5px !important;
  }
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li > a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: rgba(25, 170, 95, 0.15);
  border: 1px solid rgba(25, 170, 95, 0.35);
  text-align: center;
  line-height: 58px;
  padding: 0;
  color: #e8532f;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .teacher-details-block .single-teacher-thumb-area .social-info .social-share > li > a {
    height: 45px;
    width: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li > a:hover {
  border-color: #e8532f;
  background-color: #e8532f;
  color: white !important;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-3) > a {
  border-color: rgba(248, 103, 191, 0.15);
  background-color: rgba(248, 103, 191, 0.15);
  color: #f867bf;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-3) > a:hover {
  border-color: #f867bf;
  background-color: #f867bf;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-2) > a {
  border-color: rgba(255, 184, 54, 0.15);
  background-color: rgba(255, 184, 54, 0.15);
  color: #ffb836;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-2) > a:hover {
  border-color: #ffb836;
  background-color: #ffb836;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-1) > a {
  border-color: rgba(226, 28, 63, 0.15);
  background-color: rgba(226, 28, 63, 0.15);
  color: #e21c3f;
}
.teacher-details-block .single-teacher-thumb-area .social-info .social-share > li:nth-child(4n-1) > a:hover {
  border-color: #e21c3f;
  background-color: #e21c3f;
}
@media only screen and (max-width: 1199px) {
  .teacher-details-block .single-skill {
    margin-bottom: 20px;
  }
  .teacher-details-block .single-skill:last-child {
    margin-bottom: 0 !important;
  }
}

.experience-block .section-heading,
.education-block .section-heading {
  margin-bottom: 25px;
}
.experience-block .content-list,
.education-block .content-list {
  position: relative;
  padding-left: 25px;
}
.experience-block .content-list:before,
.education-block .content-list:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #E4E3DB;
}

.education-item,
.experience-item {
  margin-bottom: 30px;
  position: relative;
}
.education-item:before,
.experience-item:before {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  top: 7px;
  left: -25px;
  background-color: white;
  border: 2px solid #4c65f9;
}
.education-item .heading,
.experience-item .heading {
  margin-bottom: 5px;
  font-size: 22px;
}
.education-item .date,
.experience-item .date {
  font-size: 16px;
  margin-bottom: 8px;
}
.education-item .info,
.experience-item .info {
  padding-top: 10px;
}

/*--------------------------------------------------------------
    [ ## Gallery ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Gallery Block ]
*/
.gallery-block {
  position: relative;
}
.gallery-block .element-animation-butterfly1,
.gallery-block .element-animation-butterfly2 {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .gallery-block .element-animation-butterfly1,
  .gallery-block .element-animation-butterfly2 {
    display: none;
  }
}
.gallery-block .element-animation-butterfly1 {
  top: 20%;
  left: 0px;
  -webkit-animation: butterfly1 15s linear infinite;
  animation: butterfly1 15s linear infinite;
}
.gallery-block .element-animation-butterfly2 {
  bottom: 20%;
  right: 0px;
  -webkit-animation: butterfly2 13s linear infinite;
  animation: butterfly2 13s linear infinite;
}
.gallery-block > div {
  position: relative;
  z-index: 1;
}

.gallery-filter {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.gallery-filter li {
  display: inline-block;
  margin: 0 -2px 10px;
}
.gallery-filter li a {
  margin: 0 10px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid #ededee;
  background-color: #fafafa;
  border-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .gallery-filter li a {
    font-size: 16px;
    padding: 9px 20px;
    margin: 0 5px;
  }
}
.gallery-filter li a.active, .gallery-filter li a:focus, .gallery-filter li a:hover {
  color: white;
  background-color: #e8532f;
  border-color: #e8532f;
}

.gallery-item {
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
  border: 12px solid white;
  box-shadow: 0 0 30px rgba(164, 164, 164, 0.18);
}
.gallery-item .gallery-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 0px;
}
.gallery-item .gallery-thumb img {
  width: 100%;
}
.gallery-item .gallery-thumb .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-item .gallery-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 170, 95, 0.88);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-item .gallery-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-item .gallery-link > div {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #e8532f;
  background-color: white;
  padding: 0;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-item .gallery-link > div {
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .gallery-item .gallery-link > div {
    width: 45px;
    height: 45px;
    line-height: 41px;
    font-size: 16px;
  }
}
.gallery-item .gallery-link > div a {
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: inherit;
}
.gallery-item .gallery-link > div:hover {
  background-color: white;
  border-color: white;
  color: #e8532f;
}
.gallery-item .gallery-link > div.popup-link {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.gallery-item:hover .gallery-link > div {
  opacity: 1;
  visibility: visible;
}
.gallery-item:hover .gallery-link > div.popup-link {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-item:hover .gallery-thumb .overlay {
  opacity: 0.9;
  visibility: visible;
}

/*--------------------------------------------------------------
    [ ## Events ]
--------------------------------------------------------------*/




.events-block {
  -webkit-animation: slideLeft 5s linear infinite;
  animation: slideRight 15s linear infinite;
  background-position: center center;
  background-repeat: repeat;
  margin-let: -25px;
  margin-top: -25px;
}
@media only screen and (max-width: 991px) {
  .events-block {
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
  }
}
@media only screen and (max-width: 767px) {
  .events-block {
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
  }
}
.events-block .shape-top,
.events-block .shape-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  height: 55px;
  background-repeat: repeat-x;
}
.events-block .shape-top {
  top: 0;
}
.events-block .shape-bottom {
  bottom: 0;
}
.events-block > .container {
  padding-bottom: 25px;
  padding-top: 25px;
}

.event-items-list [class*='col-']:nth-child(4n-3) .event-item .event-info {
  background-color: #ffb836;
}
.event-items-list [class*='col-']:nth-child(4n-3) .event-item .event-meta > div > i,
.event-items-list [class*='col-']:nth-child(4n-3) .event-item .heading > a:hover {
  color: #ffb836;
}
.event-items-list [class*='col-']:nth-child(4n-2) .event-item .event-info {
  background-color: #9b90e9;
}
.event-items-list [class*='col-']:nth-child(4n-2) .event-item .event-meta > div > i,
.event-items-list [class*='col-']:nth-child(4n-2) .event-item .heading > a:hover {
  color: #9b90e9;
}
.event-items-list [class*='col-']:nth-child(4n-1) .event-item .event-info {
  background-color: #f867bf;
}
.event-items-list [class*='col-']:nth-child(4n-1) .event-item .event-meta > div > i,
.event-items-list [class*='col-']:nth-child(4n-1) .event-item .heading > a:hover {
  color: #f867bf;
}

.event-item {
  margin-bottom: 30px;
}
.event-item .event-thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}
.event-item .event-thumb img {
  width: 100%;
}
.event-item .heading a:hover {
  color: #e8532f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-item .heading {
    font-size: 22px;
  }
}
.event-item .event-info {
  padding-left: 25px;
  padding-bottom: 25px;
  background-color: #e8532f;
  margin-right: 10px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .event-item .event-info {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .event-item .event-info {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.event-item .event-info:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  z-index: 0;
}
.event-item .event-info .event-info-inner {
  background-color: white;
  padding: 25px 20px;
  margin-right: -10px;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-item .event-info .event-info-inner {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .event-item .event-info .event-info-inner {
    padding: 25px 15px;
  }
}
.event-item .event-meta > div {
  line-height: 1.3em;
  margin-bottom: 8px;
}
.event-item .event-meta > div > i {
  color: #e8532f;
  margin-right: 3px;
  min-width: 20px;
}
.event-item .event-meta > div:last-child {
  margin-bottom: 0;
}

/* [ ### Upcoming Event ] */
.upcoming-event-block {
  background-attachment: fixed;
}
.upcoming-event-block .section-title {
  padding: 0 60px;
}
@media only screen and (max-width: 1199px) {
  .upcoming-event-block .section-title {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .upcoming-event-block .section-title {
    padding: 0 105px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-event-block .section-title {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .upcoming-event-block .section-title {
    padding: 0px;
  }
}

.countdown-area .timer-body-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block {
    margin: 0 -15px;
  }
}
.countdown-area .timer-body-block > .table-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 40px);
  flex: 0 0 calc(25% - 40px);
  max-width: calc(25% - 40px);
  background-color: #e8532f;
  text-align: center;
  position: relative;
  margin: 0 20px 40px;
  border-radius: 20px;
  padding: 25px 15px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block > .table-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area .timer-body-block > .table-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area .timer-body-block > .table-cell {
    padding: 25px 15px;
  }
}
.countdown-area .timer-body-block > .table-cell.day {
  background-color: #ffb836;
}
.countdown-area .timer-body-block > .table-cell.hour {
  background-color: #f867bf;
}
.countdown-area .timer-body-block > .table-cell.minute {
  background-color: #e21c3f;
}
.countdown-area .timer-body-block > .table-cell > .tab-val {
  color: white;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Baloo", cursive;
  line-height: 1em;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block > .table-cell > .tab-val {
    font-size: 46px;
    margin-bottom: 0px;
  }
}
.countdown-area .timer-body-block > .table-cell > .tab-metr {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: white;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block > .table-cell > .tab-metr {
    font-size: 22px;
  }
}

/* [ ### Event Details ] */
.event-details-block .event-thumb {
  margin-bottom: 55px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}
@media only screen and (max-width: 991px) {
  .event-details-block .event-thumb {
    margin-bottom: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media only screen and (max-width: 480px) {
  .event-details-block .event-thumb {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
}
.event-details-block .event-thumb-area {
  position: relative;
  min-height: 150px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .event-details-block .event-thumb-area {
    padding-bottom: 10px;
  }
}
.event-details-block .event-thumb-area .countdown-area {
  padding: 0 190px;
  margin-top: -180px;
}
@media only screen and (max-width: 1199px) {
  .event-details-block .event-thumb-area .countdown-area {
    padding: 0 140px;
    margin-top: -160px;
  }
}
@media only screen and (max-width: 991px) {
  .event-details-block .event-thumb-area .countdown-area {
    padding: 0 30px;
    margin-top: -130px;
  }
}
@media only screen and (max-width: 480px) {
  .event-details-block .event-thumb-area .countdown-area {
    padding: 0 15px;
  }
}
.event-details-block .event-description {
  margin-bottom: 35px;
}
.event-details-block .event-description .section-heading {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .event-details-block .event-description .section-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .event-details-block .event-description .section-heading {
    font-size: 28px;
  }
}
.event-details-block .event-description blockquote {
  position: relative;
  text-align: center;
  background-color: #F4F4F4;
  color: #0a303a;
  padding: 60px 50px;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .event-details-block .event-description blockquote {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .event-details-block .event-description blockquote {
    padding: 35px 15px;
  }
}
.event-details-block .event-description blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .event-details-block .event-description blockquote p {
    font-size: 18px;
  }
}
.event-details-block .event-description blockquote p:last-child {
  margin-bottom: 0;
}
.event-details-block .map-location {
  margin-bottom: 40px;
}
.event-details-block .map-location iframe {
  border: 0px solid;
  width: 100%;
  min-height: 550px;
}
@media only screen and (max-width: 991px) {
  .event-details-block .map-location iframe {
    min-height: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .event-details-block .map-location iframe {
    min-height: 400px;
  }
}

/*--------------------------------------------------------------
    [ ## Classes ]
--------------------------------------------------------------*/
.classes-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}
.classes-item .classes-thumb {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.classes-item .classes-thumb img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
}
.classes-item .classes-thumb .classes-price {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e8532f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .classes-item .classes-thumb .classes-price {
    top: 20px;
    left: 20px;
  }
}
.classes-item .classes-thumb .classes-price .price {
  margin-bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 22px;
}
.classes-item .classes-info {
  padding: 30px 30px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classes-item .classes-info {
    padding: 25px 15px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .classes-item .classes-info {
    padding: 25px 15px 30px;
  }
}
.classes-item .classes-info .heading {
  margin-bottom: 20px;
}
.classes-item .classes-info .heading a:focus,
.classes-item .classes-info .heading a:hover {
  color: #e8532f;
}
.classes-item .classes-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -10px -10px;
}
.classes-item .classes-meta > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px 10px;
  line-height: 1.28em;
  border-right: 1px solid #ededee;
}
.classes-item .classes-meta > div:last-child {
  border-right: 0;
}
.classes-item .classes-meta > div > span {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classes-item .classes-meta > div {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .classes-item .classes-meta > div {
    font-size: 15px;
  }
}
.classes-item:hover {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
}
.classes-item:hover .classes-thumb img {
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: 0.95;
}

/* [ ### Classes Details ] */
.classes-details-block .classes-thumb {
  margin-bottom: 55px;
}
.classes-details-block .classes-thumb > img {
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .classes-details-block .classes-thumb {
    margin-bottom: 40px;
  }
}
.classes-details-block .classes-description {
  margin-bottom: 35px;
}
.classes-details-block .classes-description .section-heading {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .classes-details-block .classes-description .section-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .classes-details-block .classes-description .section-heading {
    font-size: 28px;
  }
}
.classes-details-block .classes-description blockquote {
  position: relative;
  text-align: center;
  background-color: #F4F4F4;
  color: #0a303a;
  padding: 60px 50px;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .classes-details-block .classes-description blockquote {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .classes-details-block .classes-description blockquote {
    padding: 35px 15px;
  }
}
.classes-details-block .classes-description blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .classes-details-block .classes-description blockquote p {
    font-size: 18px;
  }
}
.classes-details-block .classes-description blockquote p:last-child {
  margin-bottom: 0;
}
.classes-details-block .classes-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .classes-details-block .classes-gallery {
    display: block;
  }
}
.classes-details-block .classes-gallery .classes-gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 480px) {
  .classes-details-block .classes-gallery .classes-gallery-item {
    max-width: 100%;
  }
}
.classes-details-block .classes-gallery .gallery-thumb {
  margin-bottom: 0;
}
.classes-details-block .classes-gallery .gallery-thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.classes-details-block .classes-gallery .gallery-thumb:hover > img {
  opacity: 0.88;
}

.sidebar-info > div {
  margin-bottom: 50px;
}
.sidebar-info > div:last-child {
  margin-bottom: 0;
}

.class-teacher-info {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 40px 25px 30px;
}
@media only screen and (max-width: 480px) {
  .class-teacher-info {
    padding: 40px 15px 30px;
  }
}
.class-teacher-info:before {
  opacity: 0.95;
}
.class-teacher-info .teacher-thumb {
  width: 185px;
  height: 150px;
  overflow: hidden;
  border-radius: 50px 35px 50px 45px;
  margin: 0 auto 20px;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
}
.class-teacher-info .teacher-thumb img {
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  width: 100%;
}
.class-teacher-info .name {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .class-teacher-info .name {
    font-size: 24px;
  }
}
.class-teacher-info .name a:hover {
  opacity: 0.85;
}
.class-teacher-info .designation {
  font-style: italic;
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .class-teacher-info .designation {
    font-size: 18px;
  }
}
.class-teacher-info .social-status > a {
  color: white;
}

.classes-meta-list > div {
  color: white;
  background-color: #e8532f;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 23px 20px;
  font-size: 20px;
}
.classes-meta-list > div:last-child {
  margin-bottom: 0;
}
.classes-meta-list > div:nth-child(3n-2) {
  background-color: #f867bf;
}
.classes-meta-list > div:nth-child(3n-1) {
  background-color: #e21c3f;
}
.classes-meta-list > div i {
  margin-right: 5px;
}

.contact-info-area {
  color: white;
  text-align: center;
  padding: 30px 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.contact-info-area:before {
  opacity: 0.94;
}
.contact-info-area .heading {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-area .heading {
    font-size: 26px;
  }
}
.contact-info-area p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-area p {
    margin-bottom: 7px;
  }
}
.contact-info-area .number {
  font-weight: normal;
  color: #ffb836;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-info-area .number {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.testimonial-block {
  position: relative;
}
.testimonial-block .element-animation-belon {
  position: absolute;
  bottom: 120px;
  right: 50px;
  -webkit-animation: belon 4s linear infinite;
  animation: belon 4s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .testimonial-block .element-animation-belon {
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-block .element-animation-belon {
    display: none;
  }
}
.testimonial-block > div {
  position: relative;
  z-index: 1;
}

.testimonail-mockup-group {
  position: relative;
}
.testimonail-mockup-group > .mockup-thumb {
  overflow: hidden;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.testimonail-mockup-group > .mockup-thumb > img {
  width: 100%;
}
.testimonail-mockup-group > .mockup-thumb:nth-child(1) {
  height: 365px;
  width: 365px;
}
@media only screen and (max-width: 1199px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(1) {
    height: 250px;
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(1) {
    height: 150px;
    width: 150px;
  }
}
.testimonail-mockup-group > .mockup-thumb:nth-child(2) {
  height: 85px;
  width: 85px;
  position: absolute;
  left: 365px;
  top: 20px;
  -webkit-animation: scale-up-one 6s linear infinite;
  animation: scale-up-one 6s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(2) {
    left: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(2) {
    left: 155px;
    height: 70px;
    width: 70px;
    top: 5px;
  }
}
.testimonail-mockup-group > .mockup-thumb:nth-child(3) {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 470px;
  top: 60px;
  -webkit-animation: scale-up-two 5s linear infinite;
  animation: scale-up-two 5s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(3) {
    left: 355px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(3) {
    height: 50px;
    width: 50px;
    left: 240px;
    top: 25px;
  }
}
.testimonail-mockup-group > .mockup-thumb:nth-child(4) {
  height: 115px;
  width: 115px;
  position: absolute;
  left: 395px;
  top: 135px;
  -webkit-animation: scale-up-one 7s linear infinite;
  animation: scale-up-one 7s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(4) {
    left: 265px;
    top: 115px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonail-mockup-group > .mockup-thumb:nth-child(4) {
    height: 80px;
    width: 80px;
    left: 180px;
    top: 75px;
  }
}

.testimonial-item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-item .details {
  position: relative;
  font-size: 20px;
  z-index: 2;
  padding: 55px 0 45px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item .details {
    font-size: 18px;
    padding: 40px 0;
  }
}
.testimonial-item .details:before {
  position: absolute;
  content: "\f10e";
  left: 3px;
  top: 0px;
  z-index: -1;
  font-size: 140px;
  display: inline-block;
  font-family: "Flaticon";
  color: #F5F5F5;
  line-height: 0.9em;
}
@media only screen and (max-width: 991px) {
  .testimonial-item .details:before {
    font-size: 110px;
  }
}
.testimonial-item .client-area .client-sign {
  margin-bottom: 10px;
}
.testimonial-item .client-area .client-name {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .testimonial-item .client-area .client-name {
    font-size: 22px;
  }
}
.testimonial-item .client-area .client-designation {
  line-height: 1.5em;
  margin-bottom: 0px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .testimonial-item .client-area .client-designation {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Features Block ]
*/
.features-block.style-two .features-mockup-group {
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .features-block.style-two .features-mockup-group {
    text-align: left;
  }
}
.features-block.style-two .features-mockup-group .mockup-thumb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  padding-left: 8px;
  border-radius: 25px 25px 25px 160px / 25px 25px 25px 70px;
  padding-right: 0;
}
.features-block.style-two .features-mockup-group .mockup-thumb:before {
  right: 8px;
  background-color: #e8532f;
  left: auto;
}
.features-block.style-two .features-mockup-group .mockup-thumb img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
}

.features-mockup-group {
  position: relative;
  margin-left: -250px;
  padding-right: 30px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1620px) {
  .features-mockup-group {
    margin-left: -100px;
    padding-right: 50px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .features-mockup-group {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .features-mockup-group {
    margin-left: -30px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .features-mockup-group {
    margin-left: 0px;
    padding-right: 40px;
    margin-bottom: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .features-mockup-group {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 480px) {
  .features-mockup-group {
    margin-bottom: 85px;
  }
}
.features-mockup-group .mockup-thumb {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.features-mockup-group .mockup-thumb:before {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: inherit;
  top: 8px;
}
.features-mockup-group .mockup-thumb img {
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.features-mockup-group .mockup-thumb:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  padding-right: 8px;
  border-radius: 25px 25px 160px 25px / 25px 25px 70px 25px;
}
.features-mockup-group .mockup-thumb:nth-child(1):before {
  left: 8px;
  background-color: #f867bf;
}
.features-mockup-group .mockup-thumb:nth-child(1) img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
}
.features-mockup-group .mockup-thumb:nth-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  padding-left: 8px;
  border-radius: 25px 25px 25px 160px / 25px 25px 25px 70px;
  position: absolute;
  top: 200px;
  left: 135px;
}
@media only screen and (max-width: 1620px) {
  .features-mockup-group .mockup-thumb:nth-child(2) {
    top: 120px;
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .features-mockup-group .mockup-thumb:nth-child(2) {
    top: 100px;
    left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .features-mockup-group .mockup-thumb:nth-child(2) {
    top: 120px;
    left: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .features-mockup-group .mockup-thumb:nth-child(2) {
    top: 90px;
    left: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .features-mockup-group .mockup-thumb:nth-child(2) {
    top: 45px;
    left: 45px;
  }
}
.features-mockup-group .mockup-thumb:nth-child(2):before {
  right: 8px;
  background-color: #e8532f;
}
.features-mockup-group .mockup-thumb:nth-child(2) img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
}

.feature-items-list [class*='col-']:nth-child(4n-3) .feature-card .shape-hexagon:before {
  background-color: #e8532f;
}
.feature-items-list [class*='col-']:nth-child(4n-2) .feature-card .shape-hexagon:before {
  background-color: #ffb836;
}
.feature-items-list [class*='col-']:nth-child(4n-1) .feature-card .shape-hexagon:before {
  background-color: #f867bf;
}
.feature-items-list.style-two {
  margin-bottom: -45px;
}
.feature-items-list.style-two .feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 420px) {
  .feature-items-list.style-two .feature-card {
    display: block;
  }
}
.feature-items-list.style-two .feature-card .shape-hexagon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .feature-items-list.style-two .feature-card .shape-hexagon {
    margin: 0 0 25px;
  }
}
.feature-items-list.style-two .feature-card .feature-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 25px;
}
@media only screen and (max-width: 420px) {
  .feature-items-list.style-two .feature-card .feature-info {
    max-width: 100%;
    padding-left: 0;
  }
}
.feature-items-list.style-two .feature-card:nth-child(4n-3) .shape-hexagon:before {
  background-color: #e8532f;
}
.feature-items-list.style-two .feature-card:nth-child(4n-2) .shape-hexagon:before {
  background-color: #ffb836;
}
.feature-items-list.style-two .feature-card:nth-child(4n-1) .shape-hexagon:before {
  background-color: #f867bf;
}

.feature-card {
  margin-bottom: 30px;
  text-align: center;
}
.feature-card .shape-hexagon {
  margin: 0 auto 25px;
}
.feature-card .shape-hexagon .icon {
  line-height: 105px;
  font-size: 52px;
  position: relative;
}
.feature-card .shape-hexagon .icon:before {
  position: absolute;
  left: -5px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.feature-card .shape-hexagon .icon [class*='flaticon']:before {
  text-shadow: -2px 2px rgba(0, 0, 0, 0.2);
}
.feature-card:hover .shape-hexagon .icon:before {
  left: 10px;
  top: -6px;
}

/*-------------------------------------------------
    [ ### Experience Block ]
*/
.experience-block {
  position: relative;
}
.experience-block .element-animation-snail {
  position: absolute;
  bottom: 25px;
  left: 0px;
  -webkit-animation: snail 17s linear infinite;
  animation: snail 17s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .experience-block .element-animation-snail {
    display: none;
  }
}
.experience-block > div {
  position: relative;
  z-index: 1;
}
.experience-block .experience-mockup {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  margin-left: 65px;
  margin-top: 35px;
  position: relative;
}
@media only screen and (max-width: 1620px) {
  .experience-block .experience-mockup {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1366px) {
  .experience-block .experience-mockup {
    width: 400px;
    height: 400px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-block .experience-mockup {
    width: 500px;
    height: 500px;
    margin-left: 0px;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .experience-block .experience-mockup {
    width: 400px;
    height: 400px;
    margin: 55px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .experience-block .experience-mockup {
    width: 280px;
    height: 280px;
  }
}
.experience-block .experience-mockup:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: -35px;
  background-color: #ffb836;
  z-index: 0;
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
  -webkit-animation: left-right 6s linear infinite;
  animation: left-right 6s linear infinite;
}
.experience-block .experience-mockup img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/*-------------------------------------------------
    [ ### Pricing ]
*/
.pricing-table-list [class*='col-']:nth-child(4n-3) .pricing-box .package-price,
.pricing-table-list [class*='col-']:nth-child(4n-3) .pricing-box .btn-default {
  background-color: #f867bf;
}
.pricing-table-list [class*='col-']:nth-child(4n-2) .pricing-box .package-price,
.pricing-table-list [class*='col-']:nth-child(4n-2) .pricing-box .btn-default {
  background-color: #e21c3f;
}
.pricing-table-list [class*='col-']:nth-child(4n-1) .pricing-box .package-price,
.pricing-table-list [class*='col-']:nth-child(4n-1) .pricing-box .btn-default {
  background-color: #e8532f;
}

.pricing-box {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 15px;
}
@media only screen and (max-width: 575px) {
  .pricing-box {
    padding: 50px 15px;
  }
}
.pricing-box:hover {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}
.pricing-box:hover .package-price:before {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.pricing-box .package-price {
  overflow: hidden;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  height: 115px;
  width: 115px;
  border-radius: 50%;
  background-color: #ffb836;
  position: relative;
}
.pricing-box .package-price:before {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 35px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.pricing-box .package-price .price {
  padding: 34px 0;
  position: relative;
  z-index: 5;
}
.pricing-box .pricing-content {
  text-align: center;
  font-size: 18px;
}
.pricing-box .pricing-content > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pricing-box .pricing-content > ul > li {
  padding: 8px 0px;
}
@media only screen and (max-width: 480px) {
  .pricing-box .pricing-content {
    font-size: 16px;
  }
}
.pricing-box .pricing-footer {
  padding-top: 25px;
}
.pricing-box .pricing-footer .btn-default {
  border-radius: 30px;
  padding: 15px 25px;
  color: white;
}

/*-------------------------------------------------
    [ ### Faqs ]
*/
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.faq-item .faq-no {
  border: 1px solid #e2e2e2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-no {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    font-size: 30px;
  }
}
.faq-item .faq-content {
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-content {
    padding-left: 15px;
  }
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action {
  overflow: hidden;
  background-attachment: fixed;
}
.call-to-action .call-to-action-content {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .call-to-action-content {
    font-size: 18px;
  }
}
.call-to-action .call-to-action-content p {
  line-height: 1.55em;
}
.call-to-action .call-to-action-content .call-to-title {
  margin-bottom: 14px;
  font-size: 54px;
  line-height: 1.05em;
  font-family: "Baloo", cursive;
  margin-top: -7px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .call-to-action-content .call-to-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .call-to-action-content .call-to-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .call-to-action .call-to-action-content .call-to-title {
    font-size: 32px;
  }
}
.call-to-action .call-to-action-content a.btn {
  margin-top: 15px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-latest-items .post:nth-child(4n-3) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-date {
  background-color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link {
  border-color: #e21c3f;
  color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .more-link:hover, .blog-latest-items .post:nth-child(4n-3) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .more-link:focus {
  background-color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-3) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-3) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-3) .post .entry-title a:focus {
  color: #e21c3f;
}
.blog-latest-items .post:nth-child(4n-2) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-date {
  background-color: #e8532f;
}
.blog-latest-items .post:nth-child(4n-2) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link {
  border-color: #e8532f;
  color: #e8532f;
}
.blog-latest-items .post:nth-child(4n-2) .more-link:hover, .blog-latest-items .post:nth-child(4n-2) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .more-link:focus {
  background-color: #e8532f;
}
.blog-latest-items .post:nth-child(4n-2) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-2) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-2) > .post .entry-title a:focus {
  color: #e8532f;
}
.blog-latest-items .post:nth-child(4n-1) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-date {
  background-color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link {
  border-color: #f867bf;
  color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .more-link:hover, .blog-latest-items .post:nth-child(4n-1) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .more-link:focus {
  background-color: #f867bf;
}
.blog-latest-items .post:nth-child(4n-1) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n-1) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n-1) > .post .entry-title a:focus {
  color: #f867bf;
}
.blog-latest-items .post:nth-child(4n) .entry-date,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-date {
  background-color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .more-link,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link {
  border-color: #4c65f9;
  color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .more-link:hover, .blog-latest-items .post:nth-child(4n) .more-link:focus,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link:hover,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .more-link:focus {
  background-color: #4c65f9;
}
.blog-latest-items .post:nth-child(4n) .entry-title a:hover,
.blog-latest-items .post:nth-child(4n) .entry-title a:focus,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-title a:hover,
.blog-latest-items [class*='col-']:nth-child(4n) > .post .entry-title a:focus {
  color: #4c65f9;
}

.post {
  margin-bottom: 85px;
  background-color: white;
  box-shadow: 0px 9px 30px rgba(164, 164, 164, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.post:hover {
  box-shadow: 0 9px 35px rgba(164, 164, 164, 0.15);
}
.post .post-thumb {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.post .post-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
}
@media only screen and (max-width: 767px) {
  .post .post-thumb img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
}
.post .post-thumb > a {
  display: block;
}
.post .post-thumb .entry-date {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .post .post-thumb .entry-date {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post .post-thumb .entry-date {
    right: 20px;
    bottom: 0px;
  }
}
.post:hover .post-thumb > a > img {
  opacity: 0.9;
}
.post .entry-date {
  background-color: #e8532f;
  color: white;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.25em;
  padding: 8px 17px;
}
.post .entry-date > span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.post .entry-title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #181d31;
  line-height: 1.35em;
}
.post .entry-title a:hover,
.post .entry-title a:focus {
  color: #e8532f;
}
@media only screen and (max-width: 767px) {
  .post .entry-title {
    font-size: 24px;
    line-height: 1.25em;
  }
}
.post .post-details {
  padding: 20px 30px 0px;
}
@media only screen and (max-width: 767px) {
  .post .post-details {
    padding: 20px 20px 0px;
  }
}
.post .post-details .more-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #e8532f;
  text-align: center;
  line-height: 55px;
  background-color: white;
  display: block;
  font-size: 22px;
  color: #e8532f;
  margin: 20px auto -30px;
}
.post .post-details .more-link:hover, .post .post-details .more-link:focus {
  background-color: #e8532f;
  color: white !important;
}
.post.post-gird {
  margin-bottom: 60px;
}
.post.post-gird .post-thumb img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.post.post-gird .post-thumb .entry-date {
  bottom: 5px;
}
.post.post-gird .post-details {
  padding: 20px 25px 0px;
}
@media only screen and (max-width: 1199px) {
  .post.post-gird .post-details {
    padding: 20px 20px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .post.post-gird .post-details {
    padding: 20px 15px 0px;
  }
}
.post.post-gird .entry-title {
  font-size: 22px;
  line-height: 1.25em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post.post-gird .entry-title {
    font-size: 20px;
  }
}

.entry-meta-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25em;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-meta-content > div {
  margin-right: 25px;
  margin-bottom: 5px !important;
  position: relative;
}
.entry-meta-content > div:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #C0C0C0;
  right: -12px;
  top: 5px;
}
.entry-meta-content > div:last-child {
  margin-right: 0px;
}
.entry-meta-content > div:last-child:before {
  height: 0;
}
.entry-meta-content > div i {
  margin-right: 5px;
}
.entry-meta-content > div a:hover, .entry-meta-content > div a:focus {
  color: #e8532f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-page-block .blog-latest-items > .row > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.product-item {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  background-color: white;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.product-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.product-item:hover .overlay-components {
  right: 10px;
}
.product-item:hover .product-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item .product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 305px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .product-thumb {
    min-height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .product-item .product-thumb {
    min-height: auto;
    padding: 60px 0;
  }
}
.product-item .product-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item .overlay-components {
  position: absolute;
  top: 10px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.product-item .overlay-components .component {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #e8532f;
  text-align: center;
  margin-bottom: 7px;
  border-radius: 50%;
  border: 1px solid rgba(25, 170, 95, 0.2);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.product-item .overlay-components .component a {
  display: block;
}
.product-item .overlay-components .component:hover a {
  color: white !important;
}
.product-item .overlay-components .component.wishlist {
  background-color: rgba(25, 170, 95, 0.1);
  border-color: rgba(25, 170, 95, 0.3);
  color: #e8532f;
}
.product-item .overlay-components .component.wishlist:hover {
  background-color: #e8532f;
  border-color: #e8532f;
}
.product-item .overlay-components .component.add-to-cart {
  background-color: rgba(255, 184, 54, 0.1);
  border-color: rgba(255, 184, 54, 0.3);
  color: #ffb836;
}
.product-item .overlay-components .component.add-to-cart:hover {
  background-color: #ffb836;
  border-color: #ffb836;
}
.product-item .overlay-components .component.link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.product-item .overlay-components .component.link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.product-item .product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.product-item .product-rating .rating {
  color: #ffb836;
  font-size: 12px;
}
.product-item .product-rating .rating > i,
.product-item .product-rating .rating > span {
  margin: 0 -0.5px;
}
.product-item .product-rating .ratign-no {
  padding-left: 10px;
}
.product-item .heading {
  margin-bottom: 10px;
  text-align: center;
}
.product-item .heading a:hover,
.product-item .heading a:focus {
  color: #e8532f;
}
.product-item .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #e8532f;
  font-family: "Roboto", sans-serif;
}
.product-item .product-price > del {
  color: #777777;
}
.product-item .product-price > span {
  color: #ffb836;
}
.product-item .product-body {
  padding: 25px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .product-body {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-item .product-body {
    padding: 25px 15px;
  }
}

.product-filter-option-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .product-filter-option-area {
    margin-bottom: 45px;
    display: block;
  }
}
.product-filter-option-area .product-search-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media only screen and (max-width: 991px) {
  .product-filter-option-area .product-search-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 480px) {
  .product-filter-option-area .product-search-area {
    max-width: 100%;
  }
}
.product-filter-option-area .product-search-area .form-controller {
  height: 60px;
  border-radius: 10px;
  padding: 5px 25px;
}
@media only screen and (max-width: 767px) {
  .product-filter-option-area .product-search-area .form-controller {
    padding: 5px 15px;
  }
}
.product-filter-option-area .product-search-area .input-group {
  position: relative;
}
.product-filter-option-area .product-search-area .btn-search {
  border: 0px solid;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px;
  color: #0a303a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .product-filter-option-area .product-search-area .btn-search {
    right: 10px;
  }
}
.product-filter-option-area .product-search-area .btn-search:hover {
  color: #e8532f;
}
.product-filter-option-area .product-filter {
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: 700;
  color: #0a303a;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 991px) {
  .product-filter-option-area .product-filter {
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
@media only screen and (max-width: 480px) {
  .product-filter-option-area .product-filter {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
}
.product-filter-option-area .product-filter a:hover {
  color: #e8532f;
}

.featured-product-block .featured-product-carousel-area {
  margin: 0px -15px -20px;
}
.featured-product-block .product-item {
  margin: 20px 15px 20px;
  background-color: #F1EFFF;
  position: relative;
}
.featured-product-block .product-item .product-body {
  padding-top: 10px !important;
}
.featured-product-block .product-item .product-price {
  color: #5a5d6b;
  margin-top: 8px;
  font-weight: 500;
}
.featured-product-block .product-item .product-price > span {
  color: inherit;
  font-weight: normal;
}
.featured-product-block .product-item .overlay-components {
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.featured-product-block .product-item .overlay-components .overlay-component-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-product-block .product-item .overlay-components .overlay-component-inner > div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.featured-product-block .product-item .overlay-components .overlay-component-inner > div:nth-child(2n-1) {
  margin-top: 70px;
}
.featured-product-block .product-item .overlay-components .overlay-component-inner > div:nth-child(2n) {
  margin-bottom: 70px;
}
.featured-product-block .product-item:hover .overlay-components {
  opacity: 1;
  visibility: visible;
}
.featured-product-block .product-item:hover .overlay-components .overlay-component-inner > div {
  margin: 0 3px;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
/* [ ## cart ] */
.shopping-cart-block .shop-table {
  border-collapse: separate;
  margin: 0 0 35px;
  border-spacing: 0 10px;
}
.shopping-cart-block .shop-table th,
.shopping-cart-block .shop-table td {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.shopping-cart-block .shop-table th:first-child,
.shopping-cart-block .shop-table td:first-child {
  border-left: 1px solid #e1e1e1;
}
.shopping-cart-block .shop-table th:last-child,
.shopping-cart-block .shop-table td:last-child {
  border-right: 1px solid #e1e1e1;
}
.shopping-cart-block .shop-table thead {
  background-color: white;
}
.shopping-cart-block .shop-table thead th {
  color: #05253a;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 10px;
  text-transform: capitalize;
  border-bottom: 0px solid;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shop-table thead th {
    font-size: 18px;
  }
}
.shopping-cart-block .shop-table tr .product-name,
.shopping-cart-block .shop-table tr .product-info-area {
  width: 40%;
}
.shopping-cart-block .shop-table tr .product-quantity {
  width: 15%;
}
.shopping-cart-block .shop-table tr .product-price {
  width: 15%;
}
.shopping-cart-block .shop-table tr .product-total {
  width: 15%;
}
.shopping-cart-block .shop-table tr .product-remove {
  width: 15%;
}
.shopping-cart-block .shoping-cart-item {
  background-color: white;
}
.shopping-cart-block .shoping-cart-item td {
  vertical-align: middle;
  padding: 25px 20px;
  color: #0a303a;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shoping-cart-item td {
    padding: 20px 0px;
  }
  .shopping-cart-block .shoping-cart-item td:first-child {
    padding-left: 15px;
  }
  .shopping-cart-block .shoping-cart-item td:last-child {
    padding-right: 15px;
  }
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: flex-start;
  justify-items: flex-start;
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% -140px);
  flex: 0 0 calc(100% -140px);
  max-width: calc(100% -140px);
  padding-left: 20px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% -80px);
    flex: 0 0 calc(100% -80px);
    max-width: calc(100% -80px);
    padding-left: 15px;
  }
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info > h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info > h2 a:hover {
  color: #e8532f;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info > h2 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
}
.shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info .product-type {
  color: #777777;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .shoping-cart-item td .product-info-area-inner .product-info .product-type {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 991px) {
  .shopping-cart-block .input-spinner > input {
    width: 30px !important;
    padding: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .shopping-cart-block .table-responsive {
    margin-bottom: 50px;
  }
  .shopping-cart-block .table-responsive .shop-table {
    width: 640px;
    max-width: 640px;
    margin-bottom: 25px;
  }
}
.cart-total-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 35px 30px;
}
@media only screen and (max-width: 991px) {
  .cart-total-area {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-total-area {
    display: block;
  }
}
.cart-total-area .cart-total-info {
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .cart-total-area .cart-total-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cart-total-area .cart-total-info .heading {
  font-size: 22px;
}
.cart-total-area .cart-total-info .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #05253a;
  font-weight: 600;
  text-transform: capitalize;
}
.cart-total-area .cart-total-info .list li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.cart-total-area .cart-total-info .list li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-total-area .cart-total-info .list li > span {
  float: right;
}
.cart-total-area .cart-total-info .list li > span.amount {
  font-weight: 700;
  color: #4c65f9;
}
.cart-total-area .cart-total-info .list li > span a {
  color: #4c65f9;
  text-decoration: underline;
}
.cart-total-area .checkout-btn .btn-default {
  padding: 20px 60px 18px;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
.shopping-checkout-block .checkout-form-wrapper .form-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-block .checkout-form-wrapper .form-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.shopping-checkout-block .checkout-form-wrapper .form-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid;
}
.shopping-checkout-block .checkout-form-wrapper .form-item .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.shopping-checkout-block .checkout-form-wrapper .form-item .form-title .form-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border: 1px solid #DBDBDB;
  font-size: 26px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .checkout-form-wrapper .form-item .form-title .form-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.shopping-checkout-block .checkout-form-wrapper .form-item .form-title .heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .checkout-form-wrapper .form-item .form-title .heading {
    padding-left: 15px;
  }
}
.shopping-checkout-block .checkout-form-wrapper .form-item .form-content-area {
  display: none;
  padding-left: 85px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .checkout-form-wrapper .form-item .form-content-area {
    padding-left: 65px;
  }
}
.shopping-checkout-block .checkout-form-wrapper .form-item .form-content-area .form-group:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-block .checkout-form-wrapper .form-item .form-content-area .form-group:last-child {
    margin-bottom: 10px;
  }
}
.shopping-checkout-block .checkout-form-wrapper .form-item.active .form-content-area {
  display: block;
}
.shopping-checkout-block .order-summary-area {
  background-color: #F2F2F2;
  padding: 55px 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-block .order-summary-area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .order-summary-area {
    padding: 40px 15px;
  }
}
.shopping-checkout-block .order-summary-area .summary-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .order-summary-area .summary-header {
    display: block;
    margin-bottom: 15px;
  }
  .shopping-checkout-block .order-summary-area .summary-header .section-heading {
    margin-bottom: 5px;
  }
}
.shopping-checkout-block .order-summary-area .summary-header .edit {
  font-size: 18px;
  text-decoration: underline;
  color: #4c65f9;
}
.shopping-checkout-block .cart-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.shopping-checkout-block .cart-product-item .product-thumb {
  width: 105px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .cart-product-item .product-thumb {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
.shopping-checkout-block .cart-product-item .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 105px);
  flex: 0 0 calc(100% - 105px);
  max-width: calc(100% - 105px);
  padding-left: 15px;
}
.shopping-checkout-block .cart-product-item .product-info .heading {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .cart-product-item .product-info .heading {
    font-size: 18px;
  }
}
.shopping-checkout-block .cart-product-item .product-info .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -5px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .cart-product-item .product-info .product-meta {
    font-size: 14px;
  }
}
.shopping-checkout-block .cart-product-item .product-info .product-meta > div {
  margin-right: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .cart-product-item .product-info .product-meta > div {
    margin-right: 15px;
  }
}
.shopping-checkout-block .cart-product-item .product-info .product-meta > div:last-child {
  margin-right: 0;
}
.shopping-checkout-block .cart-total-info {
  border: 1px solid #D9D9D9;
  background-color: white;
  padding: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .shopping-checkout-block .cart-total-info {
    padding: 20px 15px;
  }
}
.shopping-checkout-block .cart-total-info .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #05253a;
  font-weight: 600;
  text-transform: capitalize;
}
.shopping-checkout-block .cart-total-info .list li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.shopping-checkout-block .cart-total-info .list li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}
.shopping-checkout-block .cart-total-info .list li > span {
  float: right;
}
.shopping-checkout-block .cart-total-info .list li > span.amount {
  font-weight: 700;
  color: #4c65f9;
}
.shopping-checkout-block .cart-total-info .list li > span a {
  color: #4c65f9;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
.post.single-post {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
}
.post.single-post h3, .post.single-post h4, .post.single-post h5, .post.single-post h6 {
  margin-bottom: 15px;
}
.post.single-post .entry-title {
  line-height: 1.25em;
  margin-bottom: 5px;
}
.post.single-post .entry-meta-content {
  margin-bottom: 15px;
}
.post.single-post .post-thumb {
  margin-bottom: 0;
}
.post.single-post .post-details {
  padding: 20px 0px 25px;
}
.post.single-post ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.post.single-post ul:last-child {
  margin-bottom: 0;
}
.post.single-post ul > li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.post.single-post ul > li:last-child {
  margin-bottom: 0px;
}
.post.single-post ul > li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f109";
  font-family: "Flaticon";
  color: #4c65f9;
}
.post.single-post ul > li:nth-child(4n-3):before {
  color: #f867bf;
}
.post.single-post ul > li:nth-child(4n-2):before {
  color: #e8532f;
}
.post.single-post ul > li:nth-child(4n-1):before {
  color: #ffb836;
}
.post.single-post table {
  margin-bottom: 30px;
}
.post.single-post .image-group {
  padding-top: 20px;
}
.post.single-post iframe {
  border: 0px solid;
}
.post.single-post figure {
  margin-bottom: 25px;
}
.post.single-post .responsive-video {
  margin-bottom: 50px;
  margin-top: 40px;
}
.post.single-post .responsive-video .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
}
.post.single-post blockquote {
  position: relative;
  text-align: center;
  background-color: #F4F4F4;
  color: #0a303a;
  padding: 50px 35px;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 767px) {
  .post.single-post blockquote {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .post.single-post blockquote {
    padding: 35px 15px;
  }
}
.post.single-post blockquote:before {
  content: "\f10e";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #D9D9D9;
  opacity: 0.3;
  font-family: "Flaticon";
  font-size: 120px;
  line-height: 1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post.single-post blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .post.single-post blockquote p {
    font-size: 18px;
  }
}
.post.single-post blockquote p:last-child {
  margin-bottom: 0;
}
.post.single-post blockquote cite, .post.single-post blockquote a, .post.single-post blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.post.single-post blockquote cite {
  display: block;
}
.post.single-post blockquote cite:before {
  content: "--";
  padding-right: 5px;
}
.post.single-post .entry-footer {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-footer {
    display: block;
  }
}

.entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry-tag {
    margin-bottom: 10px;
  }
}
.entry-tag strong {
  color: #0a303a;
  padding: 3px 10px 0 0;
}
.entry-tag .tags > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-tag .tags > a:hover, .entry-tag .tags > a:focus {
  color: #e8532f;
}

.entry-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share strong {
  color: #0a303a;
  padding: 3px 10px 0 0;
}
.entry-share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share .share a {
  font-size: 14px;
  display: block;
  color: white;
  background-color: #e8532f;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 4px;
}
.entry-share .share a:hover {
  background-color: #e8532f !important;
  color: white !important;
}
.entry-share .share a:nth-child(4n-3) {
  background-color: #CD4EF2;
}
.entry-share .share a:nth-child(4n-2) {
  background-color: #FFCA24;
}
.entry-share .share a:nth-child(4n-1) {
  background-color: #FF4124;
}
.entry-share .share a:nth-child(4n) {
  background-color: #FF7417;
}

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  left: 0;
  bottom: 0;
}

.social-share {
  list-style: none;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 50px;
  background-color: white;
  box-shadow: 1px 1px 18px 15px rgba(40, 57, 145, 0.05);
}
@media only screen and (max-width: 575px) {
  .social-share {
    padding: 10px 30px;
  }
}
.social-share > li {
  display: inline-block;
  margin: 0 -2px !important;
}
.social-share > li a {
  font-size: 16px;
  display: block;
  padding: 5px 15px;
}
.social-share > li a:hover, .social-share > li a:focus {
  color: #e8532f;
}

/* [ ## Post Author ] */
.author-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 480px) {
  .author-info {
    display: block;
  }
}
.author-info #author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
}
@media only screen and (max-width: 480px) {
  .author-info #author-img {
    margin-bottom: 20px;
  }
}
.author-info .at-img > img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
.author-info #author-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .author-info #author-details {
    padding-left: 0;
  }
}
.author-info #author-details .authors-bio {
  font-size: 18px;
  margin-bottom: 20px;
}
.author-info #author-details .author-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0a303a;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .author-info #author-details .author-name {
    font-size: 22px;
  }
}
.author-info #author-details .author-designation {
  font-style: italic;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.text-about-block {
  position: relative;
}
.text-about-block .element-animation-snail {
  position: absolute;
  bottom: 40px;
  left: 0px;
  -webkit-animation: snail 12s linear infinite;
  animation: snail 12s linear infinite;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .text-about-block .element-animation-snail {
    bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .text-about-block .element-animation-snail {
    display: none;
  }
}
.text-about-block > div {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-info-block [class*="col-"]:nth-child(3n-2) .contact-info-item .icon {
  background-color: #f867bf;
}
.contact-info-block [class*="col-"]:nth-child(3n-1) .contact-info-item .icon {
  background-color: #ffb836;
}

.contact-info-item {
  border-radius: 15px;
  background-color: white;
  padding: 60px 30px 55px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .contact-info-item {
    padding: 45px 20px 40px;
  }
}
.contact-info-item .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #e8532f;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  position: relative;
  overflow: hidden;
}
.contact-info-item .icon:before {
  position: absolute;
  right: -25%;
  top: -20%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.contact-info-item .icon [class*="flaticon"]:before {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.contact-info-item .card-info .heading {
  margin-bottom: 10px;
}
.contact-info-item .card-info p {
  line-height: 1.7em;
  margin-bottom: 0;
}
.contact-info-item .card-info p span,
.contact-info-item .card-info p a {
  display: block;
}
.contact-info-item .card-info p a:hover,
.contact-info-item .card-info p a:focus {
  color: #e8532f;
}
.contact-info-item:hover .icon:before {
  right: -35%;
  top: -30%;
}

.contact-form-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .contact-form-block-content {
    display: block;
  }
}
.contact-form-block-content .contact-form-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  background-image: -webkit-linear-gradient(top, white, #fafafa);
  background-image: linear-gradient(to bottom, white, #fafafa);
  padding: 60px 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-form-block-content .contact-form-info {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-block-content .contact-form-info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-block-content .contact-form-info {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-block-content .contact-form-info {
    padding: 40px 15px;
  }
}
.contact-form-block-content .contact-form-info .contact-mockup {
  position: relative;
  margin-left: -450px;
  margin-top: 50px;
}
@media only screen and (max-width: 1366px) {
  .contact-form-block-content .contact-form-info .contact-mockup {
    margin-left: -200px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form-block-content .contact-form-info .contact-mockup {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-block-content .contact-form-info .contact-mockup {
    margin-left: 0px;
  }
}
.contact-form-block-content .contact-form-info .section-heading {
  margin-bottom: 12px;
}
.contact-form-block-content .contact-form-info p {
  margin-bottom: 10px;
}
.contact-form-block-content .contact-form-info .hot-line {
  font-size: 32px;
  line-height: 1.2em;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .contact-form-block-content .contact-form-info .hot-line {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-block-content .contact-form-info .hot-line {
    font-size: 20px;
  }
}
.contact-form-block-content .contact-form-info .hot-line > span {
  color: #e21c3f;
}
.contact-form-block-content .contact-form-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(60% - 20px);
  flex: 0 0 calc(60% - 20px);
  max-width: calc(60% - 20px);
  padding: 80px 55px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-form-block-content .contact-form-area {
    padding: 50px 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-block-content .contact-form-area {
    max-width: calc(100% - 20px);
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-block-content .contact-form-area {
    max-width: calc(100% - 15px);
    padding: 15px 15px 0;
  }
}
.contact-form-block-content .contact-form-area:before, .contact-form-block-content .contact-form-area:after {
  position: absolute;
  height: calc(100% - 200px);
  content: "";
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
}
.contact-form-block-content .contact-form-area:before {
  top: 0;
  left: 0;
  background-color: #e8532f;
  z-index: 2;
}
.contact-form-block-content .contact-form-area:after {
  top: 20px;
  left: 20px;
  background-color: #E6E9FA;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .contact-form-block-content .contact-form-area:after {
    left: 15px;
  }
}
.contact-form-block-content .contact-form-area #contact_form_submit {
  position: relative;
  z-index: 3;
  padding: 60px 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 23px rgba(76, 101, 249, 0.15);
}
@media only screen and (max-width: 1199px) {
  .contact-form-block-content .contact-form-area #contact_form_submit {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-block-content .contact-form-area #contact_form_submit {
    padding: 30px 15px;
  }
}
.contact-form-block-content .contact-form-area #contact_form_submit .communiation-method-group {
  padding: 2px 0 5px;
}
.contact-form-block-content .contact-form-area #contact_form_submit .communiation-method-group > div {
  display: inline-block;
  margin-right: 20px;
}
.contact-form-block-content .contact-form-area #contact_form_submit .communiation-method-group > div:last-child {
  margin-right: 0;
}
.contact-form-block-content .contact-form-area #contact_form_submit .heading {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form-block-content .contact-form-area #contact_form_submit .heading {
    font-size: 24px;
  }
}
.contact-form-block-content .contact-form-area #contact_form_submit .form-group {
  margin-bottom: 25px;
}
.contact-form-block-content .contact-form-area #contact_form_submit .form-controller {
  padding: 5px 0 !important;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: 40px;
}
.contact-form-block-content .contact-form-area #contact_form_submit p {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.contact-form-block-content .contact-form-area #contact_form_submit .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .contact-form-block-content .contact-form-area #contact_form_submit .btn {
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------
## Wishlist Page
--------------------------------------------------------------*/
.wish-list-block {
  position: relative;
}
.wish-list-block .element-animation-butterfly1,
.wish-list-block .element-animation-butterfly2 {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .wish-list-block .element-animation-butterfly1,
  .wish-list-block .element-animation-butterfly2 {
    display: none;
  }
}
.wish-list-block .element-animation-butterfly1 {
  top: 20%;
  left: 0px;
  -webkit-animation: butterfly1 15s linear infinite;
  animation: butterfly1 15s linear infinite;
}
.wish-list-block .element-animation-butterfly2 {
  bottom: 20%;
  right: 0px;
  -webkit-animation: butterfly2 13s linear infinite;
  animation: butterfly2 13s linear infinite;
}
.wish-list-block > div {
  position: relative;
  z-index: 1;
}

.wish-list-content {
  margin-bottom: -10px;
}

.wish-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: first baseline;
  align-content: first baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .wish-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wish-item {
    display: block;
  }
}
.wish-item .wish-thumb-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  width: 350px;
}
@media only screen and (max-width: 991px) {
  .wish-item .wish-thumb-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .wish-item .wish-thumb-area {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wish-item .wish-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.wish-item .wish-thumb img {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .wish-item .wish-thumb {
    display: inline-block;
  }
}
.wish-item .wish-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 350px);
  flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .wish-item .wish-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wish-item .wish-info {
    max-width: 100%;
    padding-left: 0;
  }
}
.wish-item .wish-info .info-header {
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .wish-item .wish-info .info-header {
    margin-bottom: 15px;
  }
}
.wish-item .wish-info .info-header .heading {
  margin-bottom: 5px;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .wish-item .wish-info .info-header .heading {
    margin-top: 0;
  }
}
.wish-item .wish-info .info-header .designation {
  font-size: 18px;
  font-style: italic;
}
.wish-item .rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
@media only screen and (max-width: 991px) {
  .wish-item .rating-area {
    padding-top: 0;
    margin-top: -5px;
  }
}
.wish-item .rating-area .rating {
  color: #ffb836;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .wish-item .rating-area .rating {
    font-size: 14px;
  }
}
.wish-item .rating-area .rating > i,
.wish-item .rating-area .rating > span {
  margin: 0 -0.5px;
}
.wish-item .rating-area .ratign-no {
  padding-left: 10px;
}
.wish-item:hover .wish-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-content {
  text-align: center;
}
.error-page-content .error-thumb {
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .error-page-content .error-thumb {
    margin-bottom: 35px;
  }
}
.error-page-content .error-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.15em;
}
@media only screen and (max-width: 991px) {
  .error-page-content .error-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-content .error-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page-content .error-title {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2em;
  }
}
.error-page-content .btn-primary {
  margin-top: 30px;
}

/*--------------------------------------------------------------
## Registration
--------------------------------------------------------------*/
.user-signin-block [class*="col-"] {
  position: relative;
}
.user-signin-block > div {
  position: relative;
  z-index: 1;
}
.user-signin-block .element-animation-belon {
  position: absolute;
  bottom: 50px;
  right: -110px;
  -webkit-animation: belon 4s linear infinite;
  animation: belon 4s linear infinite;
}
@media only screen and (max-width: 767px) {
  .user-signin-block .element-animation-belon {
    display: none;
  }
}

.user-signin-area {
  background-color: white;
  border-radius: 60px;
  -webkit-transform: skew(5deg);
  transform: skew(5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .user-signin-area {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .user-signin-area {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.user-signin-area > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-transform: skew(-5deg) scale(1.15);
  transform: skew(-5deg) scale(1.15);
}
@media only screen and (max-width: 991px) {
  .user-signin-area > div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .user-signin-area > div {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
}
.user-signin-area .form-content:before {
  background-color: #715dfc;
  opacity: 0.97;
}
.user-signin-area .form-content .form-content-inner {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  padding: 100px 65px 100px 20px;
}
@media only screen and (max-width: 1199px) {
  .user-signin-area .form-content .form-content-inner {
    padding: 80px 45px 80px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .user-signin-area .form-content .form-content-inner {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .user-signin-area .form-content .form-content-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 480px) {
  .user-signin-area .form-content .form-content-inner {
    padding: 50px 20px 50px 20px;
  }
}

.user-signup-area .form-content .text-info-sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 30px;
}
.user-signup-area .form-content .text-info-sing > div {
  margin-bottom: 10px;
}
.user-signup-area .form-content .form-btn-group {
  text-align: left;
  padding-top: 25px;
}
@media only screen and (max-width: 991px) {
  .user-signup-area .form-content .form-btn-group {
    margin-top: 0;
  }
}

.form-content .heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .form-content .heading {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .form-content .heading {
    font-size: 28px;
  }
}
.form-content p {
  line-height: 1.5em;
}
.form-content .form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-content .form-group > label {
  position: absolute;
  right: 0px;
  top: 43%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
  cursor: pointer;
  z-index: 2;
  margin-bottom: 0;
  color: white;
  opacity: 0.9;
}
.form-content ::-webkit-input-placeholder {
  color: white;
}
.form-content ::-moz-placeholder {
  color: white;
}
.form-content :-ms-input-placeholder {
  color: white;
}
.form-content ::placeholder {
  color: white;
}
.form-content .form-controller {
  padding: 5px 0;
  margin-bottom: 1px;
  font-size: 16px;
  border-radius: 0px;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid white;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
  color: white;
}
.form-content .form-controller:focus {
  border-color: white;
}
.form-content .remember-and-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .form-content .remember-and-password {
    display: block;
  }
}
.form-content .remember-and-password label {
  margin-bottom: 0;
  color: #777777;
  cursor: pointer;
}
.form-content .remember-and-password label input {
  margin-right: 7px;
}
.form-content .remember-and-password a:hover {
  color: #e8532f;
}
.form-content .remember-and-password .text-info-sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .form-content .remember-and-password .text-info-sing {
    display: block;
  }
}
.form-content .login-form-remember > label {
  color: white;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.form-content .login-form-remember > label input {
  position: absolute;
  left: 0;
  top: 5px;
}
.form-content .login-form-remember > label a {
  display: block;
  text-decoration: underline;
}
.form-content .login-form-remember > label a:hover {
  color: #ffb836;
}
.form-content .form-btn-group {
  margin-top: 35px;
}
.form-content .form-btn-group .btn {
  border-radius: 40px;
  background-color: white;
  color: #715dfc;
}
.form-content .form-btn-group .btn:hover {
  background-color: #ffb836 !important;
  color: white !important;
}
@media only screen and (max-width: 991px) {
  .form-content .form-btn-group {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

@media only screen and (max-width: 991px) {
  .sidebar-items {
    margin-top: 80px;
  }
}
/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
  padding: 240px 0 230px;
  color: white;
  -webkit-animation: slideDown 90s linear infinite;
  animation: slideDown 90s linear infinite;
  background-position: 0 0;
  background-repeat: repeat;
  margin-bottom: -15px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area {
    padding: 140px 0 185px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area {
    padding: 115px 0 150px;
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area {
    padding: 100px 0 130px;
  }
}
.page-title-area:before {
  opacity: 0.92;
}
.page-title-area.bg-white-smoke .header-shape:before {
  background: #fafafa;
}
.page-title-area .header-shape {
  mask-image: url(images/page-header.png);
  -webkit-mask-image: url(images/page-header.png);
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  height: 77px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .header-shape {
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .header-shape {
    bottom: -25px;
  }
}
.page-title-area .header-shape:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-title-area .page-title {
  margin-bottom: 10px;
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.05em;
  color: white;
  font-family: "Baloo", cursive;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 46px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area .page-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.page-title-area .breadcrumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffb836;
}
.breadcrumb .breadcrumb-item:hover, .breadcrumb .breadcrumb-item:focus {
  color: #ffb836;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-item {
    font-size: 17px;
  }
}
.breadcrumb .breadcrumb-item > a {
  color: white;
}
.breadcrumb .breadcrumb-item > a:before, .breadcrumb .breadcrumb-item > a:hover, .breadcrumb .breadcrumb-item > a:focus {
  color: #ffb836;
}
.breadcrumb .breadcrumb-item:before {
  font-size: 26px;
  font-weight: 700;
  content: "/";
  font-family: "Font Awesome 5 Free";
  padding: 0px 12px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-item:before {
    font-size: 17px;
  }
}
.breadcrumb .breadcrumb-item:first-child:before {
  padding: 0;
  content: "";
}

/*-------------------------------------------------
    [ ### Text Content ]
*/
.text-content p i {
  font-size: 18px;
}
.text-content ul {
  padding-left: 0;
  list-style: none;
}
.text-content ul:last-child {
  margin-bottom: 0;
}
.text-content ul > li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.text-content ul > li:last-child {
  margin-bottom: 0px;
}
.text-content ul > li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f109";
  font-family: "Flaticon";
  color: #e21c3f;
}
.text-content ul > li:nth-child(3n-2):before {
  color: #f867bf;
}
.text-content ul > li:nth-child(3n-1):before {
  color: #e8532f;
}
.text-content ul > li:nth-child(3n):before {
  color: #ffb836;
}
.text-content.style-two ul {
  overflow: hidden;
  margin-bottom: -10px;
}
.text-content.style-two ul > li {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 25px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .text-content.style-two ul > li {
    width: 100%;
  }
}
.text-content.style-two ul > li:before {
  content: "\f00c";
  font-size: 15px;
  color: #e8532f;
}

/*-------------------------------------------------
    [ ### Page info Content ]
*/
@media only screen and (max-width: 991px) {
  .privacy-policy-block > .container > .row .col-lg-8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .privacy-policy-block > .container > .row .col-lg-4 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .privacy-policy-block .sidebar-items {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.privacy-policy-content {
  margin-top: -5px;
}
.privacy-policy-content .heading {
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .privacy-policy-content .heading {
    font-size: 24px;
  }
}
.privacy-policy-content .single-info-block {
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .privacy-policy-content .single-info-block {
    margin-bottom: 30px;
  }
}
.privacy-policy-content .single-info-block:last-child {
  margin-bottom: 0;
}
.privacy-policy-content .single-info-block.text-content ul > li {
  padding-left: 28px;
}
.privacy-policy-content .single-info-block.text-content ul > li:before {
  content: "\f109";
  font-family: "Flaticon";
  background-color: transparent;
  height: auto;
  width: auto;
  top: 1px;
}
.privacy-policy-content figure {
  margin-bottom: 30px;
}
.privacy-policy-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.privacy-policy-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.privacy-policy-content ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #6765D9;
}
.privacy-policy-content ul li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 16px;
}
.comment-content p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .comment-content {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .comment-content {
    margin-top: 10px;
  }
}
.comment-content ul li, .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  overflow: hidden;
  margin: 60px 0 0;
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  color: #0a303a;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comments-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.comments-area .comment-list {
  margin-bottom: 0px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
}
.comments-area .comment-list > .comment:last-child .comment-body:last-child {
  margin-bottom: 0;
}
.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 20px;
  width: 100px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-author {
    margin-right: 15px;
  }
}
.comments-area .comment-author .avatar {
  width: 100px;
  height: 100px;
}
.comments-area .date {
  display: block;
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 0;
  font-style: italic;
}
.comments-area .comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-metadata {
  margin-bottom: 12px;
  color: #0a303a;
}
.comments-area .comment-metadata .author {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-metadata .author {
    font-size: 17px;
  }
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

.comment-respond label {
  font-weight: 500;
}
.comment-respond .comment-reply-title {
  color: #0a303a;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.comment-respond {
  margin: 50px 0px 0;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond [class*="col-"] {
  margin-bottom: 20px;
}
.comment-respond textarea {
  min-height: 160px;
  max-width: 100%;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  width: 100%;
  padding-top: 5px;
}
.comment-respond .form-controller {
  padding: 5px 15px;
  height: 50px;
}
.comment-respond .form-controller:focus {
  border-color: #e8532f;
}
.comment-respond #submit,
.comment-respond .submit {
  border-color: #e51681;
  border-radius: 0;
  background: #e51681;
  color: white;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#review_form .form-submit {
  padding: 0;
}

.no-comments {
  position: relative;
  padding: 12px 20px;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.comment-reply-link {
  padding: 8px 22px;
  font-size: 14px;
  border: 1px solid #dddddd;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
  color: #e8532f;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.comment-reply-link:hover {
  background: #e8532f;
  color: white;
  border-color: #e8532f;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: -55px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
}
.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .widget .widget-title {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.widget .widget-title .divider {
  width: 60px;
  height: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 10px;
}
.widget .widget-title .divider:before {
  background-image: url("../images/others/divider2.png");
  background-repeat: repeat-x;
  animation: slide 2s linear infinite;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none !important;
}

.sidebar-items .widget {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .sidebar-items .widget:last-child {
    margin-bottom: 0;
  }
}
.sidebar-items .widget-title {
  position: relative;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background-color: transparent;
  box-shadow: 0 0 0px 0 transparent;
}
.widget-post-list .post > .thumb-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  overflow: hidden;
  position: relative;
  width: 105px;
}
.widget-post-list .post > .thumb-wrap img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget-post-list .post .post-details {
  margin-top: -4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 105px);
  flex: 0 0 calc(100% - 105px);
  max-width: calc(100% - 105px);
  padding: 0 0 0 15px;
  text-align: left;
}
.widget-post-list .post .post-details .entry-meta-content {
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
}
.widget-post-list .post .post-details .entry-meta-content .entry-date {
  text-align: left;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
  color: #777777;
  font-weight: normal;
  font-style: normal;
}
.widget-post-list .post .entry-title {
  font-size: 18px;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.widget-post-list .post:last-child {
  margin-bottom: 0;
}
.widget-post-list .post:hover .thumb-wrap img {
  opacity: 0.85;
}

.widget-content img {
  display: block;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
  overflow: hidden;
}
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_layered_nav ul li:first-child {
  padding-top: 0;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_layered_nav ul li:last-child {
  padding-bottom: 0;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_layered_nav ul li a {
  display: block;
  overflow: hidden;
}
.widget_categories ul li a > span,
.widget_archive ul li a > span,
.widget_layered_nav ul li a > span {
  float: right;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  float: right;
  color: #777777;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
  color: #e8532f;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
  color: #e8532f;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_categories ul li {
  font-size: 18px;
  font-weight: normal;
  padding: 22px 20px !important;
  border-bottom: 0px solid;
  background-color: #4c65f9;
  color: white;
  margin-bottom: 5px;
  border-radius: 7px;
}
@media only screen and (max-width: 991px) {
  .widget_categories ul li {
    padding: 18px 15px !important;
    font-size: 16px;
  }
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li:nth-child(5n-3) {
  background-color: #e21c3f;
}
.widget_categories ul li:nth-child(5n-2) {
  background-color: #e8532f;
}
.widget_categories ul li:nth-child(5n-1) {
  background-color: #ffb836;
}
.widget_categories ul li:nth-child(5n) {
  background-color: #CD4EF2;
}
.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
  color: white;
  opacity: 0.85;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 16px;
  text-transform: capitalize;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 15px;
}
.widget_links a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_recent_comments a:before,
.widget_recent_entries a:before,
.widget_product_categories a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 800;
  left: 0;
  top: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.widget_links a:hover, .widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
  color: #e8532f;
}
.widget_links a:hover:before, .widget_links a:focus:before,
.widget_meta a:hover:before,
.widget_meta a:focus:before,
.widget_nav_menu a:hover:before,
.widget_nav_menu a:focus:before,
.widget_pages a:hover:before,
.widget_pages a:focus:before,
.widget_recent_comments a:hover:before,
.widget_recent_comments a:focus:before,
.widget_recent_entries a:hover:before,
.widget_recent_entries a:focus:before,
.widget_product_categories a:hover:before,
.widget_product_categories a:focus:before {
  padding-left: 3px;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding: 8px 0;
  border-bottom: 0 none;
  line-height: 1.3em;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_recent_comments ul > li:first-child,
.widget_recent_entries ul > li:first-child,
.widget_product_categories ul > li:first-child {
  margin-top: 0;
  padding-top: 5px;
  border-top: 0 none;
}
.widget_links ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_product_categories ul > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-socail-widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bt-socail-widget .widget-content > .bt-socail-profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0.5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon {
  display: block;
  color: white;
  min-height: 80px;
  padding: 13px 5px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-facebook-icon {
  background-color: #1b76f2;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-google-plus-icon {
  background-color: #D94830;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-twitter-icon {
  background-color: #0C9EF5;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-youtube-icon {
  background-color: #E21C00;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-instagram-icon {
  background-color: #8733c7;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-vimeo-icon {
  background-color: #1AB1F0;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-pinterest-icon {
  background-color: #B00000;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-soundcloud-icon {
  background-color: #FF8800;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon > span {
  display: block;
  line-height: 15px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .social-icon {
  line-height: 15px;
  margin-bottom: 8px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-count {
  font-weight: 600;
  font-size: 12px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-media-type {
  font-size: 11px;
}
.bt-socail-widget .widget-content > .bt-socail-profile:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
  position: relative;
}
.bt-instafeed-widget .instafeed-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bt-instafeed-widget .instafeed-heading .heading {
  background-color: #283A60;
  text-align: center;
  padding: 13px 30px 17px;
  border-radius: 15px;
}
.bt-instafeed-widget .instafeed-heading .heading h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.9em;
  color: white;
}
.bt-instafeed-widget .instafeed-heading .heading h4 span {
  display: block;
  font-size: 24px;
  text-transform: none;
  text-transform: capitalize;
}
.bt-instafeed-widget #instafeed-sidebar,
.bt-instafeed-widget #instafeed {
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item,
.bt-instafeed-widget #instafeed > .feed-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media only screen and (max-width: 991px) {
  .bt-instafeed-widget #instafeed-sidebar > .feed-item,
  .bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item a,
.bt-instafeed-widget #instafeed > .feed-item a {
  display: block;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item img,
.bt-instafeed-widget #instafeed > .feed-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,
.bt-instafeed-widget #instafeed > .feed-item:hover img {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about .about-loga {
  margin-bottom: 15px;
}
.widget_about .footer-social {
  margin-top: 40px !important;
}
@media only screen and (max-width: 991px) {
  .widget_about .footer-social {
    margin-top: 30px !important;
  }
}

/*--------------------------------------------------------------
# Contact Widget
--------------------------------------------------------------*/
.widget_contact_us .contact-info {
  margin-bottom: 10px;
}
.widget_contact_us .contact-info:last-child {
  margin-bottom: 0;
}
.widget_contact_us .contact-info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget_contact_us .contact-info > p {
  line-height: 1.55em;
}
.widget_contact_us .contact-info a:hover,
.widget_contact_us .contact-info a:focus {
  color: #e8532f;
}

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content > h4 {
  color: #293b5f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.widget-business-hours .widget-content > ul {
  font-size: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-business-hours .widget-content > ul {
    font-size: 14px;
  }
}
.widget-business-hours .widget-content > ul li {
  margin: 15px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .widget-business-hours .widget-content > ul li {
    margin: 10px 0;
  }
}
.widget-business-hours .widget-content > ul li > span {
  float: right;
  display: inline-block;
  padding-left: 15px;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.subscribe_widget {
  background-color: #0a303a;
  padding: 30px 35px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .subscribe_widget {
    padding: 30px 20px 40px;
  }
}
.subscribe_widget:before {
  position: absolute;
  content: "\f1d8";
  right: 30px;
  font-family: "Font Awesome 5 Free";
  top: 10px;
  font-size: 130px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: white;
  opacity: 0.03;
}
.subscribe_widget .title {
  font-size: 24px;
  line-height: 1.15em;
  margin-bottom: 35px;
}
.subscribe_widget .title > span {
  display: block;
  font-size: 16px;
  color: #bab8b8;
  font-weight: normal;
  font-style: italic;
}
.subscribe_widget :-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget ::-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget :-ms-input-placeholder {
  opacity: 0.5;
}
.subscribe_widget .subscribe-form {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .subscribe_widget .subscribe-form {
    font-size: 14px;
  }
}
.subscribe_widget .subscribe-form .form-group {
  margin-bottom: 0px;
  position: relative;
}
.subscribe_widget .subscribe-form .form-group input[type="email"] {
  background-color: transparent;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #ededee;
  padding: 0 0 10px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_widget .subscribe-form .form-group input[type="email"] {
    width: 70%;
  }
}
.subscribe_widget .subscribe-form .form-group input[type="email"]:focus {
  color: white;
  border-bottom-color: #e8532f;
}
.subscribe_widget .subscribe-form .form-group .btn.btn-send {
  position: absolute;
  right: 0;
  top: 7px;
  color: #e8532f;
  background-color: transparent;
  font-size: 18px;
  padding: 0;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
  font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
  position: relative;
  border: 1px solid #ededee;
  box-shadow: 0 0 7px rgba(164, 164, 164, 0.1);
  border-radius: 7px;
  padding: 5px 20px;
}
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 0px solid;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(164, 164, 164, 0.1);
  border: 0px solid;
  height: 50px;
  outline: none;
}
.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
  border-color: #e8532f;
}
.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
.widget_product_search button,
.widget_product_search input[type="button"],
.widget_product_search input[type="reset"],
.widget_product_search input[type="submit"] {
  border: 0px solid;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 15px;
  color: #0a303a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_search button:hover, .widget_search input[type="button"]:hover, .widget_search input[type="reset"]:hover, .widget_search input[type="submit"]:hover,
.widget_product_search button:hover,
.widget_product_search input[type="button"]:hover,
.widget_product_search input[type="reset"]:hover,
.widget_product_search input[type="submit"]:hover {
  color: #e8532f;
}

.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.tagcloud a:hover {
  background-color: #e8532f;
  color: white;
  border-color: #e8532f;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 0px 0 80px;
}
@media only screen and (max-width: 991px) {
  .site-footer {
    padding: -23px 0 60px;
    position: relative;
  }
}
.site-footer .footer-top-shape {
  position: absolute;
  top: -110px;
  width: 100%;
  height: 250px;
  left: 0;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-top-shape {
    top: -80px;
  }
}
.site-footer .footer-bottom-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  left: 0;
  background-repeat: no-repeat;
}


.site-footer .footer-bottom-shape2 {
  position: unset;
  bottom: -121px;
  width: 100%;
  height: 170px;
  left: 0;
  background-repeat: no-repeat;
}
.site-footer .footer-widget-area .row > [class='col-lg-2'] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83%;
  flex: 0 0 20.83%;
  max-width: 20.83%;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area .row > [class='col-lg-2'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area {
    padding-bottom: 0;
  }
}
.site-footer .widget-title {
  color: #0a303a;
  margin-top: -6px;
}
.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-menu {
    text-align: center;
    margin-bottom: 8px;
  }
}
.site-footer .footer-menu > li {
  display: inline-block;
}
.site-footer .footer-menu > li > a {
  padding: 0 20px;
  display: block;
  position: relative;
}
.site-footer .footer-menu > li > a:before {
  content: "|";
  position: absolute;
  left: -5px;
  top: -1px;
  opacity: 0.5;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .site-footer .footer-menu > li > a {
    padding: 0 15px;
  }
}
.site-footer .footer-menu > li > a:hover {
  color: #e8532f;
}
.site-footer .footer-menu > li:first-child > a {
  padding-left: 0px;
}
.site-footer .footer-menu > li:first-child > a:before {
  content: "";
}
.site-footer .footer-menu > li:last-child > a {
  padding-right: 0px;
}
.site-footer .footer-social {
  list-style: none;
  padding: 20px ;
  margin: 0px 0px 0px;
  text-align-last: center;
}
.site-footer .footer-social li {
  display: inline-block;
  
}
.site-footer .footer-social li a {
  font-size: 14px;
  display: block;
  color: white;
  background-color: #e8532f;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 32px;

  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.site-footer .footer-social li a:hover {
  background-color: #e8532f !important;
  color: white !important;
}
.site-footer .footer-social li:nth-child(4n-3) a {
  background-color: #CD4EF2;
}
.site-footer .footer-social li:nth-child(4n-2) a {
  background-color: #FFCA24;
}
.site-footer .footer-social li:nth-child(4n-1) a {
  background-color: #FF4124;
}
.site-footer .footer-social li:nth-child(4n) a {
  background-color: #FF7417;
}
.site-footer .footer-social.color-white {
  padding-bottom: 30px;
}
.site-footer .footer-social.color-white li > a {
  color: white;
}
.site-footer .element-animation-one {
  position: absolute;
  bottom: 20px;
  left: 200px;
  -webkit-animation: monkeyani 8s linear infinite;
  animation: monkeyani 8s linear infinite;
}
@media only screen and (max-width: 1366px) {
  .site-footer .element-animation-one {
    left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-footer .element-animation-one {
    left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer .element-animation-one {
    display: none;
  }
}
.site-footer .element-animation-two {
  position: absolute;
  bottom: -10px;
  right: 90px;
  -webkit-animation: giraffe 4s linear infinite;
  animation: giraffe 4s linear infinite;
}
@media only screen and (max-width: 1366px) {
  .site-footer .element-animation-two {
    right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-footer .element-animation-two {
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer .element-animation-two {
    display: none;
  }
}



.site-yangbaru .element-animation-three {
  position: initial;
  bottom: -10px;
  right: 10px;
  -webkit-animation: giraffe 3s linear infinite;
  animation: giraffe 3s linear infinite;
}
@media only screen and (max-width: 1366px) {
  .site-footer .element-animation-three {
    right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-footer .element-animation-three {
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer .element-animation-three {
    display: none;
  }
}


.copyright-text {
  margin-bottom: 0;
}
.copyright-text > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright-text a {
  display: inline-block;
  padding-left: 5px;
  color: #e8532f;
}
.copyright-text a:hover {
  color: #eaad11;
}

.footer-bottom-area {
  padding: 15px 0;
}

.img-background {
  width: 100%;
}

.row3
{

  position: absolute;
  left:50% !important


}
