.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  border: 4px solid red;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: yellow;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
.play-btn {
  width: 50px;
  position: relative;
  top: -50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
.modal-dialog {
  width: 400px;
  margin: 70px auto 0;
}
.modal-dialog {
  transform: scale(0.5);
}
.modal-dialog {
  transform: scale(1);
}
.modal-dialog .modal-content {
  text-align: center;
  border: none;
}
.modal-content .close {
  color: #fff;
  background: linear-gradient(#ffcc33, #ff3300);
  font-size: 25px;

  text-shadow: none;
  line-height: 27px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: auto;
  right: 8px;
  top: 8px;
  z-index: 1;
  transition: all 0.4s;
}
.modal-content .close:hover {
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.close:focus {
  outline: none;
}
.modal-body {
  padding: 60px 40px 40px !important;
}
.modal-body .title {
  color: linear-gradient(#ffcc33, #ff3300);
  font-size: 33px;

  letter-spacing: 1px;
  margin: 0 0 10px;
}
.modal-body .description {
  color: #9a9ea9;
  font-size: 16px;
  margin: 0 0 20px;
}
.modal-body .form-group {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.modal-body .input-icon {
  color: #777;
  font-size: 18px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
.modal-body .form-control {
  font-size: 17px;
  height: 45px;
  width: 100%;
  padding: 6px 0 6px 50px;
  margin: 0 auto;
  border: 2px solid #eee;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
.form-control::placeholder {
  color: #aeafb1;
}
.form-group.checkbox {
  width: 130px;
  margin-top: 0;
  display: inline-block;
}
.form-group.checkbox label {
  color: #9a9ea9;
}
.form-group.checkbox input[type="checkbox"] {
  margin-left: 0;
}
.modal-body .forgot-pass {
  color: #7f7fd5;
  font-size: 13px;
  text-align: right;
  width: calc(100% - 135px);
  margin: 2px 0;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease 0s;
}
.forgot-pass:hover {
  color: #9a9ea9;
  text-decoration: underline;
}
.modal-content .modal-body .btn {
  color: #fff;
  background: linear-gradient(#ffcc33, #ff3300);
  font-size: 16px;

  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 38px;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 5px;
  border: none;
  display: inline-block;
  transition: all 0.6s ease 0s;
}
.modal-content .modal-body .btn:hover {
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-body .btn:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .modal-dialog {
    width: 95% !important;
  }
  .modal-content .modal-body {
    padding: 60px 20px 40px !important;
  }
}

/*-------------------------------------------------*/

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: black;
  /* -webkit-font-smoothing: antialiased; */
  margin-bottom: 15px;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.title {
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .mimi {
    width: 450px;
  }
}

@media only screen and (min-width: 956px) {
  .mimi {
    width: 950px;
  }
}
@media only screen and (max-width: 1366px) {
  .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 20px;
  }
}

.section-heading {
  font-size: 36px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -10px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 1199px) {
  .section-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 32px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-heading {
    font-size: 28px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 400px) {
  .section-heading {
    font-size: 26px;
  }
}
.section-heading:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  background-color: #ffcc33;
  bottom: -1px;
  left: 0%;
}

.section-title {
  position: relative;
  margin-bottom: 75px;
  margin-top: -5px;
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .section-title {
    margin-bottom: 45px;
  }
}
.section-title.style-two {
  margin-top: -10px;
}
.section-title.text-center {
  padding: 0 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .section-title.text-center {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title.text-center {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 420px) {
  .section-title.text-center {
    padding: 0 15px;
    margin-bottom: 45px;
  }
}
.section-title .sub-title {
  color: #ffcc33;
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .sub-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
.section-title .title-main {
  font-size: 50px;
  line-height: 1.12em;
}
@media only screen and (max-width: 1199px) {
  .section-title .title-main {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title-main {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title-main {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title-main {
    font-size: 28px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 420px) {
  .section-title .title-main {
    font-size: 24px;
  }
}
.section-title .title-text {
  line-height: 1.65em;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .section-title .title-text {
    font-size: 15px;
  }
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.72em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: normal;
}

em,
cite,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: whitesmoke;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.5s all ease-in-out;
}
/* img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
} */

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
}

.w-300 {
}

.w-400 {
}

.w-500 {
}

.w-600 {
}

.w-700 {
}

.w-800 {
}

.w-900 {
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 100px;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ms-mrt-60 {
    margin-top: 60px;
  }

  .ms-mrb-60 {
    margin-bottom: 60px;
  }

  .ms-mrt-55 {
    margin-top: 55px;
  }

  .ms-mrb-55 {
    margin-bottom: 55px;
  }

  .ms-mrt-50 {
    margin-top: 50px;
  }

  .ms-mrb-50 {
    margin-bottom: 50px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 575px) {
  .pd-t-100 {
    padding-top: 80px;
  }
}

.pd-b-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .pd-b-100 {
    padding-bottom: 80px;
  }
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .pd-t-130 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .pd-t-130 {
    padding-top: 80px;
  }
}

.pd-b-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pd-b-130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .pd-b-130 {
    padding-bottom: 80px;
  }
}

.pd-l-130 {
  padding-left: 130px;
}

.pd-r-130 {
  padding-right: 130px;
}

.ptb-130 {
  padding: 60px 0;
}
@media only screen and (max-width: 1199px) {
  .ptb-130 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb-130 {
    padding: 80px 0;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-primary {
  color: #ffcc33;
}

.color-secondary {
  color: #ff3300 !important;
}

.color-white {
  color: white;
}

.color-white-im {
  color: white !important;
}

.color-orange {
  color: #ff6f69 !important;
}

.color-green {
  color: #7bc043 !important;
}

.color-snow {
  color: #eff2f7;
}

.color-zumthor {
  color: #eaf1ff;
}

.color-white-smoke {
  color: whitesmoke;
}

.color-gainsboro {
  color: #dddddd;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #454545;
}

.color-dim-gray-im {
  color: #454545 !important;
}

.color-gray {
  color: #767676;
}

.color-suva-grey {
  color: #efefef;
}

.color-matterhorn {
  color: #795548;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #716aa0;
}

.color-medium-slate-blue {
  color: #b588fb;
}

.color-soft-nero {
  color: #333333;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #f74a05;
}

.color-deep-cerise {
  color: #e51681;
}

.color-zinnwaldite {
  color: #eabeab;
}

.color-silver-tree {
  color: #53b596;
}

.color-medium-purple {
  color: #9657f6;
}

.color-purple {
  color: #ff3300 !important;
}

.color-curious-blue {
  color: #7486f6;
}

.text-white {
  color: #d19d7f;
}
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
  color: #d90b0b !important;
}
.whitecolorimp {
  color: rgb(255, 255, 255);
}
/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
  background-color: white;
  padding: 50px;
}

.bg-snow {
  background-color: #eff2f7;
}

.bg-zumthor {
  background-color: #eaf1ff;
}

.bg-lavender {
  background-color: #eeedfd;
}

.bg-white-smoke {
  background-color: whitesmoke;
}

.bg-footer-bg {
  background-color: #f6f6f6;
}

.bg-gainsboro {
  background-color: #dddddd;
}

.bg-silver {
  background-color: #c3c3c3;
}

.bg-dim-gray {
  background-color: #454545;
}

.bg-gray {
  background-color: #767676;
}

.bg-suva-grey {
  background-color: #efefef;
}

.bg-green {
  background-color: #7bc043;
}

.bg-matterhorn {
  background-color: #795548;
}

.bg-golden {
  background-color: #eaad11;
}

.bg-turquoise {
  background-color: #27848a;
}

.bg-night-rider {
  background-color: #2d2d2d;
}

.bg-eclipse {
  background-color: #3c3c3c;
}

.bg-blue-violet {
  background-color: #716aa0;
}

.bg-medium-slate-blue {
  background-color: #b588fb;
}

.bg-soft-nero {
  background-color: #333333;
}

.bg-nero {
  background-color: #191919;
}

.bg-soft-black {
  background-color: #181d31;
}

.bg-black {
  background-color: black;
}

.bg-hr-dv-orange {
  background-color: #f74a05;
}

.bg-deep-cerise {
  background-color: #e51681;
}

.bg-black-russian {
  background-color: #12141c;
}

.bg-black-russian-2 {
  background-color: #555555;
}

.bg-black-russian-3 {
  background-color: #13152e;
}

.bg-midnight-express {
  background-color: #1b1d38;
}

.bg-zinnwaldite {
  background-color: #eabeab;
}

.bg-silver-tree {
  background-color: #53b596;
}

.bg-medium-purple {
  background-color: #9657f6;
}

.bg-curious-blue {
  background-color: #7486f6;
}

.bg-primary {
  background-color: #ffcc33 !important;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
  background-color: #716aa0;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #eff2f7;
}

.svg-white-smoke path {
  fill: #ff3300;
}

.svg-gainsboro path {
  fill: #dddddd;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #454545;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #efefef;
}

.svg-matterhorn path {
  fill: #795548;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #716aa0;
}

.svg-soft-nero path {
  fill: #333333;
}

.svg-nero path {
  fill: #191919;
}

.svg-soft-black path {
  fill: #181d31;
}

.svg-black path {
  fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background-color: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background-color: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background-color: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background-color: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background-color: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background-color: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background-color: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background-color: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background-color: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-image-right {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.bg-image-100 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hg-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.bg-overlay {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.bg-overlay > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #ffcc33;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gradient {
  position: relative;
  height: 500px;
}
/* .bg-overlay-gradient:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(-45deg, #ffcc33, #ff3300);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
} 
.bg-overlay-gradient > div {
  position: relative;
  z-index: 2;
} */

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
}

dd {
  margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td,
.comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
  margin: 5px 10px -5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn-links-area {
    justify-content: center;
  }
}
.btn-links-area .btn-links {
  background-color: whitesmoke;
  border: 0 solid;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #999999;
  font-size: 20px;
  padding: 0;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  border-radius: 25px;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links {
    padding: 5px 25px;
  }
}
.btn-links-area .btn-links:hover {
  color: white;
  background-color: #ffcc33;
}

/*-------------------------------------------------
    [ ## Waves Effect ]
*/
.waves-effect {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x !important;
}
@media only screen and (max-width: 1366px) {
  .waves-effect {
    background-size: cover;
  }
}
.waves-effect.top {
  top: -2px;
  height: 185px;
}
.waves-effect.bottom {
  bottom: -2px;
  height: 175px;
}

/*-------------------------------------------------
    [ ## Socail Status ]
*/
.social-status {
  margin: 0 -5px;
}
.social-status a {
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 5px;
  color: black;
}
@media only screen and (max-width: 767px) {
  .social-status a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .social-status a {
    font-size: 15px;
  }
}
.social-status a:hover,
.social-status a:focus {
  color: #ffcc33 !important;
}

/*-------------------------------------------------
    [ ## Filter Pricing ]
*/
.filter-pricing-tab {
  text-align: center;
  margin-bottom: 40px;
}
.filter-pricing-tab .nav-tabs {
  background-color: whitesmoke;
  border: 0px solid;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.filter-pricing-tab .nav-tabs > li {
  border-right: 0px solid;
  display: inline-block;
  margin: 0 -2px;
}
.filter-pricing-tab .nav-tabs > li > a {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-right: 0;
  min-width: 130px;
  padding: 9px 15px 7px;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
  text-transform: capitalize;
  color: black;
}
@media only screen and (max-width: 575px) {
  .filter-pricing-tab .nav-tabs > li > a {
    font-size: 14px;
    min-width: 100px;
  }
}
.filter-pricing-tab .nav-tabs > li > a:hover {
  color: black;
}
.filter-pricing-tab .nav-tabs > li > a.active {
  color: white;
  background-color: #ffcc33;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
  position: relative;
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap {
    margin-left: 20px;
  }
}
.search-wrap .search-btn {
  cursor: pointer;
  font-size: 22px;
  text-align: right;
  color: black;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  min-width: 20px;
}
.search-wrap .search-btn:hover {
  color: #ffcc33;
}
.search-wrap .search-btn.active i:before {
  content: "\eee1";
}
.search-wrap .search-form {
  background-color: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  display: none;
  height: 70px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: calc(100% + 28px);
  width: 450px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-form {
    top: calc(100% + 20px);
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-form {
    width: 300px;
    right: -50px;
    height: 55px;
    padding: 5px;
  }
}
.search-wrap .search-form input[type="search"] {
  border: 1px solid #e6e6e6;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: 85%;
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-form input[type="search"] {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
}
.search-wrap .search-form button,
.search-wrap .search-form input[type="button"],
.search-wrap .search-form input[type="reset"],
.search-wrap .search-form input[type="submit"] {
  background-color: #ffcc33;
  border: 0 solid;
  float: left;
  height: 50px;
  width: 15%;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-form button,
  .search-wrap .search-form input[type="button"],
  .search-wrap .search-form input[type="reset"],
  .search-wrap .search-form input[type="submit"] {
    font-size: 16px;
    height: 45px;
  }
}
.search-wrap .search-form button:hover,
.search-wrap .search-form input[type="button"]:hover,
.search-wrap .search-form input[type="reset"]:hover,
.search-wrap .search-form input[type="submit"]:hover {
  opacity: 0.8;
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
  color: white;
  bottom: 90px;
  border: none;
  /* box-shadow: 5px 9px 17px -6px rgb(255 141 30); */
  display: block;
  height: 50px;
  line-height: 60px;
  position: fixed;
  right: 29px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  font-size: 20px;
  /* border-radius: 50%; */
  background-color: transparent;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px; */
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 559px){
.topbutton{
    bottom:75px;
    right:15px;
}
   

}

#toggle-buttons-group {
  display: none;
}
button.c1button.topbutton {
  bottom: 113px !important;
  background-color: none !important;
}
button.topbutton:hover {
 
  transform: scale(1.2);
}
button.c2button.topbutton {
  bottom: 176px !important;
  background-color: none !important;
}
button.c3button.topbutton {
  bottom: 240px !important;
  background-color: none !important;
}
.topbutton.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton:focus {
  color: white !important;
}

.topbutton1 {
  color: white;
  bottom: 155px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: red;
}
.topbutton1.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton1.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton1:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton1:focus {
  color: white !important;
}
.topbutton2 {
  color: white;
  bottom: 210px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: red;
}
.topbutton2.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton2.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton2:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton2:focus {
  color: white !important;
}
.topbutton3 {
  color: white;
  bottom: 235px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: red;
}
.toggle-buttons-group .style {
  background-size: cover;
}
.topbutton3.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton3.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton3:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton3:focus {
  color: white !important;
}
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }

  50% {
    -webkit-transform: translate3d(20px, 35px, 0);
    transform: translate3d(20px, 35px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }

  50% {
    -webkit-transform: translate3d(20px, 35px, 0);
    transform: translate3d(20px, 35px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* Rotate360 */
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
  animation-name: rotate360;
}

/* TriangleScale */
@-webkit-keyframes TriangleScale {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes TriangleScale {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
.TriangleScale {
  -webkit-animation-name: TriangleScale;
  animation-name: TriangleScale;
}

/* bt-leftRight-20 */
@-webkit-keyframes bt-leftRight-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bt-leftRight-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* bt-bottomTop-40 */
@-webkit-keyframes bt-bottomTop-40 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* bt-topBottom-40 */
@-webkit-keyframes bt-topBottom-40 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bt-topBottom-40 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* bt-topBottom-20 */
@-webkit-keyframes bt-topBottom-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bt-topBottom-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

[data-bg-image] {
  background-size: cover;
  background-position: 50%;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) .container, .container-md, .container-sm {
  max-width: 720px;
}

@media (min-width: 576px) .container, .container-sm {
  max-width: 540px;
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .container,
  .container-fluid {
    max-width: 450px;
  }
}
.border-bottom {
  border-bottom: 1px solid #9657f6;
}

@media only screen and (max-width: 992px) {
  .md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

.logo-text {
  font-size: 22px;
  text-transform: uppercase;
  color: #b2a1d2 !important;
  letter-spacing: 0.45em;
  display: inline-block;
}
.logo-text > a:focus,
.logo-text > a:hover,
.logo-text:focus,
.logo-text:hover {
  color: #b2a1d2 !important;
}

.text-gradient {
  color: #ffcc33 !important;
  background: linear-gradient(145deg, #ffcc33, #ff3300);

  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.4s ease 0.02s;
  transition: all 0.4s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 7px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}

.btn-default {
  border-radius: 7px;
  padding: 10px 25px 8px;
  color: #ff3300;
  background-color: transparent;
  border: 1px solid #ff3300;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .btn-default {
    padding: 10px 25px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-default {
    padding: 9px 20px;
  }
}
.btn-default:hover,
.btn-default:focus {
  color: white !important;
  background-color: #ff3300;
}
.btn-default.btn-white {
  color: #ff3300;
  border-color: white;
  background-color: white;
}
.btn-default.btn-white:hover,
.btn-default.btn-white:focus {
  color: #ff3300 !important;
}
.btn-default.btn-green {
  color: #7bc043;
  border-color: #7bc043;
}
.btn-default.btn-green:hover,
.btn-default.btn-green:focus {
  background-color: #7bc043;
}
.btn-default.btn-orange {
  color: #ff6f69;
  border-color: #ff6f69;
}
.btn-default.btn-orange:hover,
.btn-default.btn-orange:focus {
  background-color: #ff6f69;
}
.btn-default.btn-smoke {
  color: #ffffff;
  background-color: #ffcc33;
  border-color: whitesmoke;
}
.btn-default.btn-smoke:hover,
.btn-default.btn-smoke:focus {
  background-color: #ffcc33;
  border-color: #ffcc33;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
  border-radius: 5px;
  color: white;
  border: 0px solid;
  position: relative;
  z-index: 1;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  background: #ff5135;
  font-size: 20px;
  padding: 10px 35px 9px;
  font-family: poppins-300;
}
@media only screen and (max-width: 1199px) {
  .btn-primary {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-primary {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 15px;
    padding: 9px 25px;
  }
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 3px 6px 20px -7px rgba(85, 126, 225, 0.7);
  background: #ffcc33;
}
.btn-primary.btn-gradient {
  padding: 11px 25px 9px;
  font-size: 16px;
  background: -webkit-linear-gradient(#ff3300, #ffcc33);
  background: linear-gradient(#ff3300, #ffcc33);
}
.btn-primary.btn-primary-color {
  padding: 11px 25px 9px;
  font-size: 16px;
  background: -webkit-linear-gradient(#ff3300, #ffcc33);
  background: linear-gradient(#ff3300, #ffcc33);
}
.btn-primary.btn-gradient-45 {
  background: -webkit-linear-gradient(305deg, #ffcc33, #ff3300);
  background: linear-gradient(145deg, #ffcc33, #ff3300);
}

.form-group-btn {
  margin: 0 -10px -10px;
}
.form-group-btn > .btn {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  .form-group-btn {
    margin: 0 -7px -10px;
  }
  .form-group-btn > .btn {
    margin: 0 7px 10px;
  }
}

.read-more {
  display: inline-block;
  color: #ffcc33;
  font-size: 16px;
  border: 1px solid #ffcc33;
  padding: 11px 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .read-more {
    padding: 9px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .read-more {
    padding: 8px 20px;
    font-size: 15px;
  }
}
.read-more:hover {
  color: white;
  background-color: #ffcc33;
}

.read-more-text {
  color: black;
  font-size: 18px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 1199px) {
  .read-more-text {
    font-size: 16px;
  }
}
.read-more-text > [class*="icofont-"] {
  padding-left: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 2px;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .read-more-text > [class*="icofont-"] {
    font-size: 20px;
  }
}
.read-more-text:hover {
  color: #ecef5b;
}
.read-more-text:hover > [class*="icofont-"] {
  padding-left: 8px;
}

/* .video-btn {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  z-index: 0;
  border-radius: 50%;
  color: black;
  border: 1px solid white;
  width: 100px;
  height: 100px;
} */
@media only screen and (max-width: 767px) {
  .video-btn {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .video-btn {
    width: 45px;
    height: 45px;
  }
}
.video-btn:hover,
.video-btn:focus {
  border-color: #ffcc33;
}
.video-btn:hover > span,
.video-btn:focus > span {
  color: #ffcc33;
}
.video-btn > span {
  display: block;
  font-size: 30px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: white;
}
@media only screen and (max-width: 767px) {
  .video-btn > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .video-btn > span {
    font-size: 16px;
  }
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.mfp-wrap button:hover,
.mfp-wrap input[type="button"]:hover,
.mfp-wrap input[type="reset"]:hover,
.mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

.social-btn-lg {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #b7b7b7 !important;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #b7b7b7 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 165px;
}
@media only screen and (max-width: 420px) {
  textarea {
    min-height: 145px;
  }
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
}

label {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}

::-webkit-input-placeholder {
  color: black;
  opacity: 0.6;
}

:-moz-placeholder {
  color: black;
  opacity: 0.6;
}

::-moz-placeholder {
  color: black;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: black;
}

.form-group {
  margin-bottom: 25px;
}
@media only screen and (max-width: 420px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  color: #ffcc33;
  font-size: 16px;
  margin-bottom: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 420px) {
  .form-group label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.form-controller {
  border: 1.5px solid rgba(71, 118, 230, 0.2);
  background-color: transparent;
  width: 100%;
  height: 40px;
  outline: none;
  padding: 5px 15px;
  color: black;
  border-radius: 5px;
}
.form-controller:focus {
  color: black;
  border-color: #ffcc33;
}
@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}
input[type="radio"] + label:before {
  border: 3px solid #b9bec0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  border-color: #07c1fe;
  background-color: #ffcc33;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 15px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
.site-header {
  padding: 0px;
  background-color: white;
}
.site-header .navigation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
}
.site-header .navigation-area .site-branding a {
  display: inline-block;
}
.site-header .navigation-area .header-navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .site-header .navigation-area > .site-navigation {
    display: none;
  }
}

/* .active, .navigation-area ul li a::before,.navigation-area::before {
color:green;
} */

.site-header .mobile-sidebar-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .site-header .mobile-sidebar-menu {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .site-header .btn-sing-area {
    display: none;
  }
}
.site-header .btn-sing-area .btn-primary {
  padding: 10px 35px 8px;
  font-size: 16px;
  border-radius: 50px;
}
/* .anime {
 animation-name: shake;
 animation-duration: 0.8s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 transform-origin: 50% 100%;
}
 @keyframes shake {
  0%  { transform: translate(2px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-2deg); }
  20% { transform: translate(-3px, 0px) rotate(3deg); }
  30% { transform: translate(0px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(2px, 1px) rotate(-2deg); }
  80% { transform: translate(-1px, -1px) rotate(4deg); }
  90% { transform: translate(2px, 2px) rotate(0deg); }
  100%{ transform: translate(1px, -2px) rotate(-1deg); }
 } */
@media screen and (max-width: 767.98px) {
  .site-header .btn-sing-area .btn-primary {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 50px;
  }
}
.site-header .btn-sing-area {
  margin: auto 5px;
}
@media only screen and (max-width: 575px) {
  .site-header .btn-sing-area {
    margin: auto 2px;
  }
  .site-header .btn-sing-area .btn-primary {
    padding: 8px 14px;
    font-size: 11px;
  }
}
.site-header.default-header-style,
.site-header.header-style-one,
.site-header.header-style-five {
  padding-top: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .site-header.default-header-style,
  .site-header.header-style-one,
  .site-header.header-style-five {
    padding-top: 5px;
  }
}
.site-header.default-header-style .site-branding,
.site-header.header-style-one .site-branding,
.site-header.header-style-five .site-branding {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .site-header.default-header-style .site-branding,
  .site-header.header-style-one .site-branding,
  .site-header.header-style-five .site-branding {
    width: 75px;
  }
}
.site-header.default-header-style .hamburger-menus,
.site-header.header-style-one .hamburger-menus,
.site-header.header-style-five .hamburger-menus {
  margin-left: 20px;
}
.site-header.header-style-one .mobile-sidebar-menu,
.site-header.header-style-three .mobile-sidebar-menu {
  display: block;
}
.site-header.header-style-one .hamburger-menus,
.site-header.header-style-three .hamburger-menus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header.header-style-two {
  padding: 15px 0;
}
@media only screen and (max-width: 1199px) {
  .site-header.header-style-two {
    padding: 5px 0;
  }
}
.site-header.header-style-two .btn-sing-area {
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .site-header.header-style-two .btn-sing-area {
    display: none;
  }
}
.site-header.header-style-two .hamburger-menus {
  margin-left: 25px;
}
.site-header.header-style-three {
  padding: 15px 0;
}
.site-header.header-style-three .hamburger-menus {
  margin-left: 20px;
}
.site-header.header-style-three .site-navigation {
  display: none;
}
.site-header.header-style-three .social-status-area {
  margin-bottom: -5px;
}
@media only screen and (max-width: 480px) {
  .site-header.header-style-three .social-status-area {
    display: none;
  }
}
.site-header.header-style-three .social-status > a:hover,
.site-header.header-style-three .social-status > a:focus {
  color: #ffcc33 !important;
  background: -webkit-linear-gradient(left, #ff3300, #ffcc33);
  background: linear-gradient(to right, #ff3300, #ffcc33);

  -webkit-text-fill-color: transparent;
}
.site-header.header-style-four {
  position: absolute;
  z-index: 3;
  left: 0;
  height: 965px;
  background-color: #141414;
  width: 160px;
}
@media only screen and (max-width: 1366px) {
  .site-header.header-style-four {
    width: 120px;
    height: 850px;
  }
}
@media only screen and (max-width: 1366px) {
  .site-header.header-style-four {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header.header-style-four {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four {
    height: 520px;
    width: 90px;
  }
}
.site-header.header-style-four .navigation-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-top: 35px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four .navigation-area {
    padding-top: 20px;
  }
}
.site-header.header-style-four .navigation-area > .site-navigation {
  display: none;
}
.site-header.header-style-four .mobile-sidebar-menu {
  display: block;
}
.site-header.header-style-four .hamburger-menus-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four .hamburger-menus-area {
    font-size: 16px;
  }
}
.site-header.header-style-four .hamburger-menus-area .hamburger-menus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 60px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four .hamburger-menus-area .hamburger-menus {
    width: 40px;
  }
}
.site-header.header-style-four .hamburger-menus-area .hamburger-menus > span {
  background-color: white;
  width: 60px;
  margin: 5px 0;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four .hamburger-menus-area .hamburger-menus > span {
    width: 40px;
  }
}
.site-header.header-style-four
  .hamburger-menus-area
  .hamburger-menus
  > span:nth-child(1) {
  width: 20px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four
    .hamburger-menus-area
    .hamburger-menus
    > span:nth-child(1) {
    width: 15px;
  }
}
.site-header.header-style-four
  .hamburger-menus-area
  .hamburger-menus
  > span:nth-child(2) {
  width: 40px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four
    .hamburger-menus-area
    .hamburger-menus
    > span:nth-child(2) {
    width: 30px;
  }
}
.site-header.header-style-four
  .hamburger-menus-area
  .hamburger-menus:hover
  > span {
  width: 60px !important;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four
    .hamburger-menus-area
    .hamburger-menus:hover
    > span {
    width: 40px !important;
  }
}
.site-header.header-style-four
  .hamburger-menus-area
  .hamburger-menus.click-menu
  > span {
  width: 60px !important;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four
    .hamburger-menus-area
    .hamburger-menus.click-menu
    > span {
    width: 40px !important;
  }
}
.site-header.header-style-four
  .hamburger-menus-area
  .hamburger-menus.click-menu
  > span:nth-child(1) {
  top: -17px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four
    .hamburger-menus-area
    .hamburger-menus.click-menu
    > span:nth-child(1) {
    top: -3px;
  }
}
.site-header.header-style-four .social-status-area .social-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .site-header.header-style-four .social-status-area .social-status {
    padding-bottom: 15px;
  }
}
.site-header.header-style-four .social-status-area .social-status > a {
  color: white;
  margin: 0;
  padding: 5px 0;
}
.site-header.header-style-four .social-status-area .social-status > a:hover,
.site-header.header-style-four .social-status-area .social-status > a:focus {
  color: #ffcc33 !important;
  background: -webkit-linear-gradient(left, #ff3300, #ffcc33);
  background: linear-gradient(to right, #ff3300, #ffcc33);

  -webkit-text-fill-color: transparent;
}

/*-------------------------------------------------
	[ ## Sticky header ]
*/
#sticky-header .site-header {
  display: none;
}

#sticky-header.active {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sticky-header.active .mobile-sidebar-menu {
  display: none;
}
#sticky-header.active .site-header {
  background-color: white;
  box-shadow: 0px 5px 10px -5px rgba(255 94 14);
  position: relative;
  display: block;
}
#sticky-header.active .site-header .megamenu .megamenu-main {
  top: 100% !important;
}
#sticky-header.active .site-header.default-header-style,
#sticky-header.active .site-header.header-style-one,
#sticky-header.active .site-header.header-style-three,
#sticky-header.active .site-header.header-style-two,
#sticky-header.active .site-header.header-style-five {
  padding: 5px 0;
}
#sticky-header.active .site-header.header-style-one .hamburger-menus,
#sticky-header.active .site-header.header-style-three .hamburger-menus {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
@media only screen and (min-width: 1199px) {
  #mobile-menu {
    display: none;
  }

  .overlapblackbg {
    display: none;
  }

  .mainmenu {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .mainmenu > li {
    display: inline-block;
    position: relative;
  }
  .mainmenu li {
    list-style: none;
  }

  .navigation .mainmenu li > a {
    position: relative;
  }
  .navigation .mainmenu li > a > .menu-arrow {
    position: absolute;
    color: #e35412;
    font-size: 15px;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation .mainmenu > li > a {
    display: block;
    padding: 7px 15px;
    font-size: 18px;

    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    color: #e35412;

    letter-spacing: 0.1em;

    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navigation .mainmenu > li > a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 0;
    background-color: #ffcc33;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
   /* .navigation ul li.active {
    background-color: #000;
    border-bottom: 2px solid #ffcc33;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  } */
 
 
  
  .navigation .mainmenu > li > a span {
    font-size: 14px;
    color: #929292;
    margin-left: 5px;
  }
  .navigation .mainmenu > li.current-menu-item > a:before,
  .navigation .mainmenu > li.current-menu-ancestor > a:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-click {
    display: none;
  }
  .navigation-area :hover.active::after{
    display:block;
  }

  /* Sub Menu CSS */
  .mainmenu .sub-menu {
    min-width: 200px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 10px;
    background-color: white;
    opacity: 0;
    top: 100%;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  .mainmenu .sub-menu li {
    position: relative;
  }
  .mainmenu .sub-menu li a {
    background-image: none;
    color: black;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 1.5em;
    padding: 8px 20px;
    text-transform: none;
    font-size: 15px;

    letter-spacing: 0.025em;
  }
  .mainmenu .sub-menu li a:hover {
    color: #e35412;
  }
  .mainmenu .sub-menu li:last-child a {
    border-bottom: none;
  }

  .mainmenu .sub-menu li:last-child > a {
    border-bottom: 0;
  }

  .menuexpandermain {
    display: none;
  }

  .mainmenu li:hover .sub-menu,
  .mainmenu .sub-menu li:hover .sub-menu-sub {
    display: block;
  }
  .mainmenu .sub-menu .sub-menu,
  .mainmenu .sub-menu .sub-menu .sub-menu {
    min-width: 250px;
    position: absolute;
    left: calc(100% + 20px);
    top: -1px;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    z-index: 1001;
  }
  .mainmenu .sub-menu .sub-menu:before,
  .mainmenu .sub-menu .sub-menu .sub-menu:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    height: 40px;
    width: 20px;
  }
  .mainmenu .sub-menu li:hover .sub-menu,
  .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
    opacity: 1;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.95);
  }

  .mainmenu .sub-menu li {
    position: relative;
    display: block;
  }

  /*Animation*/
  .mainmenu li > .sub-menu,
  .mainmenu li > .megamenu > .sub-menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
  }
  .mainmenu li:hover > .sub-menu,
  .mainmenu li:hover > .megamenu > .sub-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  /* Default Color */
  .mainmenu li:hover > a,
  .mainmenu > li > a:hover,
  .mainmenu > li > a.active {
    background-color: transparent;
    text-decoration: none;
  }
  .mainmenu li:hover > a:before,
  .mainmenu > li > a:hover:before,
  .mainmenu > li > a.active:before {
    width: 16px;
    opacity: 1;
  }
  /* a.nav-link.active:hover{
    color: #7bc043;
  } */

  .mainmenu .sub-menu > li > a:hover,
  .mainmenu .sub-menu .sub-menu > li > a:hover,
  .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration: none;
  }

  .mainmenu .sub-menu .current-menu-parent > a,
  .mainmenu .sub-menu .current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .current-menu-ancestor .current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .megamenu .sub-menu .current-menu-item > a,
  .megamenu .current-menu-ancestor > a,
  .megamenu.current-menu-ancestor .current-menu-ancestor > a {
    background-color: transparent;
  }

  .megamenu .sub-menu .current-menu-parent > a,
  .megamenu .sub-menu .current-menu-item > a {
    background-color: transparent;
  }
}
.megamenu {
  position: static !important;
}
.megamenu .megamenu-main {
  width: auto;
  left: 475px;
  /* padding: 20px 25px; */
  /* margin: 20px 25px; */
  top: calc(100% + -27px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 0px 60px -30px;
}
.megamenu .megamenu-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  height: 25px;
  z-index: 5;
}
.megamenu .megamenu-main ul {
  padding-left: 0px;
  width: 100%;
}
.megamenu .megamenu-main ul li {
  width: 100%;
}
.megamenu .megamenu-main .megamenu-heading {
  color: #ffcc33;
  font-size: 16px;
  text-align: left;
  /* margin-bottom: 20px; */
}
.megamenu .megamenu-main .custom-megamenu li a {
  padding: 10px 17px;
  font-size: 15px;
}
.megamenu .megamenu-main .custom-megamenu li a:hover {
  background-color: #eee;
}

/*-------------------------------------------------
    [ ## Responsive Menus ]
*/
.hamburger-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 30px;
  display: none;
  cursor: pointer;
}
.hamburger-menus:hover > span {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 30px !important;
}
.hamburger-menus.click-menu {
  position: relative;
  z-index: 9999;
}
.hamburger-menus.click-menu > span {
  background-color: white;
}
.hamburger-menus.click-menu > span:nth-child(1) {
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.hamburger-menus.click-menu > span:nth-child(2) {
  opacity: 0;
}
.hamburger-menus.click-menu > span:nth-child(3) {
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.hamburger-menus > span {
  width: 30px;
  height: 2px;
  background-color: black;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 4px 0;
  position: relative;
}
.hamburger-menus > span:nth-child(1) {
  margin-top: 0 !important;
}
.hamburger-menus > span:nth-child(2) {
  width: 20px;
}
.hamburger-menus > span:nth-child(3) {
  margin-bottom: 0;
}

.overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.mobile-sidebar-menu .navigation {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #181818;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-sidebar-menu .navigation .mainmenu > li {
  display: block;
}
.mobile-sidebar-menu .navigation .mainmenu > li.active > a {
  color: #ffcc33;
}
.mobile-sidebar-menu .navigation .mainmenu > li > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 12px 20px !important;
  position: relative;
  text-decoration: none;
  text-align: left;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);

  font-family: "Hind", sans-serif;
  letter-spacing: 0.015em;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  text-transform: capitalize;
  font-size: 16px;
}
.mobile-sidebar-menu .navigation .mainmenu > li > a.active,
.mobile-sidebar-menu .navigation .mainmenu > li > a:hover {
  color: #ffcc33;
}
.mobile-sidebar-menu .navigation .mainmenu > li > a:before {
  display: none;
}
.mobile-sidebar-menu .navigation .mainmenu > li.active > a > .menu-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-sidebar-menu .navigation ul.mainmenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-sidebar-menu .navigation ul.mainmenu a {
  position: relative;
}
.mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 120;
  width: 100%;
  display: block;
  background-size: 25px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  float: right;
  padding: 17px;
  width: 48px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow:before {
  content: "\eab2";
  font-family: "IcoFont";
}
.mobile-sidebar-menu .navigation ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.mobile-sidebar-menu .navigation ul.sub-menu.megamenu-main {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.mobile-sidebar-menu .navigation ul.sub-menu li a {
  padding: 12px 32px 12px 25px;
  letter-spacing: 0;
  border-right: solid 0px;
  background-color: transparent;
  line-height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: white;
  letter-spacing: 0.015em;
  display: block;
  text-transform: capitalize;
}
.mobile-sidebar-menu .navigation ul.sub-menu li a:hover {
  color: #ffcc33;
  padding-left: 30px;
}
.mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a {
  padding-left: 30px;
}
.mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a:hover {
  padding-left: 35px;
}
.mobile-sidebar-menu .navigation .megamenu {
  position: relative !important;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-main:before {
  display: none;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-heading,
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-bg-right {
  display: none;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-container {
  max-width: 100%;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu {
  display: block !important;
}
.mobile-sidebar-menu
  .navigation
  .megamenu
  .megamenu-main
  .custom-megamenu
  li
  a {
  padding: 10px 30px;
  font-size: 15px;
}
.mobile-sidebar-menu
  .navigation
  .megamenu
  .megamenu-main
  .custom-megamenu
  li
  a:hover {
  padding-left: 30px;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper {
  padding: 0;
}
.mobile-sidebar-menu
  .navigation
  .megamenu
  .megamenu-wrapper
  .megamenu-container {
  padding: 0px;
}
.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row {
  display: block;
  margin: 0px;
}
.mobile-sidebar-menu
  .navigation
  .megamenu
  .megamenu-wrapper
  .row
  [class*="col-"] {
  max-width: 100%;
  padding: 0px;
}

.site-header.header-style-one,
.site-header.header-style-three,
.site-header.header-style-four {
  z-index: 99;
}
.site-header.header-style-one .hamburger-menus > span:nth-child(1),
.site-header.header-style-three .hamburger-menus > span:nth-child(1),
.site-header.header-style-four .hamburger-menus > span:nth-child(1) {
  width: 12px;
}
.site-header.header-style-one .hamburger-menus.click-menu > span:nth-child(1),
.site-header.header-style-three .hamburger-menus.click-menu > span:nth-child(1),
.site-header.header-style-four .hamburger-menus.click-menu > span:nth-child(1) {
  width: 100% !important;
}
.site-header.header-style-one .mobile-sidebar-menu .navigation,
.site-header.header-style-three .mobile-sidebar-menu .navigation,
.site-header.header-style-four .mobile-sidebar-menu .navigation {
  left: -100%;
  position: relative;
  width: 280px;
  height: 100%;
  position: fixed;
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .overlaybg,
.site-header.header-style-three .mobile-sidebar-menu.sidemenu-active .overlaybg,
.site-header.header-style-four .mobile-sidebar-menu.sidemenu-active .overlaybg {
  display: block;
}
.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .navigation,
.site-header.header-style-three
  .mobile-sidebar-menu.sidemenu-active
  .navigation,
.site-header.header-style-four
  .mobile-sidebar-menu.sidemenu-active
  .navigation {
  left: 0;
}
.site-header.header-style-one .mobile-sidebar-menu .navigation,
.site-header.header-style-three .mobile-sidebar-menu .navigation,
.site-header.header-style-four .mobile-sidebar-menu .navigation {
  border: none;
}
.site-header.header-style-one .mobile-sidebar-menu .navigation ul.sub-menu,
.site-header.header-style-three .mobile-sidebar-menu .navigation ul.sub-menu,
.site-header.header-style-four .mobile-sidebar-menu .navigation ul.sub-menu {
  display: none;
}

.site-header.header-style-four .mobile-sidebar-menu .overlaybg {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header.header-style-four .mobile-sidebar-menu .navigation {
  left: auto;
  right: -100%;
}
.site-header.header-style-four
  .mobile-sidebar-menu.sidemenu-active
  .navigation {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .site-header.default-header-style,
  .site-header.header-style-two,
  .site-header.header-style-five {
    z-index: 99;
  }
  .site-header.default-header-style .hamburger-menus,
  .site-header.header-style-two .hamburger-menus,
  .site-header.header-style-five .hamburger-menus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .site-header.default-header-style .mobile-sidebar-menu .navigation,
  .site-header.header-style-two .mobile-sidebar-menu .navigation,
  .site-header.header-style-five .mobile-sidebar-menu .navigation {
    left: -100%;
    position: relative;
    width: 280px;
    height: 100%;
    position: fixed;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .site-header.default-header-style
    .mobile-sidebar-menu.sidemenu-active
    .overlaybg,
  .site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .overlaybg,
  .site-header.header-style-five
    .mobile-sidebar-menu.sidemenu-active
    .overlaybg {
    display: block;
  }
  .site-header.default-header-style
    .mobile-sidebar-menu.sidemenu-active
    .navigation,
  .site-header.header-style-two
    .mobile-sidebar-menu.sidemenu-active
    .navigation,
  .site-header.header-style-five
    .mobile-sidebar-menu.sidemenu-active
    .navigation {
    left: 0;
  }
  .site-header.default-header-style .navigation,
  .site-header.header-style-two .navigation,
  .site-header.header-style-five .navigation {
    border: none;
  }
  .site-header.default-header-style .navigation ul.sub-menu,
  .site-header.header-style-two .navigation ul.sub-menu,
  .site-header.header-style-five .navigation ul.sub-menu {
    display: block;
  }
}
/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page pagination */
.paging-navigation {
  z-index: 1;
}
.paging-navigation .nav-links {
  list-style: none;
  font-size: 1em;
  margin: 0 -4px;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .paging-navigation .nav-links {
    margin: 0 -2px;
  }
}
.paging-navigation .nav-links a {
  display: block;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  text-align: center;
}
.paging-navigation .nav-links > li {
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .paging-navigation .nav-links > li {
    margin: 0 2px;
  }
}
.paging-navigation .nav-links > li > a {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 42px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
  color: #b7b7b7;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .paging-navigation .nav-links > li > a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.paging-navigation .nav-links > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffcc33;
  border-color: #ffcc33;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  z-index: -1;
}
.paging-navigation .nav-links > li > a span {
  display: block;
}
.paging-navigation .nav-links > li.active > a,
.paging-navigation .nav-links > li > a:hover {
  color: white !important;
}
.paging-navigation .nav-links > li.active > a:before,
.paging-navigation .nav-links > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging-navigation .nav-links li.nav-previous.disabled > a,
.paging-navigation .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  .paging-navigation.pd-t-30 {
    padding-top: 20px;
  }
}
.paging-navigation.paging-center .nav-links {
  text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    display: block;
  }
}
.post-navigation .post-previous {
  text-align: left;
}
.post-navigation .post-next {
  text-align: right;
}
.post-navigation h3 {
  font-size: 24px;
  margin: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  line-height: 1.35em;
}
@media only screen and (max-width: 991px) {
  .post-navigation h3 {
    line-height: 1.3em;
    font-size: 20px;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 45px 0 15px;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous,
  .post-navigation .post-next {
    max-width: 100%;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  position: relative;
  display: block;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 55px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 15px;
  }
}
.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: black;
}
.post-navigation .post-previous.active,
.post-navigation .post-next.active {
  background-color: #ffcc33;
}
.post-navigation .post-previous.active h3,
.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active h3,
.post-navigation .post-next.active span.label {
  color: white;
}
.post-navigation .post-next span.label {
  margin-bottom: 0;
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.hero-block {
  color: black;
  padding-top: 200px;
  padding-bottom: 300px;
}
.hero-block .hero-title {
  color: black;
  font-size: 80px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.3em;
}
.hero-block .hero-title > span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .hero-block .hero-title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block .hero-title {
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block .hero-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .hero-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .hero-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .hero-block .hero-title {
    font-size: 32px;
  }
}
.hero-block .hero-desc {
  font-size: 25px;
  padding-right: 150px;
}
@media only screen and (max-width: 1199px) {
  .hero-block .hero-desc {
    font-size: 22px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block .hero-desc {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .hero-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .hero-desc {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .hero-block .hero-desc {
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-block .hero-desc > p {
  line-height: 1.65em;
}
.hero-block.hero-block-one {
  padding-top: 205px;
  padding-bottom: 175px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.hero-block-one {
    padding-top: 170px;
    padding-bottom: 110px;
  }
}
.hero-block.hero-block-one .social-status-area {
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 1620px) {
  .hero-block.hero-block-one .social-status-area {
    left: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one .social-status-area {
    display: none;
  }
}
.hero-block.hero-block-one .social-status-area .social-status {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-block.hero-block-one .social-status-area .social-status > a {
  padding: 7px 0;
}
.hero-block.hero-block-one .social-status-area .social-status > a:hover,
.hero-block.hero-block-one .social-status-area .social-status > a:focus {
  color: #ffcc33 !important;
  background: -webkit-linear-gradient(left, #ff3300, #ffcc33);
  background: linear-gradient(to right, #ff3300, #ffcc33);

  -webkit-text-fill-color: transparent;
}
.hero-block.hero-block-one > .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one > .element-group > .element {
    display: none;
  }
}
.hero-block.hero-block-one > .element-group > .element.one {
  top: 160px;
  left: 90px;
  -webkit-animation: linear bt-leftRight-20 4s infinite;
  animation: linear bt-leftRight-20 4s infinite;
}
.hero-block.hero-block-one .waves-effect.bottom {
  height: 110px;
}
.hero-block.hero-block-one .hero-slider-one {
  padding-top: 200px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one .hero-slider-one {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one .hero-slider-one {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.hero-block-one .hero-slider-one {
    margin: 0 100px;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block.hero-block-one .hero-slider-one {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block.hero-block-one .hero-slider-one {
    margin: 0;
  }
}
.hero-block.hero-block-one .swiper-pagination {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25px;
  margin-top: 125px;
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one .swiper-pagination {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one .swiper-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-block.hero-block-one .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 420px) {
  .hero-block.hero-block-one .swiper-pagination {
    margin-top: 30px;
  }
}
.hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #444444;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
@media only screen and (max-width: 420px) {
  .hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.hero-block.hero-block-one
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background-color: #ff3300;
}
@media only screen and (max-width: 991px) {
  .hero-block.hero-block-one
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .hero-block.hero-block-one
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb {
  display: inline-block;
}
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb img {
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb {
    display: none;
  }
}
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
  margin-right: -160px;
  margin-left: -190px;
  position: relative;
}
@media only screen and (max-width: 1780px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
    margin-right: -50px;
    margin-left: -230px;
  }
}
@media only screen and (max-width: 1620px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
    margin-right: -160px;
    margin-left: -190px;
  }
}
@media only screen and (max-width: 1366px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
    margin-right: -120px;
    margin-left: -190px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
    margin-right: -100px;
    margin-left: -170px;
  }
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video {
  position: absolute;
  right: 190px;
  bottom: 85px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one
    .hero-mockup-area
    .hero-mockup-thumb.one
    .promo-video {
    right: 140px;
    bottom: 60px;
  }
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn {
  background-color: #ff3300;
  width: 85px;
  height: 85px;
  border: 0px solid;
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn
  > span {
  font-size: 25px;
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn:hover,
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn:focus {
  background-color: #ffcc33;
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn:hover
  > span,
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .promo-video
  .video-btn:focus
  > span {
  color: white !important;
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .element-group
  > .element {
  z-index: 0;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .hero-block.hero-block-one
    .hero-mockup-area
    .hero-mockup-thumb.one
    .element-group
    > .element {
    display: none;
  }
}
.hero-block.hero-block-one
  .hero-mockup-area
  .hero-mockup-thumb.one
  .element-group
  > .element.one {
  top: 305px;
  left: 85px;
}
@media only screen and (max-width: 1780px) {
  .hero-block.hero-block-one
    .hero-mockup-area
    .hero-mockup-thumb.one
    .element-group
    > .element.one {
    top: 240px;
    left: 80px;
  }
}
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one > img {
  position: relative;
  z-index: 1;
}
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
  position: absolute;
  right: -285px;
  top: -90px;
}
@media only screen and (max-width: 1780px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
    right: -190px;
  }
}
@media only screen and (max-width: 1620px) {
  .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
    display: none;
  }
}

/* Hero Sections */
.frontpage-banner-section.frontpage-banner-style-one {
  /* padding-top: 250px;
  padding-bottom: 270px; */
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-one {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-one {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-one {
    padding-bottom: 165px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-one {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-one {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
.frontpage-banner-section.frontpage-banner-style-one:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
  padding-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .frontpage-banner-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .frontpage-banner-content {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .frontpage-banner-content {
    text-align: center;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .frontpage-banner-content {
    padding: 0;
  }
}
.frontpage-banner-section.frontpage-banner-style-one .site-name-title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  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;
}
.frontpage-banner-section.frontpage-banner-style-one
  .site-name-title
  .site-title {
  color: white;
  opacity: 0.1;
  font-size: 350px;
  letter-spacing: 0.12em;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 250px;
    letter-spacing: 0.05em;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 200px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 150px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 120px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-one
    .site-name-title
    .site-title {
    font-size: 85px;
  }
}
.frontpage-banner-section.frontpage-banner-style-two {
  position: relative;
  height: 925px;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-two {
    height: 850px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-two {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two {
    height: 580px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two {
    height: 520px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-two {
    height: 420px;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 195px);
  height: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    width: calc(50% + 130px);
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    width: calc(50% + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    width: calc(50% + 58px);
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
  opacity: 0.3;
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
    opacity: 0.6;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg + div {
  position: relative;
  z-index: 1;
}
.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
  background-color: white;
  width: 385px;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .frontpage-banner-content {
    width: 335px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .frontpage-banner-content {
    width: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .frontpage-banner-content {
    width: 197px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .frontpage-banner-content {
    width: 100%;
    white-space: normal;
    text-align: center;
    background-color: transparent;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .hero-title {
  color: #fff;
  mix-blend-mode: difference;
  font-family: "Barlow", sans-serif;
  font-size: 176px;
  margin-left: -8px;
  line-height: 1em;
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title {
    margin-left: 0;
    font-size: 75px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title {
    font-size: 54px;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
  display: block;
  font-size: 108px;
  margin-left: 3px;
  line-height: 1em;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    font-size: 54px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    margin-left: 0;
    font-size: 48px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-two .hero-title > span {
    font-size: 32px;
  }
}
.frontpage-banner-section.frontpage-banner-style-two .hero-title > span > b {
}
.frontpage-banner-section.frontpage-banner-style-two .form-group-btn {
  margin: 5px 0 0;
}
.frontpage-banner-section.frontpage-banner-style-two
  .form-group-btn
  .read-more-text {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .form-group-btn
    .read-more-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .form-group-btn
    .read-more-text {
    font-size: 16px;
    color: #ffcc33;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .frontpage-banner-section.frontpage-banner-style-two
    .form-group-btn
    .read-more-text:hover {
    color: white;
  }
}
.frontpage-banner-section.frontpage-banner-style-two
  .form-group-btn
  .read-more-text
  > [class*="icofont-"] {
  margin-top: 6px;
  font-size: 28px;
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-two
    .form-group-btn
    .read-more-text
    > [class*="icofont-"] {
    font-size: 24px;
  }
}
.frontpage-banner-section.frontpage-banner-style-three {
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
.frontpage-banner-section.frontpage-banner-style-three .circular {
  height: 100px;
  width: 100px;
  position: relative;
  transform: scale(1.2);
}
.frontpage-banner-section.frontpage-banner-style-three .circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: white;
  border-radius: 100%;
}
.frontpage-banner-section.frontpage-banner-style-three .circular .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 25px;
  line-height: 1.27em;
  font-family: poppins;
  color: #000000;
  
}
.frontpage-banner-section.frontpage-banner-style-three .circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
 
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}
.frontpage-banner-section.frontpage-banner-style-three .circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius:100%;

  clip: rect(0px, 50px, 100px, 0px);
 
  /* background: linear-gradient(
   90deg,
 
  rgba(255, 81, 53, 1) 0%,
  rgba(255, 201, 56, 1)100%
  
  
  
  );  */

  
  
 
    background: radial-gradient( rgba(255, 81, 53, 1)50% ,
   rgba(255, 201, 56, 1));  
   

}



.frontpage-banner-section.frontpage-banner-style-three .circle .left .progress {
  z-index: 1;
  animation: left 1s linear both; 
 
  
 
}
@keyframes left {
  100% {
    transform: rotate(180deg);
  }
}                                     

.frontpage-banner-section.frontpage-banner-style-three .circle .right {
  z-index: 3;
  transform: rotate(180deg);
  
}
.frontpage-banner-section.frontpage-banner-style-three
  .circle
  .right
  .progress {
  animation: right 1s linear both;
  
  animation-delay: 1s;
}
@keyframes right {

  
  100% {
    transform: rotate(180deg);
    
  }
} 

@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 150px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 120px;
  }
}
.frontpage-banner-section.frontpage-banner-style-three
  > .element-group
  > .element {
  z-index: 0;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-three
    > .element-group
    > .element {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-three
  > .element-group
  > .element.one {
  top: 355px;
  left: 25px;
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
.frontpage-banner-section.frontpage-banner-style-three
  > .element-group
  > .element.two {
  top: 480px;
  left: 0;
}

.frontpage-banner-section.frontpage-banner-style-three .hero-title {
  font-size: 65px;
  line-height: 1.27em;
  margin-bottom: 22px;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 42px;
      margin-top: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 38px;
    /*margin-top: 12px;*/
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 32px;
        margin-top: 12px;
  }
}
.frontpage-banner-section.frontpage-banner-style-three .hero-title > span {
  font-style: revert;
}
.frontpage-banner-section.frontpage-banner-style-three .hero-desc {
  color: black;
  padding-right: 150px;
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-desc {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-desc {
    padding-right: 0;
  }
}
.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area {
  position: relative;
}
.frontpage-banner-section.frontpage-banner-style-three
  .hero-mockup-area
  .hero-mockup-thumb
  img {
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-three
  .hero-mockup-area
  .element-group
  > .element {
  z-index: 0;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-three
    .hero-mockup-area
    .element-group
    > .element {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-three
  .hero-mockup-area
  .element-group
  > .element.one {
  bottom: -130px;
  left: -140px;
  -webkit-animation: linear bt-topBottom-40 4s infinite;
  animation: linear bt-topBottom-40 4s infinite;
}
.frontpage-banner-section.frontpage-banner-style-three
  .hero-mockup-area
  .element-group
  > .element.two {
  top: -115px;
  right: -17px;
}
.frontpage-banner-section.frontpage-banner-style-three
  .hero-mockup-area
  .element-group
  > .element.three {
  top: -85px;
  right: -50px;
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
.frontpage-banner-section.frontpage-banner-style-four {
  position: relative;
  height: 965px;
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four {
    height: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-four {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four .container-fluid {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-four .container-fluid {
    margin-left: 75px;
    max-width: calc(100% - 75px);
  }
}
.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
  position: absolute;
  left: 160px;
  top: 0;
  width: calc(50% - 160px);
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
    width: calc(50% - 50px);
    left: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
    width: calc(100% - 90px);
    left: 90px;
  }
}
.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg:before {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg:before {
    opacity: 0.6;
  }
}
.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg + div {
  position: relative;
  z-index: 1;
}
.frontpage-banner-section.frontpage-banner-style-four
  > .element-group
  > .element {
  z-index: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four
    > .element-group
    > .element {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-four
  > .element-group
  > .element.one {
  top: 755px;
  right: 42.5%;
  z-index: 1;
  -webkit-animation: linear bt-topBottom-40 4s infinite;
  animation: linear bt-topBottom-40 4s infinite;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-four
    > .element-group
    > .element.one {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-four
  > .element-group
  > .element.two {
  top: 550px;
  right: 115px;
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-four
    > .element-group
    > .element.two {
    top: 80px;
    right: 85px;
  }
}
@media only screen and (max-width: 992px) {
  .frontpage-banner-section.frontpage-banner-style-four
    > .element-group
    > .element.two {
    top: 50px;
    right: 50px;
  }
}
.frontpage-banner-section.frontpage-banner-style-four
  > .element-group
  > .element.three {
  top: 70px;
  right: 65px;
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four
    > .element-group
    > .element.three {
    display: none;
  }
}
.frontpage-banner-section.frontpage-banner-style-four
  .frontpage-banner-content {
  margin-left: -40px;
  padding-right: 120px;
}
@media only screen and (max-width: 1620px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    margin-left: 190px;
    position: relative;
    z-index: 3;
    width: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    margin-left: 0;
    padding-left: 70px;
    width: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .frontpage-banner-content {
    padding-left: 30px;
    width: 100%;
  }
}
.frontpage-banner-section.frontpage-banner-style-four .hero-title {
  font-size: 65px;
  line-height: 1.3em;
  margin-bottom: 22px;
  padding-right: 100px;
}
@media only screen and (max-width: 1860px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 1772px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 28px;
  }
}
.frontpage-banner-section.frontpage-banner-style-four .hero-desc {
  padding-right: 120px;
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-desc {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four .hero-desc {
    padding-right: 0px;
  }
}
.frontpage-banner-section.frontpage-banner-style-four
  .btn-primary.btn-gradient-45 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .btn-primary.btn-gradient-45 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section.frontpage-banner-style-four
    .btn-primary.btn-gradient-45 {
    font-size: 16px;
  }
}
.frontpage-banner-section .hero-title {
  color: black;
  font-size: 65px;
  text-transform: capitalize !important;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.05em;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section .hero-title {
    font-size: 72px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .frontpage-banner-section .hero-title {
    font-size: 66px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section .hero-title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section .hero-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section .hero-title {
    font-size: 36px;
  }
}
.frontpage-banner-section .hero-desc {
  font-size: 22px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section .hero-desc {
    padding-right: 0;
  }
}
.frontpage-banner-section .hero-desc > p {
  line-height: 1.65em;
  font-family: poppins;
}
@media only screen and (max-width: 1199px) {
  .frontpage-banner-section .hero-desc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section .hero-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .frontpage-banner-section .hero-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .frontpage-banner-section .hero-desc {
    font-size: 16px;
  }
}
.frontpage-banner-section .form-group-btn {
  margin-top: 30px;
}
.frontpage-banner-section .form-group-btn .btn-primary {
  padding: 15px 25px 13px;
}
@media only screen and (max-width: 767px) {
  .frontpage-banner-section .form-group-btn .btn-primary {
    padding: 12px 20px;
  }
}
.frontpage-banner-section .hero-mockup-area {
  margin-right: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1620px) {
  .frontpage-banner-section .hero-mockup-area {
    margin-right: -45px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1366px) {
  .frontpage-banner-section .hero-mockup-area {
    margin-right: 0px;
    margin-left: -60px;
  }
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.services-block.style-one {
  padding-top: 105px;
  padding-bottom: 230px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .services-block.style-one {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .services-block.style-one {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .services-block.style-one {
    padding-bottom: 80px;
  }
}
.services-block.style-one .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .services-block.style-one .element-group > .element {
    display: none;
  }
}
.services-block.style-one .element-group > .element.one {
  top: 75px;
  left: calc(50% - 720px);
}
@media only screen and (max-width: 1620px) {
  .services-block.style-one .element-group > .element.one {
    left: calc(50% - 640px);
  }
}
.services-block.style-one .service-items-area {
  margin-bottom: -30px;
}
.services-block.style-one .service-items-area > div:nth-child(2n) {
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .services-block.style-one .service-items-area > div:nth-child(2n) {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .services-block.style-one .text-feature-block {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .services-block.style-one .text-feature-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.services-block.style-two {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .services-block.style-two {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .services-block.style-two {
    margin-top: 0px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .services-block.style-two {
    padding-top: 80px;
  }
}
.services-block.style-three {
  position: relative;
}
.services-block.style-three .element-group > .element {
  z-index: 0;
  position: absolute;
}
.services-block .simgbox {
      /*background-image: url("./assets/images/videos/branding.gif");*/
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: ease-in-out 0.5s;
  border-radius: 8px;
}
.services-block .simgbox h3 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  z-index: 9;
  color: #fff;
  font-family: poppins;
  text-align: center;
}
.services-block .simgbox img {
  width: 100%;
  min-height: 360px;

  transform: scale(1);
  transition: 0.8s ease;
  filter: brightness(70%);
}
/* .services-block .simgbox:hover img {
  transform: scale(1.2);
} */
.services-block .simgbox:hover .portfolio-info {
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.services-block .simgbox:hover .portfolio-info li {
  color: #fff;
  font-size: 16px;
  font-family: poppins;
}
.services-block .simgbox:hover .overlay {
  visibility: visible;
  transform: scale(1);
}
.sercices-block .simgbox .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.services-block .simgbox .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  /* opacity: 0; */
  transition: 0.8s ease;
  transform: scale(0);
  border-radius: 8px;
}
.services-block .simgbox .portfolio-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 30px;
  visibility: hidden;
  transition: 0.8s ease;
}
.services-block .simgbox .portfolio-info h3 {
  font-size: 25px;
  color: #fff;
  font-family: poppins;
}
.services-block .simgbox .portfolio-info p {
  font-size: 18px;
  color: #fff;
  font-family: poppins;
}

@media only screen and (max-width: 992px) {
  .services-block.style-three .element-group > .element {
    display: none;
  }
}
.services-block.style-three .element-group > .element.one {
  top: 310px;
  left: 0;
}
.services-block.style-three .element-group > .element.two {
  top: 305px;
  left: calc(50% - 745px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .services-block.style-three .element-group > .element.two {
    left: calc(50% - 675px);
  }
}

.service-item {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: white;
  box-shadow: 3px 3px 30px rgba(5, 6, 9, 50%);
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .service-item {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .service-item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .service-item {
    padding: 37px 25px 35px;
  }
}
@media only screen and (max-width: 420px) {
  .service-item {
    padding: 37px 20px 35px;
  }
}
.service-item:hover {
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.15);
}
.service-item .service-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .service-item .service-icon {
    min-height: 60px;
    line-height: 60px;
  }
}
.service-item .title {
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .service-item .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-item .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item .title {
    font-size: 20px;
  }
}
.service-item .read-more-text {
  padding-top: 3px;
}
.service-item.style-two {
  padding: 50px 30px 45px;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-two {
    padding: 37px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item.style-two {
    padding: 37px 25px 35px;
  }
}
.service-item.style-two .service-icon {
  min-height: auto;
  line-height: auto;
  margin-bottom: 20px;
}
.service-item.style-two .title {
  margin-bottom: 22px;
}
.service-item.style-two .read-more-text {
  padding-top: 5px;
}
.service-item.style-three {
  text-align: center;
  padding: 50px 30px 45px;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three {
    padding: 37px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item.style-three {
    padding: 37px 25px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three .service-info {
    font-size: 15px;
  }
}
.service-item.style-three .service-icon {
  font-size: 54px;
  color: #000000;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three .service-icon {
    font-size: 46px;
    min-height: 50px;
    margin-bottom: 20px;
  }
}
.button6:hover {
  background-color: #fff;
  color: black;
}
.button6 .read-more-text1:hover {
  color: #444;
}

.button6 {
  background-color: #4caf50;
  border: none;
  color: white;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}

.button6 {
  background-color: #ffa526;
  color: black;
  border: 1px solid #ffa526;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three .read-more-text {
    padding-top: 3px;
  }
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
.team-block {
  position: relative;
}
.team-block .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .team-block .element-group > .element {
    display: none;
  }
}
.team-block .element-group > .element.one {
  top: -30px;
  right: calc(50% - 710px);
}
@media only screen and (max-width: 1620px) {
  .team-block .element-group > .element.one {
    right: calc(50% - 640px);
  }
}
.team-block.style-two .team-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1199px) {
  .team-block.style-two .team-items-list {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .team-block.style-two .team-items-list {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 460px) {
  .team-block.style-two .team-items-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.team-block.style-two .team-items-list > div:nth-child(2n-1) {
  width: 380px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .team-block.style-two .team-items-list > div:nth-child(2n-1) {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .team-block.style-two .team-items-list > div:nth-child(2n-1) {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block.style-two .team-items-list > div:nth-child(2n-1) {
    width: 290px;
  }
}
@media only screen and (max-width: 575px) {
  .team-block.style-two .team-items-list > div:nth-child(2n-1) {
    width: 230px;
  }
}
@media only screen and (max-width: 460px) {
  .team-block.style-two .team-items-list > div:nth-child(2n-1) {
    width: auto;
  }
}
.team-block.style-two .team-items-list > div:nth-child(2n) {
  position: relative;
  top: 190px;
  width: 290px;
}
@media only screen and (max-width: 1199px) {
  .team-block.style-two .team-items-list > div:nth-child(2n) {
    width: 260px;
    top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .team-block.style-two .team-items-list > div:nth-child(2n) {
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block.style-two .team-items-list > div:nth-child(2n) {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .team-block.style-two .team-items-list > div:nth-child(2n) {
    width: 220px;
    top: 110px;
  }
}
@media only screen and (max-width: 460px) {
  .team-block.style-two .team-items-list > div:nth-child(2n) {
    width: auto;
    top: 0;
  }
}
.team-block.style-two .text-feature-block.style-two {
  margin-top: 65px;
  padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .team-block.style-two .text-feature-block.style-two {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .team-block.style-two .text-feature-block.style-two {
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .team-block.style-two .text-feature-block.style-two {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .team-block.style-two .text-feature-block.style-two {
    padding-left: 0;
    padding-right: 0;
  }
}

.team-items-list {
  margin-bottom: -40px;
  /*-------------------------------------------------
      [ ### Team Single ]
  */
}
.team-items-list .team-item {
  margin-bottom: 40px;
}
.team-items-list .team-item .team-thumbnail-area {
  position: relative;
}
.team-items-list .team-item .team-thumbnail-area .team-thumb {
  margin-bottom: 35px;
  position: relative;
  min-height: 375px;
  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;
}
@media only screen and (max-width: 1199px) {
  .team-items-list .team-item .team-thumbnail-area .team-thumb {
    min-height: 295px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .team-items-list .team-item .team-thumbnail-area .team-thumb {
    min-height: 335px;
  }
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item .team-thumbnail-area .team-thumb {
    min-height: 245px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .team-items-list .team-item .team-thumbnail-area .team-thumb {
    min-height: auto;
    margin-bottom: 25px;
  }
}
.team-items-list .team-item .team-thumbnail-area .team-thumb > img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
.team-items-list .team-item .team-info {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.team-items-list .team-item .team-info .team-name {
  font-size: 28px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .team-items-list .team-item .team-info .team-name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item .team-info .team-name {
    font-size: 20px;
  }
}
.team-items-list .team-item .team-info .team-name a {
  display: block;
}
.team-items-list .team-item .team-info .team-name a:hover,
.team-items-list .team-item .team-info .team-name a:focus {
  color: #ffcc33;
}
.team-items-list .team-item .team-info .designation {
  line-height: 1.5em;
  font-size: 20px;
  color: #ffcc33;
}
@media only screen and (max-width: 1199px) {
  .team-items-list .team-item .team-info .designation {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .team-items-list .team-item .team-info .designation {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item .team-info .designation {
    font-size: 15px;
  }
}
.team-items-list .team-item .team-info .social-status {
  padding-top: 3px;
}
@media only screen and (max-width: 1199px) {
  .team-items-list .team-item .team-info .social-status {
    padding-top: 0;
  }
}
.team-items-list .team-item .team-info .social-status > a {
  color: black;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .team-items-list .team-item .team-info .social-status > a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item .team-info .social-status > a {
    font-size: 16px;
  }
}
.team-items-list .team-item .team-info .social-status > a:hover,
.team-items-list .team-item .team-info .social-status > a:focus {
  color: #ffcc33 !important;
  background: -webkit-linear-gradient(left, #ff3300, #ffcc33);
  background: linear-gradient(to right, #ff3300, #ffcc33);

  -webkit-text-fill-color: transparent;
  line-height: 1em;
  display: inline-block;
}
.team-items-list .team-item.style-two {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item.style-two {
    display: inherit;
  }
}
.team-items-list .team-item.style-two .team-item-inner {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.team-items-list
  .team-item.style-two
  .team-item-inner:hover
  .team-thumb:before {
  opacity: 0.7;
}
.team-items-list .team-item.style-two .team-item-inner:hover .team-info {
  bottom: 17px;
}
.team-items-list
  .team-item.style-two
  .team-item-inner:hover
  .team-info
  .team-name {
  margin-bottom: 5px;
  opacity: 1;
}
.team-items-list
  .team-item.style-two
  .team-item-inner:hover
  .team-info
  .designation {
  opacity: 1;
}
.team-items-list .team-item.style-two .team-item-inner .team-thumb {
  margin-bottom: 0;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .team-items-list .team-item.style-two .team-item-inner .team-thumb {
    display: inherit;
  }
}
.team-items-list .team-item.style-two .team-item-inner .team-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: #ffcc33;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.team-items-list .team-item.style-two .team-item-inner .team-thumb img {
  border-radius: inherit;
}
.team-items-list .team-item.style-two .team-item-inner .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.team-items-list .team-item.style-two .team-item-inner .team-info .team-name {
  font-family: "Hind", sans-serif;
  color: white;
  line-height: 1.2;
  margin-bottom: -15px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
.team-items-list
  .team-item.style-two
  .team-item-inner
  .team-info
  .team-name
  a:hover,
.team-items-list
  .team-item.style-two
  .team-item-inner
  .team-info
  .team-name
  a:focus {
  color: white;
  opacity: 0.8;
}
.team-items-list .team-item.style-two .team-item-inner .team-info .designation {
  color: white;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.team-items-list .single-team-block .team-item {
  margin-bottom: 0px;
}
.team-items-list .single-team-block .team-item .team-name {
  font-size: 24px;
}
.team-items-list .single-team-block .team-about-info ul.list {
  list-style: none;
  padding-left: 0;
  padding-top: 0px;
}
.team-items-list .single-team-block .team-about-info ul.list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 1.7em;
}
@media only screen and (max-width: 767px) {
  .team-items-list .single-team-block .team-about-info ul.list li {
    margin-bottom: 15px;
  }
}
.team-items-list .single-team-block .team-about-info ul.list li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 7px;
  background-color: black;
  border-radius: 35% 65% 64% 36%/50% 45% 55% 50%;
}
.team-items-list
  .single-team-block
  .team-about-info
  ul.list
  li:nth-child(3n-2):before {
  background: -webkit-linear-gradient(top, rgba(247, 74, 5, 0.4), #f74a05);
  background: linear-gradient(-180deg, rgba(247, 74, 5, 0.4), #f74a05);
}
.team-items-list
  .single-team-block
  .team-about-info
  ul.list
  li:nth-child(3n-1):before {
  background: -webkit-linear-gradient(left, rgba(39, 132, 138, 0.4), #27848a);
  background: linear-gradient(90deg, rgba(39, 132, 138, 0.4), #27848a);
}
.team-items-list
  .single-team-block
  .team-about-info
  ul.list
  li:nth-child(3n):before {
  background: -webkit-linear-gradient(135deg, rgba(123, 192, 67, 0.4), #7bc043);
  background: -webkit-linear-gradient(135deg, rgba(123, 192, 67, 0.4), #7bc043);
  background: linear-gradient(-45deg, rgba(123, 192, 67, 0.4), #7bc043);
}
.team-items-list .single-team-block .team-about-info ul.list li:last-child {
  margin-bottom: 0;
}
.team-items-list .single-team-block .team-about-info ul.list li a:hover,
.team-items-list .single-team-block .team-about-info ul.list li a:focus {
  color: #ffcc33;
}
.team-items-list .single-team-block .team-item .team-thumb {
  border-radius: 0;
  margin-bottom: 20px;
}
.team-items-list .single-team-block .team-item .team-thumb:before {
  width: 0;
  height: 0;
}
.team-items-list .single-team-block .social-status a {
  color: #b7b7b7;
}
.team-items-list .single-team-block .team-about-info > p {
  font-size: 18px;
}
.team-items-list .single-team-block .team-about-info .team-info {
  margin-bottom: 55px;
  margin-top: -5px;
}
@media only screen and (max-width: 575px) {
  .team-items-list .single-team-block .team-about-info .team-info {
    margin-bottom: 45px;
  }
}
.team-items-list .single-team-block .team-about-info .team-name {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .team-items-list .single-team-block .team-about-info .team-name {
    font-size: 32px;
  }
}
.team-items-list .single-team-block .team-about-info .section-heading {
  font-size: 28px;
  padding-bottom: 12px;
}
.team-items-list .experience-block .section-heading,
.team-items-list .education-block .section-heading {
  margin-bottom: 25px;
}
.team-items-list .experience-block .content-list,
.team-items-list .education-block .content-list {
  position: relative;
  padding-left: 25px;
  margin-top: 35px;
}
.team-items-list .experience-block .content-list:before,
.team-items-list .education-block .content-list:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #f9f9f9;
}
.team-items-list .education-item,
.team-items-list .experience-item {
  margin-bottom: 30px;
  position: relative;
}
.team-items-list .education-item:last-child,
.team-items-list .experience-item:last-child {
  margin-bottom: 0;
}
.team-items-list .education-item:before,
.team-items-list .experience-item:before {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 4px;
  left: -27px;
  background-color: #ffcc33;
  opacity: 0.25;
}
.team-items-list .education-item:after,
.team-items-list .experience-item:after {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 8px;
  left: -23px;
  background-color: #ffcc33;
  z-index: 2;
}
.team-items-list .education-item .heading,
.team-items-list .experience-item .heading {
  margin-bottom: 5px;
}
.team-items-list .education-item .date,
.team-items-list .experience-item .date {
  font-size: 16px;
  margin-bottom: 8px;
}
.team-items-list .education-item .info,
.team-items-list .experience-item .info {
  padding-top: 10px;
}

/*--------------------------------------------------------------
    [ ## Portfolio ]
--------------------------------------------------------------*/
.portfolio-block .portfolio-grid-three > .item {
  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;
}
.portfolio-block.style-one {
  position: relative;
  padding-top: 160px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-block.style-one {
    padding-top: 145px;
  }
}
.portfolio-block.style-one .waves-effect.bottom {
  height: 163px;
}
.portfolio-block.style-one .waves-effect.top {
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .portfolio-block.style-one .waves-effect.top {
    height: 90px;
  }
}
@media only screen and (max-width: 420px) {
  .portfolio-block.style-one .waves-effect.top {
    height: 80px;
  }
}
.portfolio-block.style-one .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .portfolio-block.style-one .element-group > .element {
    display: none;
  }
}
.portfolio-block.style-one .element-group > .element.one {
  top: 120px;
  left: calc(50% - 695px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .portfolio-block.style-one .element-group > .element.one {
    left: calc(50% - 660px);
  }
}
.portfolio-block.style-one .element-group > .element.two {
  top: -50px;
  right: 30px;
}
@media only screen and (max-width: 1750px) {
  .portfolio-block.style-one .element-group > .element.two {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-block.style-two.pd-t-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-block.style-two.pd-t-100 {
    padding-top: 60px;
  }
}
.portfolio-block.style-two
  .portfolio-scroll-slider.swiper-container-horizontal
  > .swiper-scrollbar {
  background-color: rgba(71, 118, 230, 0.1);
}
.portfolio-block.style-two .portfolio-scroll-slider .swiper-scrollbar-drag {
  background-color: #ffcc33;
}
@media only screen and (min-width: 1200px) {
  .portfolio-block.style-three .portfolio-filter {
    margin-bottom: 70px;
  }
}
.portfolio-block.style-three .portfolio-item,
.portfolio-block.style-four .portfolio-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-block.style-three .portfolio-item,
  .portfolio-block.style-four .portfolio-item {
    margin-bottom: 30px;
  }
}
.portfolio-block.style-three .portfolio-item .portfolio-thumb,
.portfolio-block.style-four .portfolio-item .portfolio-thumb {
  border-radius: 0;
}
.portfolio-block.style-three .portfolio-item .portfolio-thumb .overlay,
.portfolio-block.style-four .portfolio-item .portfolio-thumb .overlay {
  border-radius: 0;
}
.portfolio-block.style-four .row > .text-right,
.portfolio-block.style-five .row > .text-right {
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .portfolio-block.style-four .no-gutters > .row,
  .portfolio-block.style-five .no-gutters > .row {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-block.style-four .section-title,
  .portfolio-block.style-five .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.portfolio-block.style-four .portfolio-filter,
.portfolio-block.style-five .portfolio-filter {
  margin-bottom: 68px;
}
@media only screen and (max-width: 991px) {
  .portfolio-block.style-four .portfolio-filter,
  .portfolio-block.style-five .portfolio-filter {
    margin-bottom: 40px;
  }
}
.portfolio-block.style-four .portfolio-filter li a,
.portfolio-block.style-five .portfolio-filter li a {
  font-size: 18px;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-block.style-four .portfolio-filter li a,
  .portfolio-block.style-five .portfolio-filter li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-block.style-four .portfolio-filter li a,
  .portfolio-block.style-five .portfolio-filter li a {
    padding: 0 7px;
  }
}
.portfolio-block.style-four .portfolio-filter li a.active,
.portfolio-block.style-four .portfolio-filter li a:hover,
.portfolio-block.style-five .portfolio-filter li a.active,
.portfolio-block.style-five .portfolio-filter li a:hover {
  color: #ff3300;
}
.portfolio-block.style-four .portfolio-filter li:first-child > a,
.portfolio-block.style-five .portfolio-filter li:first-child > a {
  padding-left: 0;
}
.portfolio-block.style-four .portfolio-filter li:last-child > a,
.portfolio-block.style-five .portfolio-filter li:last-child > a {
  padding-right: 0;
}
.portfolio-block .btn-more-area {
  margin-bottom: 85px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-block .btn-more-area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-block .btn-more-area {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-block .btn-more-area {
    margin-bottom: 45px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-block .btn-more-area.text-right {
    text-align: center !important;
  }
}
.portfolio-block .portfolio-scroll-slider .swiper-wrapper {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .portfolio-block .portfolio-scroll-slider .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.portfolio-block
  .portfolio-scroll-slider.swiper-container-horizontal
  > .swiper-scrollbar {
  left: 0;
  height: 8px;
  width: 100%;
  background-color: rgba(153, 153, 153, 0.1);
}
@media only screen and (max-width: 767px) {
  .portfolio-block
    .portfolio-scroll-slider.swiper-container-horizontal
    > .swiper-scrollbar {
    height: 5px;
  }
}
.portfolio-block .portfolio-scroll-slider .swiper-scrollbar-drag {
  background-color: #999999;
}
@media only screen and (min-width: 576px) {
  .portfolio-block .no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}
.portfolio-block .no-gutters .row {
  margin-left: 0;
  margin-right: 0;
}
.portfolio-block .no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-block .portfolio-item.style-two {
  margin-bottom: 0;
}
.portfolio-block .portfolio-item.style-two:hover .portfolio-info .cat {
  opacity: 0.6;
}
.portfolio-block .portfolio-item.style-two .portfolio-info {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .portfolio-block .portfolio-item.style-two .portfolio-info {
    top: 20px;
    left: 20px;
  }
}
.portfolio-block .portfolio-item.style-two .portfolio-info .heading {
  font-size: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .portfolio-block .portfolio-item.style-two .portfolio-info .heading {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.portfolio-block .portfolio-item.style-two .portfolio-info .cat {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .portfolio-block .portfolio-item.style-two .portfolio-info .cat {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-block .load-more-area.mrt-20 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-block .load-more-area.mrt-20 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-block .load-more-area.mrt-80 {
    margin-top: 30px;
  }
}

/*-------------------------------------------------
    [ ### Portfolio Block ]
*/
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-filter {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-filter {
    margin-bottom: 40px;
  }
}
.portfolio-filter li {
  display: inline-block;
  margin: 0 3px 10px;
}
.portfolio-filter li a {
  margin: 0;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  padding: 0 20px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1199px) {
  .portfolio-filter li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-filter li a {
    font-size: 16px;
    padding: 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-filter li a {
    font-size: 15px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-filter li a {
    font-size: 14px;
    padding: 0 7px;
  }
}
.portfolio-filter li a.active,
.portfolio-filter li a:hover {
  color: #ffcc33;
}

.portfolio-item {
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-item.style-three {
  position: relative;
  margin-bottom: 70px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 1199px) {
  .portfolio-item.style-three {
    margin-bottom: 30px;
  }
}
.portfolio-item.style-three img {
  border-radius: 10px;
}
.portfolio-item.style-three:hover {
  opacity: 0.5;
}
.portfolio-item.style-three:hover .portfolio_animation_wrap {
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
}
.portfolio-item.style-three .portfolio_animation_wrap {
  border-radius: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 0px;
  border-radius: 11px;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb > img {
  width: 100%;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.portfolio-item .portfolio-thumb .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
  position: absolute;
  bottom: 40px;
  left: 30px;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 767px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
    left: 20px;
  }
}
.portfolio-item
  .portfolio-thumb
  .overlay-wrapper
  .read-more-area
  .read-more-text {
  color: white;
}
.portfolio-item .portfolio-thumb .overlay-wrapper .links > a {
  font-size: 24px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  text-align: center;
  color: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
}
.portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
  bottom: 27px;
  right: 0px;
}
@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
    bottom: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
    bottom: 18px;
  }
}
.portfolio-item .portfolio-thumb .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, #ff3300, #ffcc33);
  background: linear-gradient(-45deg, #ff3300, #ffcc33);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  border-radius: 8px;
}
.portfolio-item .portfolio-info {
  position: absolute;
  top: 25px;
  left: 30px;
}
@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info {
    top: 20px;
    left: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .portfolio-item .portfolio-info {
    top: 15px;
    left: 20px;
  }
}
.portfolio-item .portfolio-info > div {
  overflow: hidden;
}
.portfolio-item .portfolio-info .heading {
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.2;
  color: white;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-item .portfolio-info .heading {
    font-size: 20px;
  }
}
.portfolio-item .portfolio-info .heading a:hover,
.portfolio-item .portfolio-info .heading a:focus {
  opacity: 0.8;
}
.portfolio-item .portfolio-info .cat {
  -webkit-transition: 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  color: white;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (max-width: 1366px) {
  .portfolio-item .portfolio-info .cat {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-item .portfolio-info .cat {
    font-size: 15px;
  }
}
.portfolio-item:hover .portfolio-thumb > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item:hover .portfolio-thumb .overlay {
  opacity: 0.85;
  visibility: visible;
}
.portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
  opacity: 1;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
    bottom: 18px;
  }
}
.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a {
  opacity: 1;
  visibility: visible;
}
.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a.popup-image {
  right: 30px;
}
@media only screen and (max-width: 1366px) {
  .portfolio-item:hover
    .portfolio-thumb
    .overlay-wrapper
    .links
    > a.popup-image {
    right: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .portfolio-item:hover
    .portfolio-thumb
    .overlay-wrapper
    .links
    > a.popup-image {
    right: 20px;
  }
}
.portfolio-item:hover .portfolio-info .heading,
.portfolio-item:hover .portfolio-info .cat {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item:hover .portfolio-info .heading {
  opacity: 1;
}
.portfolio-item:hover .portfolio-info .cat {
  opacity: 0.85;
}

.portfolio_mouseleve_title {
  white-space: nowrap;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.portfolio_mouseleve_title.visible {
  opacity: 1;
  visibility: visible;
}
.portfolio_mouseleve_title .work__title {
  font-size: 40px;
  padding: 3px 15px 12px;
  background-color: black;
  color: white;
  line-height: 1em;
}
@media only screen and (max-width: 1199px) {
  .portfolio_mouseleve_title .work__title {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio_mouseleve_title .work__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_mouseleve_title .work__title {
    font-size: 20px;
    padding: 5px 10px 8px;
  }
}
.portfolio_mouseleve_title .work__cat {
  position: absolute;
  background: -webkit-linear-gradient(305deg, #ffcc33, #ff3300);
  background: linear-gradient(145deg, #ffcc33, #ff3300);
  color: white;
  top: 100%;
  left: 0;
  font-size: 20px;
  padding: 5px 10px 2px;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .portfolio_mouseleve_title .work__cat {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio_mouseleve_title .work__cat {
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_mouseleve_title .work__cat {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-block.style-one {
  position: relative;
  overflow: hidden;
}
.testimonial-block.style-one .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .testimonial-block.style-one .element-group > .element {
    display: none;
  }
}
.testimonial-block.style-one .element-group > .element.one {
  top: 235px;
  right: calc(50% - 830px);
  -webkit-animation: linear rotate360 12s infinite;
  animation: linear rotate360 12s infinite;
}
@media only screen and (max-width: 1620px) {
  .testimonial-block.style-one .element-group > .element.one {
    display: none;
  }
}
.testimonial-block.style-one .element-group > .element.two {
  top: 430px;
  right: calc(50% - 695px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
.testimonial-block .testimonial-slider {
  margin: -30px -15px 0;
}
.testimonial-block .testimonial-slider-two {
  margin: -10px -30px -40px;
}
.testimonial-block .swiper-pagination {
  position: relative;
  bottom: 0px;
  margin-bottom: -5px;
  padding-top: 50px;
}
@media only screen and (max-width: 575px) {
  .testimonial-block .swiper-pagination {
    padding-top: 35px;
  }
}
.testimonial-block .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  background: #ffcc33;
  opacity: 0.5;
  border-radius: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 575px) {
  .testimonial-block .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
  }
}
.testimonial-block
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
@media only screen and (max-width: 575px) {
  .testimonial-block
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

.client-testimonial {
  margin: 30px 15px 0;
}
.client-testimonial.style-two {
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.05);
  background-color: white;
  padding: 0px 30px 60px;
  text-align: center;
  margin: 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial.style-two {
    padding: 0px 30px 40px;
  }
}
@media only screen and (max-width: 420px) {
  .client-testimonial.style-two {
    padding: 0px 15px 35px;
  }
}
.client-testimonial.style-two .details {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  font-size: 25px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial.style-two .details {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial.style-two .details {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .client-testimonial.style-two .details {
    font-size: 16px;
  }
}
.client-testimonial.style-two .details > p > span {
  color: #ffcc33;
}
.client-testimonial.style-two .client-thumb {
  margin: 0 auto -17px;
  position: relative;
  top: -40px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial.style-two .client-thumb {
    top: -35px;
    margin-bottom: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial.style-two .client-thumb {
    height: 60px;
    width: 60px;
  }
}
.client-testimonial.style-two .client-info {
  padding-left: 0;
  max-width: 100%;
}
.client-testimonial .details {
  margin-bottom: 23px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
  background-color: #f1f9ec;
  padding: 38px 30px 35px;
  border-radius: 7px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial .details {
    padding: 30px 20px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .details {
    padding: 27px 20px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .client-testimonial .details {
    font-size: 15px;
  }
}
.client-testimonial .details .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-testimonial .details .rating > a {
  margin-left: -1px;
  color: #fdcc0d;
}
.client-testimonial .client-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.client-testimonial .client-thumb {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial .client-thumb {
    height: 65px;
    width: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .client-thumb {
    height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
.client-testimonial .client-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.client-testimonial .client-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial .client-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .client-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
.client-testimonial .client-info .client-name {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .client-testimonial .client-info .client-name {
    font-size: 16px;
  }
}
.client-testimonial .client-info .client-designation {
  font-size: 14px;
  line-height: 1.4em;
  color: #ffcc33;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Text Featured Block ]
*/
.text-feature-block {
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .text-feature-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .text-feature-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-feature-block .sub-heading {
  color: #ffcc33;
  font-size: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .text-feature-block .sub-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .text-feature-block .sub-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-feature-block .sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .text-feature-block .sub-heading {
    font-size: 16px;
  }
}
.text-feature-block .title {
  font-size: 50px;
  line-height: 1.12em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .text-feature-block .title {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .text-feature-block .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-feature-block .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .text-feature-block .title {
    font-size: 28px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 420px) {
  .text-feature-block .title {
    font-size: 24px;
  }
}
.text-feature-block .sub-title {
  font-size: 20px;
  color: #9a9a9a;
  line-height: 1.55em;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .text-feature-block .sub-title {
    font-size: 17px;
    line-height: 1.65em;
  }
}
@media only screen and (max-width: 767px) {
  .text-feature-block .sub-title {
    font-size: 16px;
  }
}
.text-feature-block .btn {
  margin-top: 8px;
}
.text-feature-block.style-two {
  margin-top: -6px;
}
.text-feature-block.style-two .title {
  font-size: 32px;
  line-height: 1.25em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .text-feature-block.style-two .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .text-feature-block.style-two .title {
    font-size: 24px;
  }
}
.text-feature-block.style-two .btn-gradient-45 {
  padding: 10px 40px 9px;
  background: -webkit-linear-gradient(305deg, #ffcc33, #ff3300);
  background: linear-gradient(145deg, #ffcc33, #ff3300);
}
@media only screen and (max-width: 1199px) {
  .text-feature-block.style-two .btn-gradient-45 {
    padding: 10px 25px 9px;
  }
}
.text-feature-block.style-three .title {
  font-size: 40px;
  line-height: 1.35em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .text-feature-block.style-three .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .text-feature-block.style-three .title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 575px) {
  .text-feature-block.style-three .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.text-feature-block.style-three .title > span {
  color: #ffcc33;
}
.text-feature-block.style-three .text {
  margin-bottom: 15px;
}
.text-feature-block.style-three .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .text-feature-block.style-three .btn {
    margin-top: 5px;
  }
}

/*-------------------------------------------------
    [ ### Programming Block ]
*/
.programming-block .programming-thumb-area {
  margin-bottom: -35px;
  margin-right: -35px;
}
@media only screen and (max-width: 1199px) {
  .programming-block .programming-thumb-area {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .programming-block .programming-thumb-area {
    margin-right: -20px;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 420px) {
  .programming-block .programming-thumb-area {
    margin-bottom: -15px;
  }
}
.programming-block .text-feature-block.style-two {
  margin-top: 65px;
  padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .programming-block .text-feature-block.style-two {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .programming-block .text-feature-block.style-two {
    padding-left: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .programming-block .text-feature-block.style-two {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .programming-block .text-feature-block.style-two {
    padding-left: 0;
    padding-right: 0;
  }
}
.programming-block .text-feature-block.style-two .btn-primary {
  font-size: 16px;
}

/*-------------------------------------------------
    [ ### Skill Block ]
*/
.our-skill-block.style-two {
  position: relative;
}
.our-skill-block.style-two .element-group > .element {
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .our-skill-block.style-two .element-group > .element {
    display: none;
  }
}
.our-skill-block.style-two .element-group > .element.one {
  bottom: 175px;
  right: calc(50% - 695px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .our-skill-block.style-two .element-group > .element.one {
    right: calc(50% - 660px);
  }
}
.our-skill-block .text-feature-block.style-three .text {
  margin-right: 200px;
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .text-feature-block.style-three .text {
    margin-right: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .text-feature-block.style-three .text {
    margin-right: 40px;
  }
}
.our-skill-block .promo-video-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .promo-video-area {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .our-skill-block .promo-video-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .our-skill-block .promo-video-area {
    margin-bottom: 35px;
  }
}
.our-skill-block .promo-video-area .video-thumb {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
.our-skill-block .promo-video-area .promo-video {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.our-skill-block .section-title .title-text {
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .section-title .title-text {
    padding-right: 0px;
  }
}
.our-skill-block .skill-list .single-skill:last-child {
  margin-bottom: 0;
}
.our-skill-block .skill-list .progress {
  background-color: rgba(255, 111, 105, 0.3);
}
.our-skill-block .skill-list .progress .progress-bar {
  background-image: linear-gradient(to right, #ff3300, #ffcc33);
}
.our-skill-block .single-skill {
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .our-skill-block .single-skill {
    margin-bottom: 28px;
  }
}
.our-skill-block .skill-title {
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .our-skill-block .skill-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .our-skill-block .skill-title {
    font-size: 15px;
  }
}
.our-skill-block .progress {
  height: 5px;
  overflow: visible;
  background-color: rgba(71, 118, 230, 0.3);
  border-radius: 5px;
  position: relative;
}
.our-skill-block .progress .progress-bar {
  background-color: #ffcc33;
  border-radius: 5px;
  overflow: visible;
}
.our-skill-block .progress .progress-bar > span {
  display: block;
  position: absolute;
  color: black;
  top: -26px;
  right: 0;
  font-size: 16px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .our-skill-block .progress .progress-bar > span {
    font-size: 14px;
    top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .our-skill-block .progress .progress-bar > span {
    font-size: 15px;
  }
}
.our-skill-block .skill-thumbnail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.our-skill-block .skill-thumbnail-area .single-thumb {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .skill-thumbnail-area .single-thumb {
    padding-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .our-skill-block .skill-thumbnail-area .single-thumb {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .our-skill-block .skill-thumbnail-area .single-thumb {
    padding-right: 130px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .our-skill-block .skill-thumbnail-area .single-thumb {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-skill-block .skill-thumbnail-area .single-thumb img {
  border-radius: 15px;
}
.our-skill-block .skill-thumbnail-area .single-thumb.two {
  margin-top: -220px;
  margin-right: 290px;
}
@media only screen and (max-width: 1199px) {
  .our-skill-block .skill-thumbnail-area .single-thumb.two {
    padding-left: 0;
    margin-top: -200px;
    margin-right: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .our-skill-block .skill-thumbnail-area .single-thumb.two {
    margin-top: -120px;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .our-skill-block .skill-thumbnail-area .single-thumb.two {
    margin-top: -180px;
    margin-right: 0;
    margin-left: 100px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .our-skill-block .skill-thumbnail-area .single-thumb.two {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 420px) {
  .our-skill-block .skill-thumbnail-area .single-thumb.two {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### Work Brand ]
*/
.work-brand-block .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.work-brand-block .brands-link {
  min-height: 70px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.work-brand-block .brands-link img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 auto;
}
.work-brand-block.style-one {
  padding-top: 80px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .work-brand-block.style-one {
    padding-top: 75px;
    padding-bottom: 10px;
  }
}
.work-brand-block.style-two .brands-carousel-three {
  margin: -45px 40px;
}
@media only screen and (max-width: 1620px) {
  .work-brand-block.style-two .brands-carousel-three {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .work-brand-block.style-two .brands-carousel-three {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.work-brand-block.style-two .brands-link {
  min-height: 180px;
  background-color: white;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  margin: 25px 20px;
  border-radius: 7px;
  padding: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* .work-brand-block.style-two .brands-link img{

  filter: opacity(10%);
} */

@media only screen and (max-width: 1620px) {
  .work-brand-block.style-two .brands-link {
    padding: 20px 25px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 1366px) {
  .work-brand-block.style-two .brands-link {
    min-height: 120px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-brand-block.style-two .brands-link {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .work-brand-block.style-two .brands-link {
    padding: 20px 25px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .work-brand-block.style-two .brands-link {
    min-height: 140px;
  }
}
.work-brand-block.style-two .brands-link:hover {
  box-shadow: 4px 5px 35px rgba(0, 0, 0, 0.12);
}
.work-brand-block.style-three .brands-link {
  padding: 0 20px;
}
@media only screen and (max-width: 320px) {
  .work-brand-block.style-three .brands-link {
    padding: 0 15px;
  }
}
.work-brand-block.style-three .brands-link img {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.work-brand-block.style-three .brands-link:hover > img {
  opacity: 1;
}
.work-brand-block .work-brand-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.work-brand-block .work-brand-content .brands-link {
  padding: 0 75px;
  text-align: center;
  width: 33.33%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-brand-block .work-brand-content .brands-link {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .work-brand-block .work-brand-content .brands-link {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .work-brand-block .work-brand-content .brands-link {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .work-brand-block .work-brand-content .brands-link {
    width: 50%;
    padding: 0 15px;
  }
}

/*-------------------------------------------------
    [ ### Work Process ]
*/
.work-process-block {
  position: relative;
}
.work-process-block > .container {
  margin-top: -2px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block > .container {
    margin-top: 0;
  }
}
.work-process-block .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .element-group > .element {
    display: none;
  }
}
.work-process-block .element-group > .element.one {
  top: 88px;
  left: calc(50% - 705px);
  -webkit-animation: linear bt-leftRight-20 4s infinite;
  animation: linear bt-leftRight-20 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .work-process-block .element-group > .element.one {
    left: calc(50% - 640px);
  }
}
.work-process-block .element-group > .element.two {
  top: 80px;
  left: calc(50% - 290px);
}
@media only screen and (max-width: 1199px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 0;
  }
}
.work-process-block .workflow-slider {
  margin: -30px -15px 0;
}
.work-process-block .single-process {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 15px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process {
    padding: 30px 20px;
  }
}
.work-process-block .single-process:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.work-process-block .single-process .process-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 75px;
  line-height: 75px;
  margin-bottom: 18px;
}
.work-process-block .single-process .title {
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .single-process .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process .title {
    font-size: 20px;
  }
}
.work-process-block .single-process .read-more-text {
  padding-top: 3px;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 165px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.call-to-action:before {
  opacity: 0.8;
}
.call-to-action .call-to-title {
  font-size: 70px;
  color: black;
  line-height: 1.06em;
}
@media only screen and (max-width: 1199px) {
  .call-to-action .call-to-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .call-to-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .call-to-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 420px) {
  .call-to-action .call-to-title {
    font-size: 30px;
  }
}
.call-to-action .call-to-title > span {
  color: #ffcc33;
}
.call-to-action .action-btn-group {
  margin: 45px -13px -15px;
}
@media only screen and (max-width: 991px) {
  .call-to-action .action-btn-group {
    margin-top: 35px;
  }
}
.call-to-action .action-btn-group > .btn {
  margin: 0 13px 15px;
}

/*-------------------------------------------------
    [ ### Pricing ]
*/
.pricing-block .section-title.text-center {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .pricing-block .section-title.text-center {
    margin-bottom: 35px;
  }
}
.pricing-block .filter-pricing-tab {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .pricing-block .filter-pricing-tab {
    margin-bottom: 30px;
  }
}
.pricing-block.style-two {
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .pricing-block.style-two {
    padding-top: 0;
  }
}
.pricing-block.style-two:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1560px;
  background-color: rgba(123, 192, 67, 0.1);
  top: 0;
  height: calc(100% - 130px);
  z-index: 0;
  border-radius: 40px;
}
@media only screen and (max-width: 1620px) {
  .pricing-block.style-two:before {
    width: 1300px;
  }
}
@media only screen and (max-width: 1366px) {
  .pricing-block.style-two:before {
    display: none;
  }
}
.pricing-block.style-two .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .pricing-block.style-two .element-group > .element {
    display: none;
  }
}
.pricing-block.style-two .element-group > .element.one {
  top: 305px;
  left: calc(50% - 660px);
  -webkit-animation: linear bt-leftRight-20 4s infinite;
  animation: linear bt-leftRight-20 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .pricing-block.style-two .element-group > .element.one {
    left: calc(50% - 640px);
  }
}
.pricing-block.style-two .element-group + div {
  position: relative;
  z-index: 2;
}
.pricing-block.style-two .filter-pricing-tab .nav-tabs > li > a.active,
.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default {
  background-color: #7bc043;
}
.pricing-block.style-two .pricing-box .package-price {
  color: #7bc043;
  padding-top: 0px;
}
.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default {
  border-color: #7bc043;
}
.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default:hover {
  background-color: transparent;
  color: #7bc043;
}

.pricing-table-list {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .pricing-table-list {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.pricing-box {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
  padding: 50px;
  box-shadow: 2px 2px 20px rgb(5 6 9 / 51%);
  background-color: white;
}
@media only screen and (max-width: 1199px) {
  .pricing-box {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-box {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-box {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  .pricing-box {
    width: 100%;
  }
}
.pricing-box:hover {
  box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.15);
}
.pricing-box .pricing-header {
  text-align: center;
  position: relative;
}
.pricing-box .pricing-header .pricing-title::first-letter {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 30px;
  margin-bottom: 10px;
  color: black;
  line-height: 1.15;
  color: #ff831b;
  font-size: xx-large;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .pricing-header .pricing-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-box .pricing-header .pricing-title {
    font-size: 24px;
  }
}
.pricing-box .pricing-header .pricing-title:before {
  content: "";
  position: absolute;
}
.pricing-box .package-price {
  display: block;
  color: #ffcc33;
  font-size: 40px;
  line-height: 1.2em;
  position: relative;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .package-price {
    font-size: 36px;
    padding-top: 20px;
  }
}
.pricing-box .package-price > sup {
  font-size: 50%;
  top: -17px;
  left: 5px;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .package-price > sup {
    top: -15px;
  }
}
.pricing-box .package-price > sub {
  font-size: 20px;
  bottom: 1px;
  left: 0px;
  color: black;
}
.pricing-box .pricing-btn-area .btn-default {
  font-size: 20px;
  padding: 9px 40px;
  background-color: #ffcc33;
  border-color: #ffcc33;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .pricing-btn-area .btn-default {
    font-size: 18px;
    padding: 8px 25px;
  }
}
.pricing-box .pricing-btn-area .btn-default:hover,
.pricing-box .pricing-btn-area .btn-default:focus {
  background-color: transparent;
  color: #ffcc33 !important;
}
.pricing-box .pricing-content {
  text-align: center;
  font-size: 16px;
  position: relative;
  padding-top: 50px;
  padding-left: 8px;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .pricing-content {
    padding-top: 35px;
    padding-left: 0px;
  }
}
.pricing-box .pricing-content > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 16px;
  color: #a6a6a6;
}
.pricing-box .pricing-content > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.pricing-box .pricing-content > ul > li > span {
  color: black;
}
.pricing-box .pricing-content > ul > li:before {
  /* content: '\eed6'; */
  font-family: "IcoFont";
  font-size: 20px;
  padding-right: 15px;
  color: #7bc043;
  top: 2px;
  position: absolute;
  left: 0;
}
.pricing-box .pricing-content > ul > li.del:before {
  content: "\eee1";
}

/*-------------------------------------------------
    [ ### Fan Fact Block ]
*/
.fanfact-block.style-one .fanfact-promo-numbers .promo-number .odometer-wrap {
  margin-left: -4px;
}
@media only screen and (max-width: 575px) {
  .fanfact-block.style-one .fanfact-promo-numbers .promo-number .odometer-wrap {
    margin-left: 0;
  }
}

.fanfact-promo-numbers {
  margin-bottom: -50px;
}
.fanfact-promo-numbers .promo-number {
  margin-bottom: 45px;
}
.fanfact-promo-numbers .promo-number.style-two {
  text-align: center;
}
.fanfact-promo-numbers .promo-number.style-two .promo-number-inner {
  display: block;
}
.fanfact-promo-numbers .promo-number.style-two .info {
  margin-top: 20px;
  padding-left: 0px;
}
.fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 75px;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
    font-size: 36px;
  }
}
.fanfact-promo-numbers .promo-number.style-two .promo-title {
  font-size: 20px;
  color: #010101;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number.style-two .promo-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number.style-two .promo-title {
    font-size: 16px;
    line-height: 1.35;
  }
}
.fanfact-promo-numbers .promo-number.style-three {
  text-align: center;
  margin-top: -15px;
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number.style-three {
    margin-top: -8px;
  }
}
.fanfact-promo-numbers .promo-number.style-three .promo-number-inner {
  display: block;
}
.fanfact-promo-numbers .promo-number.style-three .info {
  margin-top: 0;
  padding-left: 0px;
}
.fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    margin-bottom: 5px;
  }
}
.fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
  font-size: 75px;
  color: #ffcc33;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    font-size: 36px;
  }
}
.fanfact-promo-numbers .promo-number.style-three .promo-title {
  font-size: 20px;
  color: #010101;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number.style-three .promo-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number.style-three .promo-title {
    font-size: 16px;
    line-height: 1.35;
  }
}
.fanfact-promo-numbers .promo-number .info {
  margin-top: -6px;
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number .info {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers .promo-number .info {
    margin-top: 0px;
    padding-left: 0px;
    margin-top: 15px;
  }
}
.fanfact-promo-numbers .promo-number .promo-number-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number .promo-number-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers .promo-number .promo-number-inner {
    display: block;
    text-align: center;
  }
}
.fanfact-promo-numbers .promo-number .odometer-wrap {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 35px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number .odometer-wrap {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers .promo-number .odometer-wrap {
    display: block;
  }
}
.fanfact-promo-numbers .promo-number .odometer-wrap .odometer {
  padding-right: 3px;
}
.fanfact-promo-numbers .promo-number .promo-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: "Hind", sans-serif;
  text-transform: capitalize;
  color: #b7b7b7;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-number .promo-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers .promo-number .promo-title {
    font-size: 16px;
  }
}
.fanfact-promo-numbers .promo-number .icon {
  position: relative;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.latest-news-block.style-one {
  position: relative;
  padding-top: 215px;
  padding-bottom: 215px;
}
@media only screen and (max-width: 1199px) {
  .latest-news-block.style-one {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-news-block.style-one {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 420px) {
  .latest-news-block.style-one {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.latest-news-block.style-one .waves-effect.bottom {
  height: 110px;
}
.latest-news-block.style-one .waves-effect.top {
  height: 115px;
}
@media only screen and (max-width: 420px) {
  .latest-news-block.style-one .waves-effect.top {
    height: 105px;
  }
}

.post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #f9f9f9;
}
@media only screen and (max-width: 575px) {
  .post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.post:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
}
.post .post-thumb {
  margin-bottom: 0;
}
.post .post-thumb:hover > a > img {
  opacity: 0.95;
}
.post .post-thumb > a {
  display: block;
}
.post .post-thumb > a > img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 20px;
}
.post .entry-meta {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .post .entry-meta {
    margin-bottom: 15px;
  }
}
.post .entry-meta .entry-love {
  margin-left: auto;
}
.post .entry-content {
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .post .entry-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .post .entry-content {
    padding-right: 0;
  }
}
.post .entry-content .read-more-wrapper {
  padding-top: 8px;
}
.post .entry-title {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.25em;
}
.post .entry-title a:hover,
.post .entry-title a:focus {
  color: #ffcc33;
}
@media only screen and (max-width: 1199px) {
  .post .entry-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .post .entry-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .post .entry-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .post .entry-title {
    font-size: 22px;
  }
}
.post .post-details {
  padding-top: 32px;
}
@media only screen and (max-width: 991px) {
  .post .post-details {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .post .post-details {
    padding-top: 20px;
  }
}
.post .post-details .entry-header {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px) {
  .post .post-details .entry-header {
    margin-bottom: 20px;
  }
}
.post .post-details .entry-header:before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #ffcc33;
  bottom: -1px;
  left: 0;
}
.post.post-grid {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .post.post-grid {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .post.post-grid {
    margin-bottom: 30px;
  }
}
.post.post-grid .post-thumb img {
  width: 100%;
}
.post.post-grid .entry-meta {
  margin-bottom: 0px;
}
.post.post-grid .entry-meta.entry-meta-date {
  margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
  .post.post-grid .entry-meta.entry-meta-date {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 575px) {
  .post.post-grid .entry-meta .entry-meta-author .entry-author-thumb {
    display: block;
  }
}
.post.post-grid .entry-title {
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 1.45em;
}
@media only screen and (max-width: 1199px) {
  .post.post-grid .entry-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .post.post-grid .entry-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .post.post-grid .entry-title {
    font-size: 18px;
  }
}
.post.post-grid .post-details {
  padding-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .post.post-grid .post-details {
    padding-top: 23px;
  }
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.25em;
  margin-bottom: 5px;
}
.entry-meta > div {
  margin-right: 20px;
  margin-bottom: 5px !important;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .entry-meta > div {
    margin-right: 15px;
  }
}
.entry-meta > div:last-child {
  margin-right: 0px;
}
.entry-meta > div:first-child:before {
  display: none;
}
.entry-meta > div span,
.entry-meta > div i {
  margin-right: 5px;
}
.entry-meta > div a:hover,
.entry-meta > div a:focus {
  color: #ffcc33;
}
.entry-meta .entry-meta-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry-meta .entry-meta-author .entry-author-thumb {
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .entry-meta .entry-meta-author .entry-author-thumb {
    display: none;
  }
}
.entry-meta .entry-meta-author .entry-author-thumb .avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .entry-meta .entry-meta-author .entry-author-thumb .avatar {
    height: 40px;
    width: 40px;
  }
}
.entry-meta .entry-meta-author .entry-author-name {
  color: black;
}
.entry-meta .entry-meta-author .entry-author-name > a:hover {
  color: #ffcc33;
}
.entry-meta .entry-love {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.entry-meta .entry-love > i {
  margin-top: -2px;
  color: #ff6f69;
}

@media only screen and (max-width: 991px) {
  .blog-page-block .view-btn-area.pd-t-50 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page-block .view-btn-area.pd-t-50 {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
.post.single-post {
  margin-bottom: 0px;
  position: relative;
  box-shadow: 0 0 0 transparent;
  border-radius: 7px;
  background-color: white;
  padding: 0 35px 15px;
}
@media only screen and (max-width: 767px) {
  .post.single-post {
    padding: 0 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .post.single-post {
    padding: 0 15px 15px;
  }
}
.post.single-post h3,
.post.single-post h4,
.post.single-post h5,
.post.single-post h6 {
  margin-bottom: 15px;
}
.post.single-post .entry-header {
  padding: 30px 0px 25px;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .post.single-post .entry-header {
    padding: 30px 0px 20px;
    font-size: 16px;
  }
}
.post.single-post .entry-header p {
  color: #444;
}
.post.single-post .entry-header .entry-meta {
  padding-top: 5px;
}
.post.single-post .post-thumb {
  margin-bottom: 0;
  text-align: center;
}
.post.single-post .post-thumb:before {
  background: transparent;
}
.post.single-post .post-thumb img {
  border-radius: 5px;
}
.post.single-post .entry-title {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.25em;
}
@media only screen and (max-width: 1199px) {
  .post.single-post .entry-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .post.single-post .entry-title {
    font-size: 26px;
  }
}
.post.single-post .post-details {
  padding: 35px 0px 25px;
}
@media only screen and (max-width: 480px) {
  .post.single-post .post-details {
    padding: 30px 0px 20px;
  }
}
.post.single-post ul li,
.post.single-post ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.post.single-post > ul,
.post.single-post > ol {
  padding-left: 20px;
}
.post.single-post table {
  margin-bottom: 30px;
}
.post.single-post .image-group {
  padding-top: 20px;
}
.post.single-post iframe {
  border: 0px solid;
}
.post.single-post figure {
  margin-bottom: 30px;
}
.post.single-post figure span {
  color: #979797;
  font-size: 12px;
  display: block;
  padding: 13px 0 25px;
}
.post.single-post .responsive-video {
  margin-bottom: 50px;
  margin-top: 40px;
}
.post.single-post .responsive-video .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
}
.post.single-post blockquote {
  border-left: 2px solid #ffcc33;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-top: 20px;
  position: relative;
  color: #444;
  margin-top: 25px;
}
.post.single-post blockquote:before {
  content: "\f10d";
  position: absolute;
  top: -7px;
  left: 20px;
  color: #ffcc33;
  opacity: 0.2;
  font-size: 64px;
  line-height: 1em;
}
.post.single-post blockquote img {
  margin-bottom: 25px;
  border-radius: 0px;
}
.post.single-post blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 17px;
  font-style: italic;
  line-height: 1.6em;
}
.post.single-post blockquote p:last-child {
  margin-bottom: 0;
}
.post.single-post blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
.post.single-post blockquote cite,
.post.single-post blockquote a,
.post.single-post blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  position: relative;
}
.post.single-post blockquote cite {
  display: block;
}
.post.single-post blockquote cite:before {
  content: "--";
  padding-right: 5px;
}
.post.single-post .entry-footer {
  border-top: 1px solid #f9f9f9;
  padding: 20px 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-footer {
    display: block;
  }
}

.entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry-tag {
    margin-bottom: 10px;
  }
}
.entry-tag strong {
  color: black;
  padding: 3px 10px 0 0;
}
.entry-tag .tags > a {
  display: inline-block;
  font-size: 15px;
  padding: 0 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.entry-tag .tags > a:hover,
.entry-tag .tags > a:focus {
  color: #ffcc33;
}

.entry-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share strong {
  color: black;
  padding: 3px 10px 0 0;
}
.entry-share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share .share a {
  font-size: 14px;
  display: block;
  color: #888;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 5px;
}
.entry-share .share a:hover {
  color: #ffcc33 !important;
}

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  left: 0;
  bottom: 0;
}

.social-share {
  list-style: none;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 50px;
  background-color: white;
  box-shadow: 1px 1px 18px 15px rgba(40, 57, 145, 0.05);
}
@media only screen and (max-width: 575px) {
  .social-share {
    padding: 10px 30px;
  }
}
.social-share > li {
  display: inline-block;
  margin: 0 -2px !important;
}
.social-share > li a {
  font-size: 16px;
  display: block;
  padding: 5px 15px;
}
.social-share > li a:hover,
.social-share > li a:focus {
  color: #ffcc33;
}

/* [ ## Post Author ] */
.author-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px 35px;
  background-color: white;
  border: 1px solid #ebebeb;
  margin-top: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .author-info {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .author-info {
    padding: 35px 15px;
    display: block;
  }
}
.author-info #author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
}
@media only screen and (max-width: 575px) {
  .author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .author-info #author-img {
    margin-bottom: 20px;
  }
}
.author-info .at-img > img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
@media only screen and (max-width: 575px) {
  .author-info .at-img > img {
    height: 120px;
    width: 120px;
  }
}
.author-info #author-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  padding-left: 25px;
}
@media only screen and (max-width: 575px) {
  .author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .author-info #author-details {
    padding-left: 0;
  }
}
.author-info #author-details .authors-bio {
  font-size: 17px;
  margin-bottom: 20px;
}
.author-info #author-details .author-name {
  font-size: 22px;
  margin-bottom: 2px;
  color: black;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .author-info #author-details .author-name {
    font-size: 22px;
  }
}
.author-info #author-details .author-designation {
  font-size: 16px;
}

.dark-light-switcher.s_active {
  right: -180px;
}

.dark-light-switcher {
  position: fixed;
  right: 0px;
  z-index: 22;
  width: 180px;
  background-color: #f0eeee;
  box-shadow: 3px 3px solid #ddd;
  border-radius: 5px 0 0 5px;
  padding: 25px 20px;
  top: 25%;
  transition: all 0.4s;
}

.dark-light-switcher .switcher-btn {
  position: absolute;
  left: -45px;
  width: 45px;
  height: 45px;
  background-color: #f0eeee;
  top: 25px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  color: #101010;
}

.dark-light-switcher .switcher-btn > span {
  animation: rotate360 linear 5s infinite;
}

.dark-light-switcher-inner .btn {
  transition: all 0.4s;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  height: 45px;
  line-height: 35px;
  color: #000;
}

.dark-light-switcher-inner .btn.btn-dark {
  margin-bottom: 10px;
  color: #fff;
  background-color: #101010;
}

.dark-light-switcher-inner .btn.btn-light {
  background-color: #d0d0d0;
}

.dark-light-switcher-inner .btn:hover {
  background-color: #fa163f !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block.style-one {
  position: relative;
  padding-top: 195px;
  padding-bottom: 235px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one {
    padding-top: 160px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-one {
    padding-top: 150px;
    padding-bottom: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block.style-one {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-block.style-one {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .about-us-block.style-one {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.about-us-block.style-one .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .about-us-block.style-one .element-group > .element {
    display: none;
  }
}
.about-us-block.style-one .element-group > .element.one {
  bottom: -5px;
  left: calc(50% - 695px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
.about-us-block.style-one .element-group > .element.two {
  top: -25px;
  right: calc(50% - 670px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
.about-us-block.style-one .waves-effect.bottom {
  height: 222px;
  bottom: -1;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one .waves-effect.bottom {
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-one .waves-effect.bottom {
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block.style-one .waves-effect.bottom {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-block.style-one .waves-effect.bottom {
    height: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .about-us-block.style-one .waves-effect.bottom {
    height: 50px;
  }
}
.about-us-block.style-one .waves-effect.top {
  height: 215px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one .waves-effect.top {
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-one .waves-effect.top {
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block.style-one .waves-effect.top {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-block.style-one .waves-effect.top {
    height: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .about-us-block.style-one .waves-effect.top {
    height: 55px;
  }
}
.about-us-block.style-one .text-feature-block {
  padding: 0 85px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one .text-feature-block {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-one .text-feature-block {
    padding: 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block.style-one .text-feature-block {
    padding: 0;
  }
}
.about-us-block.style-one .text-feature-block .sub-title {
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one .text-feature-block .sub-title {
    padding-right: 0;
  }
}
.about-us-block.style-one .text-feature-block > p {
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-one .text-feature-block > p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-one .mock-up-thumb {
    text-align: center;
  }
}
.about-us-block.style-two {
  position: relative;
}
.about-us-block.style-two .element-group > .element {
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .about-us-block.style-two .element-group > .element {
    display: none;
  }
}
.about-us-block.style-two .element-group > .element.one {
  bottom: 175px;
  right: calc(50% - 695px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .about-us-block.style-two .element-group > .element.one {
    right: calc(50% - 660px);
  }
}
.about-us-block.style-two .text-feature-block {
  padding-left: 0;
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block.style-two .text-feature-block {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block.style-two .text-feature-block {
    padding-right: 0px;
  }
}
.about-us-block .about-thumbnail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about-us-block .about-thumbnail-area .single-thumb {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .about-us-block .about-thumbnail-area .single-thumb {
    padding-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block .about-thumbnail-area .single-thumb {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block .about-thumbnail-area .single-thumb {
    padding-right: 130px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .about-us-block .about-thumbnail-area .single-thumb {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us-block .about-thumbnail-area .single-thumb img {
  border-radius: 5px;
}
.about-us-block .about-thumbnail-area .single-thumb.two {
  margin-top: -220px;
  margin-right: 290px;
}
@media only screen and (max-width: 1199px) {
  .about-us-block .about-thumbnail-area .single-thumb.two {
    padding-left: 0;
    margin-top: -200px;
    margin-right: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block .about-thumbnail-area .single-thumb.two {
    margin-top: -120px;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-block .about-thumbnail-area .single-thumb.two {
    margin-top: -180px;
    margin-right: 0;
    margin-left: 100px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-block .about-thumbnail-area .single-thumb.two {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 420px) {
  .about-us-block .about-thumbnail-area .single-thumb.two {
    display: none;
  }
}
.page-title-holder {
  position: relative;
  top: 0px;
  left: 0;
  background-color: #ff7917;
  width: 255px;
  display: inline-block;
  z-index: 98;
  height: 110px;
}
.page-title-holder:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 60px 0 0;
  border-color: #ff7917 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.contact-title {
  font-size: 45px;
  text-align: center;
  margin-top: 40px;
  color: #ff7917;
}
@media only screen and (min-width: 1199px) {
  .page-title-holder .contact-title {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-title-holder .contact-title {
    margin-top: 0px;
  }
}
.logobg img {
  position: relative;
  margin-top: 0px;
  opacity: 0.2;
}
.form-group .info {
  font-size: 20px;
  position: absolute;
  top: 25px;
  margin: 15px;
  color: rgb(236, 215, 29);
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-form-block.style-two {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .contact-form-block.style-two {
    margin-top: 40px;
  }
}
.contact-form-block.style-two .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .contact-form-block.style-two .element-group > .element {
    display: none;
  }
}
.contact-form-block.style-two .element-group > .element.one {
  top: -60px;
  left: calc(50% - 680px);
  -webkit-animation: linear TriangleScale 4s infinite;
  animation: linear TriangleScale 4s infinite;
}
.contact-form-block.style-two .element-group > .element.two {
  top: 0px;
  right: calc(50% - 730px);
  -webkit-animation: linear bt-bottomTop-40 4s infinite;
  animation: linear bt-bottomTop-40 4s infinite;
}
@media only screen and (max-width: 1620px) {
  .contact-form-block.style-two .element-group > .element.two {
    right: calc(50% - 670px);
  }
}
.contact-form-block.style-two .contact-form-area {
  margin-bottom: 30px;
}
.contact-form-block.style-two .single-contact-info {
  font-size: 14px;
  margin-bottom: 35px;
}
.contact-form-block.style-two .single-contact-info .title {
  font-size: 20px;
  color: #ffcc33;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-form-block.style-two .single-contact-info .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contact-form-block.style-two .single-contact-info .card-info ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
.contact-form-block.style-two .single-contact-info .card-info li {
  line-height: 1.6em;
  margin-bottom: 8px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form-block.style-two .single-contact-info .card-info li:last-child {
  margin-bottom: 0;
}
.contact-form-block.style-two .single-contact-info .card-info li span,
.contact-form-block.style-two .single-contact-info .card-info li a {
  display: inline-block;
}
.contact-form-block.style-two
  .single-contact-info
  .card-info
  li
  [class*="icofont-"] {
  font-size: 16px;
  display: inline-block;
  width: 25px;
  color: #ffcc33;
}
.contact-form-block.style-two .single-contact-info .card-info li a:hover,
.contact-form-block.style-two .single-contact-info .card-info li a:focus {
  color: #ffcc33;
}

.contact-info-item {
  background-color: white;
  padding: 50px 45px 45px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.075);
}
.contact-info-item:hover {
  box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  .contact-info-item {
    padding: 50px 20px 45px;
  }
}
@media only screen and (max-width: 420px) {
  .contact-info-item {
    padding: 40px 20px;
  }
}
/* .customvideo{
  position: relative;
}
.customvideo video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
} */
.contactnow {
  position: relative;
}
.contactnow #newsones {
  position: static;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 850px;
}
.contactnow .carousel-caption {
  position: absolute;
  top: 50%;
  left: 36%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.contactnow .carousel-caption h2 {
  color: #fff !important;
  font-size: 85px;
  margin-bottom: 30px;
  line-height: 1.05em;
}
.contactnow .carousel-caption p {
  font-size: 25px;
  padding-right: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .contactnow .carousel-caption {
    left: 32%;
  }
}
@media screen and (max-width: 575px) {
  .contactnow .carousel-caption h2 {
    font-size: 42px;
  }
  .contactnow .carousel-caption p {
    font-size: 19px;
    padding-right: 0;
  }
}
.contact-info-item .shape-icon {
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffcc33;
  color: #ffcc33;
  margin: 0 auto 25px;
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-item .shape-icon {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.contact-info-item .card-info p {
  line-height: 1.6em;
  margin-bottom: 0;
}
.contact-info-item .card-info p span,
.contact-info-item .card-info p a {
  display: block;
}
.contact-info-item .card-info p a:hover,
.contact-info-item .card-info p a:focus {
  color: #ffcc33;
}

.contact-form-area .error {
  color: #9b2182;
  font-size: 14px;
}
.contact-form-area .success {
  color: #7bc043;
  font-size: 18px;
}
.contact-form-area .btn-primary {
  font-size: 16px;
}

#gmaps {
  min-height: 460px;
  background-color: whitesmoke;
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  #gmaps {
    min-height: 400px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content,
.entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

@media only screen and (max-width: 991px) {
  .sidebar-items {
    margin-top: 80px;
  }
}
/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
  padding-top: 180px;
  padding-bottom: 120px;
  width: 100%;
  height: auto;
}
.bg-overlay {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .page-title-area {
    padding-top: 165px;
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area {
    padding-top: 145px;
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area {
    padding-top: 125px;
    padding-bottom: 70px;
  }
}
.page-title-area:before {
  opacity: 0;
  background-color: white;
}
.page-title-area .page-header-content {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-header-content {
    padding-top: 5px;
  }
}
.page-title-area .page-title {
  margin-bottom: 2px;
  font-size: 65px;
  text-transform: capitalize;
  line-height: 1.15em;
  color: black;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area .page-title {
    font-size: 32px;
  }
}
.page-title-area .breadcrumb-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
  color: black;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb .breadcrumb-item:before {
  position: absolute;
  content: "\ea7c";
  font-family: "IcoFont";
  font-size: 15px;
  padding: 0;
  left: -6px;
  top: 5px;
  color: black;
}
.breadcrumb .breadcrumb-item:first-child:before {
  content: " ";
}
.breadcrumb .breadcrumb-item > a:hover,
.breadcrumb .breadcrumb-item > a:focus {
  color: #ffcc33;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 16px;
}
.comment-content p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .comment-content {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .comment-content {
    margin-top: 10px;
  }
}
.comment-content ul li,
.comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  margin: 60px 0 0;
  background-color: white;
  border-radius: 7px;
  padding: 50px 35px 45px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .comments-area {
    padding: 35px 20px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .comments-area {
    padding: 35px 15px 25px;
  }
}
.comments-area .comment-list,
.comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  color: black;
  font-size: 30px;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comments-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.comments-area .comment-list {
  margin-bottom: 0px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
}
.comments-area .comment-list > .comment:last-child .comment-body:last-child {
  margin-bottom: 0;
}
.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 20px;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-author {
    margin-right: 15px;
  }
}
.comments-area .comment-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-area .date {
  display: block;
  font-size: 16px;
  color: #979797;
  margin-top: 0;
}
.comments-area .comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-metadata {
  margin-bottom: 12px;
  color: black;
}
.comments-area .comment-metadata .author {
  font-size: 18px;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-metadata .author {
    font-size: 17px;
  }
}
.comments-area .comment-metadata .says,
.comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

.comment-respond {
  background-color: white;
  border-radius: 7px;
  padding: 45px 35px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .comment-respond {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .comment-respond {
    padding: 35px 15px;
  }
}
.comment-respond label {
}
.comment-respond .comment-reply-title {
  color: black;
  font-size: 30px;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.comment-respond {
  margin: 55px 0px 0;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond [class*="col-"] {
  margin-bottom: 25px;
}
.comment-respond textarea {
  min-height: 160px;
  max-width: 100%;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  width: 100%;
  padding-top: 5px;
}
.comment-respond .form-controller {
  display: table-cell;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-bottom: 45px;
  }
}
.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
}
.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  color: black;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none !important;
}

.sidebar-items {
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-items {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-items {
    margin-top: 80px;
    padding-left: 0px;
  }
  .sidebar-items .widget:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-items {
    margin-bottom: -45px;
  }
}
.sidebar-items .widget {
  margin-bottom: 45px;
}
.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar {
  margin: -4px;
}
.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar > .feed-item {
  -moz-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 4px;
}
.sidebar-items .widget-title {
  font-size: 20px;
  margin-bottom: 32px;
  color: black;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .sidebar-items .widget-title {
    font-size: 18px;
  }
}
.sidebar-items > .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-items.style-two .widget-title {
  font-size: 21px;
  margin-bottom: 17px;
  border-bottom: 0px solid;
}
.sidebar-items.style-two .widget-title > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.sidebar-items.style-two .widget-title > span:before {
  content: "";
  height: 4px;
  width: 50px;
  background-color: #ffcc33;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .sidebar-items.style-two .widget-title + div,
  .sidebar-items.style-two .widget-title + ul,
  .sidebar-items.style-two .widget-title + select,
  .sidebar-items.style-two .widget-title + ol {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .widget-title + div,
  .widget-title + ul,
  .widget-title + select,
  .widget-title + ol {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-title + div,
  .widget-title + ul,
  .widget-title + select,
  .widget-title + ol {
    margin-top: 25px;
  }
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  background-color: transparent;
  box-shadow: 0 0 0px 0 transparent;
  padding-bottom: 0;
  border-bottom: 0px solid;
}
@media only screen and (max-width: 575px) {
  .widget-post-list .post {
    margin-bottom: 25px;
  }
}
.widget-post-list .post:last-child {
  margin-bottom: 0px;
}
.widget-post-list .post > .thumb-wrap {
  flex: 0 0 75px;
  max-width: 75px;
  overflow: hidden;
  position: relative;
}
.widget-post-list .post .content-entry-wrap {
  -moz-box-flex: 0;
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
  padding-left: 20px;
  text-align: left;
}
.widget-post-list .post .content-entry-wrap .entry-meta {
  display: block;
  margin-bottom: 0px;
}
.widget-post-list .post .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Hind", sans-serif;
  line-height: 1.45em;
  margin-top: -3px;
}
.widget-post-list li {
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  margin-top: 15px;
}
.widget-post-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #716aa0;
  position: absolute;
  top: 5px;
  left: 0;
}

.widget-content img {
  display: block;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  line-height: 1em;
  padding-bottom: 20px;
  padding-top: 25px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
  overflow: hidden;
  color: #333333;
  border-top: 1px solid #ececec;
}
@media only screen and (max-width: 767px) {
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 20px;
  }
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  float: right;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
  color: #ffcc33;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
  color: #ffcc33;
}
.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
  border: 0 none;
  padding-top: 0 !important;
}
.widget_categories ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_layered_nav ul > li:last-child {
  padding-bottom: 0 !important;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 14px;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
  display: block;
}
.widget_links a:hover,
.widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
  color: #ffcc33;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding: 8px 0;
  border-bottom: 0 none;
  line-height: 1.25em;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_recent_comments ul > li:first-child,
.widget_recent_entries ul > li:first-child,
.widget_product_categories ul > li:first-child {
  margin-top: 0;
  padding-top: 0px;
  border-top: 0 none;
}
.widget_links ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_product_categories ul > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
  position: relative;
}
.bt-instafeed-widget #instafeed-sidebar,
.bt-instafeed-widget #instafeed {
  margin: 0 -5px -5px;
  overflow: hidden;
  padding-left: 0px;
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item,
.bt-instafeed-widget #instafeed > .feed-item {
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 991px) {
  .bt-instafeed-widget #instafeed-sidebar > .feed-item,
  .bt-instafeed-widget #instafeed > .feed-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item a,
.bt-instafeed-widget #instafeed > .feed-item a {
  display: block;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item img,
.bt-instafeed-widget #instafeed > .feed-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,
.bt-instafeed-widget #instafeed > .feed-item:hover img {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about .widget-content {
  font-size: 14px;
  margin-top: -5px;
}
.widget_about .widget-content > p {
  line-height: 1.75em;
}
.widget_about .widget-content .btn-primary {
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 20px 9px;
}
@media only screen and (max-width: 767px) {
  .widget_about .widget-content .btn-primary {
    font-size: 15px;
    padding: 8px 15px;
  }
}

/*--------------------------------------------------------------
# Location Widget
--------------------------------------------------------------*/
.bt-location-widget .widget-content ul > li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .bt-location-widget .widget-content ul > li {
    margin-bottom: 5px;
  }
}
.bt-location-widget .widget-content ul > li > span {
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
}
.bt-location-widget .widget-content ul > li a:hover {
  color: #ffcc33;
}
.bt-location-widget .widget-content .social-status {
  padding-top: 15px;
}
@media only screen and (max-width: 480px) {
  .bt-location-widget .widget-content .social-status {
    padding-top: 5px;
  }
}
.bt-location-widget .widget-content .social-status a {
  line-height: normal;
  height: auto;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
  width: 30px;
  background-color: transparent;
}
.bt-location-widget .widget-content .social-status a:hover {
  background-color: transparent;
  color: white !important;
}

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content > ul {
  margin-bottom: 15px;
}
.widget-business-hours .widget-content > ul li {
  margin: 10px 0;
  overflow: hidden;
}
.widget-business-hours .widget-content > ul li > span {
  display: inline-block;
  padding-left: 15px;
}
.widget-business-hours .widget-content > ul li.closed > span {
  color: #ffcc33 !important;
}

/*--------------------------------------------------------------
# Social Share Widget
--------------------------------------------------------------*/
.social-share-widget .footer-social li a:hover {
  background-color: black !important;
  box-shadow: 3px 3px 11px rgba(34, 35, 141, 0.25);
}

/*--------------------------------------------------------------
# Share Post Widget
--------------------------------------------------------------*/
.widget-share-post .post {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 0px solid;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .widget-share-post .post {
    margin-bottom: 10px;
  }
}
.widget-share-post .post:last-child {
  margin-bottom: 0;
}
.widget-share-post .post .post-thumbnail {
  flex: 95px;
  max-width: 95px;
}
.widget-share-post .post .entry-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: -3px;
}
.widget-share-post .post .share-meta {
  font-size: 12px;
}
.widget-share-post .post .share-meta > span {
  display: inline-block;
  padding-right: 3px;
}
.widget-share-post .post .post-details {
  flex: 0 0 calc(100% - 95px);
  padding-right: 0;
  padding-left: 30px;
  text-align: left;
  max-width: calc(100% - 95px);
}
@media only screen and (max-width: 1199px) {
  .widget-share-post .post .post-details {
    padding-left: 15px;
  }
}

/*--------------------------------------------------------------
# Signup Widget
--------------------------------------------------------------*/
.tb-signup-widget {
  background-color: #f2f2f2;
}
.tb-signup-widget .signup-box {
  text-align: center;
  padding: 35px 20px 40px;
}
.tb-signup-widget .signup-box > p {
  font-size: 16px;
  color: black;
  line-height: 1.6em;
}
.tb-signup-widget .signup-form {
  text-align: center;
  padding-top: 10px;
}
.tb-signup-widget .signup-form .form-group {
  margin-bottom: 0px;
}
.tb-signup-widget .signup-form .form-group label {
  display: block;
}
.tb-signup-widget .signup-form .form-group input[type="email"] {
  background-color: white;
  border: 0px solid;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.tb-subscribe-widget .social-status {
  padding-top: 20px;
  margin-left: -3px;
  margin-right: -3px;
}
@media only screen and (max-width: 767px) {
  .tb-subscribe-widget .social-status {
    padding-top: 5px;
  }
}
.tb-subscribe-widget .social-status > a {
  color: black;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(71, 118, 230, 0.25);
  translate: all 0.25s;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .tb-subscribe-widget .social-status > a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    margin: 0 2px;
  }
}
.tb-subscribe-widget .social-status > a:hover,
.tb-subscribe-widget .social-status > a:focus {
  color: white !important;
  background: linear-gradient(-45deg, #ff3300, #ffcc33);
}
.tb-subscribe-widget .subscribe-form #mc-form {
  position: relative;
}
.tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
  flex-shrink: 0;
  margin-left: 8px;
  padding: 7px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
    margin-top: 0;
    margin-left: 8px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.tb-subscribe-widget .subscribe-form .form-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .tb-subscribe-widget .subscribe-form .form-group {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tb-subscribe-widget .subscribe-form .form-group {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 420px) {
  .tb-subscribe-widget .subscribe-form .form-group {
    flex-wrap: wrap;
  }
}
.tb-subscribe-widget .subscribe-form .form-group label {
  display: block;
}
.tb-subscribe-widget .subscribe-form .form-group input[type="email"] {
  background-color: white;
  border: 1px solid rgba(71, 118, 230, 0.25);
  padding: 7px 15px 5px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.tb-subscribe-widget .subscribe-form .form-group input[type="email"]:focus {
  color: black;
  border-color: #ffcc33;
}
.tb-subscribe-widget .subscribe-form p {
  text-align: right;
}
.tb-subscribe-widget .subscribe-form p > span {
  color: #ffcc33;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
  font-size: 0.8em;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
  position: relative;
}
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 52px;
  outline: none;
  border: 1px solid #ececec;
  width: 100%;
  font-family: "Hind", sans-serif;
}
.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
  border-color: #ffcc33;
}
.widget_search .btn-search,
.widget_product_search .btn-search {
  background-color: transparent;
  border: 0px solid;
  position: absolute;
  height: 52px;
  right: 0px;
  line-height: 55px;
  top: 0;
  font-size: 18px;
  color: black;
  padding: 0 15px;
}
.widget_search .btn-search:hover,
.widget_product_search .btn-search:hover {
  color: #ffcc33;
}

.widget_search.style-two .input-group .form-controller {
  font-size: 14px;
  height: 52px;
  text-transform: none;
}
.widget_search.style-two .input-group .btn-search {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 16px;
  color: black;
}
.widget_search.style-two .input-group .btn-search:hover {
  color: #ffcc33;
}

.tagcloud {
  margin-bottom: -7px;
}
.tagcloud a {
  padding: 6px 12px 4px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #ececec;
  color: #d0d0d0;
}
.tagcloud a:hover {
  color: white;
  background-color: #ffcc33;
  border-color: #ffcc33;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

.dark .widget_categories ul li,
.dark .widget_archive ul li,
.dark .widget_layered_nav ul li {
  color: #e1e1e1;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer {
    padding-bottom: 70px;
  }
}
.site-footer.footer-default-bg {
  background-color: #f6f8fe;
}
.site-footer.site-footer-two {
  background-color: #141414;
}
.site-footer.site-footer-two .widget-title,
.site-footer.site-footer-two
  .footer-widget-area
  .widget-post-list
  .post
  .entry-title {
  color: white;
}
.site-footer .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  color: black;
  text-transform: capitalize;
  margin-top: -3px;
}
@media only screen and (max-width: 575px) {
  .site-footer .widget-title {
    font-size: 18px;
  }
}
.site-footer .footer-widget-area .widget-post-list .post > .thumb-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}
@media only screen and (max-width: 1199px) {
  .site-footer .footer-widget-area .widget-post-list .post > .thumb-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
  }
}
.site-footer .footer-widget-area .widget-post-list .post > .thumb-wrap img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 55px);
    flex: 0 0 calc(100% - 55px);
    max-width: calc(100% - 55px);
  }
}
.site-footer .footer-widget-area .widget-post-list .post .entry-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.site-footer .footer-widget-area .widget-post-list .post .entry-content {
  padding-right: 0;
  font-size: 14px;
}

.copyright-text {
  margin-bottom: 0;
  margin-top: -15px;
}
.copyright-text > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
}
.copyright-text a {
  display: inline-block;
  padding-left: 5px;
  color: #ff3300;
}
.copyright-text a:hover {
  color: #ffcc33;
}

.footer-bottom-area {
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer-bottom-area {
    padding-top: 30px;
  }
}
.footer-bottom-area .footer-logo-area {
  display: block;
  margin-bottom: 20px;
}
.floating-help-button {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 1;
}
.mat-drawer-container {
  background-color: #e9eff5;
  color: #282828;
}
.h2 .hero-title {
  font-family: "Montserrat Medium";
  max-width: 38ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 4s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
/* span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
} */
.newanimation {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.social-status .buttonI {
  display: inline-block;
  height: 50px;
  width: 50px;
  float: none;
  margin: 0 2px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-out;
}
/* .social-status .buttonI:hover{
  width: 200px;
} */
.social-status .buttonI .icon1 {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 50px;
  transition: all 0.4s ease-out;
}
.social-status .buttonI:nth-child(1):hover .icon1 {
  background: #4267b2;
}
.social-status .buttonI:nth-child(2):hover .icon1 {
  background: #1da1f2;
}
.social-status .buttonI:nth-child(3):hover .icon1 {
  background: rgb(254, 218, 117);
  background: linear-gradient(
    0deg,
    rgba(254, 218, 117, 1) 0%,
    rgba(250, 126, 30, 1) 25%,
    rgba(214, 41, 118, 1) 50%,
    rgba(150, 47, 191, 1) 75%,
    rgba(79, 91, 213, 1) 100%
  );
}
.social-status .buttonI:nth-child(4):hover .icon1 {
  background: #0a66c2;
}
.social-status .buttonI:nth-child(5):hover .icon1 {
  background: #ff0000;
}
.social-status .buttonI .icon1 i {
  font-size: 22px;
  line-height: 50px;
  transition: all 0.4s ease-out;
}
.social-status .buttonI:hover .icon1 i {
  color: #fff;
  transform: scale(1.3);
}
.social-status .buttonI span {
  font-size: 20px;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.4s ease-out;
}
.social-status .button:nth-child(1) span {
  color: #4267b2;
}
.social-status .buttonI:nth-child(2) span {
  color: #1da1f2;
}
.social-status .buttonI:nth-child(3) span {
  color: #fcaf45;
}
.social-status .buttonI:nth-child(4) span {
  color: #0a66c2;
}
.social-status .buttonI:nth-child(5) span {
  color: #ff0000;
}
#menu {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  list-style: none;
  font-size: 200%;
}

.menu-button {
  opacity: 0;
  z-index: -1;
}

.menu-button {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background: #424242;
  background-size: 100%;
  overflow: hidden;
  text-decoration: none;
}

#menu:not(:target) > a:first-of-type,
#menu:target > a:last-of-type {
  opacity: 1;
  z-index: 1;
}

#menu:not(:target) > .icon-plus:before,
#menu:target > .icon-minus:before {
  opacity: 1;
}

.menu-item {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 55%;
  line-height: 5px;
  top: 50%;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  background-color: #424242;
  transform: translate(0px, 0px);
  transition: transform 500ms;
  z-index: -2;
  transition: 0.5s;
}

.menu-item:hover {
  opacity: 0.5;
  box-shadow: 0 5px 10px black;
}

.menu-item a {
  color: #fff;
  position: relative;
  top: 30%;
  left: 0;
  text-decoration: none;
}

#menu:target > .menu-item:nth-child(6) {
  transform: rotate(60deg) translateY(-150px) rotate(300deg);
  transition-delay: 0s;
}

#menu:target > .menu-item:nth-child(5) {
  transform: rotate(20deg) translateY(-155px) rotate(-20deg);
  transition-delay: 0.1s;
}

#menu:target > .menu-item:nth-child(3) {
  transform: rotate(-20deg) translateY(-155px) rotate(20deg);
  transition-delay: 0.2s;
}

#menu:target > .menu-item:nth-child(4) {
  transform: rotate(-60deg) translateY(-150px) rotate(60deg);
  transition-delay: 0.4s;
}

/* css after some changes */

/* 
.frontpage-banner-section.frontpage-banner-style-three .circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 500px, 100px, 0px);
}
.frontpage-banner-section.frontpage-banner-style-three .circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius:100%;

  clip: rect(0px, 100px, 100px, 0px);
  background: linear-gradient(
  90deg,
  rgba(255, 81, 53, 1) 0%,
  rgba(255, 201, 56, 1)100%
  ); 
}
.frontpage-banner-section.frontpage-banner-style-three .circle .left .progress {
  z-index: 1;
  animation: left 1s linear both; 
}
.frontpage-banner-section.frontpage-banner-style-three .circle .bar{
  border-radius: 3px solid black;
}
@keyframes left {
  100% {
    transform: rotate(360deg);
  }
}                                     

.frontpage-banner-section.frontpage-banner-style-three .circle .right {
  z-index: 3;
  transform: rotate(1800deg);
  
}
.frontpage-banner-section.frontpage-banner-style-three
  .circle
  .right
  .progress {
  animation: right 1s linear both;
  
  animation-delay: 1s;
}
@keyframes right {
  100% {
    transform: rotate(360deg);
    
  }
}   */



 circle{

  fill:none;  
stroke:url(#GradientColor);

  stroke-width: 20px;
  stroke-dasharray: 472;
  stroke-dashoffset: 472;
  animation: anim 2s linear forwards;
  
  
  

}
svg{
  position: absolute;
  top: 1;
  left: 1;
  
  
 
}

@keyframes anim {
  100%{
    stroke-dashoffset: 0;
  }
  
}


/* footer changes */

.newfooter .lborder ul li input {
  /* max-width: 140%; */
  width: 340px;
  min-height: 35px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
@media (max-width: 1440px){
.newfooter .lborder ul li input {
    /* max-width: 100%;/ */
    width:200px  ;
}
}

@media (min-width: 700px){
  .newfooter .lborder ul li input {
      /* max-width: 100%;/ */
      /* width:200px  ; */
height: 35px;
  }
  }




/* .newfooter .lborder ul li .btn-primary {
  font-size: 10px;
  padding: 10px 20px !important;
} */

.hero-mockup-thumb .element-group .image100 img {
    margin-left: 50px;
}
@media screen and (max-width: 1600px) and (min-width: 991px) {
  #hero-block .frontpage-banner-content {
      margin-top: 170px;
      margin-bottom: 50px;
  }

}

.bg-image {
  background-image: url('branding-banner-at-1x-1.webp');
}


@media screen and (max-width: 1200px) {
  #hero-block {
      background: none;
      background-color: #f4f4f4;
  }

}

#hero-block .newanimation {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

#hero-block span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

#hero-block span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
      opacity: 1;
      filter: blur(0);
  }
}
.frontpage-banner-section .align-items-center .whitecolorimp span{
  color: white;
}




#changetab .box {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 200px;
  background-image: url(appstoreappdevelopment11.webp);
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  -webkit-transition: ease-out;
  transition: ease-out;
  margin: 10px;
}

#changetab .box:hover {
  background-image: none;
  background-color: #ffcf3f;
}
#changetab .obox {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 200px;
  background-image: url(app-tab.webp);
  background-color: #ff5135;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  -webkit-transition: ease-out;
  transition: ease-out;
  margin: 10px;
  
}
#changetab .obox:hover {
  background-image: none;
  background-color: #ff5135;
}
.hover :hover{
  background-color: #ff3817;
}

   .graphic-design .videoediting .inside .box:hover {


        border-bottom: 2px solid #f9831f;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
    }

    .graphic-design .videoediting .inside .box {
        max-width: 100%;
        min-height: 200px;
        padding: 40px;
        margin-top: 25px;
        border-radius: 10px;
        background: #ffffff;
        /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
        /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

        /* -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; */
    }



    .videoediting  hr {
        margin-top: .3rem;
        margin-bottom: 1rem;
        border: 0;
        /* width: 130%; */
        /* margin-left: ; */
        border-top: 3px solid black;

    }

    .videoediting .image {
        position: absolute;

        opacity: .3;

        margin-top: 25px;


        border-bottom-right-radius: 10px;

    }


    .videoediting .inside .col-lg-4 .image1 {

        position: relative;
        opacity: .9;

        max-width: 100%;

        width: 370px;
        margin-bottom: -8px;
        margin-top: 133px;
        height: 200px;
    }

    .videoediting .inside .col-lg-4 .box img {

        height: 50px;
        margin-top: -20px;
        margin-bottom: -10px;
    }

    .graphic-design .container .videoediting .inside .box {
        margin-bottom: 18px;
    }

    .videoediting  .inside .col-lg-4 .hello {
        margin-bottom: -5px;
    }

   

    .fa-austral-sign {
        color: black;
    }

    .videoediting .inside .col-lg-4 .hello1 {
        margin-bottom: -6px;
    }

    
.graphic-design .videoediting .col-12 .inside .col-lg-4  .boxh1{
height: 300px;
max-width: 380px;
}
.graphic-design .videoediting .col-12 .inside .col-lg-4 .back{
    height: 200px;
    margin-top: 108px;
    width:370px
    
  
}
@media screen and (max-width: 1349px) and (min-width: 1200px){
    .graphic-design .videoediting .inside .boxh1{
       width: 370px;
       height: 365px;
    }
    .graphic-design .videoediting .col-12 .inside .col-lg-3 .back{
    margin-top: 155px;
    width: 240px;
}
   

}




@media screen and (max-width: 1199px) and (min-width: 992px) {
    .graphic-design .videoediting .col-12 .inside .col-lg-4  .boxh1{
height: 345px;
width: 280px;
}
    
    .graphic-design  .videoediting .col-12 .inside .col-lg-4 .back{
        margin-top: 153px;
    width: 280px;
}
   

}
@media screen and (max-width: 991px) and (min-width: 768px){

    .graphic-design .videoediting .col-12 .inside .col-lg-4  .boxh1{
height:305px;
width: 330px;
}
   
.graphic-design .videoediting .col-12 .inside .col-lg-4 .back{

    margin-top: 113px;
    width: 330px;
}
}
@media screen and (max-width: 768px) and (min-width: 330px){

.graphic-design .videoediting .col-12 .inside .col-lg-4  .boxh1{
height:320px;
width: 350px;
}

.graphic-design .videoediting .col-12 .inside .col-lg-4 .back{


    margin-top: 128px;
    width: 350px;
}
}
@media screen and (max-width: 330px){
    .graphic-design .videoediting .col-12 .inside .col-lg-4 .back{


display: none;
}

}

.this .align-items-center .whitecolorimp span{
  color: black;
}
/*content creating*/
.graphic-design .contentcreatin .inside .box:hover {


border-bottom: 2px solid #f9831f;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.graphic-design .inside .box {
max-width: 100%;
min-height: 200px;
padding: 40px;
margin-top: 25px;
border-radius: 10px;
background: #ffffff;
/* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
/* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

/* -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; */

}



.contentcreatin hr {
margin-top: .3rem;
margin-bottom: 1rem;
border: 0;
/* width: 130%; */
/* margin-left: ; */
border-top: 3px solid black;

}

.contentcreatin .image {
position: absolute;

opacity: .3;

margin-top: 25px;


border-bottom-right-radius: 10px;

}


.contentcreatin .inside .col-lg-4 .image1 {

position: relative;
opacity: .9;

max-width: 100%;

width: 370px;
margin-bottom: -8px;
margin-top: 208px;
height: 200px;
}


.contentcreatin .inside .col-lg-4 .box img {

height: 50px;
margin-top: -20px;
margin-bottom: -10px;
}

 .graphic-design .container .contentcreatin .inside .box {
margin-bottom: 18px;
}



.contentcreatin .inside .col-lg-4  .boxh{
    height: 400px;
}

.fa-austral-sign {
color: black;
}

@media screen and (max-width: 1200px) and (min-width: 991px){

    .contentcreatin .inside .col-lg-4  .boxh{
    height: 500px;
}

.contentcreatin .inside .col-lg-4 .img1,.contentcreatin .inside .col-lg-4 .img2,.contentcreatin .inside .col-lg-4 .img3 {


margin-top: 308px;

width: 290px;
}


}
@media screen and (max-width: 991px) and (min-width: 768px){

    .contentcreatin  .inside .col-lg-4  .boxh{
    height: 410px;
}

.contentcreatin .inside .col-lg-4 .img1,.contentcreatin .inside .col-lg-4 .img2,.contentcreatin .inside .col-lg-4 .img3 {


    margin-top: 218px;

    width: 330px;
}
}

@media screen and (max-width: 767px) and (min-width: 576px){
    .contentcreatin   .inside .col-lg-4  .boxh{
    height: 305px;
}
.contentcreatin  .inside .col-lg-4 .img1,.contentcreatin .inside .col-lg-4 .img2,.contentcreatin .inside .col-lg-4 .img3 {


        margin-top: 113px;

width: 510px;
}


}
@media screen and (max-width: 575px) and (min-width: 481px){

    .contentcreatin .inside .col-lg-4  .boxh{
height: 330px;
}
.contentcreatin .inside .col-lg-4 .img1,.contentcreatin .inside .col-lg-4 .img2,.contentcreatin .inside .col-lg-4 .img3 {


margin-top: 138px;

width: 420px;
}


}
@media screen and (max-width: 480px){
    .contentcreatin .inside .col-lg-4 .img1,.contentcreatin .inside .col-lg-4 .img2,.contentcreatin .inside .col-lg-4 .img3{
        display: none;
    }
}

   .owlecontentcreation{
        margin-top: -50px;
    }


   
.graphic-design .contentcreation2  .inside .box:hover {


border-bottom: 2px solid #f9831f;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.graphic-design  .contentcreation2 .inside .box {
max-width: 100%;
min-height: 200px;
padding: 40px;
margin-top: 25px;
border-radius: 10px;
background: #ffffff;
/* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
/* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

/* -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; */

}



.contentcreation2  hr {
margin-top: .3rem;
margin-bottom: 1rem;
border: 0;
/* width: 130%; */
/* margin-left: ; */
border-top: 3px solid black;

}

.contentcreation2  .image {
position: absolute;

opacity: .3;

margin-top: 25px;


border-bottom-right-radius: 10px;

}


.contentcreation2  .inside .col-lg-4 .image1 {

position: relative;
opacity: .9;

max-width: 100%;

width: 370px;
margin-bottom: -8px;
margin-top: 208px;
height: 200px;
}


.contentcreation2  .inside .col-lg-4 .box img {

height: 50px;
margin-top: -20px;
margin-bottom: -10px;
}

 .graphic-design .container .contentcreation2 .inside .box {
margin-bottom: 18px;
}



.contentcreation2  .inside .col-lg-4  .boxh{
    height: 400px;
}

.fa-austral-sign {
color: black;
}
    .graphic-design .contentcreation2  .col-12 .inside .col-lg-4 .boxh1 {
        height: 280px;
        max-width: 400px;
    }

    .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {
        /* height: 200px; */
        margin-top: 88px;
        width: 370px
    }

    @media screen and (max-width: 1349px) and (min-width: 1200px) {
        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .boxh1 {
            width: 330px;
            height: 325px;
        }

        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {
            margin-top: 133px;
            width: 330px;
        }


    }




    @media screen and (max-width: 1199px) and (min-width: 992px) {
        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .boxh1 {
            height: 345px;
            width: 290px;
        }

        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {
            margin-top: 153px;
            width: 290px;
        }


    }

    @media screen and (max-width: 991px) and (min-width: 768px) {

        .graphic-design  .contentcreation2 .col-12 .inside .col-lg-4 .boxh1 {
            height: 318px;
            width: 331px;
        }

        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {


            margin-top: 126px;

            width: 331px;
        }
    }

    @media screen and (max-width: 768px) and (min-width: 330px) {

        .graphic-design  .contentcreation2 .col-12 .inside .col-lg-4 .boxh1 {
            height: 321px;
            width: 319px;
        }

        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {


            margin-top: 129px;

            width: 319px;
        }
    }

    @media screen and (max-width: 330px) {
        .graphic-design .contentcreation2 .col-12 .inside .col-lg-4 .back {


            display: none;
        }

    }
    
    /*graphics design*/
     
.graphic-design  .graphics    .inside .box:hover {


  border-bottom: 2px solid #f9831f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
  }
  
  .graphic-design .graphics .inside .box {
  max-width: 100%;
  min-height: 200px;
  padding: 40px;
  margin-top: 25px;
  border-radius: 10px;
  background: #ffffff;
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
  /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  
  /* -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; */
  }
  
  
  
  .graphics hr {
  margin-top: .3rem;
  margin-bottom: 1rem;
  border: 0;
  /* width: 130%; */
  /* margin-left: ; */
  border-top: 3px solid black;
  
  }
  .graphics .image {
  position: absolute;
  
  opacity: .3;
  
  margin-top: 25px;
  
  
  border-bottom-right-radius: 10px;
  
  }
  
  .graphics .inside .col-lg-4 .image1 {
  
  position: relative;
  opacity: .9;
  
  max-width: 100%;
  
  width: 370px;
  margin-bottom: -8px;
  margin-top: 208px;
  height: 200px;
  }
  
  
  .graphics .col-lg-4 .box img {
  
  height: 50px;
  margin-top: -20px;
  margin-bottom: -10px;
  }
  
   .container .graphics .inside .box {
  margin-bottom: 18px;
  }
  
  
  
  .graphics  .inside .col-lg-4  .boxh{
      height: 400px;
  }
  
  .fa-austral-sign {
  color: black;
  }
  
  @media screen and (max-width: 1200px) and (min-width: 991px){
  
      .graphics   .inside .col-lg-4  .boxh{
      height: 500px;
  }
  
  .graphics .inside .col-lg-4 .img1, .graphics .inside .col-lg-4 .img2,.graphics .inside .col-lg-4 .img3 {
  
  
  margin-top: 308px;
  
  width: 290px;
  }
  
  
  }
  @media screen and (max-width: 991px) and (min-width: 768px){
  
      .graphics    .inside .col-lg-4  .boxh{
      height: 410px;
  }
  
  .graphics  .inside .col-lg-4 .img1, .graphics .inside .col-lg-4 .img2, .graphics .inside .col-lg-4 .img3 {
  
  
      margin-top: 218px;
  
      width: 330px;
  }
  }
  
  @media screen and (max-width: 767px) and (min-width: 576px){
      .graphics   .inside .col-lg-4  .boxh{
      height: 305px;
  }
  .graphics .inside .col-lg-4 .img1, .graphics .inside .col-lg-4 .img2, .graphics .inside .col-lg-4 .img3 {
  
  
          margin-top: 113px;
  
  width: 510px;
  }
  
  
  }
  @media screen and (max-width: 575px) and (min-width: 481px){
  
      .graphics   .inside .col-lg-4  .boxh{
  height: 330px;
  }.graphics .inside .col-lg-4 .img1, .graphics .inside .col-lg-4 .img2, .graphics .inside .col-lg-4 .img3 {
  
  
  margin-top: 138px;
  
  width: 420px;
  }
  
  
  }
  @media screen and (max-width: 480px){
      .graphics .inside .col-lg-4 .img1, .graphics .inside .col-lg-4 .img2, .graphics .inside .col-lg-4 .img3{
          display: none;
      }
  }
  .graphicesdesigncontent{
       margin-top: -50px;
  }
  
  
     .graphic-design .graphics2 .inside .box:hover {


        border-bottom: 2px solid #f9831f;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
    }

    .graphic-design .graphics2 .inside .box {
        max-width: 100%;
        min-height: 200px;
        padding: 40px;
        margin-top: 25px;
        border-radius: 10px;
        background: #ffffff;
        /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
        /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

        /* -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; */
    }



    .graphics2 hr {
        margin-top: .3rem;
        margin-bottom: 1rem;
        border: 0;
        /* width: 130%; */
        /* margin-left: ; */
        border-top: 3px solid black;

    }

    .graphics2 .image {
        position: absolute;

        opacity: .3;

        margin-top: 25px;


        border-bottom-right-radius: 10px;

    }

    .graphics2 .inside .col-lg-4 .image1 {

        position: relative;
        opacity: .9;

        max-width: 100%;

        width: 370px;
        margin-bottom: -8px;
        margin-top: 208px;
        height: 200px;
    }


    .graphics2 .col-lg-4 .box img {

        height: 50px;
        margin-top: -20px;
        margin-bottom: -10px;
    }

    .container .graphics2 .inside .box {
        margin-bottom: 18px;
    }



    .graphics2 .inside .col-lg-4 .boxh {
        height: 400px;
    }

    .fa-austral-sign {
        color: black;
    }

    .graphic-design .col-12 .inside .col-lg-3 .boxh1 {
        height: 355px;
        max-width: 300px;
    }

    .graphic-design .col-12 .inside .col-lg-3 .back {
        height: 200px;
        margin-top: 155px;
        width: 270px
    }

    @media screen and (max-width: 1349px) and (min-width: 1200px) {
        .graphic-design .graphics2 .inside .boxh1 {
            width: 240px;
            height: 365px;
        }

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .back {
            margin-top: 155px;
            width: 240px;
        }


    }




    @media screen and (max-width: 1199px) and (min-width: 992px) {
        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .boxh1 {
            height: 455px;
            width: 203px;
        }

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .back {
            margin-top: 255px;
            width: 203px;
        }


    }

    @media screen and (max-width: 991px) and (min-width: 768px) {

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .boxh1 {
            height: 355px;
            width: 270px;
        }

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .back {


            margin-top: 155px;

            width: 270px;
        }
    }

    @media screen and (max-width: 768px) and (min-width: 330px) {

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .boxh1 {
            height: 380px;
            width: 260px;
        }

        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .back {


            margin-top: 180px;

            width: 260px;
        }
    }

    @media screen and (max-width: 330px) {
        .graphic-design .graphics2 .col-12 .inside .col-lg-3 .back {


            display: none;
        }

    }


    .graphic-design .graphics2 .col-12 .inside .col-lg-3 .boxh1 img {
        height: 60px;
        width: 60px;
    }
    
 /*digital marketing*/
 
 .graphic-design .digitalmarketing .inside .box:hover {


  border-bottom: 2px solid #f9831f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.graphic-design .digitalmarketing .inside .box {
  max-width: 100%;
  min-height: 200px;
  padding: 40px;
  margin-top: 25px;
  border-radius: 10px;
  background: #ffffff;
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
  /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  /* -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; */
}



.digitalmarketing  hr {
  margin-top: .3rem;
  margin-bottom: 1rem;
  border: 0;
  /* width: 130%; */
  /* margin-left: ; */
  border-top: 3px solid black;

}

.digitalmarketing  .image {
  position: absolute;

  opacity: .3;

  margin-top: 25px;


  border-bottom-right-radius: 10px;

}


.digitalmarketing .inside .col-lg-4 .image1 {

  position: relative;
  opacity: .9;

  max-width: 100%;

  width: 370px;
  margin-bottom: -8px;
  margin-top: 163px;
  height: 200px;
}

.digitalmarketing .inside .col-lg-4 .boxh {
  height: 355px;
}

.digitalmarketing  .inside .col-lg-4 .box img {

  height: 50px;
  margin-top: -20px;
  margin-bottom: -10px;
}

.graphic-design .container .digitalmarketing .inside .box {
  margin-bottom: 18px;
}





.fa-austral-sign {
  color: black;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {

  .digitalmarketing  .inside .col-lg-4 .boxh {
      height: 461px;
  }

  .digitalmarketing  .inside .col-lg-4 .img1,
  .digitalmarketing   .inside .col-lg-4 .img2,
  .digitalmarketing  .inside .col-lg-4 .img3 {


      margin-top: 269px;

      width: 290px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .digitalmarketing  .inside .col-lg-4 .boxh {
      height: 379px;
  }

  .digitalmarketing   .inside .col-lg-4 .img1,
  .digitalmarketing  .inside .col-lg-4 .img2,
  .digitalmarketing  .inside .col-lg-4 .img3 {


      margin-top: 187px;

      width: 330px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {

  .digitalmarketing   .inside .col-lg-4 .boxh {
      height: 300px;
  }

  .digitalmarketing  .inside .col-lg-4 .img1 {


      margin-top: 79px;

      width: 510px;
  }

  .digitalmarketing  .inside .col-lg-4 .img2 {


      margin-top: 110px;

      width: 510px;
  }

  .digitalmarketing .inside .col-lg-4 .img3 {


      margin-top: 108 px;

      width: 510px;
  }

}

@media screen and (max-width: 575px) and (min-width: 481px) {

  .digitalmarketing .inside .col-lg-4 .boxh {
      height: 315px;
  }

  .digitalmarketing .inside .col-lg-4 .img1,
  .digitalmarketing  .inside .col-lg-4 .img2,
  .digitalmarketing  .inside .col-lg-4 .img3 {


      margin-top: 123px;

      width: 420px;
  }


}

@media screen and (max-width: 480px) {

  .digitalmarketing .inside .col-lg-4 .boxh {
      height: 280px;
  }

  .digitalmarketing .inside .col-lg-4 .img1,
  .digitalmarketing .inside .col-lg-4 .img2,
  .digitalmarketing .inside .col-lg-4 .img3 {


      display: none;
  }
}

/*footer button*/



.container1{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.topbutton1 {

bottom: 100px;


display: block;
height: 50px;
/* line-height: 60px; */
position: fixed;
right: 0px;
z-index: 999;
text-align: center;
width: 225px;
font-size: 20px; 
padding: 0px 0px 0px;
bottom: 0;
border-radius: 1px;
background-color: white;
color:black;
box-shadow: inset -4px 4px  8px whitesmoke,inset 0px -4px 8px whitesmoke;


}


.topbutton2 {

bottom: 100px;


display: block;
height: 50px;
/* line-height: 60px; */
position: fixed;
left: 0px;
text-align: center;
width: 225px;
font-size: 20px; 
padding: 0px 0px 0px;
bottom: 0;
border-radius: 1px;
z-index: 999;
background-color: white;
color:black;
box-shadow: inset 4px 4px 8px whitesmoke,inset 4px -4px 8px whitesmoke;




}
@media only screen and (min-width: 399px) {
.topbutton1 {
display: none;
}
}
@media only screen and (min-width: 399px) {
.topbutton2 {
display: none;
}
}
@media only screen and (max-width: 398px) {
.topbutton1 {
width: 199px;
font-size: 17px;
}
}
@media only screen and (max-width: 398px) {
.topbutton2 {
width: 199px;
font-size: 17px;
}
}
@media only screen and (max-width: 354px) {
.topbutton1 {
width: 177px;
font-size: 15px; 
}
}
@media only screen and (max-width:  354px) {
.topbutton2 {
width: 177px;
font-size: 15px; 
z-index: 999;
}
}
@media only screen and (max-width:  300px) {
.topbutton1 {
width: 160px;
font-size: 13px; 
z-index: 999;
}
}
@media only screen and (max-width:  330px) {
.topbutton2 {
width: 160px;
font-size: 13px; 
z-index: 999;
}
}
@media only screen and (max-width:  300px) {
.topbutton1{
width: 150px;
font-size: 13px; 
z-index: 999;
}
}
@media only screen and (max-width:  300px) {
.topbutton2 {
width: 150px;
font-size: 13px; 
z-index: 999;
}
}


/* button animatin of whatsapp */

.anime {
  transition: transform .2s;
}
.anime:hover{
 
  -ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.5); /* Safari 3-8 */
transform: scale(1.5); 
}




.newfooter .lborder ul li .btn-primary {
  font-size: 10px !important;
  padding: 10px 20px !important;

 
}
.newfooter .lborder ul li input {
/* max-width: 140%; */
width: 340px;
min-height: 35px;
border-radius: 4px;
padding-left: 10px;
font-size: 14px;
background-color: #ffffff;
-webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
@media (max-width: 1440px){
.newfooter .lborder ul li input {
  /* max-width: 100%;/ */
  width:200px  ;
}
}

@media (max-width: 700px){
.newfooter .lborder ul li input {
    /* max-width: 100%;/ */
    /* width:200px  ; */
height: 35px;
/* margin-top: 30px; */
}
}
@media (max-width: 1440px){
.newfooter .lborder ul li .btn-primary {
  
  margin-top: 0px !important;
}
}
@media (min-width: 1200px){
.newfooter .lborder ul li .btn-primary {
  
  margin-top: 5px !important;
}
}

@media (max-width: 855px){
.newfooter .lborder ul li .btn-primary {

  margin-top: 5px !important;
}
}


@media (max-width: 768px){
.newfooter .lborder ul li .btn-primary {
  
  margin-top: 0px !important;
}
}


@media (max-width: 335px){
.newfooter .lborder ul li .btn-primary {
  
  margin-top: 5px !important;
}
}


.google{
  margin-bottom: 40px;
  width: 80%;   
}
@media (max-width: 576px){
.google {
 margin-left: 27px; 
 width: 89%;
 margin-bottom: 20px;
 height: 94px;

}
}


/*h1 tags*/

    .hello11111{
        visibility: hidden;
        display:none;
    }







