/*----------------------------------------------------------------------
    Template Name: Qoll - Web Design Agency HTML Template
    Template URI: https://demo.webtend.net/html/qoll/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    01. Default Style
    02. Common Classes
    03. Repeat Style
    04. Padding Margin Spacing
    05. Custom Animation
    06. Header style
    07. Hero Section
    08. Banner Section
    09. Services Section
    10. About Section
    11. Projects Section
    12. FAQs Section
    13. Technologies
    14. Feedback Section
    15. Pricing Section
    16. Blog Section
    17. Blog Widgets
    18. Contact Section
    19. Main Footer */
/* -------------------------------------------------------------- */
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat:wght@400;500;600;700&family=Open+Sans&display=swap");
/*******************************************************/
/******************* 01. Default Style *****************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: #696e7b;
  background: white;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

a {
  color: #696e7b;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0066ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e266d;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: white;
}
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: white;
}

h1 {
  line-height: 1.1;
  font-size: 70px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  line-height: 1.35;
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

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

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

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.form-control {
  width: 100%;
  height: auto;
  border: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 5px;
  padding: 20px 30px;
  color: #1e266d;
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
}

textarea {
  display: inherit;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #696e7b;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-group label {
  top: 20px;
  right: 30px;
  font-size: 16px;
  position: absolute;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfdbf1;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  font-weight: 600;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-weight: 600;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  font-weight: 600;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.form-control::placeholder {
  font-weight: 600;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}

/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.large-gap {
  margin-left: -25px;
  margin-right: -25px;
}
.large-gap > div {
  padding-left: 25px;
  padding-right: 25px;
}

.small-gap {
  margin-left: -5px;
  margin-right: -5px;
}
.small-gap > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Section Title style **/
.section-title {
  z-index: 1;
  position: relative;
}
.section-title h2 span {
  color: #01c9f5;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .section-title h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title h2 br {
    display: none;
  }
}

.sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  color: #01c9f5;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
}
.sub-title:before {
  content: "\f141";
  margin-right: 20px;
  font-family: "Font Awesome 5 Free";
}
.sub-title:after {
  display: none;
  content: "\f141";
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
}

.text-center .sub-title:after {
  display: inline-block;
}

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 11px 35px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  background: #0066ff;
}
.theme-btn i,
a.theme-btn i {
  font-size: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .theme-btn,
  a.theme-btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}
.theme-btn:hover,
a.theme-btn:hover {
  background: #01c9f5;
}
.theme-btn.style-two,
a.theme-btn.style-two {
  background: #01c9f5;
}
.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  background: #0066ff;
}
.theme-btn.style-three,
a.theme-btn.style-three {
  border: 1px solid;
  color: #0066ff;
  background: transparent;
}
.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  color: #01c9f5;
}

/* Read More */
.read-more {
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0066ff;
  text-transform: capitalize;
}
.read-more i {
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover i {
  margin-left: 10px;
}

/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}
.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 12px;
  content: "\f00c";
  margin-right: 20px;
  width: 25px;
  height: 25px;
  background: #0066ff;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

/* List style Two */
.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1e266d;
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 14px;
  content: "\f00c";
  margin-right: 10px;
  color: #01c9f5;
  font-family: "Font Awesome 5 Free";
}

