@charset "UTF-8";
/*--------------------------------------------------------------------------------------
    TABLE OF CONTENT
----------------------------------------------------------------------------------------
========================================================================================
    1. TEXT TYPOGRAPHY CSS
    2. MARGIN CSS
    3. PADDING CSS
    4. BACKGROUND CSS
    5. COLOR CSS
    6. BORDER CSS
    7. SHADOW CSS
    8. BEFORE AFTER CSS
    9. COMMON CSS
    10. SPACE CSS
----------------------------------------------------------------------------------------*/
/*--------------------------
    1. TEXT TYPOGRAPHY CSS
-----------------------------*/
.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

a {
  color: #3e425c;
  transition: 0.3s;
  display: inline-block;
}

a:hover {
  color: #E22454;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #223645;
  margin: 10px 0 10px;
}

p {
  margin: 0;
}

.tuc {
  text-transform: uppercase;
}

.tct {
  text-transform: capitalize;
}

.font_light {
  font-weight: 300;
}

.font_bold {
  font-weight: 700;
}

.font_regular {
  font-weight: 400;
}

.font_thin {
  font-weight: 100;
}

.b {
  font-weight: 700;
}

h1 {
  font-family: "Exo", sans-serif;
  font-size: 58px;
  line-height: 50px;
  color: #223645;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  color: #223645;
  margin-top: 10px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
}

