/*--------------------------------------------------------------
>>> 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 ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# Others
	[ ## Single Posts ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #777777;
}

a {
  display: inline-block !important;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 15px 25px;
  width: 100%;
  text-transform: capitalize;
}

span {
  display: inline-block;
}

p, span, li {
  text-transform: capitalize;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-thumb {
  background-color: black;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

h1 {
  font-size: 2.441em;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
}

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.25em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.partner figure{
	border:#CCCCCC solid 1px;
	margin-bottom:20px;
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}
.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #1b1b43, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 55px;
}

.section-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: -15px;
}
@media only screen and (max-width: 1199px) {
  .section-title.text-center {
    padding: 0px;
  }
}
.section-title.text-center {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .section-title.text-center {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center {
    margin-bottom: 50px;
  }
}
.section-title.text-center .title-main:before {
  background: linear-gradient(to right, transparent, #1b1b43, transparent);
  left: 50%;
  transform: translateX(-50%);
}
.section-title.text-white .title-main:before {
  background: linear-gradient(to right, transparent, white, transparent);
}
.section-title .title-main {
  font-weight: 600;
  font-size: 42px;
  position: relative;
  z-index: 2;
  line-height: 1.35em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-title .title-main:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 90px;
  background: linear-gradient(to right, #1b1b43, transparent);
  bottom: -4px;
  left: 0%;
}
@media only screen and (max-width: 991px) {
  .section-title .title-main {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title-main {
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title .title-main {
    font-size: 28px;
  }
}
.section-title .title-main > span {
  color: #1b1b43;
}
.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.white {
  color: white;
}
.section-title.white .title-main {
  color: white;
}
.section-title.style-two {
  margin-bottom: 20px;
}
.section-title.style-two .title-main {
  margin-bottom: 20px;
}
.section-title.style-two .title-text {
  font-weight: 600;
  color: #555;
  font-size: 16px;
  line-height: 1.8em;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding-top: 10;
  margin: 0;
}

ul-header {
  list-style-type: none;
  padding-top: 10;
  margin: 0;
}
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;
}

.mrt-104 {
  margin-top: 104px;
}

.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-30 {
  margin-bottom: 30px;
}

.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: 0;
  }
}

.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-100 {
  margin-bottom: -100px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}
@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.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-t-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px !important;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.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: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 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;
  }
}

@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: #5f417f;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #eb5100;
}

.color-deep-cerise {
  color: #cc213d;
}

.color-zinnwaldite {
  color: #eabeab;
}

.color-silver-tree {
  color: #53b596;
}

.color-medium-purple {
  color: #783dd5;
}

.color-curious-blue {
  color: #4262e9;
}

.color-red {
  color: #b12046;
}

.color-yellow {
  color: #ffcc00;
}

.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: #629b66;
}

.bg-matterhorn {
  background-color: #4d4d4d;
}

.bg-golden {
  background-color: #ff930e;
}

.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: #5f417f;
}

.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: #cc213d;
}

.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-medium-purple {
  background-color: #783dd5;
}

.bg-curious-blue {
  background-color: #4262e9;
}

.bg-primary {
  background-color: #1b1b43 !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_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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-image: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.bg-overlay > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white-smoke {
  position: relative;
}
.bg-overlay-white-smoke:before {
  content: "";
  position: absolute;
  background-color: #e3e8f9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}
.bg-overlay-white-smoke > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #1b1b43;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary-two {
  position: relative;
}
.bg-overlay-primary-two:before {
  content: "";
  position: absolute;
  background-color: #1b1b43;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}
.bg-overlay-primary-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary-three {
  position: relative;
}
.bg-overlay-primary-three:before {
  content: "";
  position: absolute;
  background-color: #1b1b43;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
}
.bg-overlay-primary-three > div {
  position: relative;
}

.bg-overlay-main {
  position: relative;
}
.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #33b5f7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-main .section-header .section-title {
  color: white;
}
.bg-overlay-main .section-header p {
  color: white;
}
.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}
.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #33b5f7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}
.bg-overlay-main-two .section-header .section-title {
  color: white;
}
.bg-overlay-main-two .section-header p {
  color: white;
}
.bg-overlay-main-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white {
  position: relative;
}
.bg-overlay-white:before {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.97;
}
.bg-overlay-white > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}
.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #33b5f7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}
.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-green {
  position: relative;
}
.bg-overlay-green:before {
  content: "";
  position: absolute;
  background-color: #629b66;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}
.bg-overlay-green > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-blue {
  position: relative;
}
.bg-overlay-blue:before {
  content: "";
  position: absolute;
  background-color: #5f417f;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-blue > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-nevy {
  position: relative;
}
.bg-overlay-nevy:before {
  content: "";
  position: absolute;
  background-color: #424277;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-nevy > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-red {
  position: relative;
}
.bg-overlay-red:before {
  content: "";
  position: absolute;
  background-color: #b12046;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}
.bg-overlay-red > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-orange {
  position: relative;
}
.bg-overlay-orange:before {
  content: "";
  position: absolute;
  background-color: #c94613;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}
.bg-overlay-orange > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}
.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-nevy {
  position: relative;
}
.bg-overlay-nevy:before {
  content: "";
  position: absolute;
  background-color: #424277;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}
.bg-overlay-nevy > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}
.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.2;
}
.bg-overlay-black-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #1b1b43, rgba(27, 27, 67, 0.6));
  opacity: 0.95;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.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: #1b1b43;
}
.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: #1b1b43 !important;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
  position: relative;
}
.search-wrap .search-btn {
  cursor: pointer;
  font-size: 16px;
  color: #1b1b43;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #1b1b43;
  text-align: center;
  line-height: 38px;
}
.search-wrap .search-btn:hover {
  color: white;
  background-color: #1b1b43;
  border-style: solid;
}
.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% + 22px);
  width: 450px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-form {
    top: calc(100% + 20px);
  }
}
.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: #1b1b43;
  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(shape.html);
  -webkit-mask-image: url(shape.html);
  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: #1b1b43;
  height: 75px;
  width: 65px;
  position: relative;
}
.shape-hexagon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(50deg, #2a3041, #1b1b43);
  background: linear-gradient(40deg, #2a3041, #1b1b43);
  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: #1b1b43;
  display: block;
  background: -webkit-linear-gradient(left, #2a3041, #1b1b43);
  background: linear-gradient(to right, #2a3041, #1b1b43);
  -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;
}

.mockup-thumb-one {
  position: relative;
  padding-bottom: 100px;
  padding-right: 120px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .mockup-thumb-one {
    padding-bottom: 70px;
    padding-right: 80px;
  }
}
.mockup-thumb-one > .thumb {
  display: inline-block;
}
.mockup-thumb-one > .thumb:nth-child(2) {
  position: absolute;
  left: 120px;
  z-index: 2;
  top: 100px;
}
@media only screen and (max-width: 575px) {
  .mockup-thumb-one > .thumb:nth-child(2) {
    left: 80px;
    top: 70px;
  }
}

.mock-up-thumb-groud {
  margin-bottom: -30px;
}
.mock-up-thumb-groud .mock-up-thumb {
  margin-bottom: 30px;
  display: block;
}
.mock-up-thumb-groud .mock-up-thumb img {
  width: 100%;
}

/*-------------------------------------------------
    [ ## Carousel Align Center ]
*/
.carousel-nav-dots .owl-dots {
  margin-bottom: -5px;
  text-align: center;
  padding-top: 25px;
}
.carousel-nav-dots .owl-dots > div {
  display: inline-block;
  margin: 0 6px;
  border-radius: 50%;
}
.carousel-nav-dots .owl-dots > div > span {
  background-color: #DDDDDD;
  border-radius: 50%;
  display: block;
  height: 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 12px;
}
.carousel-nav-dots .owl-dots > div.active > span {
  background-color: #1b1b43;
}

.carousel-nav-align-center .owl-nav > div {
  display: inline-block;
  color: white;
  font-size: 14px;
  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: 0;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  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: 1199px) {
  .carousel-nav-align-center .owl-nav > div {
    letter-spacing: 0.3em;
  }
}
.carousel-nav-align-center .owl-nav > div > span {
  font-size: 36px;
}
.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: -70px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: -40px;
  }
}
.carousel-nav-align-center .owl-nav > div.owl-next {
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-next {
    right: -40px;
  }
}
.carousel-nav-align-center .owl-nav > div:hover {
  color: #eaad2e;
}