/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-style-one a {
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background: #3e4960;
  margin: 0 15px 10px 15px;
}
@media only screen and (max-width: 480px) {
  .social-style-one a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.social-style-one a:first-child {
  margin-left: 0;
}
.social-style-one a:last-child {
  margin-right: 0;
}
.social-style-one a:hover {
  background: #0066ff;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 10px;
  height: 10px;
  right: 30px;
  border-color: #0066ff;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  color: white;
  display: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background: #27318d;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.overlay {
  z-index: 1;
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #1e266d;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

/* Color + Background */
.bg-light {
  background-color: #f7f6f9;
}

.bg-dark-blue {
  background-color: #0e1b38;
}

/* Border Radius */
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

/*******************************************************/
/******************* 03. Repeat Style ******************/
/*******************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}

/*******************************************************/
/************** 04. Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

.p-205 {
  padding: 205px;
}

.p-210 {
  padding: 210px;
}

.p-215 {
  padding: 215px;
}

.p-220 {
  padding: 220px;
}

.p-225 {
  padding: 225px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-245 {
  padding: 245px;
}

.p-250 {
  padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pt-55,
.py-55 {
  padding-top: 55px;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pt-65,
.py-65 {
  padding-top: 65px;
}

.pt-70,
.py-70 {
  padding-top: 70px;
}

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-105 {
  margin: 105px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-180 {
  margin: 180px;
}

.m-185 {
  margin: 185px;
}

.m-190 {
  margin: 190px;
}

.m-195 {
  margin: 195px;
}

.m-200 {
  margin: 200px;
}

.m-205 {
  margin: 205px;
}

.m-210 {
  margin: 210px;
}

.m-215 {
  margin: 215px;
}

.m-220 {
  margin: 220px;
}

.m-225 {
  margin: 225px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-245 {
  margin: 245px;
}

.m-250 {
  margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.mb-60,
.my-60 {
  margin-bottom: 60px;
}

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

.mb-70,
.my-70 {
  margin-bottom: 70px;
}

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

.mb-85,
.my-85 {
  margin-bottom: 85px;
}

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
  /* Padding Around */
  .rp-0 {
    padding: 0px !important;
  }
  .rp-5 {
    padding: 5px !important;
  }
  .rp-10 {
    padding: 10px;
  }
  .rp-15 {
    padding: 15px;
  }
  .rp-20 {
    padding: 20px;
  }
  .rp-25 {
    padding: 25px;
  }
  .rp-30 {
    padding: 30px;
  }
  .rp-35 {
    padding: 35px;
  }
  .rp-40 {
    padding: 40px;
  }
  .rp-45 {
    padding: 45px;
  }
  .rp-50 {
    padding: 50px;
  }
  .rp-55 {
    padding: 55px;
  }
  .rp-60 {
    padding: 60px;
  }
  .rp-65 {
    padding: 65px;
  }
  .rp-70 {
    padding: 70px;
  }
  .rp-75 {
    padding: 75px;
  }
  .rp-80 {
    padding: 80px;
  }
  .rp-85 {
    padding: 85px;
  }
  .rp-90 {
    padding: 90px;
  }
  .rp-95 {
    padding: 95px;
  }
  .rp-100 {
    padding: 100px;
  }
  .rp-105 {
    padding: 105px;
  }
  .rp-110 {
    padding: 110px;
  }
  .rp-115 {
    padding: 115px;
  }
  .rp-120 {
    padding: 120px;
  }
  .rp-125 {
    padding: 125px;
  }
  .rp-130 {
    padding: 130px;
  }
  .rp-135 {
    padding: 135px;
  }
  .rp-140 {
    padding: 140px;
  }
  .rp-145 {
    padding: 145px;
  }
  .rp-150 {
    padding: 150px;
  }
  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important;
  }
  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important;
  }
  .rpt-10,
  .rpy-10 {
    padding-top: 10px;
  }
  .rpt-15,
  .rpy-15 {
    padding-top: 15px;
  }
  .rpt-20,
  .rpy-20 {
    padding-top: 20px;
  }
  .rpt-25,
  .rpy-25 {
    padding-top: 25px;
  }
  .rpt-30,
  .rpy-30 {
    padding-top: 30px;
  }
  .rpt-35,
  .rpy-35 {
    padding-top: 35px;
  }
  .rpt-40,
  .rpy-40 {
    padding-top: 40px;
  }
  .rpt-45,
  .rpy-45 {
    padding-top: 45px;
  }
  .rpt-50,
  .rpy-50 {
    padding-top: 50px;
  }
  .rpt-55,
  .rpy-55 {
    padding-top: 55px;
  }
  .rpt-60,
  .rpy-60 {
    padding-top: 60px;
  }
  .rpt-65,
  .rpy-65 {
    padding-top: 65px;
  }
  .rpt-70,
  .rpy-70 {
    padding-top: 70px;
  }
  .rpt-75,
  .rpy-75 {
    padding-top: 75px;
  }
  .rpt-80,
  .rpy-80 {
    padding-top: 80px;
  }
  .rpt-85,
  .rpy-85 {
    padding-top: 85px;
  }
  .rpt-90,
  .rpy-90 {
    padding-top: 90px;
  }
  .rpt-95,
  .rpy-95 {
    padding-top: 95px;
  }
  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }
  .rpt-105,
  .rpy-105 {
    padding-top: 105px;
  }
  .rpt-110,
  .rpy-110 {
    padding-top: 110px;
  }
  .rpt-115,
  .rpy-115 {
    padding-top: 115px;
  }
  .rpt-120,
  .rpy-120 {
    padding-top: 120px;
  }
  .rpt-125,
  .rpy-125 {
    padding-top: 125px;
  }
  .rpt-130,
  .rpy-130 {
    padding-top: 130px;
  }
  .rpt-135,
  .rpy-135 {
    padding-top: 135px;
  }
  .rpt-140,
  .rpy-140 {
    padding-top: 140px;
  }
  .rpt-145,
  .rpy-145 {
    padding-top: 145px;
  }
  .rpt-150,
  .rpy-150 {
    padding-top: 150px;
  }
  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important;
  }
  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important;
  }
  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px;
  }
  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px;
  }
  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px;
  }
  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px;
  }
  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px;
  }
  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px;
  }
  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px;
  }
  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px;
  }
  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px;
  }
  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px;
  }
  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px;
  }
  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px;
  }
  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px;
  }
  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px;
  }
  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px;
  }
  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px;
  }
  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px;
  }
  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px;
  }
  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }
  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px;
  }
  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px;
  }
  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px;
  }
  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px;
  }
  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px;
  }
  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px;
  }
  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px;
  }
  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px;
  }
  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px;
  }
  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px;
  }
  /* Margin Around */
  .rm-0 {
    margin: 0px !important;
  }
  .rm-5 {
    margin: 5px !important;
  }
  .rm-10 {
    margin: 10px;
  }
  .rm-15 {
    margin: 15px;
  }
  .rm-20 {
    margin: 20px;
  }
  .rm-25 {
    margin: 25px;
  }
  .rm-30 {
    margin: 30px;
  }
  .rm-35 {
    margin: 35px;
  }
  .rm-40 {
    margin: 40px;
  }
  .rm-45 {
    margin: 45px;
  }
  .rm-50 {
    margin: 50px;
  }
  .rm-55 {
    margin: 55px;
  }
  .rm-60 {
    margin: 60px;
  }
  .rm-65 {
    margin: 65px;
  }
  .rm-70 {
    margin: 70px;
  }
  .rm-75 {
    margin: 75px;
  }
  .rm-80 {
    margin: 80px;
  }
  .rm-85 {
    margin: 85px;
  }
  .rm-90 {
    margin: 90px;
  }
  .rm-95 {
    margin: 95px;
  }
  .rm-100 {
    margin: 100px;
  }
  .rm-105 {
    margin: 105px;
  }
  .rm-110 {
    margin: 110px;
  }
  .rm-115 {
    margin: 115px;
  }
  .rm-120 {
    margin: 120px;
  }
  .rm-125 {
    margin: 125px;
  }
  .rm-130 {
    margin: 130px;
  }
  .rm-135 {
    margin: 135px;
  }
  .rm-140 {
    margin: 140px;
  }
  .rm-145 {
    margin: 145px;
  }
  .rm-150 {
    margin: 150px;
  }
  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important;
  }
  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important;
  }
  .rmt-10,
  .rmy-10 {
    margin-top: 10px;
  }
  .rmt-15,
  .rmy-15 {
    margin-top: 15px;
  }
  .rmt-20,
  .rmy-20 {
    margin-top: 20px;
  }
  .rmt-25,
  .rmy-25 {
    margin-top: 25px;
  }
  .rmt-30,
  .rmy-30 {
    margin-top: 30px;
  }
  .rmt-35,
  .rmy-35 {
    margin-top: 35px;
  }
  .rmt-40,
  .rmy-40 {
    margin-top: 40px;
  }
  .rmt-45,
  .rmy-45 {
    margin-top: 45px;
  }
  .rmt-50,
  .rmy-50 {
    margin-top: 50px;
  }
  .rmt-55,
  .rmy-55 {
    margin-top: 55px;
  }
  .rmt-60,
  .rmy-60 {
    margin-top: 60px;
  }
  .rmt-65,
  .rmy-65 {
    margin-top: 65px;
  }
  .rmt-70,
  .rmy-70 {
    margin-top: 70px;
  }
  .rmt-75,
  .rmy-75 {
    margin-top: 75px;
  }
  .rmt-80,
  .rmy-80 {
    margin-top: 80px;
  }
  .rmt-85,
  .rmy-85 {
    margin-top: 85px;
  }
  .rmt-90,
  .rmy-90 {
    margin-top: 90px;
  }
  .rmt-95,
  .rmy-95 {
    margin-top: 95px;
  }
  .rmt-100,
  .rmy-100 {
    margin-top: 100px;
  }
  .rmt-105,
  .rmy-105 {
    margin-top: 105px;
  }
  .rmt-110,
  .rmy-110 {
    margin-top: 110px;
  }
  .rmt-115,
  .rmy-115 {
    margin-top: 115px;
  }
  .rmt-120,
  .rmy-120 {
    margin-top: 120px;
  }
  .rmt-125,
  .rmy-125 {
    margin-top: 125px;
  }
  .rmt-130,
  .rmy-130 {
    margin-top: 130px;
  }
  .rmt-135,
  .rmy-135 {
    margin-top: 135px;
  }
  .rmt-140,
  .rmy-140 {
    margin-top: 140px;
  }
  .rmt-145,
  .rmy-145 {
    margin-top: 145px;
  }
  .rmt-150,
  .rmy-150 {
    margin-top: 150px;
  }
  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important;
  }
  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important;
  }
  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px;
  }
  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px;
  }
  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px;
  }
  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px;
  }
  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px;
  }
  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px;
  }
  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px;
  }
  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px;
  }
  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px;
  }
  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px;
  }
  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px;
  }
  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px;
  }
  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px;
  }
  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px;
  }
  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px;
  }
  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px;
  }
  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px;
  }
  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px;
  }
  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px;
  }
  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px;
  }
  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px;
  }
  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px;
  }
  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px;
  }
  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px;
  }
  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px;
  }
  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px;
  }
  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px;
  }
  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px;
  }
  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px;
  }
}