body {
  font-size: 16px;
  line-height: 27px;
  color: #223645;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*----------------------
    ALIGN
-----------------------*/
.center,
.left,
.right {
  position: relative;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*-----------------------
    FONTS
------------------------*/
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font32 {
  font-size: 32px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

.font38 {
  font-size: 38px;
}

.font48 {
  font-size: 48px;
}

.font42 {
  font-size: 42px;
}

.font48 {
  font-size: 48px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

.font60 {
  font-size: 60px;
}

.font80 {
  font-size: 80px;
}

.font120 {
  font-size: 120px;
}

.font140 {
  font-size: 140px;
}

/*------------------------------
    RESPONSIVE
-------------------------------*/
@media only screen and (min-width: 1200px) {
  .lg-center {
    text-align: center;
  }

  .lg-left {
    text-align: left;
  }

  .lg-right {
    text-align: right;
  }

  .lg-font12 {
    font-size: 12px;
  }

  .lg-font14 {
    font-size: 14px;
  }

  .lg-font16 {
    font-size: 16px;
  }

  .lg-font18 {
    font-size: 18px;
  }

  .lg-font20 {
    font-size: 20px;
  }

  .lg-font22 {
    font-size: 22px;
  }

  .lg-font24 {
    font-size: 24px;
  }

  .lg-font26 {
    font-size: 26px;
  }

  .lg-font28 {
    font-size: 28px;
  }

  .lg-font32 {
    font-size: 32px;
  }

  .lg-font30 {
    font-size: 30px;
  }

  .lg-font36 {
    font-size: 36px;
  }

  .lg-font38 {
    font-size: 38px;
  }

  .lg-font48 {
    font-size: 48px;
  }

  .lg-font42 {
    font-size: 42px;
  }

  .lg-font48 {
    font-size: 48px;
  }

  .lg-font50 {
    font-size: 50px;
  }

  .lg-font52 {
    font-size: 52px;
  }

  .lg-font60 {
    font-size: 60px;
  }

  .lg-font80 {
    font-size: 80px;
  }

  .lg-font120 {
    font-size: 120px;
  }

  .lg-font140 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .md-center {
    text-align: center;
  }

  .md-left {
    text-align: left;
  }

  .md-right {
    text-align: right;
  }

  .md-font12 {
    font-size: 12px;
  }

  .md-font14 {
    font-size: 14px;
  }

  .md-font16 {
    font-size: 16px;
  }

  .md-font18 {
    font-size: 18px;
  }

  .md-font20 {
    font-size: 20px;
  }

  .md-font22 {
    font-size: 22px;
  }

  .md-font24 {
    font-size: 24px;
  }

  .md-font26 {
    font-size: 26px;
  }

  .md-font28 {
    font-size: 28px;
  }

  .md-font32 {
    font-size: 32px;
  }

  .md-font30 {
    font-size: 30px;
  }

  .md-font36 {
    font-size: 36px;
  }

  .md-font38 {
    font-size: 38px;
  }

  .md-font48 {
    font-size: 48px;
  }

  .md-font42 {
    font-size: 42px;
  }

  .md-font48 {
    font-size: 48px;
  }

  .md-font50 {
    font-size: 50px;
  }

  .md-font52 {
    font-size: 52px;
  }

  .md-font60 {
    font-size: 60px;
  }

  .md-font80 {
    font-size: 80px;
  }

  .md-font120 {
    font-size: 120px;
  }

  .md-font140 {
    font-size: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-center {
    text-align: center;
  }

  .sm-left {
    text-align: left;
  }

  .sm-right {
    text-align: right;
  }

  .sm-font12 {
    font-size: 12px;
  }

  .sm-font14 {
    font-size: 14px;
  }

  .sm-font16 {
    font-size: 16px;
  }

  .sm-font18 {
    font-size: 18px;
  }

  .sm-font20 {
    font-size: 20px;
  }

  .sm-font22 {
    font-size: 22px;
  }

  .sm-font24 {
    font-size: 24px;
  }

  .sm-font26 {
    font-size: 26px;
  }

  .sm-font28 {
    font-size: 28px;
  }

  .sm-font32 {
    font-size: 32px;
  }

  .sm-font30 {
    font-size: 30px;
  }

  .sm-font36 {
    font-size: 36px;
  }

  .sm-font38 {
    font-size: 38px;
  }

  .sm-font48 {
    font-size: 48px;
  }

  .sm-font42 {
    font-size: 42px;
  }

  .sm-font48 {
    font-size: 48px;
  }

  .sm-font50 {
    font-size: 50px;
  }

  .sm-font52 {
    font-size: 52px;
  }

  .sm-font60 {
    font-size: 60px;
  }

  .sm-font80 {
    font-size: 80px;
  }

  .sm-font120 {
    font-size: 120px;
  }

  .sm-font140 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-center {
    text-align: center;
  }

  .xs-left {
    text-align: left;
  }

  .xs-right {
    text-align: right;
  }

  .xs-font12 {
    font-size: 12px;
  }

  .xs-font14 {
    font-size: 14px;
  }

  .xs-font16 {
    font-size: 16px;
  }

  .xs-font18 {
    font-size: 18px;
  }

  .xs-font20 {
    font-size: 20px;
  }

  .xs-font22 {
    font-size: 22px;
  }

  .xs-font24 {
    font-size: 24px;
  }

  .xs-font26 {
    font-size: 26px;
  }

  .xs-font28 {
    font-size: 28px;
  }

  .xs-font32 {
    font-size: 32px;
  }

  .xs-font30 {
    font-size: 30px;
  }

  .xs-font36 {
    font-size: 36px;
  }

  .xs-font38 {
    font-size: 38px;
  }

  .xs-font48 {
    font-size: 48px;
  }

  .xs-font42 {
    font-size: 42px;
  }

  .xs-font48 {
    font-size: 48px;
  }

  .xs-font50 {
    font-size: 50px;
  }

  .xs-font52 {
    font-size: 52px;
  }

  .xs-font60 {
    font-size: 60px;
  }

  .xs-font80 {
    font-size: 80px;
  }

  .xs-font120 {
    font-size: 120px;
  }

  .xs-font140 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .xsl-center {
    text-align: center;
  }

  .xsl-left {
    text-align: left;
  }

  .xsl-right {
    text-align: right;
  }

  .xsl-font12 {
    font-size: 12px;
  }

  .xsl-font14 {
    font-size: 14px;
  }

  .xsl-font16 {
    font-size: 16px;
  }

  .xsl-font18 {
    font-size: 18px;
  }

  .xsl-font20 {
    font-size: 20px;
  }

  .xsl-font22 {
    font-size: 22px;
  }

  .xsl-font24 {
    font-size: 24px;
  }

  .xsl-font26 {
    font-size: 26px;
  }

  .xsl-font28 {
    font-size: 28px;
  }

  .xsl-font32 {
    font-size: 32px;
  }

  .xsl-font30 {
    font-size: 30px;
  }

  .xsl-font36 {
    font-size: 36px;
  }

  .xsl-font38 {
    font-size: 38px;
  }

  .xsl-font48 {
    font-size: 48px;
  }

  .xsl-font42 {
    font-size: 42px;
  }

  .xsl-font48 {
    font-size: 48px;
  }

  .xsl-font50 {
    font-size: 50px;
  }

  .xsl-font52 {
    font-size: 52px;
  }

  .xsl-font60 {
    font-size: 60px;
  }

  .xsl-font80 {
    font-size: 80px;
  }

  .xsl-font120 {
    font-size: 120px;
  }

  .xsl-font140 {
    font-size: 140px;
  }
}
/*--------------------
    WIDTH
---------------------*/
.width50 {
  width: 50px;
}

.width60 {
  width: 60px;
}

.width70 {
  width: 70px;
}

.width80 {
  width: 80px;
}

.width90 {
  width: 90px;
}

.width100 {
  width: 100px;
}

.width110 {
  width: 110px;
}

.width120 {
  width: 120px;
}

.width50p {
  width: 50%;
}

.width70p {
  width: 70%;
}

.width80p {
  width: 80%;
}

.width90p {
  width: 90%;
}

.width100p,
.width100p img {
  width: 100%;
}

/*-----------------------
    DISPLAY
------------------------*/
.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.vertical-align-middle {
  vertical-align: middle;
}

.last-p-mb0 p:last-of-type {
  margin-bottom: 0;
}

.first-h4-mb0 h4:first-of-type {
  margin-bottom: 0;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

/*--------------------
    CONTENT POSITION
---------------------*/
.fix {
  overflow: hidden;
}

.relative {
  position: relative;
  overflow: hidden;
}

.absulute {
  position: absolute;
}

.v-center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}

.h-center {
  left: 50%;
  transform: translateX(-50%);
}

.h-center-reverse {
  right: 50%;
  transform: translateX(50%);
}

.content-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flex-v-center {
  display: flex;
  align-items: center;
}

.display-block {
  display: block;
}

.social-bookmark li {
  display: inline;
}

.social-bookmark li a {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.inline li {
  display: inline;
}

.inline-block li {
  display: inline-block;
}

.inline-block {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-width100p {
    width: 100%;
  }

  .flex-v-center {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .xs-width100p {
    width: 100%;
  }

  .flex-v-center {
    align-items: inherit;
    display: inherit;
  }
}
/*--------------------------
    MARGIN CSS
----------------------------*/
.mt100 {
  margin-top: 100px;
}

.mt90 {
  margin-top: 90px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.no-margin {
  margin: 0;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb0 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
  .lg-mb0 {
    margin-bottom: 0;
  }

  .lg-mb10 {
    margin-bottom: 10px;
  }

  .lg-mb20 {
    margin-bottom: 20px;
  }

  .lg-mb30 {
    margin-bottom: 30px;
  }

  .lg-mb40 {
    margin-bottom: 40px;
  }

  .lg-mb50 {
    margin-bottom: 50px;
  }

  .lg-mb60 {
    margin-bottom: 60px;
  }

  .lg-mb70 {
    margin-bottom: 70px;
  }

  .lg-mb80 {
    margin-bottom: 80px;
  }

  .lg-mb100 {
    margin-bottom: 100px;
  }

  .lg-mt0 {
    margin-top: 0;
  }

  .lg-mt10 {
    margin-top: 10px;
  }

  .lg-mt20 {
    margin-top: 20px;
  }

  .lg-mt30 {
    margin-top: 30px;
  }

  .lg-mt40 {
    margin-top: 40px;
  }

  .lg-mt50 {
    margin-top: 50px;
  }

  .lg-mt60 {
    margin-top: 60px;
  }

  .lg-mt70 {
    margin-top: 70px;
  }

  .lg-mt80 {
    margin-top: 80px;
  }

  .lg-mt100 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
  .md-mb0 {
    margin-bottom: 0;
  }

  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px;
  }

  .md-mb60 {
    margin-bottom: 60px;
  }

  .md-mb70 {
    margin-bottom: 70px;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-mb100 {
    margin-bottom: 100px;
  }

  .md-mt0 {
    margin-top: 0;
  }

  .md-mt10 {
    margin-top: 10px;
  }

  .md-mt20 {
    margin-top: 20px;
  }

  .md-mt30 {
    margin-top: 30px;
  }

  .md-mt40 {
    margin-top: 40px;
  }

  .md-mt50 {
    margin-top: 50px;
  }

  .md-mt60 {
    margin-top: 60px;
  }

  .md-mt70 {
    margin-top: 70px;
  }

  .md-mt80 {
    margin-top: 80px;
  }

  .md-mt100 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------
      TABLET LAYOUT: 768px
  -----------------------------------*/
  .sm-mb0 {
    margin-bottom: 0;
  }

  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb60 {
    margin-bottom: 60px;
  }

  .sm-mb70 {
    margin-bottom: 70px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-mb100 {
    margin-bottom: 100px;
  }

  .sm-mt0 {
    margin-top: 0;
  }

  .sm-mt10 {
    margin-top: 10px;
  }

  .sm-mt20 {
    margin-top: 20px;
  }

  .sm-mt30 {
    margin-top: 30px;
  }

  .sm-mt40 {
    margin-top: 40px;
  }

  .sm-mt50 {
    margin-top: 50px;
  }

  .sm-mt60 {
    margin-top: 60px;
  }

  .sm-mt70 {
    margin-top: 70px;
  }

  .sm-mt80 {
    margin-top: 80px;
  }

  .sm-mt100 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  /*----------------------------------
      MOBILE LAYOUT: 320px
  -----------------------------------*/
  .xs-mb0 {
    margin-bottom: 0;
  }

  .xs-mb10 {
    margin-bottom: 10px;
  }

  .xs-mb20 {
    margin-bottom: 20px;
  }

  .xs-mb30 {
    margin-bottom: 30px;
  }

  .xs-mb40 {
    margin-bottom: 40px;
  }

  .xs-mb50 {
    margin-bottom: 50px;
  }

  .xs-mb60 {
    margin-bottom: 60px;
  }

  .xs-mb70 {
    margin-bottom: 70px;
  }

  .xs-mb80 {
    margin-bottom: 80px;
  }

  .xs-mb100 {
    margin-bottom: 100px;
  }

  .xs-mt0 {
    margin-top: 0;
  }

  .xs-mt10 {
    margin-top: 10px;
  }

  .xs-mt20 {
    margin-top: 20px;
  }

  .xs-mt30 {
    margin-top: 30px;
  }

  .xs-mt40 {
    margin-top: 40px;
  }

  .xs-mt50 {
    margin-top: 50px;
  }

  .xs-mt60 {
    margin-top: 60px;
  }

  .xs-mt70 {
    margin-top: 70px;
  }

  .xs-mt80 {
    margin-top: 80px;
  }

  .xs-mt100 {
    margin-top: 100px;
  }
}
/* ----------------------------
    PADDING CSS
------------------------------ */
.section-padding {
  padding: 120px 0 90px 0;
}

.section-padding2 {
  padding: 120px 0;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

/*-----------------*/
.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

/*--------------------
    PADDING
---------------------*/
.padding100 {
  padding: 100px;
}

.padding90 {
  padding: 90px;
}

.padding80 {
  padding: 80px;
}

.padding70 {
  padding: 70px;
}

.padding60 {
  padding: 60px;
}

.padding50 {
  padding: 50px;
}

.padding40 {
  padding: 40px;
}

.padding30 {
  padding: 30px;
}

.padding20 {
  padding: 20px;
}

.padding10 {
  padding: 10px;
}

.no-padding {
  padding: 0;
}

/*--------------------------------------
        RESPONSIVE
----------------------------------------*/
@media only screen and (min-width: 1200px) {
  .lg-padding-top-10 {
    padding-top: 10px;
  }

  .lg-padding-top-20 {
    padding-top: 20px;
  }

  .lg-padding-top-30 {
    padding-top: 30px;
  }

  .lg-padding-top-40 {
    padding-top: 40px;
  }

  .lg-padding-top-50 {
    padding-top: 50px;
  }

  .lg-padding-top-60 {
    padding-top: 60px;
  }

  .lg-padding-top-70 {
    padding-top: 70px;
  }

  .lg-padding-top-80 {
    padding-top: 80px;
  }

  .lg-padding-top-90 {
    padding-top: 90px;
  }

  .lg-padding-top-100 {
    padding-top: 100px;
  }

  .lg-padding-bottom-10 {
    padding-bottom: 10px;
  }

  .lg-padding-bottom-20 {
    padding-bottom: 20px;
  }

  .lg-padding-bottom-30 {
    padding-bottom: 30px;
  }

  .lg-padding-bottom-40 {
    padding-bottom: 40px;
  }

  .lg-padding-bottom-50 {
    padding-bottom: 50px;
  }

  .lg-padding-bottom-60 {
    padding-bottom: 60px;
  }

  .lg-padding-bottom-70 {
    padding-bottom: 70px;
  }

  .lg-padding-bottom-80 {
    padding-bottom: 80px;
  }

  .lg-padding-bottom-90 {
    padding-bottom: 90px;
  }

  .lg-padding-bottom-100 {
    padding-bottom: 100px;
  }

  /*------------------*/
  .lg-padding100 {
    padding: 100px;
  }

  .lg-padding90 {
    padding: 90px;
  }

  .lg-padding80 {
    padding: 80px;
  }

  .lg-padding70 {
    padding: 70px;
  }

  .lg-padding60 {
    padding: 60px;
  }

  .lg-padding50 {
    padding: 50px;
  }

  .lg-padding40 {
    padding: 40px;
  }

  .lg-padding30 {
    padding: 30px;
  }

  .lg-padding20 {
    padding: 20px;
  }

  .lg-padding10 {
    padding: 10px;
  }

  .lg-padding0 {
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .md-padding-top-10 {
    padding-top: 10px;
  }

  .md-padding-top-20 {
    padding-top: 20px;
  }

  .md-padding-top-30 {
    padding-top: 30px;
  }

  .md-padding-top-40 {
    padding-top: 40px;
  }

  .md-padding-top-50 {
    padding-top: 50px;
  }

  .md-padding-top-60 {
    padding-top: 60px;
  }

  .md-padding-top-70 {
    padding-top: 70px;
  }

  .md-padding-top-80 {
    padding-top: 80px;
  }

  .md-padding-top-90 {
    padding-top: 90px;
  }

  .md-padding-top-100 {
    padding-top: 100px;
  }

  .md-padding-bottom-10 {
    padding-bottom: 10px;
  }

  .md-padding-bottom-20 {
    padding-bottom: 20px;
  }

  .md-padding-bottom-30 {
    padding-bottom: 30px;
  }

  .md-padding-bottom-40 {
    padding-bottom: 40px;
  }

  .md-padding-bottom-50 {
    padding-bottom: 50px;
  }

  .md-padding-bottom-60 {
    padding-bottom: 60px;
  }

  .md-padding-bottom-70 {
    padding-bottom: 70px;
  }

  .md-padding-bottom-80 {
    padding-bottom: 80px;
  }

  .md-padding-bottom-90 {
    padding-bottom: 90px;
  }

  .md-padding-bottom-100 {
    padding-bottom: 100px;
  }

  /*------------------*/
  .md-padding100 {
    padding: 100px;
  }

  .md-padding90 {
    padding: 90px;
  }

  .md-padding80 {
    padding: 80px;
  }

  .md-padding70 {
    padding: 70px;
  }

  .md-padding60 {
    padding: 60px;
  }

  .md-padding50 {
    padding: 50px;
  }

  .md-padding40 {
    padding: 40px;
  }

  .md-padding30 {
    padding: 30px;
  }

  .md-padding20 {
    padding: 20px;
  }

  .md-padding10 {
    padding: 10px;
  }

  .md-padding0 {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-padding-top-10 {
    padding-top: 10px;
  }

  .sm-padding-top-20 {
    padding-top: 20px;
  }

  .sm-padding-top-30 {
    padding-top: 30px;
  }

  .sm-padding-top-40 {
    padding-top: 40px;
  }

  .sm-padding-top-50 {
    padding-top: 50px;
  }

  .sm-padding-top-60 {
    padding-top: 60px;
  }

  .sm-padding-top-70 {
    padding-top: 70px;
  }

  .sm-padding-top-80 {
    padding-top: 80px;
  }

  .sm-padding-top-90 {
    padding-top: 90px;
  }

  .sm-padding-top-100 {
    padding-top: 100px;
  }

  .sm-padding-bottom-10 {
    padding-bottom: 10px;
  }

  .sm-padding-bottom-20 {
    padding-bottom: 20px;
  }

  .sm-padding-bottom-30 {
    padding-bottom: 30px;
  }

  .sm-padding-bottom-40 {
    padding-bottom: 40px;
  }

  .sm-padding-bottom-50 {
    padding-bottom: 50px;
  }

  .sm-padding-bottom-60 {
    padding-bottom: 60px;
  }

  .sm-padding-bottom-70 {
    padding-bottom: 70px;
  }

  .sm-padding-bottom-80 {
    padding-bottom: 80px;
  }

  .sm-padding-bottom-90 {
    padding-bottom: 90px;
  }

  .sm-padding-bottom-100 {
    padding-bottom: 100px;
  }

  /*------------------*/
  .sm-padding100 {
    padding: 100px;
  }

  .sm-padding90 {
    padding: 90px;
  }

  .sm-padding80 {
    padding: 80px;
  }

  .sm-padding70 {
    padding: 70px;
  }

  .sm-padding60 {
    padding: 60px;
  }

  .sm-padding50 {
    padding: 50px;
  }

  .sm-padding40 {
    padding: 40px;
  }

  .sm-padding30 {
    padding: 30px;
  }

  .sm-padding20 {
    padding: 20px;
  }

  .sm-padding10 {
    padding: 10px;
  }

  .sm-padding0 {
    padding: 0px;
  }

  /*-----------------*/
  .section-padding {
    padding: 80px 0;
  }

  .padding-top {
    padding-top: 80px;
  }

  .padding-bottom {
    padding-bottom: 80px;
  }

  .padding-100-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .padding-100-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .padding-100-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-padding-top-10 {
    padding-top: 10px;
  }

  .xs-padding-top-20 {
    padding-top: 20px;
  }

  .xs-padding-top-30 {
    padding-top: 30px;
  }

  .xs-padding-top-40 {
    padding-top: 40px;
  }

  .xs-padding-top-50 {
    padding-top: 50px;
  }

  .xs-padding-top-60 {
    padding-top: 60px;
  }

  .xs-padding-top-70 {
    padding-top: 70px;
  }

  .xs-padding-top-80 {
    padding-top: 80px;
  }

  .xs-padding-top-90 {
    padding-top: 90px;
  }

  .xs-padding-top-100 {
    padding-top: 100px;
  }

  .xs-padding-bottom-10 {
    padding-bottom: 10px;
  }

  .xs-padding-bottom-20 {
    padding-bottom: 20px;
  }

  .xs-padding-bottom-30 {
    padding-bottom: 30px;
  }

  .xs-padding-bottom-40 {
    padding-bottom: 40px;
  }

  .xs-padding-bottom-50 {
    padding-bottom: 50px;
  }

  .xs-padding-bottom-60 {
    padding-bottom: 60px;
  }

  .xs-padding-bottom-70 {
    padding-bottom: 70px;
  }

  .xs-padding-bottom-80 {
    padding-bottom: 80px;
  }

  .xs-padding-bottom-90 {
    padding-bottom: 90px;
  }

  .xs-padding-bottom-100 {
    padding-bottom: 100px;
  }

  /*------------------*/
  .xs-padding100 {
    padding: 100px;
  }

  .xs-padding90 {
    padding: 90px;
  }

  .xs-padding80 {
    padding: 80px;
  }

  .xs-padding70 {
    padding: 70px;
  }

  .xs-padding60 {
    padding: 60px;
  }

  .xs-padding50 {
    padding: 50px;
  }

  .xs-padding40 {
    padding: 40px;
  }

  .xs-padding30 {
    padding: 30px;
  }

  .xs-padding20 {
    padding: 20px;
  }

  .xs-padding10 {
    padding: 10px;
  }

  .xs-padding0 {
    padding: 0px;
  }

  /*----------------*/
  .section-padding {
    padding: 50px 0;
  }

  .padding-top {
    padding-top: 50px;
  }

  .padding-bottom {
    padding-bottom: 50px;
  }

  .padding-100-50 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .padding-100-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .padding-100-30 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
/* ----------------------------
    BACKGROUND CSS
------------------------------- */
.wlcome__overlay {
  position: relative;
  z-index: 1;
}

.wlcome__overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #EBF5F6;
  z-index: -1;
}

.theme__bg1 {
  position: relative;
  z-index: 1;
}

.theme__bg1:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #233645;
  z-index: -1;
}

.theme__bg2 {
  position: relative;
  z-index: 1;
}

.theme__bg2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #EBF5F6;
  z-index: -1;
}

.theme__bg3 {
  position: relative;
  z-index: 1;
}

.theme__bg3:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #E22454;
  z-index: -1;
}

.white__bg {
  background: #fff;
}

.bgf {
  background-attachment: fixed;
}

.bgv2 {
  background: #D8E8F8;
}

.bgv22 {
  background: #4881f6;
}

/*-----------------------
    COLOR CSS
------------------------*/
.black,
.black a,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black small,
.red,
.red a,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6,
.red small,
.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white small {
  color: #ffffff;
}

/* ----------------------------
    BORDER CSS
------------------------------ */
.border {
  border: 1px solid #dfdfde;
}

.border-left {
  border-left: 1px solid #dddddd;
}

.border-right {
  border-right: 1px solid #dddddd;
}

.border-bottom {
  border-bottom: 1px solid #dddddd;
}

.border-top {
  border-top: 1px solid #dddddd;
}

.border-righ-bottom {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.border_black_1px {
  border: 1px solid #222;
}

.border_black_2px {
  border: 2px solid #222;
}

.border_black_3px {
  border: 3px solid #222;
}

@media only screen and (max-width: 767px) {
  .border-xs {
    border: 1px solid #dddddd;
  }
}
.border-radious5 {
  border-radius: 5px;
}

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

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

.border-radious50 {
  border-radius: 50px;
}

.border-_5px_white {
  border: 0.5px solid #fff;
}

/*-----------------------
    SHADOW CSS
------------------------*/
.shadow {
  box-shadow: 0 0 3px #dddddd;
}

.shadow10 {
  box-shadow: 0 0 3px #dddddd;
  transition: 0.3s;
}

.shadow10:hover,
.shadow:hover {
  transform: translateY(-5px);
}

.no-shadow {
  box-shadow: 0 0 0 0 transparent;
}

/* ----------------------------
    FORM & INPUT CSS
------------------------------ */
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  outline: 0;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  outline: 0;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

embed,
iframe,
object {
  width: 100%;
}

/*==============
COMMON CSS
=================*/
.bg {
  background-position: center !important;
  background-size: cover !important;
}

/*==============
SPACE CSS
=================*/
.space-100 {
  height: 100px;
}

.space-50 {
  height: 50px;
}

.space-80 {
  height: 80px;
}

.space-40 {
  height: 40px;
}

.space-60 {
  height: 60px;
}

.space-70 {
  height: 70px;
}

.space-30 {
  height: 30px;
}

.space-20 {
  height: 20px;
}

.space-10 {
  height: 10px;
}

a.action__btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 13px 30px;
}

a.action__btn:hover {
  background: #fff;
  color: #E22454;
}

a.action__btn3 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E22454;
  background: #E22454;
  padding: 13px 30px;
}

a.action__btn3:hover {
  background: #fff;
  color: #E22454;
}

a.cbtn, button.cbtn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 35px;
  background: #E22454;
  color: #fff;
  position: relative;
  z-index: 2;
  border: none;
}

a.cbtn:after, button.cbtn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s;
  z-index: -1;
}

a.cbtn:hover:after, button.cbtn:hover:after {
  width: 100%;
  transition: all 0.3s;
}

a.cbtn:hover, button.cbtn:hover {
  color: #E22454;
}

.button__group a:last-child {
  margin-left: 15px;
}

.cbtn1.active {
  background: #82B53F;
}

a.cbtn2 {
  background: #00287c;
}

.cbtn2.active {
  background: transparent;
  border: 1px solid #5f8be8;
}

a.cbtn2:hover {
  color: #00287c;
}

a.cbtn3:after {
  background: #82B440;
}

a.cbtn3.active:after {
  background: #E12454;
}

a.cbtn3:hover {
  color: #fff;
}

a.cta__btn, button.cta__btn {
  display: block;
  padding: 70px 50PX;
  text-align: center;
  background: #E02454;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  border: none;
}

a.cta__btn:hover, button.cta__btn:hover {
  background: #82B440;
  color: #fff;
}

/*SUBSCRIBE FORM BUTTON*/
a.subscribe__btrn {
  background: #82B53F;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

a.subscribe__btrn:hover {
  background: #233645;
}

a.readmore__btn {
  text-transform: capitalize;
}

a.readmore__btn i {
  padding-left: 2px;
  transition: all 0.3s;
}

a.readmore__btn:hover i {
  padding-left: 5px;
  transition: all 0.3s;
}

.gradient2__btn {
  background: linear-gradient(90deg, #1b57d5 0%, #4f87fb 100%);
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 15px 35px;
}

/* contact form */
input.cbtn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 35px;
  background: #E22454;
  color: #fff;
  position: relative;
  z-index: 2;
}

input.cbtn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s;
  z-index: -1;
}

input.cbtn:hover:after {
  width: 100%;
  transition: all 0.3s;
}

input.cbtn:hover {
  color: #E22454;
}

.cbtn1:hover {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.cbtn1.active {
  background: #82B53F;
}

/* 
Banner area
*/
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #E22454;
  z-index: 0;
  opacity: 0.3;
}

.welcome__inner__area {
  height: 400px;
  display: flex;
  align-items: center;
}
.welcome__inner__area.style1 {
  margin-top: 100px;
}
.welcome__inner__area .welcome__text h1 {
  color: #233645;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}
.welcome__inner__area.banner-solid {
  background: #E22454;
}
.welcome__inner__area.banner-solid h1 {
  color: #fff;
}
.welcome__inner__area.banner-solid .page__link {
  color: #fff;
  border-left: 3px solid #fff;
}
.welcome__inner__area.banner-solid .page__link a {
  color: #fff;
}
.welcome__inner__area.banner-solid .page__link a:hover {
  color: #28a745;
}

.inner__bg {
  background-size: cover;
  background-position: center;
}

.about__page__author__content {
  background: #E22454;
  text-align: center;
  padding: 50px 30px;
}

.about__page__author__content h5 {
  font-size: 40px;
  letter-spacing: -1px;
  color: #ffffff;
}

.about__page__author__content p {
  font-size: 18px;
  color: #ffffff;
  margin: 15px 0;
}

.service__details__area .single__service {
  border: 1px solid #e9ebec;
}

.single__service__download__btn a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #e9ebec;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.single__service__download__btn a i {
  font-size: 28px;
  padding-right: 10px;
  color: #E02454;
}

.single__service__download__btn a:last-child {
  margin-bottom: 0;
}

.circle {
  width: 150px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  line-height: 100px;
  font-size: 40px;
  font-family: "Exo";
  height: 100px;
  text-align: center;
  margin-left: -50px;
  margin-top: -65px;
}

.circle strong i {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #223645;
  font-weight: 700;
}

.circle span {
  display: block;
  color: #223645;
  margin-top: 18px;
  text-transform: uppercase;
}

.contact__widget {
  padding: 40px;
}

.single__price {
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.single__price.active,
.single__price:hover {
  border-bottom: 10px solid #e12454;
  transition: all 0.3s;
}

.row.price__wrap > div {
  margin: 0;
}

.single__price h1 {
  color: #e12454;
  font-size: 80px;
  margin: 15px 0;
}

.single__price h1 span {
  font-size: 22px;
  color: #223645;
}

.single__price h4 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 25px;
}

.single__price h4 span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #e12454;
  font-family: "Roboto";
  display: block;
}

.single__price p {
  margin-top: 25px;
}

a.price__btn {
  display: inline-block;
  border: 1px solid #E9EBEC;
  padding: 15px 40px;
}

.single__price:hover a.price__btn,
.single__price.active a.price__btn {
  color: #fff;
  background: #e12454;
}

.single-blog-section-description h2,
.single-blog-section-description h2 a {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  color: #223645;
  margin: 0;
  letter-spacing: 0;
}

.single-blog-section-description h2 a:hover {
  color: #E22454;
}

.single-blog-section-description {
  padding: 30px 0 50px 0;
}

.single-blog-section-description p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

a.blog-author img {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #233645;
}

/* a.blog-author {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}
 */
/* a.blog-author img {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #E22454;
}
 */
.single-blog-section-author li i {
  color: #E22454;
  padding-right: 5px;
}

.single-blog-section-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.blog-author-image h6 {
  font-size: 13px;
  text-transform: capitalize;
  color: #223645;
  opacity: 0.7;
  margin: 15px 0;
}

.blog-page-social.tags li {
  border: 1px solid #E22454;
  padding: 8px;
}
.blog-page-social ul {
  padding: 0;
  margin: 0;
}
.blog-page-social li {
  display: inline;
  margin-left: 10px;
}
.blog-page-social li:first-child {
  margin-left: 0;
}
.blog-page-social li a {
  font-size: 16px;
  color: #223645;
}
.blog-page-social li a:hover {
  color: #E22454;
}

.blog-banner {
  padding: 50px 60px;
  background: #223645;
  color: #fff;
}

.blog-banner h3 {
  text-transform: capitalize;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.blog-box {
  margin-bottom: 50px;
}

.blog-box h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
}

.blog-author-image img {
  width: 60%;
}

.blog-author-image p {
  font-size: 13px;
  text-transform: capitalize;
  opacity: 0.7;
  margin: 20px 0;
}

.blog-author-description p {
  padding: 30px 0;
}

.blog-box p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.single-blog-post {
  position: relative;
  z-index: 2;
  padding-left: 110px;
  text-align: left;
  margin-bottom: 30px;
}

.single-blog-post:last-child {
  margin-bottom: 0;
}

.single-blog-post a {
  color: #223645;
  text-transform: capitalize;
}

.single-blog-post a:hover {
  color: #E22454;
}

.single-blog-post img {
  position: absolute;
  left: 0;
  top: 50%;
  height: 80px;
  width: 80px;
  margin-top: -28px;
}

.single-blog-social li a {
  display: inline-block;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: red;
  height: 100px;
  margin: 6px;
}

.single-blog-social li {
  display: inline-block;
}

.blog-subscribe-form input {
  margin: 30px 0 20px 0;
  width: 80% !important;
  border: 1px solid #b4f3d0;
  padding: 13px;
}

.quote {
  position: absolute;
  opacity: 0.2;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #bcbcbc;
  padding: 13px;
  margin-bottom: 17px;
  background: #f9f9f9;
  border-radius: 5px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #E22454;
}

.blog-box {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 18px 30px;
}

.single-quote {
  padding: 40px 50px;
  background: #E22454;
  position: relative;
  z-index: 2;
}

.single-quote i,
.single-quote a {
  font-size: 70px;
  color: #fff;
}

.single-quote h6 {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 30px;
}

.single-quote h2,
.single-quote h2 a {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
}

.single-quote h2 {
  margin: 20px 0 0 0;
}

.contact-page-area .service-text {
  margin-bottom: 0;
}

.border-effect {
  position: relative;
  z-index: 2;
  height: 1px;
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 30px;
  transition: all 35s;
}

.border-effect:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10%;
  background: #E22454;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.blog-box:hover .border-effect:after {
  width: 100%;
  transition: all 0.5s;
}

.single-portfolio-description h3,
.comment_form h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #0b0d0e;
}

.single-portfolio-description p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #0b0d0e;
}

.ctable th {
  font-weight: 500;
}

.ctable td {
  font-weight: 400;
}

.post_prev_next a,
.post_prev_next h5 {
  text-transform: capitalize;
  color: #223645;
}

.single_comment {
  position: relative;
  z-index: 2;
  padding: 0 0 0px 120px;
  margin-bottom: 40px;
}

.comment_img {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  border-radius: 50%;
  overflow: hidden;
}

.comment_img img {
  max-width: 100%;
  max-height: 100%;
}

.related_tags {
  padding: 10px;
}
.related_tags h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
}

.single_comment h4 {
  color: #E22454;
  margin: 0;
  text-transform: capitalize;
}

.single_comment a {
  text-transform: capitalize;
}

.comment_text p {
  margin: 0;
  color: #223645;
  font-weight: 400;
}

.comment_form input,
.comment_form textarea {
  padding: 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.comment_form input {
  margin-bottom: 15px;
}

.comment_form input:focus,
.comment_form textarea:focus {
  border-color: #E22454;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page__link {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 3px solid #E22454;
}

.comment_form {
  padding: 40px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.single__service__download__btn a:hover {
  background: #E22454;
  border-color: #E22454;
  color: #fff;
}

.single__service__download__btn a:hover i,
.single__service__download__btn a:hover:after {
  color: #fff;
}

/*====================================================
>>> TABLE OF CONTENTS:
======================================================

 1. admin
 2. main container
 3. Image
 2. Global
 3. HTML Formatter
 4. Gallery item
 5. Theme check 
 6. post
   6.1 comment 
 7. Page Not Found
 8. Common
 9.  Author section
 10. pagination
 11. blog details
 12. breadcrump
 13. Sidebar Active
 14 . banner area
 15. post video
 16. blog category widget 


*/
/* Admin */
.admin-bar .qomodo__header {
  margin-top: 30px;
}

/*  main container */
.qomodo-main-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Global */
img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #a9a9a9;
  margin-bottom: 30px;
}

/*-- HTML Formate --*/
/* table */
table, iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.widget_calendar td {
  line-height: 2em;
}
.widget_calendar td#today {
  background: #E22454;
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td {
  padding: 0 !important;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}
.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  color: #E22454;
}

a code {
  color: #E22454;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #E22454;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

/*============================
   post
=============================== */
.news__details__location {
  position: relative;
}

.blog .blog-audio {
  margin-top: -15px;
  margin-bottom: -47px;
}

.qomodo-entry-header .single-blog-section-author {
  margin-top: 4px;
}
.qomodo-entry-header .single-blog-section-author ul {
  margin-left: -40px;
}
.qomodo-entry-header .single-blog-section-author ul li {
  font-size: 12px;
  color: #828282;
  display: inline-block;
  padding: 6px 0;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.qomodo-entry-header .single-blog-section-author ul li img {
  display: inline-block;
  padding: 5px;
  margin-right: 2px;
}

a.blog-author {
  padding-left: 50px;
}

.single-blog-section-author li a {
  display: inline-block;
  font-size: 12px;
  color: #828282;
}

.cpost-meta {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  text-transform: uppercase;
}
.cpost-meta a {
  color: #828282;
}
.cpost-meta i {
  color: #E22454;
}
.cpost-meta span {
  margin-right: 10px;
}
.cpost-meta span i {
  margin-right: 5px;
}

.single-blog-section-img-tag {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-blog-section-img-tag a {
  background: #223645;
  padding: 10px 25px;
  margin-top: 6px;
  margin-right: 4px;
  display: inline-block;
  color: #fff;
}
.single-blog-section-img-tag a:hover {
  background: #E22454;
}

.post .post-media, .qomodo-service .post-media,
.post-wrapper .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}
.post .post-media .post-video-btn a, .qomodo-service .post-media .post-video-btn a,
.post-wrapper .post-media .post-video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}
.post .post-media .video-link-btn, .qomodo-service .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a, .qomodo-service .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
  background: #E22454;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .qomodo-post-body, .qomodo-service .qomodo-post-body,
.post-wrapper .qomodo-post-body {
  background: #fff;
  padding: 40px;
}
.post .qomodo-post-footer, .qomodo-service .qomodo-post-footer,
.post-wrapper .qomodo-post-footer {
  clear: both;
}
.post .qomodo-post-footer .readmore, .qomodo-service .qomodo-post-footer .readmore,
.post-wrapper .qomodo-post-footer .readmore {
  padding: 10px 20px 10px 20px;
  background: #E22454;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}
.post .qomodo-post-footer .readmore i, .qomodo-service .qomodo-post-footer .readmore i,
.post-wrapper .qomodo-post-footer .readmore i {
  vertical-align: middle;
}
.post .qomodo-post-footer .readmore:hover, .qomodo-service .qomodo-post-footer .readmore:hover,
.post-wrapper .qomodo-post-footer .readmore:hover {
  background: #fff;
  color: #303845;
  border: 1px solid #303845;
}
.post .qomodo-post-footer.readmore-btn-area, .qomodo-service .qomodo-post-footer.readmore-btn-area,
.post-wrapper .qomodo-post-footer.readmore-btn-area {
  margin-bottom: 0;
}
.post.sticky .meta-featured-post, .qomodo-service.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: rotate(45deg);
  z-index: 1;
  display: block;
  position: absolute;
  right: -29px;
  top: 18px;
  background: #E22454;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
}
.post.sticky .qomodo-post-body, .qomodo-service.sticky .qomodo-post-body,
.post-wrapper.sticky .qomodo-post-body {
  overflow: hidden;
  position: relative;
}
.post.post-wrapper, .qomodo-service.post-wrapper,
.post-wrapper.post-wrapper {
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.post.post-wrapper h2.qomodo-entry-title, .qomodo-service.post-wrapper h2.qomodo-entry-title,
.post-wrapper.post-wrapper h2.qomodo-entry-title {
  font-size: 24px;
  line-height: 32px;
}

.post.sticky .post-block-style {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 30px;
}

.qomodo-page-header {
  margin-bottom: 30px;
}

/*=======================================
 Post  Comments section
 ========================================*/
.qomodo-blog-post-comment .btn-comments {
  color: #fff;
}
.qomodo-blog-post-comment .btn-comments:hover {
  color: #303845;
}
.qomodo-blog-post-comment .comment-title {
  font-size: 24px;
}
.qomodo-blog-post-comment .comment-info [class*=col-md-] {
  position: inherit;
}
.qomodo-blog-post-comment .form-submit {
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.qomodo-blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.qomodo-blog-post-comment .comment-respond .comment-form {
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #E22454;
}
.qomodo-blog-post-comment .comment-respond .comment-form textarea.form-control {
  height: 245px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.qomodo-blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 17px;
}
.qomodo-blog-post-comment .comment-respond .comment-form .logged-in-as {
  margin-bottom: 10px;
  margin-top: 17px;
}
.qomodo-blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  box-shadow: none;
  border-color: #E22454;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #E22454;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #E22454;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #E22454;
}

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #E22454;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}
.not-found .form-control:focus {
  box-shadow: none;
  border-color: #E22454;
}
.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}
.not-found p small {
  display: block;
}

article.page .cpost-meta {
  margin-bottom: 15px;
}

/*===========================
         author section
=============================*/
.qomodo-author {
  margin-bottom: 40px;
}
.qomodo-author .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.qomodo-author .author-info {
  margin-left: 90px;
}
.qomodo-author .author-info > h3 {
  margin-bottom: 4px;
}
.qomodo-author .author-url {
  margin-bottom: 12px;
}
.qomodo-author .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.qomodo-post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding: 30px 0;
}
.qomodo-post-navigation .post-previous, .qomodo-post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.qomodo-post-navigation .post-previous img, .qomodo-post-navigation .post-next img {
  width: 95px;
  height: 75px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.qomodo-post-navigation .post-previous a p, .qomodo-post-navigation .post-next a p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
}
.qomodo-post-navigation h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 5px 0;
  font-weight: bold;
}
.qomodo-post-navigation span {
  color: #223645;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.qomodo-post-navigation i {
  margin: 0 5px;
  color: #a9a9a9;
}
.qomodo-post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.qomodo-post-navigation .post-previous img {
  float: left;
  margin-right: 15px;
}
.qomodo-post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.qomodo-post-navigation .post-next img {
  float: right;
  margin-left: 15px;
}