/*-------------------------------------------------
    [ ## Pages section Animation ]
*/
.clouds-effect {
  position: absolute;
  top: 0;
  left: 0;
}
.clouds-effect .cloud {
  width: 200px;
  height: 70px;
  background: #BE9EEA;
  border-radius: 65px;
  position: absolute;
  left: 130px;
  top: 130px;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud {
    top: 70px;
  }
}
.clouds-effect .cloud:before {
  content: "";
  position: absolute;
  background: #BE9EEA;
  z-index: -1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: -57px;
  left: 52%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clouds-effect .cloud.s1 {
  -webkit-animation: moveclouds 55s linear infinite;
  animation: moveclouds 55s linear infinite;
  top: 190px;
  left: 5%;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s1 {
    top: 90px;
  }
}
.clouds-effect .cloud.s2 {
  left: 30%;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-animation: moveclouds 75s linear infinite;
  animation: moveclouds 75s linear infinite;
}
.clouds-effect .cloud.s3 {
  left: 70%;
  top: 170px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation: moveclouds 65s linear infinite;
  animation: moveclouds 65s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s3 {
    top: 75px;
  }
}
.clouds-effect .cloud.s4 {
  left: 95%;
  top: 130px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: moveclouds 72s linear infinite;
  animation: moveclouds 72s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s4 {
    top: 40px;
  }
}
.clouds-effect .cloud.s5 {
  left: 110%;
  -webkit-animation: moveclouds68s linear infinite;
  animation: moveclouds68s linear infinite;
  top: 115px;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s5 {
    top: 50px;
  }
}

.img-moon {
  position: absolute !important;
  top: 125px;
  left: 175px;
  z-index: 1 !important;
}
@media only screen and (max-width: 1199px) {
  .img-moon {
    left: 120px;
    top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .img-moon {
    left: 50px;
    top: 35px;
  }
}

/*-------------------------------------------------
    [ ## 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: #1b1b43;
}
.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;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 60px;
  border-radius: 0;
  background-color: #232550;
  color: #33b5f7;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop-two {
  background-color: #33b5f7;
}

.scrollToTop-three {
  background-color: #2a3041;
}

.scrollToTop-four {
  background-color: #df5dab;
}

.scrollToTop-five {
  background-color: #629b66;
}

.scrollToTop-six {
  background-color: #5f417f;
}

.scrollToTop-seven {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.scrollToTop-eight {
  background-color: #424277;
}

.scrollToTop-nine {
  background-color: #80d8b2;
}

.scrollToTop-ten {
  background-color: #c94613;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: #33b5f7;
  box-shadow: 0px 3px 3px 0px rgba(51, 181, 247, 0.2);
}
.scrollToTop.active i {
  animation: giraffes 3s linear infinite;
}

.scrollToTop-two.active {
  color: white;
}

.scrollToTop-three.active {
  color: #eaad2e;
}

.scrollToTop-four.active {
  color: white;
}

.scrollToTop-five.active {
  color: white;
}

.scrollToTop-six.active {
  color: white;
}

.scrollToTop-seven.active {
  color: white;
}

.scrollToTop-eight.active {
  color: white;
}

.scrollToTop-nine.active {
  color: white;
}

.scrollToTop-ten.active {
  color: white;
}

.scrollToTop.active::before, .scrollToTop.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #1b1b43;
  opacity: 0.15;
  z-index: -10;
}

.scrollToTop-two.active::before, .scrollToTop-two.active::after {
  background-color: #33b5f7;
}

.scrollToTop-three.active::before, .scrollToTop-three.active::after {
  background-color: #2a3041;
}

.scrollToTop-four.active::before, .scrollToTop-four.active::after {
  background-color: #df5dab;
}

.scrollToTop-five.active::before, .scrollToTop-five.active::after {
  background-color: #629b66;
}

.scrollToTop-six.active::before, .scrollToTop-six.active::after {
  background-color: #5f417f;
}

.scrollToTop-seven.active::before, .scrollToTop-seven.active::after {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.scrollToTop-eight.active::before, .scrollToTop-eight.active::after {
  background-color: #424277;
}

.scrollToTop-nine.active::before, .scrollToTop-nine.active::after {
  background-color: #80d8b2;
}

.scrollToTop-ten.active::before, .scrollToTop-ten.active::after {
  background-color: #c94613;
}

.scrollToTop:hover {
  color: #fff;
}

.cursor {
  background: #ff930e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
}

.cursor3 {
  background: #629b66;
}

@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor-close {
  background-color: #b12046;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}

.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}

.cursor-close::before {
  height: 100%;
  width: 1px;
}

.cursor-close::after {
  height: 1px;
  width: 100%;
}

.open .cursor {
  mix-blend-mode: lighten;
}

.touch .cursor {
  display: none;
}

.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }

  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }

  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }

  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
/*-------------------------------------------
  -- 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 */
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.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 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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@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);
  }
}
@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
@keyframes slides {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
@keyframes giraffe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes giraffes {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes giraffe2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse > span {
  background: #179cd8;
  right: 0;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse > span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
/*-------------------------------------------------
    [ ## 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;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
.box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  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: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-default {
  border-radius: 0px;
  padding: 15px 35px 15px;
  letter-spacing: 0.015em;
  color: #1b1b43;
  border: 1px solid #1b1b43;
  background-color: white;
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .btn-default {
    padding: 10px 25px;
  }
}
.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #1b1b43;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.cmn-btn-active {
  position: relative;
  border: 1px solid #33b5f7;
  color: white;
  padding: 12px 35px;
  text-transform: capitalize;
  font-size: 18px;
  overflow: hidden;
  z-index: 99;
  font-family: "Roboto Slab", sans-serif;
}

.cmn-btn-active::before, .cmn-btn-active::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #33b5f7;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn-active::before {
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.cmn-btn-active::after {
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.cmn-btn-active:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-active:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-active:hover {
  border: 1px solid #33b5f7;
  color: white;
  background: transparent;
}

.cmn-btn-active-main {
  border: 1px solid #33b5f7;
  color: #33b5f7;
  font-weight: 600;
}
.cmn-btn-active-main::before {
  background-color: #33b5f7;
}
.cmn-btn-active-main::after {
  background-color: #33b5f7;
}
.cmn-btn-active-main:hover {
  border: 1px solid #33b5f7;
}

.cmn-btn-active-secondary {
  border: 1px solid #2a3041;
  color: white;
  background-color: #2a3041;
  font-weight: 600;
}
.cmn-btn-active-secondary::before {
  background-color: #eaad2e;
}
.cmn-btn-active-secondary::after {
  background-color: #eaad2e;
}
.cmn-btn-active-secondary:hover {
  border: 1px solid #eaad2e;
  color: #292929;
}

.cmn-btn-active-pink {
  border: 1px solid white;
  color: #df5dab;
  background-color: white;
  font-weight: 600;
}
.cmn-btn-active-pink::before {
  background-color: #df5dab;
}
.cmn-btn-active-pink::after {
  background-color: #df5dab;
}
.cmn-btn-active-pink:hover {
  border: 1px solid #df5dab;
}

.cmn-btn-active-cyan {
  border: 1px solid white;
  color: #80d8b2;
  background-color: white;
  font-weight: 600;
}
.cmn-btn-active-cyan::before {
  background-color: #80d8b2;
}
.cmn-btn-active-cyan::after {
  background-color: #80d8b2;
}
.cmn-btn-active-cyan:hover {
  border: 1px solid #80d8b2;
}

.cmn-btn-active-orange {
  border: 1px solid white;
  color: #c94613;
  background-color: white;
  font-weight: 600;
}
.cmn-btn-active-orange::before {
  background-color: #c94613;
}
.cmn-btn-active-orange::after {
  background-color: #c94613;
}
.cmn-btn-active-orange:hover {
  border: 1px solid #c94613;
}

.btn-red {
  background-color: white;
  color: #cc213d;
  font-weight: 600;
  text-transform: capitalize;
  border-color: white;
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  padding: 15px 30px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.btn-red:focus, .btn-red:hover {
  background-color: #cc213d;
  color: white;
  box-shadow: 0 8px 15px 0 rgba(0, 86, 179, 0.3);
}

.btn-red-bg {
  background-color: #cc213d;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  border-color: white;
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  padding: 15px 30px;
  overflow: hidden;
  border: 1px solid transparent;
}
.btn-red-bg:focus, .btn-red-bg:hover {
  background-color: transparent;
  color: #cc213d;
  border: 1px solid #cc213d;
}

.btn-white-two {
  background-color: white;
  color: #1b1b43;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
  border-color: white;
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  padding: 15px 30px;
  overflow: hidden;
}
.btn-white-two:focus, .btn-white-two:hover {
  background-color: white;
  color: #1b1b43;
  box-shadow: 0 8px 15px 0 rgba(0, 86, 179, 0.3);
}

.btn-primary {
  background-color: #1b1b43;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  border-color: white;
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  padding: 15px 30px;
  overflow: hidden;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: white;
  color: #1b1b43;
  box-shadow: 0 8px 15px 0 rgba(0, 86, 179, 0.3);
}

.btn-border {
  background-color: transparent;
  color: #33b5f7;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 60px;
  font-size: 18px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn-border:focus, .btn-border:hover {
  background-color: #33b5f7;
  color: white;
  border: 1px solid transparent;
}

.btn-border-white {
  background-color: transparent;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid white;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 60px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn-border-white:focus, .btn-border-white:hover {
  background: white;
  color: #33b5f7;
  border: 1px solid transparent;
}

.form-group-btn {
  margin: 0 -10px -10px;
}
.form-group-btn > .btn {
  margin: 0 10px 10px;
}
.form-group-btn .btn-primary {
  background-color: white;
  color: #1b1b43;
}
.form-group-btn .btn-white {
  background-color: transparent;
  color: white;
}
.form-group-btn .btn-white:hover {
  color: #1b1b43;
}
.form-group-btn .btn-white:hover:before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 575px) {
  .form-group-btn {
    margin: 0 -7px -10px;
  }
  .form-group-btn > .btn {
    margin: 0 7px 10px;
  }
}

.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: #1b1b43;
  display: block;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  font-size: 48px;
}

.app-btn-group {
  margin: 40px -13px -10px;
}
.app-btn-group > .btn-app {
  margin: 10px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-btn-group > .btn-app .icon {
  margin-right: 20px;
}
.app-btn-group > .btn-app .btn-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.app-btn-group > .btn-app .btn-text > span {
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .app-btn-group {
    margin-top: 25px;
  }
  .app-btn-group > .btn-app .icon {
    margin-right: 10px;
  }
  .app-btn-group > .btn-app .btn-text > span {
    font-size: 13px;
  }
}

.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;
}

.cmn-btn-white {
  position: relative;
  padding: 12px 35px;
  background-color: #e3e8f9;
  color: #33b5f7;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e8f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.cmn-btn-white::before, .cmn-btn-white::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #e3e8f9;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn-white::before {
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.cmn-btn-white::after {
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.cmn-btn-white:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-white:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-white:hover {
  border: 1px solid #e3e8f9;
  color: #33b5f7;
  background: transparent;
}

.cmn-btn-white-two {
  position: relative;
  padding: 12px 35px;
  background-color: white;
  color: #5f417f;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.cmn-btn-white-two::before, .cmn-btn-white-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: white;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn-white-two::before {
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.cmn-btn-white-two::after {
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.cmn-btn-white-two:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-white-two:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn-white-two:hover {
  border: 1px solid white;
  color: #5f417f;
  background: transparent;
}

.cmn-btn-white-three {
  color: black;
}
.cmn-btn-white-three:hover {
  color: black;
}

.cmn-btn {
  position: relative;
  padding: 12px 35px;
  background-color: #33b5f7;
  color: white;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif;
  text-transform: capitalize;
  border: 1px solid #33b5f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.cmn-btn::before, .cmn-btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #33b5f7;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn::before {
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.cmn-btn::after {
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.cmn-btn:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cmn-btn:hover {
  border: 1px solid #33b5f7;
  color: white;
  background: transparent;
}

.cmn-btn-main {
  background-color: #33b5f7;
  border: 1px solid #33b5f7;
}
.cmn-btn-main::before {
  background-color: #33b5f7;
}
.cmn-btn-main::after {
  background-color: #33b5f7;
}
.cmn-btn-main:hover {
  border: 1px solid #33b5f7;
}

.cmn-btn-yellow {
  background-color: #eaad2e;
  border: 1px solid #eaad2e;
  color: #292929;
  font-weight: 700;
}
.cmn-btn-yellow::before {
  background-color: #eaad2e;
}
.cmn-btn-yellow::after {
  background-color: #eaad2e;
}
.cmn-btn-yellow:hover {
  border: 1px solid #eaad2e;
  color: #292929;
}

.cmn-btn-pink {
  background-color: #df5dab;
  border: 1px solid #df5dab;
}
.cmn-btn-pink::before {
  background-color: #df5dab;
}
.cmn-btn-pink::after {
  background-color: #df5dab;
}
.cmn-btn-pink:hover {
  border: 1px solid #df5dab;
}

.cmn-btn-green {
  background-color: #629b66;
  border: 1px solid #629b66;
}
.cmn-btn-green::before {
  background-color: #629b66;
}
.cmn-btn-green::after {
  background-color: #629b66;
}
.cmn-btn-green:hover {
  border: 1px solid #629b66;
}

.cmn-btn-blue {
  background-color: #5f417f;
  border: 1px solid #5f417f;
}
.cmn-btn-blue::before {
  background-color: #5f417f;
}
.cmn-btn-blue::after {
  background-color: #5f417f;
}
.cmn-btn-blue:hover {
  border: 1px solid #5f417f;
}

.cmn-btn-gradient {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  border: none;
}
.cmn-btn-gradient::before {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.cmn-btn-gradient::after {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.cmn-btn-gradient:hover {
  border: none;
}

.cmn-btn-cyan {
  background-color: #80d8b2;
  border: 1px solid #80d8b2;
}
.cmn-btn-cyan::before {
  background-color: #80d8b2;
}
.cmn-btn-cyan::after {
  background-color: #80d8b2;
}
.cmn-btn-cyan:hover {
  border: 1px solid #80d8b2;
}

.cmn-btn-orange {
  background-color: #c94613;
  border: 1px solid #c94613;
}
.cmn-btn-orange::before {
  background-color: #c94613;
}
.cmn-btn-orange::after {
  background-color: #c94613;
}
.cmn-btn-orange:hover {
  border: 1px solid #c94613;
}

.trans-btn {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #dfdfdf;
}
.trans-btn::after {
  position: absolute;
  content: '';
  top: 10px;
  right: -30px;
  width: 20px;
  height: 2px;
  background-color: #dfdfdf;
  transition: all 0.7s;
}

.custom-btn {
  color: #33b5f7;
}

/*-------------------------------------------------
    [ ## 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: 120px;
}

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: 20px;
  padding-right: 25px;
  width: 100%;
  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: none;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-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 .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: #1b1b43;
  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: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}
.form-controller:focus {
  color: #292929;
  border-color: #1b1b43;
}
@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}
input[type="radio"] + label:before {
  border: 3px solid #B9BEC0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  border-color: #07C1FE;
  background-color: #1b1b43;
}

.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 #e5e5e5;
  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 #e5e5e5;
  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;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.dark-main {
  background-color: #1b1b43;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #1b1b43;
  overflow: hidden;
}

.preloader-two {
  background-color: #33b5f7;
}
.preloader-two .preloader-icon span {
  background-color: white;
}

.preloader-three {
  background-color: #2a3041;
}
.preloader-three .preloader-icon span {
  background-color: #eaad2e;
}

.preloader-four {
  background-color: #df5dab;
}
.preloader-four .preloader-icon span {
  background-color: white;
}

.preloader-five {
  background-color: #2a3041;
}
.preloader-five .preloader-icon span {
  background-color: #629b66;
}

.preloader-six {
  background-color: #5f417f;
}
.preloader-six .preloader-icon span {
  background-color: white;
}

.preloader-seven {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.preloader-seven .preloader-icon span {
  background-color: white;
}

.preloader-eight {
  background-color: #424277;
}
.preloader-eight .preloader-icon span {
  background-color: white;
}

.preloader-nine {
  background-color: #80d8b2;
}
.preloader-nine .preloader-icon span {
  background-color: white;
}

.preloader-ten {
  background-color: #c94613;
}
.preloader-ten .preloader-icon span {
  background-color: white;
}

.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: #33b5f7;
  -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 ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header-section-six .header-bottom-area {
  background: #5f417f;
  padding: 10px 0;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #1b1b43;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed .header-bottom-area {
  padding-top: 0;
}

.header-section-two .header-bottom-area {
  background-color: #33b5f7;
  padding-top: 0;
}

.header-section-three .header-bottom-area {
  background-color: #2a3041;
  padding-top: 0;
}

.header-section-four .header-bottom-area {
  background-color: #df5dab;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-section-four .header-bottom-area .header-bar-area .header-navbar-area .header-navbar i {
  color: white;
  font-size: 30px;
}

.header-section-seven.header-fixed {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.header-section-eight.header-fixed {
  background: #424277;
}

.header-section-nine.header-fixed {
  background: #2a3041;
}

.header-section-ten .header-bottom-area {
  background-color: #c94613;
  padding-top: 0;
}

.header-top-area {
  position: relative;
  background: #232550;
  padding: 5px;
  z-index: 2;
  transition: all 3s;
  height:60px;
  width:1360px;
}
.header-top-area::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b43;
  z-index: -1;
  animation: slides 10s linear infinite;
}
.header-top-area .header-right-content .header-info-item li {
  color: white;
  padding: 0 5px;
}
.header-top-area .header-right-content .header-info-item li i {
  margin-right: 10px;
}
.header-top-area .header-right-content .header-social {
  margin-right: 20px;
  padding-top:10px
}
.header-top-area .header-right-content .header-social li {
  display: inline-block;
}
.header-top-area .header-right-content .header-social a {
  font-size: 15px;
  display: inline-block;
  padding: 0 6px;
  color: white;
}
.header-top-area .header-right-content .header-social a:hover, .header-top-area .header-right-content .header-social a:focus {
  color: white;
}
@media only screen and (max-width: 1199px) {
  .header-top-area .header-right-content .header-social a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-top-area .header-right-content .header-social a {
    padding: 0 5px;
  }
}
.header-top-area .header-right-content .header-mail-area i {
  color: #1b1b43;
  margin-right: 5px;
}
.header-top-area .header-right-content .header-mail-area span {
  text-transform: lowercase;
}
.header-top-area .header-right-content .header-support span {
  color: white;
  margin-right: 30px;
}

.header-two .header-top-area::after {
  width: 50%;
  animation: none;
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-bottom-area {
  position: relative;
  background: transparent;
  padding-top: 20px;
}
.header-bottom-area .navbar-expand-lg {
  z-index: 10;
}
.header-bottom-area .header-action {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .header-action {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: #1b1b43;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  margin-right: 30px;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a.active::before {
  opacity: 1;
}
.header-bottom-area .navbar-collapse .main-menu li:hover a::before {
  opacity: 1;
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0 30px 0;
  color: white;
  font-weight: 500;
  align-items: center;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Roboto Slab", sans-serif;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom-area .navbar-collapse .main-menu li:hover a::after {
  width: 100%;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 220px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  transition: all ease 0.5s;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover {
  color: #1b1b43;
  background-color: #eef5fc;
  padding-left: 10px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #292929;
  padding: 8px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 16%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-search-form input {
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-family: var(--para-font);
  text-transform: capitalize;
  border: none;
}
.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #33b5f7;
  color: #ffffff;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 18px;
  color: white;
}

.language-select-list {
  position: relative;
  z-index: 99;
  margin-right: 10px;
}

.language-thumb i {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.login-thumb i {
  font-size: 18px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 16px;
  background: transparent;
}
.language-select .nice-select span {
  color: white;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 7px 7px;
  border-color: white transparent transparent;
  transform: rotate(0);
  right: 4px;
}

.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #33b5f7;
  background-color: white;
}

.header-section-two .navbar-toggler span {
  background-color: white;
  color: #33b5f7;
}
.header-section-two .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-two .header-bottom-area .navbar-collapse .main-menu {
    background-color: #33b5f7;
  }
}

.header-section-three .navbar-toggler span {
  background-color: #eaad2e;
  color: #2a3041;
}
.header-section-three .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-three .header-bottom-area .navbar-collapse .main-menu {
    background-color: #2a3041;
  }
}

.header-section-four .navbar-toggler span {
  background-color: white;
  color: #c94613;
}
.header-section-four .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-four .header-bottom-area .navbar-collapse .main-menu {
    background-color: #c94613;
  }
}

.header-section-five .navbar-toggler span {
  background-color: #629b66;
  color: white;
}

.header-section-six .navbar-toggler span {
  background-color: white;
  color: #5f417f;
}

.header-section-seven .navbar-toggler span {
  background-color: white;
  color: #d43b58;
}
.header-section-seven .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-seven .header-bottom-area .navbar-collapse .main-menu {
    background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
    background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
    background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  }
}

.header-section-eight .navbar-toggler span {
  background-color: white;
  color: #424277;
}
.header-section-eight .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-eight .header-bottom-area .navbar-collapse .main-menu {
    background: #424277;
  }
}

.header-section-nine .header-bottom-area {
  padding-top: 0;
}
.header-section-nine .navbar {
  background-color: #2a3041;
}
.header-section-nine .site-logo {
  background-color: #80d8b2;
  padding: 20px 50px 20px 20px;
  clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 991px) {
  .header-section-nine .site-logo {
    padding: 5px 34px 10px 14px;
  }
}
.header-section-nine .navbar-toggler span {
  background-color: white;
  color: #80d8b2;
}
.header-section-nine .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-nine .header-bottom-area .navbar-collapse .main-menu {
    background: #2a3041;
  }
}

.header-section-ten .navbar-toggler span {
  background-color: white;
  color: #c94613;
}
.header-section-ten .header-bottom-area .navbar-collapse .main-menu {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section-ten .header-bottom-area .navbar-collapse .main-menu {
    background: #c94613;
  }
}

.find-area {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  border: 10px solid rgba(255, 54, 169, 0.8);
  margin-top: -190px;
  position: relative;
  z-index: 9;
}

.find-section--style .find-area {
  margin-top: 0;
}

.find-area-two {
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid;
  border-radius: 5px;
}

.find-area-two label {
  color: white;
}

.find-form .nice-select {
  background-color: #eff4fa;
  border: none;
}

.find-area-two .find-form .nice-select {
  border-radius: 5px;
}

.find-form .nice-select:after {
  right: 35px;
  width: 7px;
  height: 7px;
}

.find-form input[type="submit"] {
  width: auto;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  border-radius: 5px;
  padding: 2px 30px;
}

.find-area-two .find-form input[type="submit"] {
  background: #ff36a9;
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }
}
@media (max-width: 991px) {
  .header-top-area {
    display: none;
  }

  .header-bottom-area-two {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .header-right .search-bar {
    display: none;
  }

  .language-select-two {
    display: none;
  }

  .login-bar-two {
    display: none;
  }

  .header-action {
    display: none !important;
  }

  .header-bottom-area {
    padding: 20px 0;
  }
}
.home-two h2 {
  font-size: 40px;
  font-weight: 700;
}

.dark-bg {
  background: #1a1d24;
}

.blue-bg {
  background: #0f1932;
}

.dark-main h2 {
  color: white;
}
.dark-main h3 {
  color: white;
}
.dark-main h4 {
  color: white;
}
.dark-main h5 {
  color: white;
}
.dark-main p {
  color: #dfdfdf;
}
.dark-main span {
  color: #dfdfdf;
}

.section-header {
  transition: all 0.7s;
}
.section-header .section-title {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px white;
  transition: all 0.7s;
  display: inline-block;
}
.section-header .section-title span {
  color: transparent;
  -webkit-text-stroke: 1px #33b5f7;
  transition: all 0.7s;
}
.section-header .section-title::after {
  position: absolute;
  content: '';
  background-color: #33b5f7;
  height: 4px;
  transition: all 0.7s;
}
.section-header .section-title::after {
  width: 30px;
  top: 50%;
  left: calc(100% + 10px);
}
.section-header .section-title:hover::after {
  width: 40px;
}
.section-header .section-title.center {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px white;
  transition: all 0.7s;
  display: inline-block;
}
.section-header .section-title.center span {
  color: transparent;
  -webkit-text-stroke: 1px #33b5f7;
  transition: all 0.7s;
}
.section-header .section-title.center::before {
  position: absolute;
  content: '';
  background-color: #33b5f7;
  height: 4px;
  transition: all 0.7s;
}
@media only screen and (max-width: 575px) {
  .section-header .section-title.center::before {
    position: unset;
  }
}
.section-header .section-title.center::before {
  width: 30px;
  top: 50%;
  right: calc(100% + 10px);
}
.section-header .section-title.center:hover::before {
  width: 40px;
}
.section-header .section-title.center::after {
  position: absolute;
  content: '';
  background-color: #33b5f7;
  height: 4px;
  transition: all 0.7s;
}
@media only screen and (max-width: 575px) {
  .section-header .section-title.center::after {
    position: unset;
  }
}
.section-header .section-title.center::after {
  width: 30px;
  top: 50%;
  left: calc(100% + 10px);
}
.section-header .section-title.center:hover::after {
  width: 40px;
}
.section-header .title-border {
  display: block;
  width: 70px;
  height: 3px;
  background-color: #33b5f7;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section-header .title-border-two {
  background-color: #629b66;
}
.section-header .title-border-three {
  background-color: #b12046;
}
.section-header .title-border-four {
  background-color: #c94613;
}
.section-header p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .section-header p {
    width: 100%;
    font-size: 18px;
  }
}
.section-header:hover .section-title {
  color: white;
  -webkit-text-stroke: transparent;
}
.section-header:hover .section-title span {
  color: #33b5f7;
  -webkit-text-stroke: transparent;
}

.title-border-left {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #b12046;
  margin-bottom: 30px;
}
.title-border-left::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #b12046;
}

.title-border-left-main {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #33b5f7;
  margin-bottom: 30px;
}
.title-border-left-main::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #33b5f7;
}

.title-border-left-yellow {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin-bottom: 30px;
}
.title-border-left-yellow::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #eaad2e;
}

.title-border-left-pink {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin-bottom: 30px;
}
.title-border-left-pink::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #df5dab;
}

.title-border-left-green {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin-bottom: 30px;
}
.title-border-left-green::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #629b66;
}

.title-border-left-blue {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #5f417f;
  margin-bottom: 30px;
}
.title-border-left-blue::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #5f417f;
}

.title-border-left-cyan {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #80d8b2;
  margin-bottom: 30px;
}

.title-border-left-orange {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #c94613;
  margin-bottom: 30px;
}

.title-border-left-gradient {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  margin-bottom: 30px;
}

.title-border-right {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #b12046;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #b12046;
}
.title-border-right::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #b12046;
}

.title-border-right-main {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #33b5f7;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-main::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #33b5f7;
}
.title-border-right-main::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #33b5f7;
}

.title-border-right-cyan {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #80d8b2;
  margin: 0 auto;
  margin-bottom: 30px;
}

.title-border-right-yellow {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-yellow::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #eaad2e;
}
.title-border-right-yellow::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #eaad2e;
}

.title-border-right-pink {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-pink::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #df5dab;
}
.title-border-right-pink::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #df5dab;
}

.title-border-right-orange {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #c94613;
  margin: 0 auto;
  margin-bottom: 30px;
}

.title-border-right-green {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #2a3041;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-green::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #629b66;
}
.title-border-right-green::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #629b66;
}

.title-border-right-blue {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #5f417f;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-blue::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #5f417f;
}
.title-border-right-blue::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #5f417f;
}

.title-border-right-gradient {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  margin: 0 auto;
  margin-bottom: 30px;
}

.title-border-right-white {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-border-right-white::before {
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: white;
}
.title-border-right-white::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: white;
}

.title-border-left-white {
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background-color: white;
  margin-bottom: 30px;
}
.title-border-left-white::after {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  height: 3px;
  width: 8px;
  background-color: #eaad2e;
}

.section-header-left {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .section-header-left {
    width: 100%;
  }
}
.section-header-left p {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
# 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 ]
*/
/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.pagination li {
  margin-left: 10px;
}

.pagination li.active {
  background-color: #33b5f7;
  color: white;
}

.pagination li a {
  width: 40px;
  height: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  outline: none;
  color: #dfdfdf;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.pagination li a:hover {
  background-color: #33b5f7;
  border: 1px solid #33b5f7;
  color: white;
}

/*-------------------------------------------------
    [ ## 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: #292929;
  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: #1b1b43;
  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: #1b1b43;
  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 ]
--------------------------------------------------------------*/
.bg-2 {
  background-color: #f8f8f8;
}

.jquery-ripples {
  position: relative;
  z-index: 0;
}

.banner-section {
  position: relative;
  padding-top: 335px;
  padding-bottom: 190px;
  overflow: hidden;
  background-attachment: fixed;
}
@media only screen and (max-width: 575px) {
  .banner-section {
    padding-top: 250px !important;
    padding-bottom: 182px !important;
  }
}
.banner-section #particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 3%;
  height: 100%;
  background: #232550;
}
@media only screen and (max-width: 1250px) {
  .banner-section::after {
    position: unset;
  }
}
.banner-section .ruddra-prev, .banner-section .ruddra-next {
  background-color: #33b5f7;
  color: #1b1b43;
  border: 1px solid #33b5f7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 1490px) {
  .banner-section .ruddra-prev, .banner-section .ruddra-next {
    bottom: 0;
  }
}
.banner-section .ruddra-prev {
  left: 80px;
}
@media only screen and (max-width: 1490px) {
  .banner-section .ruddra-prev {
    left: 88%;
  }
}
.banner-section .ruddra-next {
  right: 20px;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .sub-title {
  color: #33b5f7;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.banner-section .banner-content .sub-title::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
  animation: bgOverlay 0.7s linear;
}
.banner-section .banner-content .title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  text-transform: capitalize;
  position: relative;
}
.banner-section .banner-content .title::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
  animation: bgOverlay 0.8s linear;
}
.banner-section .banner-content .title span {
  color: #b12046;
}
.banner-section .banner-content p {
  color: white;
  font-size: 18px;
  text-transform: unset;
  font-weight: 400;
  width: 87%;
  position: relative;
}
.banner-section .banner-content p::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
  animation: bgOverlay 0.9s linear;
}
.banner-section .banner-btn {
  display: flex;
  margin-top: 50px;
  -webkit-animation: fadeInUp 1.2s cubic-bezier(0.89, 0.05, 0, 0.54);
  animation: fadeInUp 1.2s cubic-bezier(0.89, 0.05, 0, 0.54);
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-btn {
    display: block;
  }
}
.banner-section .banner-btn .cmn-btn {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-btn .cmn-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section .banner-element-one {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: 1;
}

.banner-thumb-area {
  position: relative;
  margin-right: -100px;
}
@media only screen and (max-width: 1366px) {
  .banner-thumb-area {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-thumb-area {
    display: none;
  }
}
.banner-thumb-area .animation-circle-inverse {
  position: absolute;
  top: 50%;
  left: 55%;
}

.banner-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  animation: giraffe2 5s linear infinite;
}

.inner-banner-section {
  position: relative;
  padding-top: 300px;
  padding-bottom: 140px;
  background-attachment: fixed;
}
@media only screen and (max-width: 575px) {
  .inner-banner-section {
    padding-top: 185px !important;
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 1250px) {
  .inner-banner-section::after {
    position: unset;
  }
}
.inner-banner-section .inner-banner-content {
  position: relative;
  z-index: 9;
}
.inner-banner-section .inner-banner-content .title {
  color: white;
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .inner-banner-content .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .inner-banner-section {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-banner-section {
    padding-top: 215px;
    padding-bottom: 130px;
  }
}
.breadcrumb {
  padding: 0;
  margin-top: 10px;
  background-color: transparent;
}

.breadcrumb li {
  color: #fff;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 600;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
  
  .ptb-50 {
    padding-top: 50px !important;
  }

  .banner-section .banner-content .title {
    font-size: 35px !important;
  }

  .banner-section .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content .title {
    font-size: 50px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .ruddra-prev {
    left: 78% !important;
  }
}
.draw-countdown .syotimer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -25px;
  justify-content: center;
}

@media only screen and (max-width: 420px) {
  .draw-countdown .syotimer__body {
    margin: 0 -12px -25px;
  }
}
.draw-countdown .syotimer__body > .syotimer-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  max-width: 115px;
  text-align: center;
  position: relative;
  background-color: #b12046;
  padding: 20px;
  margin: 0 12px 25px;
}

@media only screen and (max-width: 420px) {
  .draw-countdown .syotimer__body > .syotimer-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    margin: 0 5px 25px;
  }
}
.draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1em;
  background-color: transparent;
  color: white;
  padding: 0;
  border-radius: 0;
  font-family: "Roboto Slab", sans-serif;
}
@media only screen and (max-width: 575px) {
  .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
    font-size: 30px;
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 420px) {
  .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
    font-size: 26px;
    padding: 12px 5px;
    margin-bottom: 7px;
    border-width: 4px 2px;
  }
}
.draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__unit {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 575px) {
  .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__unit {
    font-size: 16px;
  }
}
.banner-text-thumb {
  margin-bottom: 80px;
  animation: pulse 5s linear infinite;
}

#particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.trial-area {
  position: relative;
  background-color: white;
  padding: 60px 60px 0 60px;
  width: 90%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .trial-area {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .trial-area {
    padding: 30px 20px;
  }
}
.trial-area .trial-shape {
  position: absolute;
  bottom: -60px;
  right: -50px;
}
.trial-area h3 {
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .trial-area h3 {
    font-size: 22px;
  }
}
.trial-area .trial-form input, .trial-area .trial-form textarea {
  background-color: #f5f5f5;
  color: #777777;
}
.trial-area .trial-form input::placeholder, .trial-area .trial-form textarea::placeholder {
  color: #777777;
}
.trial-area .trial-form input[type="submit"] {
  width: auto;
  background-color: #629b66;
  font-weight: 600;
  font-size: 18px;
  color: white;
  padding: 12px 35px;
  border-radius: 5px;
  margin-top: 20px;
}

.countdown-area {
  position: relative;
  padding: 0 60px 60px 60px;
  background-color: white;
  box-shadow: 0px 8px 32px 8px rgba(28, 110, 251, 0.1);
  border-radius: 99px;
  overflow: hidden;
}
.countdown-area .count-shape {
  position: absolute;
  left: -26px;
  bottom: -40px;
  animation: rotate2 15s linear infinite;
}

.countdown-section-two .countdown-area {
  padding: 0;
  box-shadow: none;
  margin-top: -60px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .countdown-section-two .countdown-area .draw-countdown .syotimer__body > .syotimer-cell {
    margin: 0 20px 25px;
  }
}
@media only screen and (max-width: 440px) {
  .countdown-section-two .countdown-area .draw-countdown .syotimer__body > .syotimer-cell {
    margin: 0 55px 25px;
  }
}
.countdown-section-two .countdown-area .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
  background-color: #b12046;
  border-radius: 50px 0 50px 50px;
}
@media only screen and (max-width: 991px) {
  .countdown-section-two .countdown-area .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
    border-radius: 0;
  }
}

.countdown-area-two {
  margin-top: 60px;
  background-color: transparent;
  box-shadow: none;
}
.countdown-area-two .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
  background-color: #629b66;
}
.countdown-area-two .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__unit {
  color: white;
}

.countdown-section-four {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}
.countdown-section-four .countdown-area {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .countdown-section-four .countdown-area .draw-countdown .syotimer__body > .syotimer-cell {
    margin: 0 20px 25px;
  }
}
@media only screen and (max-width: 440px) {
  .countdown-section-four .countdown-area .draw-countdown .syotimer__body > .syotimer-cell {
    margin: 0 55px 25px;
  }
}
.countdown-section-four .countdown-area .draw-countdown .syotimer__body > .syotimer-cell > .syotimer-cell__value {
  border-radius: 50px 0 50px 0;
  background-color: #c94613;
}

.banner-slider {
  overflow: hidden;
}

.ruddra-next, .ruddra-prev {
  background-color: #f2f2f2;
  width: 60px;
  height: 60px;
  border: 1px solid transparent !important;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 24px;
  color: #b12046;
  position: absolute !important;
  bottom: 40%;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .ruddra-next, .ruddra-prev {
    display: none;
  }
}

.ruddra-prev {
  right: 70px;
}
@media only screen and (max-width: 1400px) {
  .ruddra-prev {
    right: 40px !important;
  }
}

.ruddra-next {
  right: 0;
}
@media only screen and (max-width: 1400px) {
  .ruddra-next {
    right: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .ruddra-next {
    right: 60px;
  }
}

.ruddra-next:hover,
.ruddra-prev:hover {
  background-color: #232550;
  color: #33b5f7;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-item {
  transition: all 0.7s;
}
.service-item .service-icon {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  transform: rotate(45deg);
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.7), transparent);
  margin: auto;
  transition: all 0.7s;
}
.service-item .service-icon img {
  margin-top: 31px;
}
.service-item .service-icon i {
  display: block;
  color: #46bfe2;
  font-size: 60px;
  transform: translateY(40px) rotate(-45deg);
}
.service-item .service-content {
  /* margin-top: 40px; */
}
.service-item:hover .service-icon {
  transform: rotate(0deg);
}
.service-item:hover .service-content .title {
  color: #33b5f7;
}

.service-btn {
  margin-top: 80px;
}

.service-item-two {
  padding: 40px 30px;
  background-color: #232550;
  transition: all 0.5s;
}
.service-item-two:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.service-item-two .service-icon {
  font-size: 60px;
  line-height: 1em;
}
.service-item-two .service-icon i {
  color: #dfdfdf;
  display: inline-block;
}
.service-item-two .title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-details-section .service-details-area .service-details {
  padding-top: 30px;
}
.service-details-section .service-details-area .service-details .service-header {
  padding-bottom: 30px;
}
.service-details-section .service-details-area .service-details .service-header h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.service-details-section .service-details-area .service-details .service-body-item {
  padding-bottom: 30px;
}
.service-details-section .service-details-area .service-details .service-body-item h3 {
  margin-bottom: 20px;
}
.service-details-section .service-details-area .service-faq {
  margin-top: 30px;
}
.service-details-section .service-details-area .service-bottom-area {
  padding-top: 60px;
}
.service-details-section .service-details-area .service-bottom-area .service-bottom-item {
  margin-bottom: -6px;
  margin-top: 20px;
}
.service-details-section .service-details-area .service-bottom-area .service-bottom-item li {
  position: relative;
  color: #dfdfdf;
  padding-bottom: 6px;
  padding-left: 20px;
}
.service-details-section .service-details-area .service-bottom-area .service-bottom-item li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #33b5f7;
  border-radius: 50%;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .team-section .team-item {
    margin: 0;
  }
}

.team-thumb {
  position: relative;
  transition: all 0.5s;
  z-index: 2;
  overflow: hidden;
}

.team-thumb:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #33b5f7;
  opacity: .6;
  transition: all 0.5s;
  z-index: 1;
  -ms-transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.team-section-two .team-thumb::before {
  position: unset;
}
.team-section-two .team-thumb::after {
  position: unset;
}
.team-section-two .team-thumb-overlay {
  background-color: #33b5f7;
  border-radius: 0;
  padding: 40px 0;
}

.team-section-three .team-thumb::before {
  background-color: #b12046;
}
.team-section-three .team-thumb::after {
  background-color: #b12046;
}

.team-section-four .team-thumb::before {
  background-color: #c94613;
}
.team-section-four .team-thumb::after {
  background-color: #c94613;
}

.team-thumb:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #33b5f7;
  opacity: .6;
  transition: all 0.5s;
  z-index: 1;
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.team-thumb:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.team-thumb:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.team-thumb img {
  width: 100%;
}

.team-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 9;
}
.team-thumb-overlay .team-social {
  display: flex;
}
.team-thumb-overlay .team-social li {
  display: inline-block;
  transition: all 0.5s;
  opacity: 0;
}
.team-thumb-overlay .team-social li:nth-child(2n) {
  padding-top: 30px;
}
.team-thumb-overlay .team-social li a {
  color: white;
  font-size: 18px;
  padding: 0 6px;
}

.team-details-thumb {
  display: inline-block;
  position: relative;
}
.team-details-thumb img {
  width: 100%;
  border-radius: 12px;
}

.team-details-content .sub-title {
  margin-bottom: 25px;
}
.team-details-content .team-details-social {
  margin-top: 40px;
}
.team-details-content .team-details-social li {
  display: inline-block;
}
.team-details-content .team-details-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
  font-size: 20px;
  color: #dfdfdf;
  transition: all 0.5s;
}
.team-details-content .team-details-social li a:hover, .team-details-content .team-details-social li a.active {
  background-color: #33b5f7;
  border: 1px solid #33b5f7;
}

.team-details-social li + li {
  margin-left: 10px;
}

.team-single-details-area {
  margin-top: 80px;
}
.team-single-details-area .team-single-details .title {
  margin-bottom: 20px;
}
.team-single-details-area .team-single-details .team-right-list {
  margin-bottom: -6px;
}
.team-single-details-area .team-single-details .team-right-list li {
  color: #dfdfdf;
  padding: 6px 0;
}
.team-single-details-area .team-single-details .team-right-list li i {
  margin-right: 10px;
}