/*******************************************************/
/***************** 05. Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

/* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

.customSlideInRight {
  -webkit-animation-name: customSlideInRight;
  animation-name: customSlideInRight;
}

@-webkit-keyframes customSlideInRight {
  from {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes customSlideInRight {
  from {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.customSlideInLeft {
  -webkit-animation-name: customSlideInLeft;
  animation-name: customSlideInLeft;
}

@-webkit-keyframes customSlideInLeft {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes customSlideInLeft {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*******************************************************/
/******************* 06. Header style ******************/
/*******************************************************/
.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 1500px) {
  .main-header .header-upper {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}
.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
}
.main-header .nice-select {
  height: auto;
  border: none;
  line-height: 1;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  margin-left: 45px;
  padding-left: 40px;
  padding-right: 16px;
  border-left: 3px solid white;
  background-color: transparent;
}
.main-header .nice-select:after {
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-color: #0066ff;
}
.main-header .nice-select .current {
  color: white;
}
.main-header .nice-select .list {
  top: 30px;
  left: auto;
}
.main-header.fixed-header .header-upper {
  background: #1e266d;
  border-bottom: 1px solid #1e266d;
}
.main-header.fixed-header .navbar-collapse > ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .main-header.fixed-header .navbar-collapse > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%;
  }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navbar-collapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse > ul {
    display: block;
    padding: 25px 0;
    background: #ffffff;
  }
  .main-menu .navbar-collapse > ul > li:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
}
.main-menu .navbar-collapse > ul > li > a {
  color: white;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse > ul > li > a {
    color: #1e266d;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    padding: 0 15px;
    position: absolute;
  }
}
.main-menu .navbar-collapse li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 33px 20px;
  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: 1500px) {
  .main-menu .navbar-collapse li {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu .navbar-collapse li {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 20px;
    border-top: 1px solid #f3f3f3;
  }
}
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 13px;
  margin-left: 8px;
  color: #0066ff;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    line-height: 43px;
  }
}
.main-menu .navbar-collapse li a {
  position: relative;
  display: block;
  font-size: 18px;
  opacity: 1;
  font-weight: 700;
  color: #1e266d;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 10px 10px;
    line-height: 22px;
  }
}
.main-menu .navbar-collapse li.current > a,
.main-menu .navbar-collapse li.current-menu-item > a {
  font-weight: 500;
}
.main-menu .navbar-collapse li li {
  border-top: 1px solid #f3f3f3;
}
.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}
.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}
.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 250px;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}
.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}
.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: white;
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}