/*=======================
   blog details
 ========================*/
.blog-single {
  word-wrap: break-word;
  word-break: break-all;
  -ms-word-wrap: break-word;
}
.blog-single p {
  font-weight: 400;
  margin: 0 0 25px;
}
.blog-single .post .post-media {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.blog-single .post .qomodo-post-body {
  background: #fff;
  border: 0;
}
.blog-single .embed-responsive {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-single .embed-responsive {
    height: 550px;
  }
}
.blog-single .embed-responsive .embed-responsive-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin: 0;
}

.cpagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.cpagination .page-link {
  position: relative;
  display: inline-block;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #E22454;
  color: #E22454;
  margin-right: 10px;
  height: 60px;
  line-height: 30px;
  width: 60px;
  text-align: center;
  border-radius: 50% !important;
}

.cpagination .page-link:hover {
  background: #E22454;
  color: #fff;
}

.single-post .qomodo-entry-header .single-blog-section-img-tag {
  position: static;
  margin-bottom: 20px;
}
.single-post .qomodo-entry-header h2 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  color: #223645;
  margin: 0;
  letter-spacing: 0;
}
.single-post .post .qomodo-entry-header .cpost-meta span {
  margin-right: 0;
}

.page .qomodo-entry-header .qomodo-title {
  margin-top: -32px;
}