.team-skill {
  margin-top: 30px;
}

.skill-bar {
  margin-top: 15px;
}

.skill-bar .skill-content {
  color: #dfdfdf;
  font-weight: 600;
}

.skill-bar span {
  margin-bottom: 10px;
}

.progressbar {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #4b4d7d;
}

.bar {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background: #33b5f7;
  overflow: hidden;
}

.label {
  width: 40px;
  height: 25px;
  top: -35px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #4b4d7d;
}

.label::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #4b4d7d;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 45%);
}

.member-area {
  margin-top: 36px;
  margin-bottom: 36px;
}

.single-member {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-member > .member {
  width: 175px;
  height: 175px;
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-member > .member:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0.8;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  content: "";
  z-index: 3;
  transition: all 0.3s;
}
.single-member > .member .member-thumb {
  transform: rotate(-45deg);
  position: relative;
  left: -25px;
  top: -10px;
}
.single-member > .member .member-thumb img {
  max-width: 250px;
  height: 250px;
}

.single-member-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -45px;
}
.single-member-area:first-child {
  margin-top: 0;
}

.single-member .member:hover::before {
  width: 100%;
}

.member-content {
  width: 54%;
  margin-top: -10px;
}

.member-content .title {
  margin-bottom: 20px;
}

.member-content .sub-title {
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 600;
}

.member-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
}

.member-details-slide-section-area {
  margin-bottom: -70px;
}

.member-details-slider-content {
  width: 90%;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .member-details-slider-content {
    width: 100%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .member-details-slider-content {
    margin-top: 30px;
  }
}

.member-details-slider-content .title {
  margin-bottom: 20px;
}

.member-details-slider-content .sub-title {
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 600;
}

.member-details-slider-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .member-content {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .single-member {
    width: 190px;
    flex: 0 0 190px;
  }

  .single-member .member {
    width: 120px !important;
    height: 120px !important;
  }

  .single-member-area {
    margin-top: -26px;
  }

  .member-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .single-member {
    width: 170px;
    flex: 0 0 170px;
  }

  .single-member .member {
    width: 110px !important;
    height: 110px !important;
  }

  .single-member-area {
    margin-top: -26px;
  }

  .member-content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .single-member-area {
    display: block;
    margin-top: 0;
  }

  .single-member {
    width: 100%;
    flex: 0;
    margin-bottom: 70px;
  }

  .single-member .member {
    width: 170px;
    height: 170px;
  }
}
.member-details-slide-section {
  position: relative;
  background-color: white;
  z-index: 2;
}
@media (max-width: 991px) {
  .member-details-slide-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .member-details-slide-section {
    padding-bottom: 100px;
  }
}

.member-details-slide-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  background-color: #fafafa;
  z-index: -1;
}
@media (max-width: 1199px) {
  .member-details-slide-section::before {
    height: calc(100% - 68px);
  }
}
@media (max-width: 991px) {
  .member-details-slide-section::before {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .counter-area--style {
    display: none;
  }
}
.member-slider {
  position: relative;
  overflow: hidden;
}

.member-slider .swiper-pagination {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 98% !important;
  top: 20%;
  width: 34px !important;
  bottom: 445px !important;
}
@media (max-width: 1199px) {
  .member-slider .swiper-pagination {
    bottom: 360px !important;
  }
}
@media (max-width: 991px) {
  .member-slider .swiper-pagination {
    display: none;
  }
}

.counter-area--style .counter-item {
  margin-top: -120px;
}

.swiper-slide-active .member-details-slider-thumb {
  animation: fadeInUp 3s;
}

.member-search-area {
  padding-bottom: 60px;
}

.member-search-form .form-group .nice-select, .member-search-form .form-group input {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  background-color: #fafafa;
  color: #777777;
  font-size: 16px;
}

.member-search-form .form-group .nice-select:after {
  right: 35px;
  width: 7px;
  height: 7px;
}

.member-search-form .form-group input {
  padding: 12px 25px;
}

.member-search-form .form-group input::placeholder {
  color: #777777;
}

.member-search-form .form-group input[type="submit"] {
  background-image: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 991px) {
  .member-details-item-area {
    margin-bottom: 0;
  }

  .member-details-single-item .member-facilities:last-child {
    border: none;
  }
}
.member-details-single-item {
  width: 50%;
}
@media (max-width: 991px) {
  .member-details-single-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.member-details-single-item:nth-child(2n) .member-facilities:last-child {
  border: none;
}
.member-details-single-item .member-facilities {
  width: 50%;
  padding: 15px 30px;
  border-right: 1px solid #e5e5e5;
}
.member-details-single-item .member-facilities i {
  color: #ff36a9;
  margin-right: 10px;
}
.member-details-single-item .member-facilities .first {
  color: #292929;
}

.form-group-two {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Portfolio Block ]
*/
.filter-btn-group {
  text-align: center;
  display: inherit;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.filter-btn-group button, .filter-btn-group input[type="button"], .filter-btn-group input[type="reset"], .filter-btn-group input[type="submit"] {
  display: inline;
  color: #dfdfdf;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
  background-color: transparent;
  outline: none;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .filter-btn-group button, .filter-btn-group input[type="button"], .filter-btn-group input[type="reset"], .filter-btn-group input[type="submit"] {
    margin-bottom: 20px;
  }
}

.filter-btn-group button.active, .filter-btn-group input.active[type="button"], .filter-btn-group input.active[type="reset"], .filter-btn-group input.active[type="submit"] {
  color: #33b5f7;
}

.project-thumb-hover {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1b1b43;
}
.project-thumb-hover::before, .project-thumb-hover::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: white;
  z-index: 1;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-thumb-hover::before {
  width: 0;
  height: 1px;
}
.project-thumb-hover::after {
  height: 0;
  width: 1px;
}
.project-thumb-hover .project-thumb {
  position: relative;
  background-color: #1b1b43;
  transition: all 0.4s ease;
  box-sizing: border-box;
}
.project-thumb-hover .project-thumb img {
  width: 200%;
  backface-visibility: hidden;
  vertical-align: top;
  height: 200%;
}
.project-thumb-hover .project-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 30px 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-thumb-hover .project-info .title {
  color: white;
  opacity: 0;
}
.project-thumb-hover .project-info p {
  color: white;
  opacity: 0;
}
.project-thumb-hover .project-info a {
  color: white;
}
.project-thumb-hover .project-link {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
  display: inline-block;
  width: 0%;
}
.project-thumb-hover .project-link i {
  font-size: 32px;
  color: white;
  visibility: hidden;
  margin: -16px 0px 0px -16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-thumb-hover:hover .project-info .title {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.project-thumb-hover:hover .project-info p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.project-thumb-hover:hover .project-link i {
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-thumb-hover:hover::before {
  width: 100%;
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.project-thumb-hover:hover::after {
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.project-thumb:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.project-section-two .filter-btn-group button.active, .project-section-two .filter-btn-group input.active[type="button"], .project-section-two .filter-btn-group input.active[type="reset"], .project-section-two .filter-btn-group input.active[type="submit"] {
  color: #33b5f7;
}

.project-section-three .filter-btn-group button.active, .project-section-three .filter-btn-group input.active[type="button"], .project-section-three .filter-btn-group input.active[type="reset"], .project-section-three .filter-btn-group input.active[type="submit"] {
  color: #eaad2e;
}

.project-section-four .filter-btn-group button.active, .project-section-four .filter-btn-group input.active[type="button"], .project-section-four .filter-btn-group input.active[type="reset"], .project-section-four .filter-btn-group input.active[type="submit"] {
  color: #df5dab;
}

.project-section-five .filter-btn-group button.active, .project-section-five .filter-btn-group input.active[type="button"], .project-section-five .filter-btn-group input.active[type="reset"], .project-section-five .filter-btn-group input.active[type="submit"] {
  color: #629b66;
}

.project-section-six .filter-btn-group button.active, .project-section-six .filter-btn-group input.active[type="button"], .project-section-six .filter-btn-group input.active[type="reset"], .project-section-six .filter-btn-group input.active[type="submit"] {
  color: #5f417f;
}

.project-section-seven .filter-btn-group button.active, .project-section-seven .filter-btn-group input.active[type="button"], .project-section-seven .filter-btn-group input.active[type="reset"], .project-section-seven .filter-btn-group input.active[type="submit"] {
  color: #d43b58;
}

.project-section-eight .filter-btn-group button.active, .project-section-eight .filter-btn-group input.active[type="button"], .project-section-eight .filter-btn-group input.active[type="reset"], .project-section-eight .filter-btn-group input.active[type="submit"] {
  color: #424277;
}

.project-section-nine .filter-btn-group button.active, .project-section-nine .filter-btn-group input.active[type="button"], .project-section-nine .filter-btn-group input.active[type="reset"], .project-section-nine .filter-btn-group input.active[type="submit"] {
  color: #80d8b2;
}

.project-section-ten .filter-btn-group button.active, .project-section-ten .filter-btn-group input.active[type="button"], .project-section-ten .filter-btn-group input.active[type="reset"], .project-section-ten .filter-btn-group input.active[type="submit"] {
  color: #c94613;
}

.filter-btn li + li {
  margin-left: 10px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  padding: 15px;
  margin: 0;
  width: 33.33%;
}
@media only screen and (max-width: 575px) {
  .grid-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .grid-item {
    width: 50%;
  }
}

.project-slider {
  overflow: hidden;
}
.project-slider .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 80px;
  justify-content: center;
}
.project-slider .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 25px;
  border-radius: 0;
  background-color: #b1ccf7;
}
.project-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #33b5f7;
}

.project-thumb:hover::before {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.project-thumb:hover::after {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.project-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 9;
}

.project-overlay-content .project-overlay-icon i {
  color: white;
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .project-overlay-content .project-overlay-icon i {
    font-size: 35px;
  }
}
.project-overlay-content .title {
  position: relative;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 20px;
  color: white;
}
@media only screen and (max-width: 440px) {
  .project-overlay-content .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.project-overlay-content p {
  color: white;
}
.project-overlay-content .overlay-list li {
  display: inline-block;
  padding: 0 6px;
}
.project-overlay-content .overlay-list li i {
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid white;
  font-size: 20px;
}

.project-thumb:hover .project-thumb-overlay {
  opacity: 1;
}

.project-section-two .project-thumb::before {
  background-color: #33b5f7;
}
.project-section-two .project-thumb::after {
  background-color: #33b5f7;
}

.project-section-three .project-thumb::before {
  background-color: #2a3041;
}
.project-section-three .project-thumb::after {
  background-color: #2a3041;
}
.project-section-three .project-overlay-content .project-overlay-icon i {
  color: #eaad2e;
}

.project-section-four .project-thumb::before {
  background-color: #df5dab;
}
.project-section-four .project-thumb::after {
  background-color: #df5dab;
}

.project-section-five .project-thumb::before {
  background-color: #629b66;
}
.project-section-five .project-thumb::after {
  background-color: #629b66;
}

.project-section-six .project-thumb::before {
  background-color: #5f417f;
}
.project-section-six .project-thumb::after {
  background-color: #5f417f;
}

.project-section-seven .project-thumb::before {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.project-section-seven .project-thumb::after {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.project-section-eight .project-thumb::before {
  background-color: #424277;
}
.project-section-eight .project-thumb::after {
  background-color: #424277;
}

.project-section-nine .project-thumb::before {
  background-color: #2a3041;
}
.project-section-nine .project-thumb::after {
  background-color: #2a3041;
}
.project-section-nine .project-overlay-content .project-overlay-icon i {
  color: #80d8b2;
}

.project-section-ten .project-thumb::before {
  background-color: #c94613;
}
.project-section-ten .project-thumb::after {
  background-color: #c94613;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section .client-item .client-thumb {
  width: 100px;
  height: 100px;
}
.client-section .client-item .client-content {
  width: calc(100% - 100px);
}
.client-section .client-item .client-details {
  background-color: #232550;
  padding: 30px;
  margin-top: 30px;
}
.client-section .client-item .client-icon i {
  font-size: 60px;
  color: #33b5f7;
  opacity: .5;
}
.client-section .client-wrapper {
  overflow: hidden;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Features Block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-shape {
  position: absolute;
  top: -15%;
  left: -20%;
  opacity: .05;
}
.about-section .about-item .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-section .about-item .title {
    font-size: 22px;
  }
}
.about-section .about-item .about-btn {
  margin-top: 40px;
}
.about-section .about-item .about-list {
  margin-top: 20px;
}
.about-section .about-item .about-list li {
  color: #dfdfdf;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-section .about-item .about-list li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: white;
}
.about-section .about-thumb {
  display: inline-block;
  position: relative;
}
.about-section .about-thumb::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #373967;
  z-index: 1;
  transform: rotate(-8deg);
  border-radius: 80px 0 80px 0;
  transition: all 0.7s;
}

.about-section .about-thumb > img {
  position: relative;
  z-index: 1;
  border-radius: 80px 0 80px 0;
}
.about-section .about-thumb:hover::before {
  transform: rotate(0deg);
}
.about-section .about-thumbfull {
  display: inline-block;
  position: relative;
}
.about-section .about-thumbfull::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #373967;
  z-index: 1;
  transform: rotate(-8deg);
  border-radius: 80px 0 80px 0;
  transition: all 0.7s;
}


.about-section .about-thumbfull > img {
  position: relative;
  z-index: 1;
  border-radius: 80px 0 80px 0;
}
.about-section .about-thumbfull:hover::before {
  transform: rotate(0deg);
}
.about-section .about-single-item-area .about-single-item .title {
  margin-bottom: 20px;
}

/*-------------------------------------------------
    [ ### Network Location ]
*/
/*-------------------------------------------------
    [ ### Discount Block ]
*/
.choose-us-section {
  position: relative;
  background-color: #232550;
  overflow: hidden;
}
.choose-us-section .choose-shape {
  position: absolute;
  top: -37%;
  right: 0%;
  opacity: .05;
}

.choose-thumb {
  height: 100%;
}
.choose-thumb img {
  width: 100%;
}

.choose-content {
  width: 70%;
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .choose-content {
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .choose-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.choose-content h2 {
  margin-bottom: 25px;
}
.choose-content .choose-pera {
  margin-bottom: 30px;
}
.choose-content .choose-item-area .choose-element {
  position: relative;
}
.choose-content .choose-item-area .choose-element::before {
  position: absolute;
  content: '';
  top: 0;
  left: 46%;
  width: 1px;
  height: calc(100% - 35px);
  background-color: #33b5f7;
}
@media only screen and (max-width: 991px) {
  .choose-content .choose-item-area .choose-element::before {
    position: unset;
  }
}

/*-------------------------------------------------
    [ ### Vission Mission Block ]
*/
.work-section .work-overview-item-area {
  position: relative;
}
.work-section .work-overview-item-area::before {
  position: absolute;
  content: '';
  right: 47%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #302d5a;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area::before {
    position: unset;
  }
}
.work-section .work-overview-item-area .work-overview-area .work-overview-content-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area .work-overview-area .work-overview-content-left {
    width: 100%;
  }
}
.work-section .work-overview-item-area .work-overview-area .work-overview-content-right {
  width: 50%;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area .work-overview-area .work-overview-content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.work-section .work-overview-item-area .work-overview-area .work-overview-body {
  background-color: #232550;
  padding: 30px;
  transition: all 0.5s;
}
.work-section .work-overview-item-area .work-overview-area .work-overview-body:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.work-section .work-overview-item-area .work-overview-area .work-overview-body .title {
  margin-bottom: 20px;
}
.work-section .work-overview-item-area .work-overview-area .work-element-one {
  position: absolute;
  content: '';
  top: 7%;
  right: 46%;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.9), transparent);
  border-radius: 4px;
  clip-path: polygon(50% 0, 100% 50%, 50% 99%, 4% 50%);
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area .work-overview-area .work-element-one {
    display: none;
  }
}
.work-section .work-overview-item-area .work-overview-area .work-element-two {
  position: absolute;
  content: '';
  top: 42%;
  right: 46%;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.9), transparent);
  border-radius: 4px;
  clip-path: polygon(50% 0, 100% 50%, 50% 99%, 4% 50%);
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area .work-overview-area .work-element-two {
    display: none;
  }
}
.work-section .work-overview-item-area .work-overview-area .work-element-three {
  position: absolute;
  content: '';
  top: 77%;
  right: 46%;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.9), transparent);
  border-radius: 4px;
  clip-path: polygon(50% 0, 100% 50%, 50% 99%, 4% 50%);
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .work-section .work-overview-item-area .work-overview-area .work-element-three {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### Work Brand ]
*/
.issue-section .issue-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .issue-section .issue-item {
    display: block !important;
  }
}
.issue-section .issue-item .issue-thumb {
  width: 450px;
}
.issue-section .issue-item .issue-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .issue-section .issue-item .issue-thumb {
    width: 100% !important;
  }
}
.issue-section .issue-item .issue-content {
  margin-top: -5px;
  width: calc(100% - 450px);
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .issue-section .issue-item .issue-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.issue-section .issue-item .issue-content .issue-list li {
  padding: 8px 0;
}
.issue-section .issue-item .issue-content .issue-list li i {
  color: #b12046;
  margin-right: 8px;
}

.issue-section-two .issue-item .issue-content .issue-list li i {
  color: #33b5f7;
}
.issue-section-two .ruddra-prev, .issue-section-two .ruddra-next {
  color: #33b5f7;
}
.issue-section-two .ruddra-prev:hover, .issue-section-two .ruddra-next:hover {
  background-color: #33b5f7;
  color: white;
}

.issue-section-three .issue-item .issue-thumb {
  width: 100%;
}
.issue-section-three .issue-item .issue-content {
  background-color: #e3e8f9;
  padding: 30px;
  width: 100%;
  padding-left: 30px;
  margin-top: 0;
}
.issue-section-three .issue-item .issue-content .title {
  margin-bottom: 20px;
}
.issue-section-three .issue-item .issue-content .issue-list li i {
  color: #2a3041;
}

.issue-section-four .issue-item .issue-content .issue-list li i {
  color: #df5dab;
}

.issue-section-five .issue-item .issue-thumb {
  width: 586px;
}
@media only screen and (max-width: 1199px) {
  .issue-section-five .issue-item .issue-thumb {
    width: 100%;
  }
}
.issue-section-five .issue-item .issue-content {
  width: calc(100% - 586px);
  padding: 55px;
}
@media only screen and (max-width: 1199px) {
  .issue-section-five .issue-item .issue-content {
    width: 100%;
    padding: 20px;
  }
}
.issue-section-five .issue-item .issue-content .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.issue-section-five .issue-item .issue-content .issue-title-border {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #629b66;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.issue-section-five .issue-item .issue-content .sub-title {
  padding-bottom: 20px;
}

.issue-section-six .issue-item .issue-content .issue-list li i {
  color: #5f417f;
}
.issue-section-six .ruddra-prev, .issue-section-six .ruddra-next {
  color: #5f417f;
}
.issue-section-six .ruddra-prev:hover, .issue-section-six .ruddra-next:hover {
  background-color: #5f417f;
  color: white;
}

.issue-section-seven .issue-item .issue-content .issue-list li i {
  color: #d43b58;
}
.issue-section-seven .ruddra-prev, .issue-section-seven .ruddra-next {
  color: #d43b58;
}
.issue-section-seven .ruddra-prev:hover, .issue-section-seven .ruddra-next:hover {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  color: white;
}

.issue-section-eight .issue-item .issue-content .issue-list li i {
  color: #424277;
}
.issue-section-eight .ruddra-prev, .issue-section-eight .ruddra-next {
  color: #424277;
}
.issue-section-eight .ruddra-prev:hover, .issue-section-eight .ruddra-next:hover {
  background-color: #424277;
  color: white;
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.pricing-section .pricing-item {
  position: relative;
  background-color: #232550;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  border-radius: 80px 0 80px 0;
}
.pricing-section .pricing-item .pricing-header {
  padding: 40px;
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.7), transparent);
}
.pricing-section .pricing-item .pricing-header .title {
  font-size: 32px;
  color: white;
}
@media only screen and (max-width: 991px) {
  .pricing-section .pricing-item .pricing-header .title {
    font-size: 26px;
  }
}
.pricing-section .pricing-item .pricing-header span {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, rgba(70, 191, 226, 0.9), transparent);
  border-radius: 4px;
  clip-path: polygon(50% 0, 100% 50%, 50% 99%, 4% 50%);
  animation: giraffes 3s linear infinite;
}
.pricing-section .pricing-item .pricing-price .price {
  margin-top: 20px;
}
.pricing-section .pricing-item .pricing-area {
  padding-bottom: 30px;
}
.pricing-section .pricing-item .pricing-list {
  padding: 20px 0;
  text-align: center;
}
.pricing-section .pricing-item .pricing-list li {
  padding: 10px 0;
  color: #dfdfdf;
}
.pricing-section .pricing-item .pricing-list li i {
  color: #33b5f7;
  margin-right: 10px;
}
.pricing-section .pricing-item .pricing-btn {
  text-align: center;
}
.pricing-section .pricing-item::after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-color: transparent;
  border: 5px solid #4087ab;
  border-top: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pricing-section .pricing-item:hover::after {
  height: 200%;
}

.pricing-center {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .pricing-center {
    margin: 0;
  }
}
.pricing-center::after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 200% !important;
  background-color: transparent;
  border: 5px solid #4087ab;
  border-top: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.pricing-section-two {
  background-color: #232550;
}
.pricing-section-two .pricing-item {
  border-radius: 0;
  background-color: #1b1b43;
}
.pricing-section-two .pricing-left-content .title {
  margin-bottom: 20px;
}
.pricing-section-two .pricing-left-content .pricing-left-btn {
  margin-top: 40px;
}

div.gallery {
  border: 1px solid #ccc;
  background-color:#d6d0d0;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.team-section {
  background-color: #232550;
}
.team-section .team-item .brd
{
	border:#CCCCCC solid 1px;
	margin-bottom:20px;
}
.team-section .team-item .team-content {
  padding: 20px;
  background-color: #33b5f7;
}
.team-section .team-item .team-content .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.team-section .team-item .team-content .sub-title {
  color: white;
}
.team-section .team-item:hover .team-thumb-overlay {
  opacity: 1;
}
.team-section .team-item:hover .team-thumb-overlay .team-social li {
  padding-top: 0;
  opacity: 1;
}
.team-section .team-item .team-details {
  position: relative;
  background-color: #1b1b43;
  padding: 30px;
}
.team-section .team-item .team-details::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  background-color: white;
  width: 2px;
  height: 24px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.team-section .team-item .team-details:hover::after {
  height: 48px;
  bottom: -48px;
}
.team-section .team-item .team-number {
  margin-top: 70px;
}
.team-section .team-item .team-number .title {
  font-size: 100px;
  color: #1b1b43;
}

.team-section-two .team-item .team-details::after {
  position: unset;
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.newslatter-section {
  background-color: #232550;
}
.newslatter-section .newslatter-content {
  margin-top: -10px;
}
.newslatter-section .newslatter-content .title {
  color: white;
  margin-bottom: 40px;
}
.newslatter-section .newslatter-content p {
  color: white;
}
.newslatter-section .newslatter-form {
  margin-top: -10px;
}
.newslatter-section .newslatter-form .form-group input {
  width: 100%;
  padding: 18px 30px;
  border-radius: 60px;
  color: #777777;
  font-size: 18px;
}
.newslatter-section .newslatter-form .form-group input::placeholder {
  color: #777777;
}
.newslatter-section .subscribe-btn {
  position: absolute;
  top: -10px;
  right: 0;
  height: 100%;
  width: 110px;
  border: none;
  color: #33b5f7;
  font-size: 30px;
  background-color: transparent;
}

.newsletter-section-two {
  background-color: #1b1b43;
}

/*-------------------------------------------------
    [ ### Pricing ]
*/
.achievement-section {
  position: relative;
}
.achievement-section .achievement-element {
  position: absolute;
  right: 18%;
  bottom: 27%;
}
@media only screen and (max-width: 991px) {
  .achievement-section .achievement-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .achievement-section .achievement-element {
    right: 2%;
    bottom: 26%;
  }
}
@media only screen and (max-width: 1199px) {
  .achievement-section .achievement-element {
    bottom: 22%;
  }
}
.achievement-section .achievement-item-area .achievement-item .achievement-icon i {
  background-color: #b12046;
}
.achievement-section .achievement-item-area .achievement-item .achievement-content span {
  margin-bottom: 10px;
}

.achievement-section .achievement-item .achievement-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #33b5f7;
  font-size: 40px;
}
.achievement-section .achievement-item .achievement-content {
  width: calc(100% - 70px);
  padding-left: 20px;
  margin-top: -5px;
}

.achievement-footer-area {
  position: relative;
  padding: 40px;
  background-color: #1b1b43;
}
.achievement-footer-area::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background-color: #b12046;
}
@media only screen and (max-width: 1199px) {
  .achievement-footer-area::after {
    position: unset;
  }
}
.achievement-footer-area .title {
  color: white;
}