@media only screen and (max-width: 1199px) {
  .menu-btn-sidebar .theme-btn {
    display: none;
  }
}

/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .menu-sidebar {
    margin-left: 0;
  }
}
.menu-sidebar button {
  width: 35px;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background: transparent;
}
.menu-sidebar button .icon-bar {
  height: 3px;
  width: 30px;
  margin: 4px 0 4px auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
}
.menu-sidebar button .icon-bar:nth-child(2) {
  width: 100%;
}

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1e266d;
}
@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}
.hidden-bar .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px;
}
@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 35px;
}

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}
.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}
.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form .form-group button {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-color: white;
}

.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}

/*******************************************************/
/******************* 07. Hero Section ******************/
/*******************************************************/
.hero-section:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  width: 700px;
  height: 700px;
  background: #0066ff;
  line-height: 700px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

.hero-content {
  z-index: 1;
  max-width: 700px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .hero-content {
    margin-top: 155px;
    margin-bottom: 120px;
  }
}
.hero-content .sub-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.hero-content h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .hero-content h1 {
    font-size: 30px;
  }
}
.hero-content p {
  font-size: 18px;
  font-weight: 600;
  max-width: 550px;
}

.hero-right-image {
  height: 100%;
  width: 50vw;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  padding-top: 75px;
  position: absolute;
  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;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .hero-right-image {
    display: none;
  }
}