.news__sidebars ul li {
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer__area .menu {
  margin-top: -7px;
}
.footer__area ul:not(.menu) li {
  padding-bottom: 8px;
}
.footer__area .single-blog-post {
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
  padding-right: 15px;
}
.footer__area .single-blog-post img {
  width: 70px;
  height: 70px;
  top: 27%;
  margin: 0;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.sidebar-active .alignfull img {
  width: 100%;
}

article.tag-html.tag-layout.tag-title .post-title a {
  word-break: break-all;
}

/* ================ Video ============

======================================*/
.modal-video-movie-wrap {
  background-color: transparent;
}

/* ================ Search ============

======================================*/
.search__box {
  position: relative;
  z-index: 2;
  background: #646A73;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
}

.search__box input {
  background: none;
  border: none;
  padding-left: 40px;
  color: #fff;
}

.search__box input::placeholder,
.search__box i {
  color: #fff;
}

.search__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: -15px;
}

/* 
===================
blog category widgets
===================
*/
.widget.blog-categores ul {
  margin: 0;
  padding: 0;
}

/* 
===================
instragram widgets
===================
*/
.single__instagram img {
  max-width: 86%;
}

.instagran__area > div {
  padding: 6px 0px;
}

.logo-title .logo {
  font-size: 30px;
}

/* -----------------------------
  widget and search
-------------------------------- */
h3.widget-title:before {
  background: #edd5d9;
}

.search__form input {
  width: calc( 100% - 80px );
}

.widget_search form {
  position: relative;
}

.widget_search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}