.achievement-section-two .achievement-footer-area {
  margin-top: 150px;
  background-color: #33b5f7;
  text-align: center;
}
.achievement-section-two .achievement-footer-area::after {
  position: inherit;
}

.achievement-section-three {
  background-attachment: fixed;
}
.achievement-section-three .achievement-item {
  background-color: white;
  padding: 30px;
}
.achievement-section-three .achievement-item .achievement-icon i {
  background-color: #2a3041;
  color: #eaad2e;
}

.achievement-section-four .section-header .section-title {
  color: white;
}
.achievement-section-four .section-header p {
  color: white;
}
.achievement-section-four .achievement-item {
  background-color: #df5dab;
  padding: 30px;
}
.achievement-section-four .achievement-item .achievement-icon i {
  background-color: #c45295;
  color: white;
}
.achievement-section-four .achievement-item .achievement-content .title {
  color: white;
}
.achievement-section-four .achievement-item .achievement-content p {
  color: white;
}

.achievement-section-five .achievement-item {
  padding: 40px 30px;
}
.achievement-section-five .achievement-item .achievement-icon {
  margin-bottom: 30px;
}
.achievement-section-five .achievement-item .achievement-icon i {
  background-color: #629b66;
  color: white;
}
.achievement-section-five .achievement-item .achievement-content {
  padding-left: 0;
  width: 100%;
}

.achievement-section-six {
  position: relative;
}
.achievement-section-six .achievement-element {
  position: absolute;
  right: 18%;
  bottom: 16%;
}
@media only screen and (max-width: 1199px) {
  .achievement-section-six .achievement-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .achievement-section-six .achievement-element {
    bottom: 13%;
    right: 3%;
  }
}
.achievement-section-six .achievement-item .achievement-icon i {
  background-color: #5f417f !important;
}
.achievement-section-six .achievement-footer-area {
  background-color: #5f417f;
}
.achievement-section-six .achievement-footer-area::after {
  background-color: #e3e8f9;
}