.hero-right-circles {
  width: 800px;
  height: 800px;
  background: white;
  line-height: 800px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -350px;
  top: -350px;
  z-index: -2;
  opacity: 0.1;
}
@media only screen and (max-width: 991px) {
  .hero-right-circles {
    width: 400px;
    height: 400px;
    right: -175px;
    top: -175px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-right-circles {
    width: 200px;
    height: 200px;
    right: -85px;
    top: -85px;
  }
}
.hero-right-circles:after {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -3;
  right: 5%;
  top: 15%;
  opacity: 0.55;
  -webkit-animation: customSlideInRight linear 1s both;
  animation: customSlideInRight linear 1s both;
}
.hero-right-circles:before {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -4;
  right: 15%;
  top: 30%;
  opacity: 0.65;
  -webkit-animation: customSlideInRight linear 1.5s both;
  animation: customSlideInRight linear 1.5s both;
}

.hero-dot-one,
.hero-dot-two,
.hero-dot-three {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #7379f2;
  line-height: 12px;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: zoomIn linear 1.5s infinite both;
  animation: zoomIn linear 1.5s infinite both;
}

.hero-dot-one {
  left: 5%;
  bottom: 35%;
}

.hero-dot-two {
  left: 45%;
  top: 20%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero-dot-three {
  right: 50%;
  bottom: 15%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*******************************************************/
/****************** 08. Banner Section *****************/
/*******************************************************/
@media only screen and (max-width: 991px) {
  .page-banner-area {
    padding-top: 170px;
  }
}

.page-banner-area:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  width: 500px;
  height: 500px;
  background: #0066ff;
  line-height: 500px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

.page-title {
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .page-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title {
    font-size: 40px;
  }
}

.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-nav {
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.breadcrumb-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .breadcrumb-nav li {
    font-size: 18px;
  }
}
.breadcrumb-nav li a {
  color: #01c9f5;
}
.breadcrumb-nav li:not(:last-child):after {
  font-size: 16px;
  content: "\f061";
  margin-left: 16px;
  margin-right: 16px;
  font-family: "Font Awesome 5 Free";
}

/*******************************************************/
/***************** 08. Services Section ****************/
/*******************************************************/
.service-item {
  background: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 60px 45px;
  border-radius: 7px;
  margin-bottom: 30px;
  border: 1px solid #eeeff1;
}
@media only screen and (max-width: 767px) {
  .service-item {
    padding: 40px 25px;
  }
}
.service-item img {
  margin-bottom: 30px;
}
.service-item h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 375px) {
  .service-item h4 {
    font-size: 20px;
  }
}
.service-item:hover {
  -webkit-box-shadow: 20px 0 60px rgba(14, 27, 56, 0.15);
  box-shadow: 20px 0 60px rgba(14, 27, 56, 0.15);
}

/*******************************************************/
/****************** 09. About Section ******************/
/*******************************************************/
.about-left {
  margin-right: -30px;
}
@media only screen and (max-width: 1199px) {
  .about-left {
    margin-right: 0;
  }
}

.about-content {
  max-width: 600px;
  margin-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .about-content {
    margin-left: 0;
  }
}

.about-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 40%;
}

/* What we want */
.what-we-want-content {
  max-width: 435px;
}

.what-we-want-tab .nav li {
  margin: 0 15px 15px 0;
}
.what-we-want-tab .nav li a {
  font-size: 18px;
  font-weight: 700;
  padding: 7px 30px;
  border-radius: 5px;
  color: #1e266d;
  -webkit-box-shadow: 20px 0 60px rgba(14, 27, 56, 0.15);
  box-shadow: 20px 0 60px rgba(14, 27, 56, 0.15);
}
.what-we-want-tab .nav li a:hover,
.what-we-want-tab .nav li a.active {
  color: white;
  background: #0066ff;
}

.what-we-want-tab .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.what-we-want-tab .list-style-one li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px;
  border-radius: 7px;
  width: calc(50% - 15px);
  color: #293043;
  border: 1px solid #eeeff1;
}
@media only screen and (max-width: 480px) {
  .what-we-want-tab .list-style-one li {
    width: 100%;
  }
}
.what-we-want-tab .list-style-one li:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
  color: #01c9f5;
  background: transparent;
}
.what-we-want-tab .list-style-one li:hover {
  color: white;
  background: #01c9f5;
}
.what-we-want-tab .list-style-one li:hover:before {
  color: white;
}

/* Why Choose Us */
.why-choose-us-content {
  max-width: 600px;
  margin-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-content {
    margin-left: 0;
  }
}
.why-choose-us-content .list-style-one li {
  font-size: 16px;
  line-height: 32px;
}
.why-choose-us-content .list-style-one li:before {
  margin-top: 5px;
}
.why-choose-us-content .list-style-one li p {
  font-weight: 400;
}

/*******************************************************/
/***************** 10. Projects Section ****************/
/*******************************************************/
.projects-section {
  background-size: 100% auto;
  background-position: 0 50px;
  background-repeat: no-repeat;
}