.news__sidebars ul li {
  border-bottom: 1px dashed #ede0e0;
}

.post .qomodo-post-body, .qomodo-service .qomodo-post-body, .post-wrapper .qomodo-post-body {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.blog-single .post .qomodo-post-body {
  box-shadow: 0 0 0;
}

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/*
Theme Name : MediGuss Medical Theme
Version: 1.0


CSS LIST ==============>


============================
HEADER TOP AREA CSS
============================
HEADER AREA CSS
============================
WELCOME AREA CSS
============================
CONTACT AREA CSS
============================
ABOUT AREA CSS
============================
SERVICE AREA CSS
============================

============================
FEATURE AREA CSS
============================
ABOUT2 AREA CSS
============================
ADD AREA CSS
============================
BLOG AREA CSS
============================
CTA AREA CSS
============================
FOOTER AREA CSS
============================
COMMON AREA CSS
============================
PRELOADER CSS
============================
customize header style 
============================


*/
/*=========================
HEADER TOP AREA CSS
*/
.top__contact li {
  display: inline-block;
  margin-right: 20px;
}

.head__top {
  padding: 10px 0;
}

.top__contact li {
  color: #fff;
}
.top__contact li:last-child {
  margin-right: 0;
}
.top__contact li a {
  color: #fff;
}

/*=========================
HEADER AREA CSS
*/
.menu-dropdown-toggle::after {
  margin-left: 5px;
  content: "+";
}

.header__area {
  background: #E22454;
}

.logo__area a {
  font-size: 40px;
  font-weight: 700;
  width: 200px;
}

.header1 {
  padding: 0 3% 0 10%;
}

.header__total__area.sticky {
  top: -100%;
  transition: all 1s;
}

.header__total__area {
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: all 0.6s;
  top: 0;
  left: 0;
}

.header__total__area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 35%;
  background: #fff;
  left: -5%;
  top: 25px;
  z-index: 2;
  transform: skew(-25deg);
}

.header__total__area:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 15%;
  background: #fff;
  right: -5%;
  top: 25px;
  z-index: 2;
  transform: skew(-25deg);
}

.header__total__area.none__search__popup:after {
  display: none;
}