.achievement-section-seven {
  position: relative;
}
.achievement-section-seven .achievement-element {
  position: absolute;
  right: 18%;
  bottom: 16%;
}
@media only screen and (max-width: 1199px) {
  .achievement-section-seven .achievement-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .achievement-section-seven .achievement-element {
    bottom: 13%;
    right: 3%;
  }
}
.achievement-section-seven .achievement-item .achievement-icon i {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.achievement-section-seven .achievement-footer-area {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}
.achievement-section-seven .achievement-footer-area::after {
  background-color: #e3e8f9;
}

.achievement-section-nine {
  position: relative;
  overflow: hidden;
}
.achievement-section-nine .achievement-element {
  position: absolute;
  right: 15%;
  bottom: 22%;
}
@media only screen and (max-width: 1199px) {
  .achievement-section-nine .achievement-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .achievement-section-nine .achievement-element {
    bottom: 20%;
    right: 0;
  }
}
.achievement-section-nine .achievement-item .achievement-icon i {
  background-color: #424277 !important;
}
.achievement-section-nine .achievement-footer-area {
  background-color: #424277;
  text-align: center;
}
.achievement-section-nine .achievement-footer-area::after {
  position: unset;
}

.achievement-section-eight {
  background-attachment: fixed;
}
.achievement-section-eight .achievement-item {
  background-color: white;
  padding: 30px;
}
.achievement-section-eight .achievement-item .achievement-icon i {
  background-color: #424277;
  color: white;
}

.achievement-section-ten .achievement-item .achievement-icon i {
  background-color: #c94613;
}

/*-------------------------------------------------
    [ ### Faqs ]
    
*/
.faq-section {
  overflow: hidden;
}

.faq-section-five {
  background-color: #f1f1f2;
}

.faq-thumb-area {
  position: relative;
  margin-left: -100px;
}
.faq-thumb-area .faq-element-one {
  position: absolute;
  animation: giraffe 3s linear infinite;
}
@media only screen and (max-width: 991px) {
  .faq-thumb-area .faq-element-one {
    display: none;
  }
}
.faq-thumb-area .faq-element-two {
  position: absolute;
  bottom: 0;
  right: 10%;
  animation: giraffe 5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .faq-thumb-area .faq-element-two {
    display: none;
  }
}
.faq-thumb-area .faq-thumb-four {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .faq-thumb-area .faq-thumb-four {
    display: none;
  }
}

.faq-left-area {
  margin-top: -10px;
}
.faq-left-area h2 {
  margin-bottom: 60px;
}

.faq-thumb {
  margin-left: 100px;
  margin-right: -280px;
  animation: giraffe 3s linear infinite;
}
.faq-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .faq-thumb {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .faq-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.faq-area {
  margin-top: -7px;
  margin-bottom: -40px;
}

.faq-tab-wrapper .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-tab-wrapper .tab-menu li {
  display: inline;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #C3C6C7;
  outline: none;
  margin: 7px;
  transition: all 0.3s;
}
.faq-tab-wrapper .tab-menu li:hover {
  background-color: #33b5f7;
  color: white;
  border: 1px solid #33b5f7;
}

.faq-tab-wrapper .tab-menu li.active {
  color: white;
  background-color: #33b5f7;
  border: 1px solid #33b5f7;
}

.faq-tab-content {
  margin-top: 60px;
}

.faq-wrapper {
  margin: -7px 0;
}
.faq-wrapper .faq-item {
  padding: 15px 0;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: -7px;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #232550;
  box-shadow: 0px 0px 10.24px 5.76px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 15px 30px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title .title {
    font-size: 18px;
  }
}
.faq-wrapper .faq-item .faq-title .title i {
  color: #ff42ae;
  margin-right: 10px;
  font-size: 24px;
}
.faq-wrapper .faq-content {
  display: none;
}
.faq-wrapper .faq-content p {
  margin-top: 20px;
  padding: 25px 0;
}
.faq-wrapper .right-icon {
  display: block;
  position: relative;
}
.faq-wrapper .right-icon::before {
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
}

.faq-item .faq-content p:last-child {
  margin-bottom: -7px;
}

.faq-wrapper .faq-item.open .faq-title {
  background-color: #33b5f7;
}
.faq-wrapper .faq-item.open .faq-title .title {
  color: white;
}

.faq-section-two .faq-wrapper .faq-item.open .faq-title {
  border: 1px solid #629b66;
}
.faq-section-two .faq-wrapper .faq-item.open .faq-title .title {
  color: #629b66;
}
.faq-section-two .faq-wrapper .faq-item.open .right-icon::before {
  border-top: 3px solid #629b66;
  border-left: 3px solid #629b66 !important;
  border-bottom: none !important;
  border-right: none !important;
}

.faq-section-three .faq-wrapper .faq-item.open .faq-title {
  border: 1px solid #b12046;
}
.faq-section-three .faq-wrapper .faq-item.open .faq-title .title {
  color: #b12046;
}
.faq-section-three .faq-wrapper .faq-item.open .right-icon::before {
  border-top: 3px solid #b12046;
  border-left: 3px solid #b12046 !important;
  border-bottom: none !important;
  border-right: none !important;
}

.faq-section-four .faq-wrapper .faq-item.open .faq-title {
  border: 1px solid #c94613;
}
.faq-section-four .faq-wrapper .faq-item.open .faq-title .title {
  color: #c94613;
}
.faq-section-four .faq-wrapper .faq-item.open .right-icon::before {
  border-top: 3px solid #c94613;
  border-left: 3px solid #c94613 !important;
  border-bottom: none !important;
  border-right: none !important;
}

.faq-section-six {
  background-color: #0f1932;
}

.faq-section-five .faq-wrapper .faq-item.open .faq-title {
  background-color: #5f417f;
}

.faq-section-seven .faq-wrapper .faq-item .right-icon::before {
  border-top: 3px solid #5f417f;
  border-right: 3px solid #5f417f;
}

.faq-item.open .faq-title .title {
  color: #33b5f7;
}

.faq-item.active .faq-content {
  display: block;
}

.faq-item.open .right-icon::before {
  border-top: 3px solid white;
  border-left: 3px solid white !important;
  border-bottom: none !important;
  border-right: none !important;
}

.faq-item .right-icon::before {
  position: absolute;
  content: '';
  top: -7px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq-list li a {
  font-weight: 600;
  padding: 6px 0;
  transition: all 0.3s;
}
.faq-list li a:hover {
  color: #1b1b43;
}

.faq-list-area {
  margin-top: -5px;
}

.faq-form {
  margin-bottom: -20px;
}

.faq-form .form-group input {
  color: #777777;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
}
.faq-form .form-group input::placeholder {
  color: #777777;
}
.faq-form .form-group textarea {
  color: #777777;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
}
.faq-form .form-group textarea::placeholder {
  color: #777777;
}
.faq-form .form-group input[type="submit"] {
  width: auto;
  background-color: #33b5f7;
  color: white;
}

.faq-section-three .trial-area-two .trial-form input[type="submit"] {
  background-color: #b12046;
}

.faq-section-four .trial-area-two .trial-form input[type="submit"] {
  background-color: #c94613;
}

.faq-list li a {
  color: #dfdfdf;
}
.faq-list li a:hover {
  color: #33b5f7;
}

/*-------------------------------------------------
    [ ### Support Ticket ]
*/
.counter-section {
  background-attachment: fixed;
}

.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.counter-item, .counter-item-two {
  width: 100%;
  position: relative;
}

.counter-item .counter-content, .counter-item-two .counter-content {
  text-align: left;
}

.counter-item .odo-area {
  position: relative;
  padding-left: 8px;
  transition: all 0.7s;
}
.counter-item .odo-area::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -42px;
  width: 35px;
  height: 112%;
  border: 4px solid #33b5f7;
  opacity: .4;
  z-index: -1;
  transition: all 0.7s;
}
@media only screen and (max-width: 991px) {
  .counter-item .odo-area::before {
    top: -12px;
  }
}
.counter-item .odo-area:hover::before {
  top: -22px;
}

.counter-item .odo-area .odo-title, .counter-item-two .odo-area .odo-title {
  color: #fff;
  display: inline-block;
}

.counter-item .odo-area .odo-title span, .counter-item-two .odo-area .odo-title span {
  font-size: inherit;
  color: inherit;
}

.counter-item .counter-content p, .counter-item-two .counter-content p {
  font-weight: 500;
}

.counter-item:last-child::after, .counter-item-two:last-child::after {
  display: none;
}

@media (min-width: 576px) {
  .counter-item, .counter-item-two {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .counter-item, .counter-item-two {
    width: 25%;
  }

  .counter-item::after, .counter-item-two::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 38px);
    background: #cbc5f2;
    right: 70px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .counter-item::after, .counter-item-two::after {
    position: unset;
  }
}

@media (min-width: 992px) {
  .counter-item .counter-content .odo-title, .counter-item-two .counter-content .odo-title {
    font-size: 40px;
    margin-top: -20px;
  }
}
.counter-area-two {
  margin-top: 80px;
}
.counter-area-two .counter-item-two {
  width: 33.33%;
}
.counter-area-two .counter-item-two::after {
  right: 28px;
}
.counter-area-two .counter-item-two .counter-content {
  text-align: left;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.political-section {
  position: relative;
  background-color: #2a3041;
  overflow: hidden;
}
.political-section .political-element {
  position: absolute;
  right: 18%;
  bottom: -8%;
}
@media only screen and (max-width: 991px) {
  .political-section .political-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .political-section .political-element {
    right: 12%;
  }
}
.political-section .political-content h2 {
  color: white;
  padding-bottom: 20px;
}
.political-section .political-content p {
  color: white;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .political-section .political-content p {
    width: 100%;
  }
}
.political-section .political-content .political-item-area {
  position: relative;
  margin-top: 60px;
}
.political-section .political-content .political-item-area::before {
  position: absolute;
  content: '';
  top: 25px;
  left: 30px;
  border-left: 4px dotted #373c4c;
  height: calc(100% - 50px);
  width: 2px;
}
.political-section .political-content .political-item-area .political-item .political-icon {
  z-index: 2;
}
.political-section .political-content .political-item-area .political-item .political-icon i {
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eaad2e;
  background-color: #2a3041;
}
.political-section .political-content .political-item-area .political-item .political-details {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.political-section .political-content .political-item-area .political-item .political-details h3 {
  color: white;
}
.political-section .political-content .political-item-area .political-item .political-details .sub-title {
  color: white;
}

.political-section-five {
  position: relative;
  background-color: #e3e8f9;
}
.political-section-five .political-element {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .political-section-five .political-element {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .political-section-five .political-element {
    right: 0;
  }
}
.political-section-five::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #629b66;
}
@media only screen and (max-width: 1199px) {
  .political-section-five::after {
    position: unset;
  }
}
.political-section-five .political-content h2 {
  color: #292929;
}
.political-section-five .political-content p {
  color: #777777;
}
.political-section-five .political-content .political-item-area::before {
  position: inherit;
}
.political-section-five .political-content .political-item-area .political-item .political-icon i {
  background-color: #629b66;
  border: 2px solid white;
}
.political-section-five .political-content .political-item-area .political-item .political-details {
  width: calc(100% - 60px);
}
.political-section-five .political-content .political-item-area .political-item .political-details h3 {
  color: #292929;
}
.political-section-five .political-content .political-item-area .political-item .political-details .sub-title {
  color: #777777;
}
.political-section-five .political-content .political-item-area .political-item .political-details p {
  margin-top: 15px;
}

.political-section-nine .political-content .political-item-area .political-item .political-icon i {
  border: 1px solid #80d8b2;
}

/*-------------------------------------------------
    [ ### Founder Message Block ]
*/
.vission-section .vission-content {
  margin-top: -10px;
}
.vission-section .vission-content .title {
  padding-bottom: 20px;
}
.vission-section .vission-content .vission-list li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 15px;
}
.vission-section .vission-content .vission-list li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #33b5f7;
}
.vission-section .vission-content .vission-content-thumb {
  margin-top: 40px;
}

.vission-section-three .vission-content .vission-list li::before {
  background-color: #2a3041;
}

.vission-section-four .vission-content .vission-list li::before {
  background-color: #df5dab;
}

.vission-section-five .vission-content .vission-list li::before {
  background-color: #629b66;
}

.vission-section-six .vission-content .vission-list li::before {
  background-color: #5f417f;
}

.vission-section-seven .vission-content .vission-list li::before {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.vission-section-ten .vission-content .vission-list li::before {
  background-color: #c94613;
}

/*-------------------------------------------------
    [ ### Fan Fact Block ]
*/
.package-left-content {
  margin-top: -10px;
}

.package-left-content .title {
  margin-bottom: 20px;
}

.package-left-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
  font-weight: 600;
}

.package-item {
  padding: 60px 40px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.package-item:hover {
  box-shadow: 0px 15px 36px -3px rgba(0, 0, 0, 0.35);
}

.package-details .title {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .package-details .title {
    font-size: 22px;
  }
}

.package-list {
  margin-top: 15px;
}

.package-list li {
  padding: 5px 0;
}

.package-list li span {
  float: right;
}

.package-btn {
  margin-top: 30px;
}

.package-item:hover .btn-border {
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  color: white;
  border: 1px solid transparent;
}

.sec-bg {
  background-color: #fafafa;
}

.four-not-four-section {
  overflow: hidden;
  background-color: #1b1b43;
}
.four-not-four-section .row {
  min-height: 100vh;
}

.four-not-four-content .sub-title {
  color: white;
  font-size: 40px;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.four-not-four-content .title {
  color: white;
  font-size: 40px;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .four-not-four-content .title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .four-not-four-content .sub-title {
    font-size: 24px !important;
  }

  .four-not-four-content .title {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .four-not-four-content .sub-title {
    font-size: 32px;
  }

  .four-not-four-content .title {
    font-size: 32px;
  }
}
.swiper-notification {
  display: none;
}

.present-item {
  background-color: white;
  box-shadow: 0px 6px 48.02px 0.98px rgba(89, 92, 98, 0.11);
}
@media only screen and (max-width: 575px) {
  .present-item {
    display: block !important;
  }
}
.present-item .present-thumb-area {
  width: 50%;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #e5e5e5;
  line-height: 350px;
}
@media only screen and (max-width: 575px) {
  .present-item .present-thumb-area {
    width: 100%;
  }
}
.present-item .present-content {
  padding: 40px;
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .present-item .present-content {
    width: 100%;
  }
}
.present-item .present-content .title {
  margin-bottom: 20px;
}
.present-item .present-content p {
  margin-bottom: 20px;
}
.present-item .present-content span {
  font-size: 30px;
  color: #292929;
}
.present-item .present-content .sub-title-disable {
  font-weight: 400;
  text-decoration: line-through;
}
.present-item .present-content .sub-main-title {
  font-weight: 600;
  margin-left: 5px;
}
.present-item .present-content .present-btn {
  margin-top: 40px;
}
.present-item .present-content .present-offer {
  margin-bottom: 20px;
}
.present-item .present-content .present-offer span {
  font-size: 16px;
  background-color: #cc213d;
  color: white;
  padding: 5px 8px;
}

.present-section-two .present-thumb-area {
  width: 100%;
}
.present-section-two .present-content {
  width: 100%;
}
.present-section-two .present-content .present-offer span {
  background-color: #33b5f7;
}

.present-section-three .present-thumb-area {
  background-color: #1d273e;
  border: none;
}
.present-section-three .present-content .title {
  color: #292929;
}
.present-section-three .present-content p {
  color: #777777;
}

.privacy-top-area {
  background-color: #fafafa;
  padding: 120px;
}
@media only screen and (max-width: 991px) {
  .privacy-top-area {
    padding: 40px;
  }
}

.privacy-left-content {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .privacy-left-content {
    width: 100%;
  }
}

.privacy-content-area {
  background-color: #232550;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
}

.privacy-single-content-area {
  border-bottom: 1px solid #3f3782;
}
.privacy-single-content-area:last-child {
  border: none;
}
.privacy-single-content-area .title {
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #3f3782;
}
@media only screen and (max-width: 575px) {
  .privacy-single-content-area .title {
    font-size: 18px;
  }
}
.privacy-single-content-area p {
  padding: 20px;
}
.privacy-single-content-area .privacy-content-list {
  padding: 0 20px;
  width: 40%;
}
@media only screen and (max-width: 575px) {
  .privacy-single-content-area .privacy-content-list {
    width: 100%;
  }
}
.privacy-single-content-area .privacy-content-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #dfdfdf;
}
.privacy-single-content-area .privacy-content-list li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #33b5f7;
}

.refund-section .privacy-single-content-area .title span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #33b5f7;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-weight: 500;
  margin-right: 10px;
}

.refund-list li {
  color: #33b5f7;
}
.refund-list li::before {
  position: unset;
}

.terms-sidebar {
  margin-top: -10px;
  margin-bottom: -7px;
}

.terms-sidebar li a {
  width: 100%;
  padding: 10px 13px;
  color: white;
}

.terms-sidebar > li.open > ul {
  background-color: transparent;
}

.terms-sidebar > li:first-child {
  padding-top: 0;
}

.terms-sidebar > li.open > a {
  color: white;
  font-weight: 600;
  color: #33b5f7;
}

.terms-sidebar > li.open > a::before {
  color: white;
}

.terms-sidebar > li > a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.terms-sidebar > li > a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: var(--para-color);
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 5px;
}

.terms-sidebar li:first-child > ul {
  display: block;
}

.terms-sidebar > li ul {
  padding-left: 20px;
  display: none;
}

.terms-sidebar > li ul li a {
  font-size: 16px;
  color: white;
  border: none;
  font-weight: 600;
  padding: 5px 0;
  transition: all 0.3s;
}

.terms-sidebar > li ul li a:hover {
  color: #33b5f7;
}

.terms-sidebar > li ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #33b5f7;
  margin-right: 5px;
}

.terms-content {
  padding-bottom: 20px;
}
.terms-content:last-child {
  padding-bottom: 0;
}
.terms-content .title {
  margin-bottom: 20px;
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .terms-content .title {
    font-size: 22px;
  }
}

.terms-item {
  padding: 15px 0;
}
.terms-item li {
  color: #dfdfdf;
  padding: 6px 0;
}

.register-section {
  position: relative;
  background-image: url("../images/account.png");
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
}

.register-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.register-form-area {
  padding: 60px;
  background-color: #232550;
  box-shadow: 0px 0px 14.7px 6.3px rgba(66, 133, 244, 0.2);
  border-radius: 0 60px;
}
@media only screen and (max-width: 575px) {
  .register-form-area {
    padding: 30px;
  }
}

.register-form-area .title {
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .register-form-area .title {
    font-size: 20px !important;
  }
}

.login-form-area .title {
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .login-form-area .title {
    font-size: 20px !important;
  }
}

.create-account-form {
  margin-bottom: -15px;
  overflow: hidden;
}

.create-account-form .form-group {
  position: relative;
  margin-top: 10px;
}

.create-account-form .form-group input {
  height: 45px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  padding: 0;
  color: #dfdfdf;
  border: 1px solid transparent;
  border-bottom: 1px solid #e5e5e5;
}
.create-account-form .form-group input::placeholder {
  color: #dfdfdf;
}

.form-group .show-pass {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  color: #dfdfdf;
}

.create-account-form .form-group .checkbox-wrapper .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 20px;
  margin-top: 15px;
}

.create-account-form .form-group .checkbox-wrapper .checkbox-item input[type="radio"] {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.create-account-form .form-group .checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: #dfdfdf;
}

.create-account-form .form-group input[type="submit"] {
  width: auto;
  padding: 10px 30px;
  background: #33b5f7;
  color: #fff;
  border-color: transparent;
  margin-top: 5px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sign-up-option {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-top: 40px;
}

.sign-up-option li {
  padding: 5px;
  display: inline;
}

.sign-up-option li a {
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  background: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
}

.sign-up-option li a i {
  margin-right: 5px;
}

.sign-up-option li a.google {
  background: #dd4b39;
}

.sign-up-option li a.facebook {
  background: #3b5998;
}

.sign-up-option li a.twitter {
  background: #55acee;
}

.account-area {
  display: none;
}

.account-area.change-form {
  display: block;
}

.login-form-area {
  padding: 60px;
  background-color: #232550;
  box-shadow: 0px 0px 14.7px 6.3px rgba(66, 133, 244, 0.2);
  border-radius: 0 60px;
}
@media only screen and (max-width: 575px) {
  .login-form-area {
    padding: 30px;
  }
}

.lost-pass {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: -7px;
  justify-content: space-between;
}

.lost-pass li {
  padding: 0;
}

.lost-pass li a {
  color: #dfdfdf;
  position: relative;
  display: flex;
  margin-top: 15px;
}

.lost-pass .form-group--style {
  margin-top: 0;
  float: right;
}

.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-section .contact-element {
  position: absolute;
  top: -40%;
  left: -7%;
  opacity: .02;
}

.maps {
  height: 480px;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}
.contact-form-area {
  margin-top: -5px;
}

.contact-area {
  padding: 60px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}
.contact-area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #33b5f7;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header {
  margin-top: -5px;
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    font-size: 22px;
  }
}

.contact-item {
  background-color: #232550;
  padding: 30px;
  align-items: center;
}

.contact-icon {
  width: 40px;
}

.contact-icon i {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}

.contact-content {
  width: calc(100% - 40px);
  padding-left: 20px;
}

.contact-item li {
  color: white;
  padding: 5px 0;
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #33b5f7;
}

.contact-form-area .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}
.contact-form-area p {
  margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
  background-color: #232550;
  color: #dfdfdf;
  padding: 12px 20px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #dfdfdf;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #33b5f7;
  padding: 15px 60px;
  color: white;
}

.details-area {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.details-area .details-header {
  padding: 30px 30px;
  border-bottom: 1px solid #e1e1e1;
}

.details-area .details-header .privacy-post {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.single-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 575px) {
  .single-row {
    padding: 30px 30px;
  }
}
.single-row .left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 40px 15px;
}

@media (max-width: 575px) {
  .single-row .left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .single-row .right {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    border-left: 0px solid !important;
    margin-top: 20px;
  }
}
.single-row .left span {
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.single-row .left span::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #33b5f7;
  opacity: 0;
}

@media (max-width: 575px) {
  .single-row .left span::before {
    opacity: 1;
  }
}
.single-row .right {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 40px 15px;
  border-left: 1px solid #e1e1e1;
}

.single-row .right p a {
  color: #33b5f7;
  text-decoration: underline;
}

.single-row .left span {
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: #292929;
  font-size: 18px;
}

.single-row .right .top {
  width: 65%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .single-row .right .top {
    width: 100%;
  }
}
.single-row .right ul:not(.social-list) li {
  position: relative;
  padding-left: 20px;
}