.project-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1501px) {
  .project-wrap {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.project-item {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 15px 30px;
  width: calc(20% - 30px);
  z-index: 1;
  position: relative;
}
.project-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0066ff;
}
@media only screen and (max-width: 1199px) {
  .project-item {
    width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .project-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .project-item {
    width: calc(100% - 30px);
  }
}
.project-item:before {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-item img {
  width: 100%;
  border-radius: 5px;
}
.project-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0;
  color: white;
  font-size: 70px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-item:hover:before {
  opacity: 0.75;
}
.project-item:hover a {
  opacity: 1;
}

.project-help-btn h5 {
  font-weight: 500;
}
.project-help-btn h5 a {
  color: #01c9f5;
  text-decoration: underline;
}

/*******************************************************/
/******************* 11. FAQs Section ******************/
/*******************************************************/
.faq-accordion {
  max-width: 475px;
}
.faq-accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
}
.faq-accordion .card .card-body {
  padding: 10px 0 0 30px;
}
.faq-accordion .card .card-body p {
  margin-bottom: 0;
}
.faq-accordion .card:last-child {
  margin-bottom: 0;
}
.faq-accordion .card-header {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #01c9f5;
  background: transparent;
  text-decoration: underline;
}
.faq-accordion .card-header.collapsed {
  text-decoration: none;
  color: #1e266d;
}
.faq-accordion .card-header.collapsed .toggle-btn {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-accordion .card-header.collapsed .toggle-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-accordion .toggle-btn {
  height: 18px;
  width: 18px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 15px;
  position: relative;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordion .toggle-btn:after,
.faq-accordion .toggle-btn:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #0066ff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-accordion .toggle-btn:before {
  width: 1px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion .toggle-btn:after {
  height: 1px;
  width: 100%;
}

/*******************************************************/
/*************** 12. Technologies Section **************/
/*******************************************************/
.technology-item {
  padding: 25px;
  background: white;
  border-radius: 7px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid white;
  height: calc(100% - 30px);
}
.technology-item:hover {
  border-color: #0066ff;
}

/*******************************************************/
/***************** 13. Feedback Section ****************/
/*******************************************************/
.feedback-left-content {
  max-width: 450px;
}

.feedbacks-wrap {
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .feedbacks-wrap {
    margin-left: 0;
  }
}

.feedback-logo-wrap {
  max-width: 450px;
}
@media only screen and (max-width: 575px) {
  .feedback-logo-wrap {
    max-width: 300px;
  }
}
.feedback-logo-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #eeeff1;
}
.feedback-logo-wrap .slick-track .feedback-logo-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
  margin-bottom: -2px;
  padding-bottom: 50px;
  border-bottom: 2px solid transparent;
}
.feedback-logo-wrap .slick-track .feedback-logo-item.slick-current {
  border-color: #0066ff;
}
.feedback-logo-wrap .slick-track img {
  width: 65px;
  height: 65px;
  cursor: pointer;
  border-radius: 50%;
}

.feedback-content-item .feedback-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #1e266d;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (max-width: 480px) {
  .feedback-content-item .feedback-text {
    font-size: 20px;
  }
}
.feedback-content-item .feedback-text:after,
.feedback-content-item .feedback-text:before {
  font-size: 16px;
  display: inline-block;
  color: #0066ff;
  font-family: "Font Awesome 5 Free";
}
.feedback-content-item .feedback-text:before {
  content: "\f10d";
  margin-right: 5px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.feedback-content-item .feedback-text:after {
  content: "\f10e";
  margin-left: 5px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.feedback-content-item h5 {
  font-size: 24px;
  margin: 25px 0 10px;
}

.feedback-content-item h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #0066ff;
}

/*******************************************************/
/***************** 14. Pricing Section *****************/
/*******************************************************/
.pricing-section {
  overflow: hidden;
}
.pricing-section:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  width: 700px;
  height: 700px;
  background: #0066ff;
  line-height: 700px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.pricing-item {
  padding: 40px;
  overflow: hidden;
  background: white;
  border-radius: 7px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pricing-item .price-type {
  position: absolute;
  top: 0;
  color: white;
  right: -120px;
  line-height: 1;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  background: #fe9600;
  text-transform: uppercase;
  padding: 5px 10px 5px 22px;
  font-family: "Quicksand", sans-serif;
}
.pricing-item .price-type:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -11px;
  top: 2px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing-item h5 {
  font-size: 24px;
  margin-bottom: 12px;
}
.pricing-item p {
  max-width: 270px;
  margin-bottom: 22px;
}
.pricing-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0066ff;
}
.pricing-item .price:before {
  content: "$";
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}
.pricing-item .theme-btn {
  min-width: 90%;
  margin-bottom: 30px;
  color: #1e266d;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 1px solid #eeeff1;
}
.pricing-item:hover .price-type {
  right: 0;
}
.pricing-item:hover .theme-btn {
  color: white;
  background: #0066ff;
}

.pricing-right-circles {
  position: absolute;
  right: -200px;
  width: 800px;
  height: 800px;
  top: 30px;
  z-index: -2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}
@media only screen and (max-width: 991px) {
  .pricing-right-circles {
    width: 400px;
    height: 400px;
    right: -175px;
    top: -175px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-right-circles {
    width: 200px;
    height: 200px;
    right: -85px;
    top: -85px;
  }
}
.pricing-right-circles:after {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -3;
  left: 0;
  top: 13%;
  opacity: 0.02;
  -webkit-animation: customSlideInLeft linear 1.5s both;
  animation: customSlideInLeft linear 1.5s both;
}
.pricing-right-circles:before {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -4;
  left: 0;
  top: 26%;
  opacity: 0.02;
  -webkit-animation: customSlideInLeft linear 2s both;
  animation: customSlideInLeft linear 2s both;
}

/*******************************************************/
/******************* 15. Blog Section ******************/
/*******************************************************/
.blog-item {
  overflow: hidden;
  background: white;
  border-radius: 7px;
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 0 60px rgba(119, 122, 242, 0.1);
  box-shadow: 10px 0 60px rgba(119, 122, 242, 0.1);
}
.blog-item .image img {
  width: 100%;
}
.blog-item .blog-content {
  position: relative;
  padding: 35px 35px 0;
}
@media only screen and (max-width: 375px) {
  .blog-item .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-item .blog-content .details-btn {
  width: 55px;
  height: 55px;
  top: -28px;
  right: 30px;
  color: white;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  background: #0066ff;
}
.blog-item .blog-content .details-btn:hover {
  background: #01c9f5;
}
@media only screen and (max-width: 480px) {
  .blog-item .blog-content h4 {
    font-size: 20px;
  }
}
.blog-item .blog-footer {
  margin-top: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  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;
  border-top: 1px solid #eeeff1;
}
.blog-item .blog-footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.blog-item .blog-footer li i {
  margin-right: 10px;
  color: #0066ff;
}
@media only screen and (max-width: 375px) {
  .blog-item .blog-footer li i {
    display: none;
  }
}
.blog-item .blog-footer li a {
  font-weight: 600;
}
.blog-item .blog-footer li .dot {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #c3c6cd;
}

/* Blog Details */
.single-blog-post .post-thumbnail img {
  width: 100%;
}

.single-blog-post .post-categories {
  left: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.single-blog-post .post-categories a {
  color: white;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 30px;
  background: #0066ff;
}
.single-blog-post .post-categories a:hover {
  background: #01c9f5;
}

.single-blog-post .post-content {
  position: relative;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
  box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
}
@media only screen and (max-width: 767px) {
  .single-blog-post .post-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-blog-post .post-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-blog-post .post-content .post-meta li:not(:last-child) {
  margin-right: 20px;
}
.single-blog-post .post-content .post-meta li i {
  margin-right: 5px;
}
.single-blog-post .post-content .post-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .post-content .post-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .single-blog-post .post-content .post-title {
    font-size: 20px;
  }
}
.single-blog-post .post-content blockquote {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 40px 50px;
  color: #1e266d;
  background: #f7f6f9;
  font-family: "Quicksand", sans-serif;
  border-left: 4px solid #0066ff;
}
@media only screen and (max-width: 480px) {
  .single-blog-post .post-content blockquote {
    font-size: 20px;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 375px) {
  .single-blog-post .post-content blockquote {
    font-size: 18px;
  }
}
.single-blog-post .post-content blockquote p {
  margin-bottom: 10px;
}
.single-blog-post .post-content blockquote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 375px) {
  .single-blog-post .post-content blockquote cite {
    font-size: 16px;
  }
}
.single-blog-post .post-content blockquote cite:before {
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 15px;
  background: #01c9f5;
}
@media only screen and (max-width: 480px) {
  .single-blog-post .post-content blockquote cite:before {
    width: 20px;
    margin-right: 10px;
  }
}
.single-blog-post .post-content .content-footer {
  margin-top: 40px;
}
.single-blog-post .post-content .content-footer .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 20px;
  color: #1e266d;
}
@media only screen and (max-width: 375px) {
  .single-blog-post .post-content .content-footer .title {
    font-size: 16px;
    margin-right: 15px;
  }
}
.single-blog-post .post-content .content-footer .post-share,
.single-blog-post .post-content .content-footer .related-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-blog-post .post-content .content-footer .post-share a,
.single-blog-post .post-content .content-footer .related-tags a {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1e266d;
  display: inline-block;
  background: #f7f6f9;
}
.single-blog-post .post-content .content-footer .post-share a:hover,
.single-blog-post .post-content .content-footer .related-tags a:hover {
  color: white;
  background: #0066ff;
}
.single-blog-post .post-content .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 30px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f6f9;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .post-content .post-author {
    display: block;
  }
}
.single-blog-post .post-content .post-author .author-photo {
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  margin-right: 25px;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .post-content .post-author .author-photo {
    margin-bottom: 15px;
  }
}
.single-blog-post .post-content .post-author .author-photo img {
  border-radius: 50%;
}
.single-blog-post .post-content .post-author .author-content h5,
.single-blog-post .post-content .post-author .author-content p {
  margin-bottom: 10px;
}
.single-blog-post .post-content .post-author .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-blog-post .post-content .post-author .share-links a {
  margin-right: 15px;
}
.single-blog-post .post-content .post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-blog-post .post-content .post-nav > div {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 275px;
}
@media only screen and (max-width: 575px) {
  .single-blog-post .post-content .post-nav > div {
    display: block;
  }
}
.single-blog-post .post-content .post-nav > div .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 75px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.single-blog-post .post-content .post-nav > div .content h6 {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .single-blog-post .post-content .post-nav > div .content h6 {
    font-size: 16px;
  }
}
.single-blog-post .post-content .post-nav > div .content span {
  font-size: 14px;
}

.comment-list li:not(:last-child) {
  margin-bottom: 50px;
}

.comment-list li .children {
  margin-top: 50px;
  margin-left: 50px;
}
@media only screen and (max-width: 375px) {
  .comment-list li .children {
    margin-left: 25px;
  }
}

.comment-list .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .comment-list .comment-body {
    display: block;
  }
}
.comment-list .comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
  margin-right: 25px;
}
@media only screen and (max-width: 480px) {
  .comment-list .comment-body .author-thumb {
    margin-bottom: 15px;
  }
}
.comment-list .comment-body .author-thumb img {
  border-radius: 50%;
}
.comment-list .comment-body .comment-content .name {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  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;
}
.comment-list .comment-body .comment-content .name span {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.comment-list .comment-body .comment-content p {
  margin-bottom: 2px;
}
.comment-list .comment-body .comment-content .reply-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e266d;
  text-transform: uppercase;
}
.comment-list .comment-body .comment-content .reply-link i {
  margin-left: 5px;
}

.comment-form input,
.comment-form textarea {
  background: #f7f6f9;
}

/*******************************************************/
/******************* 17. Blog Widgets ******************/
/*******************************************************/
.widget:not(:last-child) {
  margin-bottom: 55px;
}

.widget-title {
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeff1;
}
.widget-title:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0066ff;
}
.widget-title:hover:after {
  left: 20px;
}