.logo__area {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.logo__area > div {
  display: inline-block;
}

.menu__right > div {
  display: inline-block;
}

.menu__right > div:last-child {
  margin-left: 100px;
}

.search__btn {
  color: #000;
  z-index: 99;
  position: relative;
  font-size: 28px;
  cursor: pointer;
}

.search__area {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #233645;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  transform: scale(0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.search__area.active {
  transform: scale(1);
  transition: all 0.6s;
  opacity: 1;
  visibility: visible;
}

.search__form input {
  border: 1px solid #fff;
  background: no-repeat;
  padding: 14px;
  color: #233645;
  margin-bottom: 10px;
  max-width: 100%;
}

.search__form input::-webkit-input-placeholder {
  color: #233645;
}

.search__form input::-moz-placeholder {
  color: #233645;
}

.search__form input:-ms-input-placeholder {
  color: #233645;
}

.search__form input::-ms-input-placeholder {
  color: #233645;
}

.search__form button.cbtn:hover {
  color: #fff;
}
.search__form button.cbtn:after {
  background: #82B440;
}
.search__form input {
  margin-bottom: 10px;
  border: 1px solid #e6dfe1;
}
.search__form input::placeholder {
  color: #000;
}

.search__form input::placeholder {
  color: #fff;
}

.search__close {
  position: absolute;
  right: 5%;
  top: 8%;
  color: #fff;
  font-size: 30px;
  border: 1px solid #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.search__close:hover {
  background: #E22454;
  transition: all 0.3s;
  border-color: #E22454;
}

.sidebar__area {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: -100%;
  transition: all 0.6s;
  color: #fff;
}

.sidebar__area.active {
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.sidebar__area.active .footer__social {
  padding: 0;
  margin: 0;
}
.sidebar__area.active .footer__social li a {
  line-height: 54px;
}
.sidebar__area.active .footer__social li a:hover {
  color: #fff;
}

.sidebar__close {
  position: absolute;
  top: 1%;
  right: 5%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
}

.sidebar__area:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #233645;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

.sidebar {
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
  height: 100%;
  background: #233645;
  padding: 100px 40px;
  z-index: 999;
}

.sidebar__menu {
  margin-right: 20px;
  cursor: pointer;
}

#header__area {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.header__area2 {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}

.header__top__contacts > div {
  display: inline-block;
  margin-right: 40px;
}

.header__top__contacts > div:last-child {
  margin-right: 0;
}

.single__top2__contact {
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

.single__top2__contact__icon {
  position: absolute;
  left: 0;
  top: 0;
}

.language {
  position: relative;
  z-index: 5;
  width: 120px;
  float: right;
}

.language__logo {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
}

.language__list li {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.language__list li ul {
  position: absolute;
  left: 0;
  top: auto;
  text-align: left;
  visibility: hidden;
  opacity: 0;
}

.language__list li li a {
  background: #fff;
  width: 140px;
  padding: 7px 10px;
}

.language__list li:hover ul {
  opacity: 1;
  visibility: visible;
}

.single__top2__contact p {
  font-size: 14px;
}

.single__top2__contact h6 {
  font-size: 20px;
  color: #223645;
}

.menu__area2 {
  width: 80%;
  margin: 0 auto;
}

/*=========================
WELCOME AREA CSS
*/
.welcome__area {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

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

.welcome__bg1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome__bg2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome__bg3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.doctor {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 90%;
}

.welcome__text h1 {
  color: #233645;
  font-weight: 200;
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 40px;
}

.welcome__text h1 span {
  display: block;
  font-weight: 700;
}

.doctor2 {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 81%;
  z-index: -1;
}

.welcome__text3 {
  background: #fff;
  padding: 50px;
  border-bottom: 20px solid #82b440;
}

/*=========================
CONTACT AREA CSS
*/
.contacts__wrap .single__contact {
  padding: 40px;
  position: relative;
  z-index: 2;
}
.contacts__wrap .single__contact.contact__time:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #82B543;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.92;
}
.contacts__wrap .single__contact.contact__time:before {
  position: absolute;
  content: "";
  z-index: -2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.contacts__wrap .contact__contact {
  background: #233645;
}
.contacts__wrap .contact__news {
  background: #E22454;
}
.contacts__wrap .contact__title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.contacts__wrap .contact__head {
  position: relative;
  z-index: 2;
  padding-left: 70px;
  margin-bottom: 60px;
}
.contacts__wrap .contact__icon {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 50px;
  height: 60px;
  width: 60px;
  margin-top: -30px;
}

.contact__area {
  position: relative;
  margin-top: -180px;
  z-index: 3;
}

.contact__single__details {
  position: relative;
  z-index: 2;
}

.contact__single__details > div {
  display: inline-block;
}

.contact__single__details__content h5 {
  color: #aebecb;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.contact__single__details__content ul {
  margin: 0;
  padding: 0;
}
.contact__single__details__content li {
  display: inline-block;
  margin-right: 5px;
}
.contact__single__details__content li a {
  color: #fff;
}
.contact__single__details__content li a:hover {
  color: #82b440;
}
.contact__single__details__content li:last-child {
  margin-right: 0;
}

.contact__content h6 {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.contact__content h6:last-child {
  margin-bottom: 0;
}

.contact__content h6 span {
  font-weight: 400;
  float: right;
}

.contact__single__details__title h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  width: 100px;
}

.subcribe__form input,
.subscribe__btrn {
  width: 100%;
  background: #fff;
  border: none;
  padding: 15px;
  text-align: center;
}

.subcribe__form input::placeholder {
  color: #223645;
}

.subcribe__form {
  text-align: center;
}

.contact__news:after {
  position: absolute;
  content: "";
  height: 215px;
  width: 350px;
  background: url(../img/icon/contact__email__bg.png);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}

.contact__news:before {
  position: absolute;
  content: "";
  height: 215px;
  width: 200px;
  background: url(../img/icon/contact__map__bg.png);
  background-repeat: no-repeat;
  top: 5%;
  right: 0;
  z-index: -1;
}

.contact3__area .single__contact3 {
  padding: 30px 30px 30px 55px;
  border: 1px solid #ededed;
  margin-right: -1px;
  position: relative;
  z-index: 2;
}
.contact3__area .row:last-child > div {
  margin: 0;
  padding: 0;
}
.contact3__area .contact3__icon {
  position: absolute;
  left: 30px;
  top: 30px;
}

.contact3__single__video {
  position: relative;
  z-index: 2;
}

.contact__btn {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

/*=========================
ABOUT AREA CSS
*/
.about__left {
  position: relative;
  z-index: 2;
  text-align: right;
}

.about__right img:first-child {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20%;
}

img.about2 {
  position: absolute;
  right: 20%;
  top: 50%;
}

.about__author {
  position: relative;
  z-index: 2;
}

.about__icon {
  position: absolute;
  top: 30%;
  right: 50%;
}
.about__icon.style3 {
  position: static;
}
.about__icon.style3 img {
  transform: scale(1.1);
}

.about__icon.fadeInLeft.videpop__up {
  position: static;
  top: 0;
  right: 0;
  display: none;
}

.about__author__wrap > div {
  display: inline-block;
}

.about__author {
  width: 60%;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.author__img {
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  border-radius: 50%;
  overflow: hidden;
}

.author__text h4 {
  color: #000;
}

.author__text {
  text-align: right;
}

.author__text h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.about__border {
  height: 2px;
  position: relative;
  z-index: 2;
  margin: 20px 0px;
}

.about__border:after {
  position: absolute;
  content: "";
  left: 0px;
  height: 100%;
  width: 100%;
  background: radial-gradient(#E22454, transparent);
}

.about__border.v2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: radial-gradient(#B9DFFC, transparent);
}

.author__signature img {
  width: 120px;
  margin-left: 23px;
}

.about2__form .nav-tabs .nav-link,
.about2__form .nav-tabs {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.about2__form__wrap {
  border: 2px solid #c6dff2;
  background: #fff;
}

.about2__form li {
  width: 50%;
  text-align: center;
}

.about2__form li a {
  color: #223645;
  font-size: 18px;
  display: block;
  font-size: 18px;
  font-family: "Exo";
  padding: 14px;
}

.about2__form a.nav-link.active {
  color: #fff;
}

.appoinment__form {
  padding: 45px 45px 0px 45px;
  text-align: center;
}

.about2__form .nav.nav-tabs {
  border-bottom: 2px solid #c6dff2;
}

.appoinment__form input,
.appoinment__form textarea,
.appoinment__form select,
.appoinment__form option {
  padding: 14px;
  width: 100%;
  border: 2px solid #C6DFF2;
}

.appoinment__form input::placeholder,
.appoinment__form textarea::placeholder,
.appoinment__form select::placeholder,
.appoinment__form option::placeholder {
  color: #223645;
  font-weight: 500;
}

.appoinment__form p {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

a.gradient2__btn {
  background: linear-gradient(90deg, #1b57d5 0%, #4f87fb 100%);
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
}

.gradient3__btn {
  background: linear-gradient(90deg, #E22454 0%, #f02922 100%);
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
}

a.gradient3__btn:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(to top right, #E22454, rgba(196, 27, 69, 0.795));
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}

a.gradient2__btn:hover:before {
  width: 100%;
  transition: all 0.4s;
}

.appoinment__form p:after,
.appoinment__select__option:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  height: 30px;
  width: 45px;
  top: 50%;
  right: 2px;
  margin-top: -15px;
  font-size: 16px;
  color: #4f87fb;
  background: #fff;
}

p.appoinment__number:after {
  content: "";
}

p.appoinment__email:after {
  content: "";
}

.appoinment__select__option {
  position: relative;
  z-index: 2;
}

.appoinment__select__option:after {
  content: "";
  top: 30px;
}

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

.appoinment__select__option .nice-select {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #C6DFF2;
}

.appoinment__select__option .nice-select .option {
  width: 100%;
}

h5.v2 {
  border-color: #1C58D5;
}

h4.about__phone2 {
  font-size: 60px;
  font-weight: 300;
  margin-top: 30px;
}

.v2gradient__text {
  background: linear-gradient(90deg, #1b57d5 0%, #4f87fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=========================
SERVICE AREA CSS
*/
.single__service__wrap > div {
  position: relative;
  z-index: 2;
}
.single__service__wrap .single__service__counter {
  float: right;
  transition: all 0.3s;
  padding: -46px 11px;
  margin: -21px 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: -30px;
  background: #EBF5F5;
  border-radius: 50%;
}
.single__service__wrap .single__service__counter:hover {
  background: #E02454;
  color: #fff;
}
.single__service__wrap .single__service {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 30px;
  padding: 21px 20px 20px 60px;
}
.single__service__wrap .single__service__icon {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
}
.single__service__wrap .single__service__text h5 {
  display: block;
  font-size: 20px;
}
.single__service__wrap .single__service__text h5 span {
  float: right;
  background: #ddd;
  padding: 0 5px;
  border-radius: 50px;
}

.emergency__btn__group {
  background: #E02454;
}
.emergency__btn__group a {
  width: 49.3%;
  padding: 20px;
  background: #E02454;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.emergency__btn__group a:last-child {
  background: #82B440;
  float: right;
}

.service__details__box {
  margin-bottom: 50px;
  border: 1px solid #ddd;
}

.emergency__list {
  margin-top: 25px;
}
.emergency__list ul {
  margin: 0;
  padding: 0;
}
.emergency__list li {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  list-style: none;
}
.emergency__list li a {
  font-size: 16px;
  line-height: 26px;
  color: #223645;
  font-family: "Roboto";
  font-weight: 700;
  text-transform: capitalize;
}
.emergency__list li:last-child {
  margin-bottom: 0;
}
.emergency__list li:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  margin-top: -7.5px;
  opacity: 0.7;
}

.wpcf7-form-control-wrap:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 10px;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.wpcf7-form-control-wrap.your-email:after {
  content: "";
}
.wpcf7-form-control-wrap.your-message:after {
  content: "";
}

.single__service2__img {
  margin-bottom: -60px;
}

.single__service2__content {
  background: #fff;
  position: relative;
  padding: 20px;
  width: 85%;
  margin: 0 auto;
  transition: all 0.3s;
  z-index: 2;
}

img.service__bg__icon {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: -1;
}

.single__service2__title h3,
.single__service h3 a {
  font-size: 26px;
  letter-spacing: -1px;
  margin: 20px 0;
}

.single__service2__title {
  position: relative;
  z-index: 2;
  padding-left: 72px;
}

.single__service2__icon {
  position: absolute;
  left: 10px;
  height: 45px;
  max-width: 45px;
  margin-top: -22.5px;
  top: 50%;
}
.single__service2__icon i {
  font-size: 42px;
  color: #E02454;
}

.single__service2 {
  transition: all 0.3s;
  margin-bottom: 30px;
}

.single__service2.active .single__service2__content,
.single__service2:hover .single__service2__content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.single__service3__bg1 {
  background: url(../img/service/service3bg1.jpg);
}

.single__service3 {
  text-align: center;
  padding: 30px;
  border: 2px solid #C6DFF2;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  overflow: hidden;
  margin-bottom: 20px;
}

.service3__border {
  height: 2px;
  background: #82B440;
  width: 40px;
  margin: 0 auto;
  margin-top: 20px;
}

.single__service3__content h4 {
  font-size: 24px;
  margin: 20px 0;
}

.single__service3__hover {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.single__service3__hover:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
}

.single__service3:hover .single__service3__hover,
.single__service3.active .single__service3__hover {
  left: 0;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}

.single__service3:hover,
.single__service3.active {
  border-color: transparent;
}

.single__service3__hover__content h5,
.single__service3__hover__content h5 a {
  font-size: 20px;
  margin-bottom: 15px;
}

.single__service3__hover__content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single__service3__icon {
  height: 50px;
}
.single__service3__icon i {
  font-size: 42px;
  color: #E02454;
}

.service__input__group {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.service__input__group input,
.service__input__group textarea {
  padding: 15px 15px 15px 20px;
  border: none;
  font-size: 14px;
}

.widget .service__input__group input,
.widget .service__input__group textarea {
  border: 1px solid #ddd;
}

.service__input__group input::placeholder {
  color: #223645;
}

.service__input__group:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}

.service__input__group.siemail:after {
  content: "";
}

/*=========================
Doctor Gallery
*/
.gallery__area {
  background: #f3fbff;
}

.owl-item.active.center .single__doctor {
  transform: scale(1);
  transition: all 0.3s;
}

.owl-item.active .single__doctor {
  transform: scale(0.8);
  transition: all 0.3s;
}

.service__select__box .nice-select {
  margin-bottom: 15px;
}

/*=========================
TEAM AREA CSS
*/
.single__team {
  text-align: center;
  background: #223645;
  padding: 60px 30px;
}

.single__team__img img {
  width: 80px;
  margin-bottom: 30px;
  border-radius: 50%;
}

.single__team__text h4 {
  font-size: 24px;
  color: #fff;
}

.single__team__text h4 span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  color: #82b440;
  margin-top: 5px;
}

.teams > div {
  margin: 0;
  padding: 0;
}

.team__title__area {
  text-align: center;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.single__team__title__img {
  width: 80px;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  background: #E02454;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.team__title__area:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #223645;
  opacity: 0.6;
  z-index: -1;
  left: 0;
  top: 0;
}

.single__team__title__text h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
}

.team__title__area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}

.single__team {
  position: relative;
  z-index: 2;
}

a.team_link {
  position: absolute;
  content: "+";
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #E02454;
  border-radius: 50%;
  left: 50%;
  margin-left: -20px;
  bottom: -30px;
  transition: all 0.3s;
  transform: scale(0);
  cursor: pointer;
  filter: drop-shadow(0px 8px 8px rgba(225, 36, 84, 0.3));
}

.single__team:hover a.team_link {
  transition: all 0.3s;
  transform: scale(1);
}

.single__team2 {
  text-align: center;
  margin-bottom: 30px;
  transform: translateY(0);
  transition: all 0.3s;
}
.single__team2:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}

.single__team2__img img {
  border-radius: 50%;
}

.single__team2__img {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.team2__icon {
  position: absolute;
  top: 2%;
  left: 5%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
}

.single__team2__author h2,
.single__team2__author h2 a {
  font-size: 30px;
  line-height: 40px;
}

.single__team2__author p {
  font-size: 14px;
  color: #E02454;
}

.single__team2__author {
  margin-top: 25px;
}

.single__team2__img:after,
.single__team2__img:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: #f2faff;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}

.single__team2__img:before {
  left: auto;
  right: 0;
  top: 0;
  background: #fff2f2;
  transition: all 0.3s;
}

/*=========================
FEATURE AREA CSS
*/
.single__feature {
  margin-bottom: 30px;
  transition: all 0.3s;
}
.single__feature .single__feature__img {
  height: 240px;
}

.single__feature__text h4 {
  font-size: 22px;
  letter-spacing: -1px;
  color: #223645;
  font-weight: 700;
  margin: 40px 0 20px 0;
  transition: all 0.3s;
}

.single__feature:hover .single__feature__text h4 {
  color: #E22454;
  transition: all 0.3s;
}

.single__feature {
  text-align: center;
}

.feature2__email {
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 400;
  border-left: 3px solid #1b57d5;
  padding-left: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E22454;
  position: relative;
  z-index: 2;
}
.feature2__email.v1 {
  border-left: 3px solid #E22454;
}
.feature2__email:after {
  position: absolute;
  content: "";
  left: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.feature__area2 {
  position: relative;
  z-index: 2;
}

.feature__area2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #4f87fb;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s;
}

img.feature2__img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
}

/*=========================
ABOUT2 AREA CSS
*/
img.about22 {
  position: absolute;
  top: 0;
  height: 100%;
  left: -4%;
}

.single__about2__list__text h4,
.single__about2__list__text h4 a {
  font-size: 24px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s;
}

.single__about2__list__text h4:hover,
.single__about2__list__text h4 a:hover,
.single__service__text h5:hover,
.single__service__text h5 a:hover,
.emergency__list li a:hover {
  color: #E02454;
  transition: all 0.3s;
}

.about__our__sevices .single__about2__list__text h4,
.about__our__sevices .single__about2__list__text h4 a {
  color: #223645;
}

.about__our__sevices .single__about2__list__img {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  position: relative;
  left: 0;
  top: auto;
  margin-top: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #EFF8FF;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about__our__sevices > div {
  display: inline-block;
  width: 49%;
  text-align: center;
  padding-left: 0;
}

.about__our__sevices > div:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}

.about__our__sevices .single__about2__list__img img {
  width: 35px;
}

.about__our__sevices {
  position: relative;
  z-index: 2;
}

.about__our__sevices:after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: #E5F3FF;
  left: 50%;
  top: 10%;
}

.about__our__sevices:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  background: #E5F3FF;
  top: 45%;
  left: 10%;
}

.single__about2__list {
  position: relative;
  z-index: 2;
  padding-left: 70px;
  margin-bottom: 60px;
}

.single__about2__list__img {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  background: #fff;
  border-radius: 50%;
}

.single__about2__list:last-child {
  margin-bottom: 0;
}

.single__about2__list__img img {
  width: 30px;
}

.about2__area2 {
  position: relative;
  z-index: 2;
  background: #fff;
}

.about2__area2 .single__about2__list__text h4,
.about2__area2 .single__about2__list__text h4 a {
  font-size: 24px;
  letter-spacing: -1px;
  color: #223645;
  font-weight: 600;
  transition: all 0.3s;
}

.about2__area2 .single__about2__list__img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/*=========================
ADD AREA CSS
*/
.add {
  background: #E02454;
  text-align: center;
  padding: 50px 0;
}

.add2 {
  background: #4079F0;
}

.add h5 {
  font-weight: 300;
  color: #fff;
}

.add h5 span {
  font-weight: 700;
  text-decoration: underline;
}

/*=========================
BLOG AREA CSS
*/
.single__blog {
  border: 2px solid #D6E8F5;
  padding: 35px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.single__blog:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #E02454;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.single__blog:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/about1.jpg);
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.single__blog:hover,
.single__blog:hover h3,
.single__blog:hover a,
.single__blog:hover a i {
  color: #fff;
  transition: all 0.3s;
}

.single__blog:hover:after {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.3s;
}

.single__blog:hover:before {
  opacity: 0.3;
  visibility: visible;
  transition: all 0.3s;
}

.blog__area {
  position: relative;
  z-index: 2;
}

.blog__area:after {
  position: absolute;
  content: "";
  height: 60%;
  background: url(../images/bg/map.png);
  bottom: 0;
  background-repeat: no-repeat;
  width: 70%;
  z-index: -1;
  left: 15%;
}

.blog__area2:after {
  background: url(../images/bg/map2.png);
}

.blog__details a, .blog__details .date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details a i, .blog__details .date i {
  padding-right: 10px;
  color: #e02454;
}

.blog__content h3 {
  font-size: 24px;
  line-height: 34px;
}

.blog__border {
  border-top: 2px solid #d6e8f5;
  margin-bottom: 20px;
}

.blog__tags {
  position: absolute;
  top: -20px;
  height: 40px;
}

.blog__tags a {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 50px;
  background: #82B440;
  color: #fff;
  font-size: 14px;
}

.blog__content p {
  margin: 20px 0;
}

.blog__details > div {
  display: inline-block;
}

.blog__details > div:last-child {
  margin-left: 16px;
}

/*=========================
FAQ AREA CSS
*/
.faq__area3 button.btn.btn-link {
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.faq__area3 .card {
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
}
.faq__area3 .card:last-child {
  margin-bottom: 0;
}
.faq__area3 .card-header {
  margin: 0;
  padding: 0;
  border: none;
}
.faq__area3 .card-header h2 {
  background: #2d4353;
  padding: 4px 20px;
  margin: 0;
  display: block;
  border: none;
  color: #ffffff;
}
.faq__area3 .card-header h2 button[aria-expanded=true]:after {
  content: "";
}
.faq__area3 .card-header h2 button {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
}
.faq__area3 .card-header h2 button:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  font-size: 9px;
  top: 50%;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
}
.faq__area3 .card-header h2 button:hover, .faq__area3 .card-header h2 button:focus {
  text-decoration: none;
  color: #fff;
}

/*=========================
CAMPAGIN AREA CSS
*/
.campaign__area .row:last-child > div {
  margin: 0;
  padding: 0;
}

/*=========================
CTA AREA CSS
*/
.cta__area {
  background: #fff;
  position: relative;
  bottom: 84px;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.single__cta {
  position: relative;
  z-index: 2;
  padding: 20px 0 0 120px;
}

.single__cta__icon {
  width: 80px;
  position: absolute;
  left: 32px;
  text-align: center;
  height: 80px;
  top: 50%;
  margin-top: -20px;
}

.single__cata__text h5 {
  font-size: 14px;
  font-weight: 600;
}

.single__cata__text h5 span {
  float: right;
}

.single__cata__text h3 {
  font-size: 26px;
}

select#cta__select {
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

/*=========================
FOOTER AREA CSS
*/
.footer__area {
  position: relative;
  z-index: 2;
}
.footer__area .instagran__area {
  padding-left: 13px;
}

.footer__copyright__area {
  background: #ff6600;
  padding: 15px 0;
}
.footer__copyright__area.no_widget_area {
  position: relative;
  bottom: -113px;
}
.footer__copyright__area p {
  color: #fff;
  font-weight: 400;
}

.single-footer h3 {
  font-size: 24px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 30px;
}

.single-footer li a,
.single-footer p {
  color: #c7c7c7;
  font-weight: 400;
}

.single-footer li a:hover {
  color: #82B440;
}

.single-footer li {
  margin-bottom: 5px;
}

.single-footer li:last-child {
  margin-bottom: 0;
}

.single-footer p {
  margin-bottom: 30px;
}

/*
  Social footer
*/
.footer__area ul.footer__social li {
  display: inline-block;
  margin-right: 5px;
}
.footer__area ul.footer__social li :last-child {
  margin-right: 0;
}
.footer__area ul.footer__social li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 43px;
  background: #2A3F4E;
  margin-bottom: 0;
  border-radius: 50%;
  color: #fff;
}
.footer__area ul.footer__social li a:hover {
  background: #E22454;
  color: #fff;
}

/*=========================
COMMON AREA CSS
*/
.heading__top1 {
  text-transform: uppercase;
  font-weight: 700;
  border-left: 2px solid #ff5621;
  padding-left: 10px;
  line-height: 20px;
  display: inline-block;
  color: #223645;
  margin-bottom: 10px;
}

.heading__top12 {
  border-left: 2px solid #fff;
}

.heading__top2 {
  text-transform: uppercase;
  font-weight: 700;
  border-left: 2px solid #ff5621;
  border-right: 2px solid #ff5621;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  color: #223645;
  margin-bottom: 10px;
}

.heading__top2.v2 {
  border-left: 2px solid #356fe8;
  border-right: 2px solid #356fe8;
}

.heading p {
  margin-top: 20px;
}

.heading2 h2 {
  font-size: 58px;
  letter-spacing: -2px;
  line-height: 70px;
}

.heading__top__white {
  color: #fff;
}

.heading {
  position: relative;
  z-index: 2;
}

h1.heading__shadow__text {
  position: absolute;
  z-index: -1;
  color: #EEF8FF;
  display: block;
  width: 100%;
  top: -50%;
  font-size: 160px;
}

.upbtn__area {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}

.header__area.sticky .upbtn__area {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.up__btn__wrap {
  background-color: #f44336;
  width: 50px;
  height: 50px;
  position: relative;
  -webkite-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: pulsate 1s infinite;
  z-index: 9999;
}

.up__btn__wrap:after,
.up__btn__wrap:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f44336;
  position: absolute;
  border-radius: 50%;
  z-index: 99;
}

.up__btn__wrap:after {
  top: -25px;
  left: 0px;
}

.up__btn__wrap:before {
  top: 0px;
  left: -25px;
}

a.upbtn {
  display: block;
  height: 45px;
}

a.upbtn {
  opacity: 0;
}

.black,
.black a,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black small,
.red,
.red a,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6,
.red small,
.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white small {
  color: #ffffff;
}

h5.v2 {
  border-color: #1C58D5;
}

.blog__area2 .blog__tags a,
.blog__area2 .single__blog:after,
a.cta__btn2,
ul.footer__social2 li a:hover,
.about2__form a.nav-link.active,
.team2__icon, button.cta__btn {
  background: linear-gradient(90deg, #1b57d5 0%, #4f87fb 100%);
}

.blog__area3 .blog__tags a,
.blog__area3 .single__blog:after,
a.cta__btn3,
ul.footer__social3 li a:hover,
.about3__form a.nav-link.active,
.team3__icon,
.team2__icon.v1 {
  background: #E02454;
}

/*=========================
PRELOADER CSS
*/
.prelaoder__wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #233645;
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-loader {
  background-color: #f44336;
  width: 50px;
  height: 50px;
  position: relative;
  -webkite-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: pulsate 1s infinite;
}

.heart-loader::before,
.heart-loader::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f44336;
  position: absolute;
  border-radius: 50%;
}

.heart-loader::before {
  top: 0px;
  left: -25px;
}

.heart-loader::after {
  top: -25px;
  left: 0px;
}

/* PACMAN */
@keyframes pulsate {
  0% {
    transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
  5% {
    transform: rotate(45deg) scale(0.9);
  }
  10% {
    transform: rotate(45deg) scale(0.8);
  }
  15% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(0.8);
  }
  100% {
    transform: rotate(45deg) scale(0.8);
  }
}
p:after {
  display: none;
}

.wpcf7-form-control-wrap.your-contact::after {
  content: "";
}

.wpcf7-form-control-wrap.menu-414::after {
  content: "";
}

.ultimate__form__wrapper select, .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.elementor-249 .elementor-element.elementor-element-5fd03ac .contacts__wrap .single__contact {
  height: 335px;
}

.contact__single__details__content h5 {
  margin: 0;
}

.contact__single__details__title h4 {
  margin-bottom: 0;
}

/*service link fix*/
.single__service__wrap .single__service__counter {
  float: right;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #EBF5F5;
  border-radius: 50%;
  margin-top: -20px;
  top: 50%;
  position: absolute;
  right: 20px;
}

.elementor-145 .elementor-element.elementor-element-98fba72 .contact3__single__video img {
  transform: scale(1.1);
  z-index: 99;
  position: relative;
}

/* customize header style1 */
.menu__area3 .stellarnav li a {
  padding: 40px 20px !important;
}

.menu__area3 .stellarnav li li a {
  padding: 14px 25px !important;
}

.menu__area3 .stellarnav.mobile li a {
  padding: 20px 20px !important;
}

.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #223645;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #223645;
}

.stellarnav a.dd-toggle .icon-plus:before {
  border-bottom: solid 2px #223645;
}

.stellarnav a.dd-toggle .icon-plus:after {
  border-bottom: solid 2px #223645;
}

.admin-bar .header__area2.style2 {
  padding-top: 0px;
  padding-bottom: 21px;
}

.header__area2 {
  width: 85%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 21px;
}

.header__area2.style3.qomodo__header {
  padding: 0 !important;
}

.default .menu__area3 .stellarnav li a {
  padding-right: 5px !important;
}

/*
Theme Name:  
Theme url:
Author:
Author url:
Version:1.0.0
Tag:
Description:

================+/+/+/+/+/+/+/+/+/=================
                    heigh
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (min-width: 1401px) {
  .header__area2 {
    width: 80%;
    padding-top: 21px;
  }
}
/*
================+/+/+/+/+/+/+/+/+/=================
                    heigh
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (max-width: 1400px) {
  .header__area2 {
    width: 89% !important;
    padding-top: 21px;
  }

  .single__top2__contact {
    position: relative;
    z-index: 2;
    padding-left: 25px;
    margin-right: 15px !important;
  }

  .header1 {
    padding: 0;
  }

  .top__contact {
    text-align: center;
    margin-left: 0px;
  }

  .col-lg-3 .top__contact ul {
    padding-left: 0px;
    margin-left: -21px;
  }

  img.about22 {
    left: -25%;
  }

  .header__total__area:before {
    width: 30%;
  }

  .welcome__area {
    align-items: center;
    height: 850px;
    /* padding-top: 100px; */
  }

  .header__area2 {
    width: 100%;
  }

  .menu__area2 {
    width: 90%;
    margin: 0 auto;
  }

  img.feature2__img {
    left: -22%;
  }

  .doctor2 {
    right: 0%;
  }
}
/*
================+/+/+/+/+/+/+/+/+/=================
                    medium
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .style3 #main-menu > ul.has-sub {
    margin-top: 20px;
  }
}
/*
================+/+/+/+/+/+/+/+/+/=================
                     tab
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (max-width: 991px) {
  img.about22 {
    display: none;
  }

  .header__total__area:before,
.header__total__area:after,
.about2__area:after {
    display: none;
  }
}
/*tablet layout:768px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style1 .stellarnav.light .menu-toggle span.bars span {
    background: #fff;
    width: 22px;
    height: 4px;
  }

  .menu__area2 {
    width: 100%;
    padding: 6px 0px;
  }

  .header__area2.style3.qomodo__header {
    padding: 6px !important;
    width: 100% !important;
  }

  .header__area2.style3.qomodo__header .stellarnav .menu-toggle span.bars {
    margin-right: 1px;
  }

  .header1 {
    background: #82B53F;
    padding: 10px;
  }

  .single__cta {
    padding-right: 60px;
  }

  .footer__copyright__area p {
    margin-top: -40px;
  }

  .stellarnav.mobile.light li a {
    color: #3e425c;
  }
}
/*
================+/+/+/+/+/+/+/+/+/=================
                    Mobile
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (max-width: 767px) {
  .menu__area2 {
    width: 100%;
    padding: 6px 0px;
  }

  .header__area2.style3.qomodo__header {
    padding: 6px !important;
    width: 100% !important;
  }

  .header__area2.style3.qomodo__header .stellarnav .menu-toggle span.bars {
    margin-right: 1px;
  }

  .footer__area .single-blog-post img {
    height: 47px;
    width: 47px;
  }

  .footer__area .single-blog-post a {
    margin-left: -10px;
  }

  .welcome__area {
    overflow: hidden;
    height: 500px;
    align-items: center;
  }

  .welcome__text h5 {
    font-size: 16px;
  }

  .welcome__text h1 {
    font-size: 38px;
    line-height: 49px;
  }

  .contact__area {
    margin-top: 50px;
  }

  .button__group a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  img.about2 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .header1 {
    background: #82B53F;
    padding: 10px 0;
  }

  .header1 .stellarnav.light .menu-toggle span.bars span {
    background: #fff;
    margin: 4px;
  }

  .header1 .mobile.active ul.navbarmneuclass {
    z-index: 99;
  }

  .header1 .stellarnav.mobile.light li a {
    color: #000;
  }

  .header1 .stellarnav.mobile.light li a:hover {
    color: #fff;
  }

  .header1 .mobile.active span.icon-close,
.doctor2,
img.feature2__img {
    display: none !important;
  }

  .about__icon {
    position: relative;
    left: 0;
    top: 0;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .service__area2,
.feature__area2 {
    overflow: hidden;
  }

  .heading2 h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 36px;
  }

  .space-100 {
    height: 0;
  }

  .about__author {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
    padding-left: 60px;
    margin-bottom: 30px;
  }

  .author__text {
    text-align: left;
  }

  .author__img {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
  }

  .single__team {
    margin-bottom: 30px;
  }

  .about2__area__list .row > div:first-child {
    margin-bottom: 60px;
  }

  .single__cta__icon {
    width: 40px;
    position: absolute;
    left: 32px;
    text-align: center;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  }

  .single__cta {
    padding: 30px 60px 0px 85px;
  }

  .single__cata__text h3 {
    font-size: 20px;
  }

  a.cta__btn,
.single-footer h3 {
    margin-top: 30px;
  }

  .appoinment__form {
    padding: 20px;
    text-align: center;
  }

  .about2__form__wrap {
    margin-bottom: 50px;
  }

  .welcome__inner__area .welcome__text h1 {
    font-size: 36px;
  }

  .welcome__inner__area {
    height: 400px;
  }

  .about__page__author__content h5,
h1.feature2__email {
    font-size: 24px;
  }

  .about__page__author__content {
    margin-bottom: 50px;
  }

  .welcome__text3 {
    padding: 20px;
  }

  .faq__area3 .card-header h2 button:after {
    right: -10px;
  }

  h1.heading__shadow__text {
    font-size: 50px;
  }

  .nice-select {
    margin-bottom: 20px;
  }

  .single-blog-section-description h2,
.single-blog-section-description h2 a {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .single-quote h2,
.single-quote h2 a {
    font-size: 20px;
    line-height: 30px;
  }

  .single-blog-section-author li {
    padding: 10px;
  }

  .cpagination {
    margin-bottom: 50px;
  }

  .blog-page-social,
.next_text,
.pre_next_grid {
    float: left;
    text-align: left;
  }

  .pre_next_grid {
    margin: 10px 0;
  }

  .comment_img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .single_comment {
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-bottom: 40px;
  }

  .comment_form {
    margin-bottom: 40px;
  }

  .service__details__box {
    margin-top: 30px;
  }

  .emergency__list__wrap {
    padding: 30px;
  }

  .footer__area .single-blog-post {
    padding-left: 10px;
  }
}
/*
================+/+/+/+/+/+/+/+/+/=================
                    wid device
================+/+/+/+/+/+/+/+/+/=================
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 480px;
  }
}
/*=========================================================================
                                The end
==========================================================================*/
/*  Add Woocommerce
================================================== */
.woocommerce ul.products li.product .added_to_cart {
  right: 0;
  left: auto;
}

.woo-quomodo-content {
  padding: 60px 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  flex: 48%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  flex: 48%;
  max-width: 100%;
}

.woocommerce form .form-row label {
  width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text {
  height: 45px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 20px 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin-bottom: 0;
}

.woocommerce-customer-details address {
  line-height: 35px;
}

.woocommerce-billing-fields__field-wrapper, p#order_comments_field {
  padding: 0px 5px;
}

.woocommerce-billing-fields__field-wrapper p {
  display: block;
}

#customer_details input, #customer_details textarea, #customer_details select.select2-hidden-accessible {
  padding: 10px;
  border: 1px solid #e1e1e1 !important;
}

.woo-quomodo-content .woocommerce {
  padding: 60px;
}

.wc-proceed-to-checkout {
  margin-bottom: 20px;
}

.woocommerce-form-track-order .input-text {
  border: 1px solid #e1e1e1;
  padding-left: 10px;
}
.woocommerce-form-track-order .form-row.form-row-last {
  margin-top: 10px;
}
.woocommerce-form-track-order .form-row {
  padding-left: 5px;
}
.woocommerce-form-track-order .form-row .button {
  margin-top: 15px;
  background: #E22454;
  padding: 5px 12px;
  border: none;
  color: #fff;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: #E22454;
}

.cart-contents span.fa-cart-plus {
  color: #E22454;
  font-size: 15px;
}
.cart-contents sup {
  color: #E22454;
  font-size: 13px;
}

.woocommerce-error {
  background-color: #E22454;
}

.return-to-shop a.button.wc-backward {
  padding: 8px 12px;
  background: #E02454;
  color: #fff;
  margin-top: 20px;
  margin: 20;
}

/*Woocommerce end*/