.single-row .right ul:not(.social-list) li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-color: #33b5f7;
}

.know-section .know-content {
  width: 86%;
  margin-top: -8px;
}
@media only screen and (max-width: 991px) {
  .know-section .know-content {
    width: 100%;
  }
}
.know-section .know-content .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.know-section .know-content p {
  margin-bottom: 20px;
}
.know-section .know-content .know-item li {
  position: relative;
  padding-left: 20px;
  margin-top: 6px;
}
.know-section .know-content .know-item li::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #33b5f7;
}
.know-section .know-thumb {
  height: 100%;
}

.know-section-two .know-content .know-item li::before {
  background-color: #629b66;
}
.know-section-two .know-thumb {
  position: relative;
}
.know-section-two .know-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #629b66;
  opacity: .8;
}

.know-section-three .know-content .know-item li::before {
  background-color: #b12046;
}
.know-section-three .know-thumb {
  position: relative;
}
.know-section-three .know-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b12046;
  opacity: .8;
}

.know-section-four .know-content .know-item li::before {
  background-color: #c94613;
}
.know-section-four .know-thumb {
  position: relative;
}
.know-section-four .know-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c94613;
  opacity: .8;
}

@media only screen and (max-width: 575px) {
  .know-section .mrb-30 {
    margin-bottom: 0;
  }

  .know-section-five .mrb-30 {
    margin-bottom: 30px;
  }
}
.know-section-five .counter-area {
  margin-top: 40px;
}
.know-section-five .counter-area .counter-item .counter-number {
  color: #c94613;
}
.know-section-five .counter-area .counter-item .counter-content {
  color: #292929;
}

.video-thumb {
  position: relative;
}

.video-icon {
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .video-icon {
    display: none;
  }
}

.video-icon a {
  color: #33b5f7;
  background-color: #1b1b43;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 40px;
}

.video-icon-two a {
  color: #33b5f7;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-three a {
  color: #2a3041;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-four a {
  color: #df5dab;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-five a {
  color: #629b66;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-six a {
  color: #5f417f;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-eight a {
  color: white;
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-nine a {
  color: #424277;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-ten a {
  color: #80d8b2;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon-eleven a {
  color: #c94613;
  background-color: white;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.video-icon a::before, .video-icon a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: #1b1b43;
  opacity: 0.15;
  z-index: -10;
}

.video-icon-seven {
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: inherit !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
}
.video-icon-seven a {
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #5f417f;
}

.video-icon-two a::before, .video-icon-two a::after {
  background-color: white;
}

.video-icon a::before {
  z-index: -10;
  -webkit-animation: inner-ripple 3000ms linear infinite;
  -moz-animation: inner-ripple 3000ms linear infinite;
  animation: inner-ripple 3000ms linear infinite;
}

.video-icon a::after {
  z-index: -10;
  -webkit-animation: outer-ripple 3000ms linear infinite;
  -moz-animation: outer-ripple 3000ms linear infinite;
  animation: outer-ripple 3000ms linear infinite;
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
.video-details {
  margin-top: 30px;
}

.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.bottom-content {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bottom-content .header-nav-menu li {
  padding-top: 30px;
  text-align: center;
  border-bottom: 1px solid #1b1b43;
}
.bottom-content .header-nav-menu li:last-child {
  border: none;
}
.bottom-content .header-nav-menu li a {
  color: white;
  font-size: 18px;
  padding: 8px 10px;
  background-color: #2a3041;
  margin-bottom: 30px;
  text-align: center;
}
.bottom-content .header-nav-menu li a.active, .bottom-content .header-nav-menu li a:hover {
  background-color: #df5dab;
}

.cart-content .skip {
  position: absolute;
  top: 0;
  right: 8px;
}

.cart-content .skip i {
  color: #e2e2e2;
}

.cart-sidebar-area {
  background-color: #040e27;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px 0;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  /* IE 9 */
  -webkit-transform: translateX(350px);
  /* Chrome, Safari, Opera */
  transform: translateX(350px);
}

.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0px);
  /* IE 9 */
  -webkit-transform: translateX(0px);
  /* Chrome, Safari, Opera */
  transform: translateX(0px);
}

.side-sidebar-close-btn {
  position: absolute;
  right: 10px;
  top: 0px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 999;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.brand-wrapper {
  overflow: hidden;
}

.brand-item {
  opacity: .7;
  transition: all .5s;
}
.brand-item:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-thumb .overlay-date {
  position: absolute;
  background-color: #33b5f7;
  color: #fff;
  font-size: 16px;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
}

.blog-thumb img {
  width: 100%;
  display: block;
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.blog-thumb:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.blog-content {
  background-color: #232550;
  padding: 20px;
  transition: all 0.7s;
}
.blog-content .blog-body {
  padding: 25px 10px;
}
.blog-content .date {
  color: #33b5f7;
}
.blog-content .date i {
  margin-right: 6px;
}
.blog-content .title {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
  }
}
.blog-content .blog-btn {
  margin-top: 40px;
}
.blog-content .blog-footer {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.blog-content .blog-footer .user {
  color: #b12046;
}
.blog-content .blog-footer .user::before {
  content: '-';
  margin-right: 5px;
}
.blog-content .blog-footer .blog-post-area {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-content .blog-footer .blog-post-area {
    margin-left: 0;
  }
}

.blog-slider {
  overflow: hidden;
}

.blog-item {
  transition: all 0.7s;
}
.blog-item:hover .trans-btn {
  color: #33b5f7;
}
.blog-item:hover .trans-btn::after {
  width: 30px;
  right: -40px;
}

.blog-right-item {
  background-color: #232550;
  padding: 30px 20px;
}
.blog-right-item .title {
  margin-bottom: 15px;
}
.blog-right-item .date i {
  margin-right: 10px;
  color: #33b5f7;
}

.blog-details-content .date {
  margin-bottom: 15px;
}

.user-profile {
  background-color: #232550;
  padding: 30px 20px;
}
.user-profile .title {
  margin-bottom: 15px;
  margin-top: 20px;
}
.user-profile .profile-social {
  margin-top: 20px;
}
.user-profile .profile-social li {
  display: inline-block;
}
.user-profile .profile-social li a {
  display: block;
  color: #dfdfdf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.user-profile .profile-social li + li {
  margin-left: 10px;
}

.widget-box .search-option input {
  background: #232550;
  color: #dfdfdf;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  width: 100%;
  border: none;
  padding: 15px 25px;
}

.widget-box .search-option input::placeholder {
  color: #dfdfdf;
}

.widget-box .search-submit {
  position: absolute;
  right: 8px;
  margin-top: -54px;
  width: 60px;
  height: 54px;
  color: #dfdfdf;
  background: transparent;
}

.widget-box .category-content li {
  position: relative;
  background-color: #232550;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 16px 30px;
  margin-bottom: 10px;
  color: #dfdfdf;
}
.widget-box .category-content li.active {
  position: relative;
  background-color: #33b5f7;
  color: white;
}
.widget-box .category-content li:hover {
  background-color: #33b5f7;
  color: white;
}
.widget-box .category-content li a {
  font-weight: 600;
}

.category-content li:before {
  position: absolute;
  left: -5px;
  bottom: 15px;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s;
}

.category-content li:hover::before, .category-content li:hover::after {
  opacity: 1;
}

.category-content li.active:before {
  position: absolute;
  left: -5px;
  bottom: 19px;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(50%);
  opacity: 1;
  transition: all 0.3s;
}

.contact-widget-box {
  background-color: #232550;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.contact-widget-box .title {
  margin-bottom: 15px;
  color: white;
}
.contact-widget-box p {
  color: white;
  margin-bottom: 30px;
}

.blog-details-content .blog-title {
  font-size: 28px;
}
@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}

.leave-comment {
  margin-top: 80px;
  padding: 20px;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  background-color: #232550;
}
.leave-comment .title {
  margin-bottom: 30px;
}

.comment-form input {
  color: #dfdfdf;
  padding: 12px 25px;
  background-color: #1b1b43;
}
.comment-form input::placeholder {
  color: #dfdfdf;
}
.comment-form textarea {
  color: #dfdfdf;
  background-color: #1b1b43;
}
.comment-form textarea::placeholder {
  color: #dfdfdf;
}
.comment-form input[type="submit"] {
  width: auto;
  background-color: #33b5f7;
  color: white;
  padding: 15px 30px;
}
.comment-form input[type="submit"]:hover {
  border: none;
}

blockquote .quote-content {
  font-size: 18px;
  color: white;
  background-color: #1b1b43;
  text-align: center;
  padding: 20px 25px;
}
@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
  }
}

.comments-section {
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 25px;
  overflow: hidden;
  margin-top: 80px;
  background-color: #232550;
}

.comments-section .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.comments-section .comment-wrapper {
  margin: 0;
  padding: 0;
}

.comments-section .comment-item {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
  .comments-section .comment-item {
    display: block;
  }
}
@media (min-width: 576px) {
  .comment-item {
    padding: 30px 25px 20px 40px;
  }
}
@media (min-width: 768px) {
  .comment-item {
    margin-bottom: 20px;
  }
}
.comment-item:last-child {
  margin-bottom: 0;
}