.search-widget {
  padding: 30px;
  background: #f7f6f9;
}
.search-widget form {
  position: relative;
}
.search-widget form .search-btn {
  top: 10px;
  right: 10px;
  width: 45px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  position: absolute;
  height: calc(100% - 20px);
  background: #0066ff;
}
.search-widget form .search-btn:hover {
  background: #01c9f5;
}

.category-widget li {
  margin-bottom: 15px;
}
.category-widget li a {
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  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;
}
.category-widget li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}

.widget-tag-cloud .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-tag-cloud .tags a {
  line-height: 1;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  color: #1e266d;
  background: #f7f6f9;
}
.widget-tag-cloud .tags a:hover {
  color: white;
  background: #0066ff;
}

.cta-widget {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 50px 50px 50px 35px;
}
.cta-widget:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(11, 20, 96, 0.94118)),
    color-stop(71%, rgba(27, 27, 70, 0.47)),
    to(rgba(33, 30, 59, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(11, 20, 96, 0.94118) 0%,
    rgba(27, 27, 70, 0.47) 71%,
    rgba(33, 30, 59, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(11, 20, 96, 0.94118) 0%,
    rgba(27, 27, 70, 0.47) 71%,
    rgba(33, 30, 59, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(11, 20, 96, 0.94118) 0%,
    rgba(27, 27, 70, 0.47) 71%,
    rgba(33, 30, 59, 0) 100%
  );
}

.popular-posts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-posts-item:not(:last-child) {
  margin-bottom: 20px;
}
.popular-posts-item .popular-posts-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75px;
  margin-right: 20px;
}
.popular-posts-item .popular-posts-title {
  margin-bottom: 0;
}
.popular-posts-item .posts-date {
  font-size: 14px;
}

/*******************************************************/
/***************** 16. Contact Section *****************/
/*******************************************************/
.contact-inner {
  z-index: 5;
  position: relative;
  padding: 80px 70px;
  border-radius: 7px;
  margin-bottom: -210px;
}
@media only screen and (max-width: 480px) {
  .contact-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-inner #msgSubmit {
  font-size: 22px;
  margin: 8px 0 0 20px;
}

.has-error .help-block {
  color: red;
  text-align: left;
  padding-left: 20px;
  margin-bottom: -8px;
}

/*******************************************************/
/******************* 17. Main Footer *******************/
/*******************************************************/
.main-footer {
  overflow: hidden;
}
.main-footer:after {
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  -webkit-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  width: 400px;
  height: 400px;
  background: #0066ff;
  line-height: 400px;
  border-radius: 50%;
  text-align: center;
}

.location-social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  border-bottom: 1px solid #323d56;
}
@media only screen and (max-width: 991px) {
  .location-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.location-social .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin-bottom: 10px;
}
.location-social .location i {
  font-size: 24px;
  margin: 5px 15px 0 0;
  color: #01c9f5;
}
.location-social .location h5 {
  font-size: 20px;
}

.call-to-action {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.copyright-area {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  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;
  border-top: 1px solid #323d56;
}
@media only screen and (max-width: 991px) {
  .copyright-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.copyright-area .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.copyright-area .footer-menu li {
  margin: 0 18px 5px 18px;
  text-transform: capitalize;
}
@media only screen and (max-width: 480px) {
  .copyright-area .footer-menu li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.copyright-area .footer-menu li:first-child {
  margin-left: 0;
}
.copyright-area .footer-menu li:last-child {
  margin-right: 0;
}
.copyright-area .footer-menu li a {
  color: white;
  opacity: 0.5;
  font-weight: 700;
}
.copyright-area .footer-menu li a:hover {
  opacity: 1;
}

.footer-left-circles {
  position: absolute;
  left: -400px;
  width: 800px;
  height: 800px;
  top: 0;
  z-index: -2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}
@media only screen and (max-width: 991px) {
  .footer-left-circles {
    width: 400px;
    height: 400px;
    left: -200px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-left-circles {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
.footer-left-circles:after {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -3;
  left: 0;
  top: 15%;
  opacity: 0.02;
  -webkit-animation: customSlideInLeft linear 1.5s both;
  animation: customSlideInLeft linear 1.5s both;
}
.footer-left-circles:before {
  width: 100%;
  height: 100%;
  background: white;
  line-height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  content: "";
  z-index: -4;
  left: 0;
  top: 30%;
  opacity: 0.02;
  -webkit-animation: customSlideInLeft linear 2s both;
  animation: customSlideInLeft linear 2s both;
}