.comment-item .comment-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.comment-item .comment-content {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .comment-item .comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.comment-item .comment-content .sub-title {
  display: block;
  font-size: 18px;
}

.comment-item .comment-content .sub-title a {
  color: white;
  font-weight: 600;
}

.comment-item .comment-content .sub-title a:hover {
  text-decoration: none;
}

.comment-item .comment-content span {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-item .comment-content p {
  margin: 0;
}

.comments-section .comment-wrapper li .reply-wrapper {
  padding-left: 60px;
}
@media only screen and (max-width: 575px) {
  .comments-section .comment-wrapper li .reply-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
}

.comment-item .comment-content .reply-button {
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.comment-item .comment-content .reply-button i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #dfdfdf;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.comment-item .comment-content:hover .reply-button i {
  background-color: #33b5f7;
  color: white;
  border: 1px solid #33b5f7;
}

.blog-section-two .ruddra-prev, .blog-section-two .ruddra-next {
  color: #33b5f7;
}
.blog-section-two .ruddra-prev:hover, .blog-section-two .ruddra-next:hover {
  background-color: #33b5f7;
  color: white;
}
.blog-section-two .overlay-date {
  background-color: #33b5f7;
}
.blog-section-two .blog-item .blog-content .blog-footer .user {
  color: #33b5f7;
}

.blog-section-three .ruddra-prev, .blog-section-three .ruddra-next {
  color: #2a3041;
}
.blog-section-three .ruddra-prev:hover, .blog-section-three .ruddra-next:hover {
  background-color: #2a3041;
  color: #eaad2e;
}
.blog-section-three .overlay-date {
  background-color: #2a3041;
  color: #eaad2e;
}
.blog-section-three .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-four .ruddra-prev, .blog-section-four .ruddra-next {
  color: #2a3041;
}
.blog-section-four .ruddra-prev:hover, .blog-section-four .ruddra-next:hover {
  background-color: #df5dab;
  color: white;
}
.blog-section-four .overlay-date {
  background-color: #df5dab;
  color: white;
}
.blog-section-four .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-five .ruddra-prev, .blog-section-five .ruddra-next {
  color: #2a3041;
}
.blog-section-five .ruddra-prev:hover, .blog-section-five .ruddra-next:hover {
  background-color: #629b66;
  color: white;
}
.blog-section-five .blog-item .blog-content {
  background-color: #e3e8f9;
}
.blog-section-five .blog-item .blog-content .blog-header {
  background-color: #629b66;
  padding: 30px 20px;
}
.blog-section-five .blog-item .blog-content .blog-header .title {
  color: white;
}
.blog-section-five .blog-item .blog-content p {
  padding: 20px;
}
.blog-section-five .blog-item .blog-content .blog-body {
  padding: 0;
}
.blog-section-five .blog-item .blog-content .blog-post-meta span {
  color: white;
}
.blog-section-five .blog-item .blog-content .blog-post-meta span i {
  margin-right: 10px;
}
.blog-section-five .blog-item .blog-content .blog-post-meta .blog-meta-adress {
  margin-left: 10px;
}
@media only screen and (max-width: 420px) {
  .blog-section-five .blog-item .blog-content .blog-post-meta .blog-meta-adress {
    margin-left: 0;
  }
}

.blog-section-six .ruddra-prev, .blog-section-six .ruddra-next {
  color: #5f417f;
}
.blog-section-six .ruddra-prev:hover, .blog-section-six .ruddra-next:hover {
  background-color: #5f417f;
  color: white;
}
.blog-section-six .overlay-date {
  background-color: #5f417f;
  color: white;
}
.blog-section-six .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-seven .ruddra-prev, .blog-section-seven .ruddra-next {
  color: #d43b58;
}
.blog-section-seven .ruddra-prev:hover, .blog-section-seven .ruddra-next:hover {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  color: white;
}
.blog-section-seven .overlay-date {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  color: white;
}
.blog-section-seven .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-eight .ruddra-prev, .blog-section-eight .ruddra-next {
  color: #424277;
}
.blog-section-eight .ruddra-prev:hover, .blog-section-eight .ruddra-next:hover {
  background-color: #424277;
  color: white;
}
.blog-section-eight .overlay-date {
  background-color: #424277;
  color: white;
}
.blog-section-eight .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-nine .ruddra-prev, .blog-section-nine .ruddra-next {
  color: #2a3041;
}
.blog-section-nine .ruddra-prev:hover, .blog-section-nine .ruddra-next:hover {
  background-color: #80d8b2;
  color: white;
}
.blog-section-nine .overlay-date {
  background-color: #2a3041;
  color: #80d8b2;
}
.blog-section-nine .blog-item .blog-content {
  background-color: #e3e8f9;
}

.blog-section-ten .ruddra-prev, .blog-section-ten .ruddra-next {
  color: #2a3041;
}
.blog-section-ten .ruddra-prev:hover, .blog-section-ten .ruddra-next:hover {
  background-color: #c94613;
  color: white;
}
.blog-section-ten .overlay-date {
  background-color: #c94613;
  color: white;
}

/*--------------------------------------------------------------
# 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;
  border-radius: 0;
}
.post.single-post h3, .post.single-post h4, .post.single-post h5, .post.single-post h6 {
  margin-bottom: 15px;
}
.post.single-post .post-thumb {
  margin-bottom: 0;
}
.post.single-post .post-thumb:before {
  background: transparent;
}
.post.single-post .entry-title {
  font-size: 42px;
  line-height: 1.25em;
}
@media only screen and (max-width: 1199px) {
  .post.single-post .entry-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .post.single-post .entry-title {
    font-size: 26px;
  }
}
.post.single-post .post-details {
  padding: 30px 0px 25px;
}
.post.single-post ul li, .post.single-post ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.post.single-post > ul,
.post.single-post > ol {
  padding-left: 20px;
}
.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: 30px;
}
.post.single-post figure span {
  color: #979797;
  font-size: 12px;
  display: block;
  padding: 13px 0 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 {
  border-left: 2px solid #1b1b43;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-top: 20px;
  position: relative;
  color: #292929;
  margin-top: 25px;
}
.post.single-post blockquote:before {
  content: "\ebda";
  position: absolute;
  top: -15px;
  left: 13px;
  color: #1b1b43;
  opacity: 0.2;
  font-family: "remixicon";
  font-size: 80px;
  line-height: 1em;
}
.post.single-post blockquote img {
  margin-bottom: 25px;
  border-radius: 0px;
}
.post.single-post blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6em;
}
.post.single-post blockquote p:last-child {
  margin-bottom: 0;
}
.post.single-post blockquote p cite {
  margin-left: 0;
  padding-left: 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: #292929;
  padding: 3px 10px 0 0;
}
.entry-tag .tags > a {
  display: inline-block;
  font-size: 15px;
  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: #1b1b43;
}

.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: #292929;
  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: #888;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 5px;
}
.entry-share .share a:hover {
  color: #1b1b43 !important;
}

.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: #1b1b43;
}

/* [ ## 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: 17px;
  margin-bottom: 20px;
}
.author-info #author-details .author-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #292929;
  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-size: 16px;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-us-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-block .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.about-us-block .mock-up-thumb-back {
  width: calc(50% - 385px);
}
@media only screen and (max-width: 1366px) {
  .about-us-block .mock-up-thumb-back {
    width: calc(50% - 320px);
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-block .mock-up-thumb-back {
    width: calc(50% - 270px);
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block .mock-up-thumb-back {
    display: none;
  }
}
.about-us-block .mock-up-thumb {
  border: 15px solid white;
  position: relative;
  box-shadow: 10px 0 35px rgba(0, 0, 0, 0.09);
  border-radius: 0 0 120px 0;
  overflow: hidden;
}
.about-us-block .mock-up-thumb .video-btn-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-us-block .video-btn:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.single-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.single-info:last-child {
  margin-bottom: 0;
}
.single-info:nth-child(2n) .icon:before {
  transform: rotate(180deg);
}
.single-info:hover .icon:before {
  transform: rotate(180deg);
}
.single-info:hover:nth-child(2n) .icon:before {
  transform: rotate(360deg);
}
.single-info > .icon {
  width: 70px;
  text-align: center;
  flex: 0 0 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 36px;
  color: #1b1b43;
  position: relative;
  transition: all 0.4s;
}
.single-info > .icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #1b1b43;
  z-index: 1;
  border-radius: inherit;
  transition: all 0.4s;
}
.single-info .info {
  padding-left: 20px;
  margin-top: -5px;
}
.single-info .info .heading {
  margin-bottom: 10px;
}

.text-block .video-abs-center .video-btn-area {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .text-block .text-right {
    text-align: left !important;
  }
}

.text-about-block .text-about-content {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .text-about-block .text-about-content {
    padding-left: 0px;
  }
}

.about-list {
  margin-top: -10px;
}
.about-list .item {
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}
.about-list .item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #1b1b43;
}
.about-list .item:last-child {
  margin-bottom: -5px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-info-block .section-heading {
  margin-bottom: 40px;
}
.contact-info-block .contact-info-area .section-heading:before {
  background: linear-gradient(to right, white, transparent);
}
.contact-info-block .contact-info {
  display: flex;
  margin-bottom: 35px;
}
.contact-info-block .contact-info:last-child {
  margin-bottom: 0;
}
.contact-info-block .contact-info .icon {
  flex: 0 0 35px;
  max-width: 35px;
  font-size: 20px;
}
.contact-info-block .contact-info .info {
  color: #eff4fa;
}
.contact-info-block .contact-info .info .title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -2px;
}
.contact-info-block .contact-info .info p {
  line-height: 1.7em;
}
.contact-info-block .contact-info .info p span,
.contact-info-block .contact-info .info p a {
  display: block;
}
.contact-info-block .contact-info .info p a:hover,
.contact-info-block .contact-info .info p a:focus {
  color: #1b1b43;
}

.contact-info-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .contact-info-content {
    display: block;
  }
}
.contact-info-content .contact-info-area {
  background-color: #1b1b43;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-area {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-area {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-content .contact-info-area {
    padding: 50px 20px;
  }
}
.contact-info-content .contact-form-area {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 60px 50px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-form-area {
    padding: 60px 0px 0 45px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-form-area {
    max-width: 100%;
    padding: 60px 0px 0 0px;
  }
}

#gmaps {
  min-height: 650px;
  background-color: #fafafa;
}
@media only screen and (max-width: 991px) {
  #gmaps {
    min-height: 550px;
  }
}
@media only screen and (max-width: 757px) {
  #gmaps {
    min-height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #gmaps {
    min-height: 400px;
  }
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-content {
  text-align: center;
  margin-top: -30px;
}
@media only screen and (max-width: 1366px) {
  .error-page-content {
    margin-top: -25px;
  }
  .error-page-content.ptb-80 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .error-page-content {
    margin-top: -20px;
  }
  .error-page-content.ptb-80 {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-content {
    margin-top: -15px;
  }
  .error-page-content.ptb-80 {
    padding: 0px;
  }
}
.error-page-content .error-title {
  font-size: 220px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #1b1b43;
  text-shadow: 7px 0px 0 rgba(27, 27, 67, 0.8);
  font-family: "Roboto Slab", sans-serif;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1366px) {
  .error-page-content .error-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-page-content .error-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-content .error-title {
    font-size: 120px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-content .error-title {
    font-size: 100px;
    margin-bottom: 32px;
  }
}
.error-page-content .btn-primary {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .error-page-content .btn-primary {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
## Registration
--------------------------------------------------------------*/
.user-signin-block {
  background-position: top center;
  position: relative;
}
.user-signin-block .row {
  min-height: 100vh;
}
.user-signin-block .sing-in-mockup {
  margin-left: -175px;
  margin-right: -90px;
}
@media only screen and (max-width: 991px) {
  .user-signin-block .sing-in-mockup {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .user-signin-block .col-lg-2 {
    display: none;
  }
}

.user-signin-area,
.user-signup-area {
  background-color: white;
  border-radius: 10px;
  padding: 75px 80px 80px;
}
@media only screen and (max-width: 1199px) {
  .user-signin-area,
  .user-signup-area {
    padding: 75px 50px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .user-signin-area,
  .user-signup-area {
    padding: 55px 30px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .user-signin-area,
  .user-signup-area {
    padding: 55px 20px 50px;
  }
}

.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 {
  text-align: center;
}
.form-content .heading {
  font-size: 30px;
  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: 24px;
  }
}
.form-content p {
  line-height: 1.5em;
}
.form-content .form-group {
  margin-bottom: 20px;
  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: #777777;
}
.form-content .form-controller {
  padding: 0px 0px 5px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.form-content .form-controller:focus {
  border-color: #1b1b43;
}
.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: #1b1b43;
}
.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 .forget-pass {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .form-content .forget-pass {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.form-content .forget-pass a {
  text-decoration: underline;
}
.form-content .signup-link a {
  color: #1b1b43;
}
.form-content .signup-link a:hover {
  color: #eaad2e;
}
.form-content .form-btn-group .btn {
  border-radius: 7px;
}
@media only screen and (max-width: 991px) {
  .form-content .form-btn-group {
    margin-top: 30px;
  }
}

.signin-by-web-profile {
  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;
  margin: 30px -5px 32px;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile {
    margin: 30px -3px 25px;
  }
}
.signin-by-web-profile > div {
  font-size: 14px;
  font-weight: 700;
  background-color: #fafafa;
  border-radius: 4px;
  font-family: "Roboto Slab", sans-serif;
  margin: 0 5px 10px;
  color: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile > div {
    margin: 0 3px 7px;
    font-size: 13px;
  }
}
.signin-by-web-profile > div:hover {
  opacity: 0.85;
}
.signin-by-web-profile > div a {
  padding: 10px 25px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile > div a {
    padding: 8px 15px;
  }
}
.signin-by-web-profile > div a:hover,
.signin-by-web-profile > div a:focus {
  color: white;
}
.signin-by-web-profile > div i {
  display: inline-block;
  padding-right: 5px;
}
.signin-by-web-profile > div.google {
  background-color: #E34133;
}
.signin-by-web-profile > div.facebook {
  background-color: #3B5998;
}
.signin-by-web-profile > div.twitter {
  background-color: #55ACEE;
}

/*--------------------------------------------------------------
## 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 {
  background-position: bottom center;
}
.page-title-area:before {
  opacity: 0.7;
  background-color: black;
}
.page-title-area .page-title {
  margin-bottom: 10px;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.25em;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title {
    font-size: 42px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area .page-title {
    font-size: 32px;
  }
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
/*-------------------------------------------------
    [ ### Text Content ]
*/
.text-content p i {
  font-size: 18px;
}
.text-content ul {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
}
.text-content ul:last-child {
  margin-bottom: 0;
}
.text-content ul > li {
  padding-left: 22px;
  padding-right: 100px;
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .text-content ul > li {
    padding-right: 0;
  }
}
.text-content ul > li:last-child {
  margin-bottom: 0px;
}
.text-content ul > li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 13px;
}
.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: #1b1b43;
}

/*-------------------------------------------------
    [ ### Page info Content ]
*/
/*--------------------------------------------------------------
## 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: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@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: 70px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-author {
    margin-right: 15px;
  }
}
.comments-area .comment-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-area .date {
  display: block;
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 0;
}
.comments-area .comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-metadata {
  margin-bottom: 12px;
  color: #292929;
}
.comments-area .comment-metadata .author {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto Slab", 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: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.comment-respond {
  margin: 55px 0px 0;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond [class*="col-"] {
  margin-bottom: 25px;
}
.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 {
  display: table-cell;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.comment-respond .form-controller:focus {
  border-color: #1b1b43;
}
.comment-respond #submit,
.comment-respond .submit {
  border-color: #cc213d;
  border-radius: 0;
  background: #cc213d;
  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: 0.75rem 1.25rem;
  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: #1b1b43;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.comment-reply-link:hover {
  background: #1b1b43;
  color: white;
  border-color: #1b1b43;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: -60px;
  }
}

/*--------------------------------------------------------------
# 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: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
}
.widget .widget-title:before {
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: white;
  content: "";
  left: 0;
  top: 6px;
}
.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: 60px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  background-color: #fafafa;
}
@media only screen and (max-width: 1199px) {
  .sidebar-items .widget {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-items .widget {
    padding: 25px 15px 30px;
  }
}
.sidebar-items .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-items .widget-title {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-items .widget-title {
    margin-bottom: 30px;
  }
}
.sidebar-items .widget-title:before {
  background-color: #1b1b43;
  top: 5px;
}

.sidebar-services {
  margin-bottom: -60px;
}
@media only screen and (max-width: 991px) {
  .sidebar-services {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
  margin-bottom: 20px;
  background-color: transparent;
  box-shadow: 0 0 0px 0 transparent;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.widget-post-list .post .post-thumb {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-post-list .post .post-thumb:before {
  height: 0;
  width: 0;
}
.widget-post-list .post .post-details {
  padding: 0 0 0 15px;
}
.widget-post-list .post .post-details .entry-meta-content {
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
}
.widget-post-list .post .post-details .entry-meta-content .entry-date {
  text-align: left;
}
.widget-post-list .post .entry-title {
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 10px;
}
.widget-post-list .post:first-child {
  margin-top: -5px;
}
.widget-post-list .post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0px solid;
}

.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;
  font-weight: 600;
  padding: 12px 0px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.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: #1b1b43;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
  color: #1b1b43;
}
.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
  margin-top: -5px !important;
  padding-top: 0px;
}
.widget_categories ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_layered_nav ul > li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: -5px;
}
.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_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: #1b1b43;
  padding-left: 17px;
}
.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: 5px;
}
.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;
}

/*--------------------------------------------------------------
# Contact Widget
--------------------------------------------------------------*/
.widget_contact_us .contact-info {
  margin-bottom: 15px;
}
.widget_contact_us .contact-info:last-child {
  margin-bottom: 0;
}
.widget_contact_us .contact-info .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: white;
}
.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: #1b1b43;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about .footer-social {
  margin-top: 35px !important;
}
@media only screen and (max-width: 991px) {
  .widget_about .footer-social {
    margin-top: 25px !important;
  }
}

/*--------------------------------------------------------------
# Services Categories Widget
--------------------------------------------------------------*/
.widget_services_categories {
  padding: 0 !important;
  background-color: #fafafa;
}
.widget_services_categories .widget-content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.widget_services_categories .widget-content li:last-child {
  border-bottom: 0px solid;
}
.widget_services_categories .widget-content li > a {
  font-weight: 600;
  font-size: 18px;
  padding: 18px 25px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .widget_services_categories .widget-content li > a {
    font-size: 16px;
  }
}
.widget_services_categories .widget-content li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1b1b43;
  content: "";
  transition: all 0.3s;
}
.widget_services_categories .widget-content li > a:after {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 6px;
  border-color: transparent;
  transition: all 0.3s;
}
.widget_services_categories .widget-content li > a.active:before {
  width: 3px;
}
.widget_services_categories .widget-content li > a.active:after {
  border-color: transparent transparent transparent #1b1b43;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.subscribe_widget {
  background-color: #292929;
  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 #e5e5e5;
  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: #1b1b43;
}
.subscribe_widget .subscribe-form .form-group .btn.btn-send {
  position: absolute;
  right: 0;
  top: 7px;
  color: #1b1b43;
  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;
}
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
  border-color: #1b1b43;
}
.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: 16px;
  color: #292929;
  -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: #1b1b43;
}

.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 #eaeaea;
}
@media only screen and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.tagcloud a:hover {
  background-color: #1b1b43;
  color: white;
  border-color: #1b1b43;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  background-color: #232550;
}
.footer-section .footer-element-one {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element-one {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-section .footer-element-one {
    opacity: .1;
  }
}
.footer-section .footer-element-two {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%);
}
.footer-section .footer-element-three {
  position: absolute;
  top: 0;
  right: 0;
  animation: fadeIn 10s linear infinite;
}
.footer-section .footer-logo {
  margin-bottom: 30px;
}
.footer-section .footer-social {
  margin-top: 40px;
}
.footer-section .contact-info li {
  padding: 15px 0;
}
.footer-section .contact-info li .title {
  color: white;
  font-size: 18px;
}
.footer-section .campaign-list li {
  padding: 30px 0;
}
.footer-section .campaign-list li .title {
  color: white;
  font-size: 18px;
}
.footer-section .campaign-list li .sub-title {
  color: #33b5f7;
}

.footer-widget ul li {
  padding: 6px 0;
}

.footer-widget ul li a {
  color: white;
  transition: all 0.3s;
  position: relative;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.footer-widget ul li a:hover .footer-widget ul li a::before {
  background-color: var(--main-color);
}

.footer-widget {
  margin-top: -4px;
}

.footer-widget p {
  color: white;
}

.footer-section .widget-title {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

.footer-section .widget-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background-color: var(--main-color);
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social-two {
  margin-top: 20px;
}

.footer-social-two li + li {
  margin-left: 10px;
}

.footer-social-two li {
  display: inline-block;
}

.footer-social li a {
  border: 2px solid #374957;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-two li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  color: #e3e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-two li:nth-child(1) a {
  background-color: #4267b2;
}

.footer-social-two li:nth-child(2) a {
  background-color: #41abe1;
}

.footer-social-two li:nth-child(3) a {
  background-color: #e41332;
}

.footer-social-two li:nth-child(4) a {
  background-color: #446ae4;
}

.footer-social li a::before {
  position: unset !important;
}

.footer-social li a:hover, .footer-social li a.active {
  color: #33b5f7 !important;
  background-color: white;
  border: 2px solid white;
}

.footer-social li a i {
  margin-right: 0 !important;
}

.footer-social li + li {
  margin-left: 10px;
}

.footer-logo p {
  margin-top: 20px;
}

.footer-contact-list li {
  color: white;
}

.footer-nav-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  color: white;
  padding: 0 8px;
  font-weight: 600;
}

.footer-section-two .campaign-list li .sub-title {
  color: white;
}

.footer-section-three {
  background-color: #e3e8f9;
}
.footer-section-three .footer-widget ul li a {
  color: #777777;
}
.footer-section-three .footer-widget .widget-title {
  color: #292929;
}
.footer-section-three .footer-widget p {
  color: #777777;
}
.footer-section-three .contact-info li .title {
  color: #292929;
}
.footer-section-three .contact-info li span {
  color: #777777;
}
.footer-section-three .campaign-list li .title {
  color: #292929;
}
.footer-section-three .campaign-list li .sub-title {
  color: #777777;
}
.footer-section-three .footer-social li a {
  border: 2px solid #df5dab;
  color: #df5dab !important;
}
.footer-section-three .footer-social li a:hover, .footer-section-three .footer-social li a.active {
  color: #df5dab !important;
  background-color: white;
  border: 2px solid transparent;
}

.footer-section-six .footer-social li a {
  border: 2px solid #5f417f;
  color: #5f417f !important;
}
.footer-section-six .footer-social li a:hover, .footer-section-six .footer-social li a.active {
  color: #5f417f !important;
  background-color: white;
  border: 2px solid transparent;
}

.footer-section-seven .footer-social li a {
  border: 2px solid #d43b58;
  color: #d43b58 !important;
}
.footer-section-seven .footer-social li a:hover, .footer-section-seven .footer-social li a.active {
  color: #d43b58 !important;
  background-color: white;
  border: 2px solid transparent;
}

.footer-section-ten .footer-social li a {
  border: 2px solid #c94613;
  color: #c94613 !important;
}
.footer-section-ten .footer-social li a:hover, .footer-section-ten .footer-social li a.active {
  color: #c94613 !important;
  background-color: white;
  border: 2px solid transparent;
}

.privacy-area {
  background-color: #292851;
  padding: 20px;
}

.privacy-area-three {
  background-color: #df5dab;
}

.privacy-area-six {
  background-color: #5f417f;
}

.privacy-area-seven {
  background-image: -moz-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -webkit-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
  background-image: -ms-linear-gradient(-14deg, #d53b58 23%, #923e9e 54%, #4e40e3 88%);
}

.privacy-area-ten {
  background-color: #c94613;
}

.privacy-area-two {
  background-color: #032458;
  border: none;
}

.privacy-area p {
  color: white;
}
