@charset "UTF-8";

/*================================

	CSS LISTING:>



	==============================

	1.BASE CSS

	==============================



	2.HEDAER AREA CSS

	==============================



	3.FOOTER AREA CSS

	==============================



	4.HEDAER AREA CSS

	==============================



	5.COMMON CSS

	==============================



	5.RESPONSIVE CSS

	==============================



*/

/*================================

	BASE CSS



*/

/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;700;800;900&display=swap");

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form textarea, .comment_form input {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



/*Define main font on google font*/

.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;

}



a:hover {

  color: #2095f3;

}



a:focus,

a:hover {

  text-decoration: none;

  outline: 0;

}



img {

  max-width: 100%;

  max-height: 100%;

}



body,

html {

  height: 100%;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Poppins", sans-serif;

  font-weight: 700;

  margin: 0;

}



p {

  margin: 0;

}



.tuc {

  text-transform: uppercase;

}



.tct {

  text-transform: capitalize;

}



a, a:hover {

  text-decoration: none;

}



.font_light {

  font-weight: 300;

}



.font_bold {

  font-weight: 700;

}



.font_regular {

  font-weight: 400;

}



.font_thin {

  font-weight: 100;

}



.b {

  font-weight: 700;

}



/*

ul{

    margin: 0;

    padding:0;

}

*

li{

    list-style: none;

}



body {

    font-size: 16px;

    line-height: 27px;

    color: #111111;

    font-family: 'Karla', sans-serif;

    font-weight: 500;

    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;

}



.dinline li,

.dinline,

.dinline a,

.dinline > div {

  display: inline-block;

}



/*-----------------------

    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;

}



.mb15 {

  margin-bottom: 15px;

}



.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-mb90 {

    margin-bottom: 90px;

  }



  .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: 100px 0 70px 0;

}



.section-padding2 {

  padding: 100px 0;

}



.padding-top {

  padding-top: 100px;

}



.padding-bottom {

  padding-bottom: 100px;

}



.padding5050 {

  padding: 50px 0;

}



.padding2020 {

  padding: 20px 0;

}



.padding6030 {

  padding: 60px 0 30px;

}



.padding15 {

  padding: 15px;

}



/*-----------------*/

.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 !important;

}



.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

------------------------------- */

.theme__bg1 {

  position: relative;

  z-index: 2;

}



.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: 2;

}



.theme__bg2:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background: #EBF5F6;

  z-index: -1;

}



.white__bg {

  background: #fff;

}



.bgf {

  background-attachment: fixed;

}



/* ----------------------------

    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-radious3 {

  border-radius: 3px;

  overflow: hidden;

}



.border-radious4 {

  border-radius: 4px;

  overflow: hidden;

}



.border-radious5 {

  border-radius: 5px;

  overflow: hidden;

}



.border-radious55 {

  border-radius: 5px 5px 0 0;

  overflow: hidden;

}



.border-radious7 {

  border-radius: 7px;

  overflow: hidden;

}



.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-15 {

  height: 15px;

}



.space-10 {

  height: 10px;

}



.space-5 {

  height: 5px;

}



.theme-1 {

  /* Main navigation */

  /* Dropdown */

  /*-- Dark bg style --*/

  /* ===================

  // Hheader Search

  ======================= */

  /* magnific pop up modal */

  /* animation keyframes list */

  /* ===================

  // Menu tab

  ======================= */

  /* Header with Menu

  ================================================== */

  /* Responsive styles

  ================================================== */

  /* Large Devices, Wide Screens */

  /* Medium Devices, Desktops */

  /* Small Devices, Tablets */

  /* Small Devices Potrait */

  /*MENU RIGHT AREA CSS*/

  /*MENU RIGHT AREA CSS*/

}

.theme-1 .site-nav-inner {

  position: relative;

}

.theme-1 .main-nav {

  background: white;

  min-height: 70px;

  box-shadow: 0 72px 20px 0 #fbfbff;

}

.theme-1 .navbar {

  border-radius: 0;

  border: 0;

  margin-bottom: 0;

  padding-top: 0px;

  padding-bottom: 0px;

}

.theme-1 .navbar-toggler {

  color: #fff;

  padding: 8px 15px;

  background: #00adc6;

  position: absolute;

  top: -55px;

  z-index: 9;

}

.theme-1 .navbar-toggler-icon {

  width: 25px;

}

.theme-1 .navbar-toggle .i-bar {

  background: #fff;

}

.theme-1 .navbar-collapse {

  padding-left: 0;

}

.theme-1 ul.navbar-nav > li {

  float: left;

  padding: 0;

  position: relative;

}

.theme-1 ul.navbar-nav > li > a {

  padding: 0 15px;

  line-height: 50px;

  font-size: 16px;

  font-weight: 400;

  text-transform: capitalize;

  margin: 0;

  position: relative;

  transition: 350ms;

  padding: 10px 22px;

}

.theme-1 ul.navbar-nav > li > a i {

  font-weight: 500;

}

.theme-1 ul.navbar-nav > li > a:hover, .theme-1 ul.navbar-nav > li > a:focus {

  background: none;

}

.theme-1 ul.navbar-nav > li:hover a::before, .theme-1 ul.navbar-nav > li.active a::before {

  border-color: #00adc6;

  opacity: 1;

  transform: scale(1) translateZ(0);

}

.theme-1 .nav .open > a,

.theme-1 .nav .open > a:hover,

.theme-1 .nav .open > a:focus {

  background: transparent;

  border: 0;

}

.theme-1 ul.navbar-nav > li.mega-dropdown {

  position: static;

}

.theme-1 .dropdown-submenu {

  position: relative;

}

.theme-1 .dropdown-submenu > .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -2px;

  border-radius: 0;

}

.theme-1 .dropdown-submenu > a:after {

  display: block;

  content: "";

  font-family: "Font Awesome 5 pro";

  float: right;

  margin-top: 3px;

  margin-right: -5px;

}

.theme-1 .dropdown-submenu:hover > a:after {

  border-left-color: #fff;

}

.theme-1 .dropdown-submenu.pull-left {

  float: none;

}

.theme-1 .dropdown-submenu.pull-left > .dropdown-menu {

  left: -100%;

  margin-left: 10px;

  border-radius: 6px 0 6px 6px;

}

.theme-1 .dropdown-toggle::after {

  display: none;

}

.theme-1 .dropdown-menu {

  text-align: left;

  background: #fff;

  z-index: 100;

  min-width: 230px;

  border-radius: 0;

  border: 0;

  border: 0;

  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);

  margin-top: 0;

  padding: 0;

}

.theme-1 .navbar-nav > li > .dropdown-menu {

  border-top: 1px solid #dedede;

}

.theme-1 .navbar-nav > li > .dropdown-menu.mega-menu-content {

  border-top: 0;

}

.theme-1 .dropdown-menu-large {

  min-width: 400px;

}

.theme-1 .dropdown-menu-large > li > ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.theme-1 .dropdown-menu-large > li > ul > li > a {

  padding-left: 0;

}

.theme-1 .dropdown-menu-large > li > ul > li.active > a {

  color: #fc4a00;

}

.theme-1 .navbar-nav > li > .dropdown-menu > a {

  background: none;

}

.theme-1 .dropdown-menu li a {

  display: block;

  font-size: inherit;

  font-weight: 400;

  line-height: normal;

  text-decoration: none;

  padding: 15px 25px 15px 25px;

  border-bottom: 1px solid #e5e5e5;

  color: #333333;

  background: #f4f4f4;

  text-transform: capitalize;

}

.theme-1 .dropdown-menu li:last-child > a {

  border-bottom: 0;

}

.theme-1 .dropdown-menu > .active > a,

.theme-1 .dropdown-menu > .active > a:hover,

.theme-1 .dropdown-menu > .active > a:focus,

.theme-1 .dropdown-menu > .active > .dropdown-menu > .active > a {

  background: none;

  color: #00adc6;

}

.theme-1 .dropdown-menu > li > a:hover,

.theme-1 .dropdown-menu > li > a:focus {

  background: #00adc6;

  color: #fff;

}

@media (min-width: 767px) {

  .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 100%;

    top: 0;

    display: none;

  }

  .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {

    display: block;

  }

}

.theme-1 .mega-menu-content {

  width: 1110px;

  padding: 0;

}

.theme-1 .mega-menu-content-inner {

  padding: 20px 10px;

}

.theme-1 .mega-menu-content .row {

  margin: 0;

}

.theme-1 .main-nav.dark-bg > .container > .row {

  border: 0;

  background: #272727;

  margin-left: 0;

  margin-right: 0;

}

.theme-1 .dark-bg .navbar-toggler {

  margin-left: 6px;

}

.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a {

  color: #fff;

}

.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a:before {

  border: 0;

}

.theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {

  background: #00adc6;

}

.theme-1 .main-nav.dark-bg .nav-search i {

  color: #fff;

}

.theme-1 .main-nav {

  position: relative;

  padding: 0 15px;

}

.theme-1 .main-nav > .container,

.theme-1 .search-area {

  position: relative;

}

.theme-1 .search-area {

  min-height: 70px;

  padding-right: 0;

}

.theme-1 .nav-search {

  display: inline-block;

  position: relative;

  cursor: pointer;

  top: 0;

  right: 0;

}

.theme-1 .nav-search a {

  color: #fff;

  display: block;

}

.theme-1 .modal-searchPanel .ts-search-group {

  position: relative;

}

.theme-1 .modal-searchPanel .ts-search-group input:not([type=submit]) {

  height: 70px;

  background-color: transparent;

  border-radius: 50px;

  border: 2px solid #fff;

  color: #fff;

  padding: 0 30px;

}

.theme-1 .modal-searchPanel .ts-search-group .search-button {

  background-color: transparent;

  border: 0px;

  padding: 0;

  color: #fff;

  position: absolute;

  right: 0;

  cursor: pointer;

  top: 50%;

  transform: translateY(-50%);

  height: 100%;

  width: 70px;

  border-radius: 0 50px 50px 0;

}

.theme-1 .mfp-bg.xs-promo-popup {

  background-color: rgba(0, 0, 0, 0.87);

  padding-bottom: 100%;

  border-radius: 100%;

  overflow: hidden;

  animation: menu-animation 0.8s ease-out forwards;

}

@keyframes menu-animation {

  0% {

    opacity: 0;

    transform: scale(0.04) translateY(300%);

  }

  40% {

    transform: scale(0.04) translateY(0);

    transition: ease-out;

  }

  40% {

    transform: scale(0.04) translateY(0);

  }

  60% {

    opacity: 1;

    transform: scale(0.02) translateY(0px);

  }

  61% {

    opacity: 1;

    transform: scale(0.04) translateY(0px);

  }

  99.9% {

    opacity: 1;

    height: 0;

    padding-bottom: 100%;

    border-radius: 100%;

  }

  100% {

    opacity: 1;

    transform: scale(2) translateY(0px);

    height: 100%;

    padding-bottom: 0;

    border-radius: 0;

  }

}

.theme-1 .menu-tab .nav.nav-tabs {

  border-right: 1px solid #dedede;

  padding: 20px 0;

  padding-right: 0;

  min-height: 250px;

  margin-top: 0;

}

.theme-1 .menu-tab .nav.nav-tabs > li > a {

  border: 1px solid transparent;

  border-radius: 0;

  font-weight: 400;

  padding: 14px 16px 14px 30px;

  background: #fff;

  text-transform: initial;

  font-size: 14px;

}

.theme-1 .menu-tab .nav.nav-tabs > li > a.active {

  background: #dedede;

  margin-right: -1px;

  border: 1px solid #dedede;

  border-right: 0;

  color: #fc4a00;

  cursor: pointer;

}

.theme-1 .menu-tab .tab-content > .tab-pane {

  padding: 25px 0;

  min-height: 250px;

}

.theme-1 .menu-tab .tab-content > .tab-pane .col-md-3 {

  padding-right: 10px;

  padding-left: 10px;

}

.theme-1 .header.header-menu {

  padding: 0;

}

.theme-1 .header.header-menu .logo {

  padding: 12px 0;

}

.theme-1 .header.header-menu > .container > .row {

  border-bottom: 1px solid #dedede;

  margin-left: 0;

  margin-right: 0;

}

.theme-1 .header.header-menu ul.navbar-nav > li > a {

  line-height: 70px;

}

.theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-1 .site-nav-inner {

  position: static;

  width: 100%;

}

.theme-1 .header.header-menu .mega-menu-content {

  min-width: 1145px;

  left: -43%;

}

.theme-1 .nav-social-wrap {

  position: absolute;

  right: 0;

  top: 0;

  padding: 0;

}

.theme-1 .navbar {

  position: absolute;

  top: 70px;

  width: 100%;

  background: #f8f8f8;

  z-index: 9;

  padding: 0;

}

@media (min-width: 992px) {

  .theme-1 .navbar {

    position: static;

    top: 70px;

    width: 100%;

    background: transparent;

  }

  .theme-1 ul.navbar-nav > li > a {

    color: #17222B;

    padding: 0 22px;

  }

  .theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-1 .site-nav-inner {

    position: static;

    width: 100%;

  }

}

.theme-1 ul.navbar-nav > li:after {

  position: absolute;

  content: "";

  height: 0;

  width: 100%;

  background: #00adc6;

  bottom: 0;

  left: 0;

  z-index: 2;

  transition: all 0.3s;

}

.theme-1 ul.navbar-nav > li:hover:after {

  height: 2px;

  transition: all 0.3s;

}

@media (min-width: 992px) {

  .theme-1 .header {

    min-height: 70px;

  }

  .theme-1 .main-nav ul.navbar-nav > li > a {

    padding: 0 15px;

    line-height: 70px;

    display: inline-block;

  }

  .theme-1 .main-nav ul.navbar-nav > li {

    position: relative;

    z-index: 2;

    transition: all 0.3s;

  }

  .theme-1 .main-nav ul.navbar-nav > li:before {

    position: absolute;

    content: "";

    height: 0;

    width: 100%;

    background: #F3F3F4;

    z-index: -1;

    left: 0;

    top: 0;

    transition: all 0.3s;

  }

  .theme-1 .main-nav ul.navbar-nav > li:hover:before {

    height: 100%;

    transition: all 0.3s;

  }

  .theme-1 .main-nav ul.navbar-nav > li:hover:after {

    width: 100%;

    transition: all 0.3s;

  }

  .theme-1 .main-nav ul.navbar-nav > li:hover > a {

    color: #00adc6;

    transition: all 0.3s;

  }

  .theme-1 .main-nav ul.navbar-nav > li > a::before {

    position: absolute;

    left: 0;

    content: "";

    width: 1px;

    height: 20px;

    background: rgba(255, 255, 255, 0.2);

    top: 0;

    bottom: 0;

    margin: auto;

  }

  .theme-1 .main-nav ul.navbar-nav > li > a::after {

    position: absolute;

    content: "";

    width: 100%;

    border-right: 1px solid rgba(255, 255, 255, 0.2);

    border-left: 1px solid rgba(255, 255, 255, 0.2);

    height: 100%;

    background: rgba(255, 255, 255, 0.2);

    top: 0;

    bottom: 0;

    right: 0;

    left: auto;

    transition: all 0.4s ease;

    opacity: 0;

  }

  .theme-1 .main-nav ul.navbar-nav > li > a:hover::after {

    opacity: 1;

  }

  .theme-1 blockquote {

    padding: 45px 120px 30px;

  }

}

@media (min-width: 1200px) {

  .theme-1 {

    /* Header */

  }

  .theme-1 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-1 .navbar-collapse {

    padding-right: 0;

  }

  .theme-1 .nav-style-boxed .navbar-collapse {

    padding-left: 15px;

  }

  .theme-1 .header.header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -27px;

  }

  .theme-1 .main-nav ul.navbar-nav > li > a {

    padding: 0px 15px 10px;

  }

  .theme-1 .sidebar {

    margin-left: 40px;

  }

  .theme-1 .sidebar.sidebar-left {

    margin-left: 0;

    margin-right: 40px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .theme-1 {

    /* Header */

    /* Subscribe */

    /* Action box */

    /* Footer */

  }

  .theme-1 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-1 ul.navbar-nav > li {

    padding: 0 6px;

  }

  .theme-1 ul.navbar-nav > li a {

    font-size: inherit;

  }

  .theme-1 .dropdown-menu li a {

    font-size: inherit;

  }

  .theme-1 .header .header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -11px;

  }

  .theme-1 .newsletter-form input {

    min-width: 340px;

  }

  .theme-1 .action-box-text {

    font-size: 13px;

  }

  .theme-1 #back-to-top.affix {

    bottom: 35px;

  }

  .theme-1 .mega-menu-content {

    max-width: 940px;

  }

}

@media (min-width: 575px) {

  .theme-1 .main-nav {

    padding: 0;

  }

  .theme-1 .nav-social-wrap {

    padding: 0 15px;

  }

  .theme-1 .navbar-toggler {

    left: 15px;

  }

  .theme-1 .navbar {

    width: 98%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .theme-1 {

    /* top info */

    /* Header */

    /* Navigation breakpoint */

    /* Navigation */

    /* Featured area */

    /* Sidebar */

    /* Footer */

  }

  .theme-1 ul.top-info li {

    padding-right: 12px;

  }

  .theme-1 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-1 .logo {

    padding: 13px 0;

  }

  .theme-1 .logo img {

    width: 100%;

  }

  .theme-1 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-1 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-1 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-1 .navbar-collapse ul.navbar-nav {

    float: none !important;

    margin-top: 0px;

    width: 100%;

  }

  .theme-1 ul.navbar-nav > li {

    float: none;

    display: block;

  }

  .theme-1 .collapse.in {

    display: block !important;

  }

  .theme-1 .navbar-collapse.in {

    overflow-y: auto;

  }

  .theme-1 ul.nav li.dropdown:hover ul.dropdown-menu {

    display: none;

  }

  .theme-1 ul.nav li.dropdown.open ul.dropdown-menu {

    display: block;

  }

  .theme-1 .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .theme-1 .navbar-collapse {

    background: none;

    width: 100%;

  }

  .theme-1 ul.navbar-nav > li:hover > a:after,

.theme-1 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-1 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-1 ul.navbar-nav > li,

.theme-1 .nav-style-boxed ul.navbar-nav > li {

    display: block;

  }

  .theme-1 .navbar-nav .open .dropdown-menu > li {

    padding-left: 0;

  }

  .theme-1 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

    padding: 5px 15px 10px 10px;

  }

  .theme-1 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 10px 10px;

  }

  .theme-1 ul.navbar-nav {

    padding: 0 0 10px;

  }

  .theme-1 ul.navbar-nav li {

    float: none;

  }

  .theme-1 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 10px 20px;

    display: block;

    min-width: 350px;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {

    padding-left: 50px;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 35px !important;

  }

  .theme-1 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

    box-shadow: none;

    border-top: 0;

    background: none;

  }

  .theme-1 ul.navbar-nav .dropdown-menu li a {

    padding-left: 20px !important;

  }

  .theme-1 ul.navbar-nav > li.nav-search,

.theme-1 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-1 ul.navbar-nav li a i,

.theme-1 .dropdown-submenu > a:after {

    float: right;

    width: 36px;

    height: 28px;

    line-height: 28px;

    margin-top: -5px;

    text-align: center;

    color: #000;

  }

  .theme-1 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-1 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-1 .featured-post-area .pad-r {

    padding-right: 15px;

  }

  .theme-1 .featured-post-area .pad-l {

    padding-left: 15px;

  }

  .theme-1 .sidebar-right {

    margin-top: 50px;

  }

  .theme-1 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-1 .block.color-aqua,

.theme-1 .block.color-violet {

    margin-top: 40px;

  }

  .theme-1 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-1 .newsletter-form input {

    width: 90%;

  }

  .theme-1 .footer-info-content {

    padding: 50px 100px 0;

  }

  .theme-1 #back-to-top.affix {

    bottom: 78px;

  }

}

@media (max-width: 767px) {

  .theme-1 {

    /* Top bar */

    /* Header */

    /* Navigation breakpoint */

    /* Dart bg */

    /* Search */

    /* Featured area */

    /* Block */

    /* Sidebar */

    /* Footer */

    /* Block title */

    /* Category style */

  }

  .theme-1 .boxed-layout .body-inner {

    margin: 0 auto;

  }

  .theme-1 .trending-bar {

    padding: 20px 0;

  }

  .theme-1 .trending-bar .trending-title {

    float: none;

    border: none;

  }

  .theme-1 .trending-bar .post-title.title-small {

    padding: 10px 0;

  }

  .theme-1 .ts-date {

    padding: 0;

    border-right: 0;

    display: block;

  }

  .theme-1 .top-nav {

    display: block;

    margin: 10px 0;

  }

  .theme-1 .top-bar {

    text-align: center;

  }

  .theme-1 .top-social ul li a {

    padding: 0 10px;

  }

  .theme-1 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-1 .logo {

    padding: 13px 0 25px;

    text-align: center;

  }

  .theme-1 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-1 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-1 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-1 .navbar-collapse.collapse:after {

    display: block;

    content: "";

    clear: both;

  }

  .theme-1 .navbar-collapse,

.theme-1 .site-nav-inner {

    background: none;

    width: 100%;

  }

  .theme-1 ul.navbar-nav > li:hover > a:after,

.theme-1 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-1 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-1 .navbar-nav .open .dropdown-menu > li > a,

.theme-1 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 10px 15px 10px 10px;

  }

  .theme-1 ul.navbar-nav > li {

    display: block;

  }

  .theme-1 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

  }

  .theme-1 ul.navbar-nav > li.nav-search,

.theme-1 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-1 ul.navbar-nav {

    width: 100%;

    padding: 0 0 10px;

  }

  .theme-1 ul.navbar-nav > li {

    float: none;

  }

  .theme-1 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 7px 20px;

    display: block;

    background: transparent;

  }

  .theme-1 ul.navbar-nav .dropdown-menu > li > a {

    padding-left: 15px;

  }

  .theme-1 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 20px;

  }

  .theme-1 ul.navbar-nav .dropdown-menu {

    box-shadow: none;

    border-top: 0;

    background: none;

    padding-left: 15px;

  }

  .theme-1 ul.navbar-nav li a i,

.theme-1 .dropdown-submenu > a:after {

    color: #333;

    float: right;

    line-height: 28px;

    margin-top: -5px;

    margin-right: 10px;

    text-align: center;

  }

  .theme-1 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-1 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-1 .main-nav.dark-bg {

    margin-bottom: 20px;

  }

  .theme-1 .main-nav.dark-bg > .container > .row {

    padding: 0 20px;

  }

  .theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {

    background: none;

  }

  .theme-1 .main-nav.dark-bg ul.navbar-nav li a {

    color: #17222B;

  }

  .theme-1 .header-top-social {

    margin-bottom: 20px;

  }

  .theme-1 .search-block {

    width: 220px;

  }

  .theme-1 .header.header-menu {

    position: relative;

    margin-bottom: 20px;

  }

  .theme-1 .search-area {

    position: absolute;

    right: 0;

    top: 50px;

  }

  .theme-1 .featured-post-area .pad-r,

.theme-1 .pad-r-small {

    padding-right: 15px;

    padding-right: 15px;

  }

  .theme-1 .featured-post-area .pad-l,

.theme-1 .pad-l-small {

    padding-left: 15px;

  }

  .theme-1 .post-title {

    font-size: 18px;

    line-height: 26px;

  }

  .theme-1 .block.color-orange .post-overaly-style.last {

    margin-top: 40px;

  }

  .theme-1 .sidebar-right {

    margin-top: 50px;

  }

  .theme-1 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-1 .block.color-aqua,

.theme-1 .block.color-violet {

    margin-top: 40px;

  }

  .theme-1 .social-icon li a i {

    margin-bottom: 10px;

  }

  .theme-1 .post-block-style.post-float-half .post-thumb img {

    max-width: 100%;

    min-height: 100%;

    margin-bottom: 20px;

  }

  .theme-1 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-1 .newsletter-form input {

    width: 90%;

  }

  .theme-1 .footer-info-content {

    padding: 50px 20px 0;

  }

  .theme-1 .footer-social li a i {

    margin-bottom: 10px;

  }

  .theme-1 #back-to-top.affix {

    bottom: 78px;

  }

  .theme-1 .featured-tab .nav-tabs {

    margin: 20px 0;

    position: static;

  }

  .theme-1 .footer-menu .nav {

    display: inline-block;

  }

  .theme-1 #back-to-top {

    bottom: 0;

    right: 20px;

  }

  .theme-1 .block-title > span {

    padding: 9px 10px;

  }

  .theme-1 .featured-tab .nav-tabs > li > a {

    font-size: 12px;

  }

  .theme-1 .category-style2 .post-thumb {

    margin-bottom: 20px;

  }

  .theme-1 .ts-author-comments::after {

    display: none;

  }

  .theme-1 .single-post .post-navigation {

    padding: 30px 0;

  }

  .theme-1 .single-post .post-navigation .post-next,

.theme-1 .single-post .post-navigation .post-previous {

    width: 100%;

    border: none;

    margin: 10px 0;

  }

}

@media (max-width: 991px) {

  .theme-1 .featured-slider .item .featured-post .post-content {

    padding: 20px;

  }

  .theme-1 .post-video .post-video-content {

    padding: 0 20px 10px;

  }

  .theme-1 .post-video .post-video-content h3 {

    font-size: 18px;

  }

}

.theme-1 h2.post-title.title-small, .theme-1 h2.post-title.title-small a {

  font-size: 16px;

  color: #17222B;

  margin-top: 10px;

  font-weight: 500;

}

.theme-1 .post-thumb {

  position: relative;

  z-index: 2;

}

.theme-1 a.popup {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 70px;

  width: 70px;

  margin-left: -35px;

  text-align: center;

  margin-top: -35px;

  line-height: 70px;

  font-size: 20px;

  color: #17222B;

  background: #fff;

  border-radius: 50%;

}

.theme-1 .menu_right {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.theme-1 .users_area {

  position: relative;

  z-index: 2;

}

.theme-1 .search_form {

  position: absolute;

  height: 100%;

  width: 200px;

  left: -130px;

  top: -95px;

  background: #fff;

  display: none;

  visibility: hidden;

  opacity: 0;

  transition: all 0.4s;

}

.theme-1 .search_form.active {

  visibility: visible;

  opacity: 1;

  display: block;

  transition: all 0.4s;

}

.theme-1 .search_form input {

  border: none;

  padding: 15px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}

@media (max-width: 991px) {

  .theme-1 .featured-slider .item .featured-post .post-content {

    padding: 20px;

  }

  .theme-1 .post-video .post-video-content {

    padding: 0 20px 10px;

  }

  .theme-1 .post-video .post-video-content h3 {

    font-size: 18px;

  }

}

.theme-1 h2.post-title.title-small, .theme-1 h2.post-title.title-small a {

  font-size: 16px;

  color: #17222B;

  margin-top: 10px;

  font-weight: 500;

}

.theme-1 .post-thumb {

  position: relative;

  z-index: 2;

}

.theme-1 a.popup {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 70px;

  width: 70px;

  margin-left: -35px;

  text-align: center;

  margin-top: -35px;

  line-height: 70px;

  font-size: 20px;

  color: #17222B;

  background: #fff;

  border-radius: 50%;

}

.theme-1 .menu_right {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.theme-1 .users_area {

  position: relative;

  z-index: 2;

}

.theme-1 .search_form {

  position: absolute;

  height: 100%;

  width: 200px;

  left: -130px;

  top: -95px;

  background: #fff;

  display: none;

  visibility: hidden;

  opacity: 0;

  transition: all 0.4s;

}

.theme-1 .search_form.active {

  visibility: visible;

  opacity: 1;

  display: block;

  transition: all 0.4s;

}

.theme-1 .search_form input {

  border: none;

  padding: 15px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}

.theme-1 .temp_wap {

  position: relative;

  z-index: 2;

  padding-left: 70px;

}

.theme-1 .temp_wap p {

  font-size: 12px;

  opacity: 0.6;

  line-height: 17px;

}

.theme-1 .temp_icon {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  position: absolute;

  left: 15px;

}

.theme-1 h3.temp_count {

  position: relative;

  z-index: 2;

  display: inline-block;

  font-size: 20px;

  font-weight: 500;

  margin-left: 10px;

}

.theme-1 h3.temp_count:after {

  position: absolute;

  content: "";

  height: 30px;

  width: 30px;

  background: url(../images/icon/s.png);

  background-repeat: no-repeat;

  right: -35px;

}

.theme-1 .lang {

  padding-left: 15px;

}

.theme-1 .lang ul {

  margin: 0;

  padding: 0;

}

.theme-1 .lang ul li {

  list-style: none;

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.theme-1 .lang ul li a {

  display: inline-block;

  padding: 7px;

}

.theme-1 .lang ul li:hover ul {

  visibility: visible;

  opacity: 1;

  top: 40px;

  transition: all 0.3s;

}

.theme-1 .lang ul li ul {

  margin: 0;

  padding: 0;

  position: absolute;

  left: 0;

  top: auto;

  background: #ffffff;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  visibility: hidden;

  top: 70px;

  padding: 10px 0;

  transition: all 0.3s;

  width: 120px;

  opacity: 0;

}

.theme-1 .lang ul li ul li {

  list-style: none;

}

.theme-1 .lang ul li ul li a {

  padding: 5px 15px;

}

.theme-1 .lang ul li a {

  opacity: 0.75;

  color: #17222B;

}

.theme-1 .lang ul li a i {

  opacity: 1;

}

.theme-1 .users_area ul {

  margin: 0;

  padding: 0;

}

.theme-1 .users_area ul li {

  font-weight: 500;

  padding: 0 4px;

  font-size: 18px;

  color: #8A8F94;

  cursor: pointer;

}

.theme-1 .menu_right > div {

  position: relative;

  z-index: 2;

  padding-right: 15px;

}

.theme-1 .menu_right > div:after {

  position: absolute;

  content: "";

  height: 25px;

  width: 2px;

  background: #B9BCBF;

  right: -2px;

  top: 50%;

  margin-top: -12.5px;

}

.theme-1 .menu_right > div:last-child {

  padding-right: 0;

}

.theme-1 .menu_right > div:last-child:after {

  display: none;

}

.theme-1 li.new-item {

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.theme-1 li.new-item:after {

  position: absolute;

  content: "New";

  height: 30px;

  width: 30px;

  border-radius: 50%;

  font-size: 11px;

  right: 10px;

  top: 50%;

  margin-top: -15px;

  color: #FF5555;

  transition: all 0.3s;

}

.theme-1 li.new-item:hover:after {

  color: #fff;

  transition: all 0.3s;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}

/*2948 edit

*/.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

/*  background: #212C34;

*/  background: #FF0000;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form textarea, .comment_form input {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.inner_bg {

  background: url(../images/bg/inner_bg.jpg);

}



.inner_bgpartner {

  background: url(../images/partners-hero.jpg);

}



.wlc_overlay {

  position: relative;

  z-index: 2;

}

.wlc_overlay:before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  background: linear-gradient(to top, #000, transparent);

  z-index: -1;

  opacity: 0.6;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form textarea, .comment_form input {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



a.readmore,

button.readmore,

input.readmore {

  font-size: 14px;

  font-weight: 400 !important;

  color: #17222B;

  padding: 10px 18px;

  border: 1px solid #50585F;

  line-height: 20px !important;

}

a.readmore:hover,

button.readmore:hover,

input.readmore:hover {

  background: #00adc6;

  color: #FFFFFF !important;

  border-color: transparent;

}



.download_btn .widget-title {

  margin-bottom: 10px;

}

.download_btn .download_btn_group a.app_btn {

  position: relative;

  z-index: 2;

  display: inline-block;

  font-size: 12px;

  padding-left: 39px;

  border: 1px solid #4E575E;

  padding: 13px 20px 13px 40px;

  background: #F2F6F8;

  border-radius: 3px;

  color: #4E575E;

  line-height: 12px;

  transition: all 0.3s;

}

.download_btn .download_btn_group a.app_btn span {

  display: block;

  line-height: 10px;

  color: #17222B;

  font-size: 15px;

  margin-top: 10px;

  text-transform: uppercase;

  transition: all 0.3s;

}

.download_btn .download_btn_group a.app_btn i {

  position: absolute;

  left: 10px;

  top: 50%;

  font-size: 20px;

  text-align: center;

  height: 30px;

  width: 30px;

  color: #00adc6;

  line-height: 30px;

  margin-top: -15px;

  transition: all 0.3s;

}

.download_btn .download_btn_group a.app_btn:last-child {

  margin-left: 15px;

}

.download_btn .download_btn_group a.app_btn:hover {

  background: #00adc6;

  border-color: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}

.download_btn .download_btn_group a.app_btn:hover i {

  color: #FFFFFF;

  transition: all 0.3s;

}

.download_btn .download_btn_group a.app_btn:hover span {

  color: #FFFFFF;

  transition: all 0.3s;

}



.download_btn.v4 .apps_desc {

  position: relative;

  z-index: 2;

  padding-left: 20px;

}

.download_btn.v4 .apps_desc .apps_title {

  font-size: 24px;

  text-transform: capitalize;

  font-weight: 500;

}

.download_btn.v4 .apps_desc:before {

  position: absolute;

  content: "";

  height: 100%;

  width: 5px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  top: 0;

  left: 0;

}

.download_btn.v4 .download_btn_group a.app_btn {

  position: relative;

  z-index: 2;

  display: inline-block;

  font-size: 12px;

  padding-left: 39px;

  border: 1px solid transparent;

  padding: 13px 20px 13px 40px;

  background: linear-gradient(90deg, #FEEDEE, #F7EEFD);

  border-radius: 3px;

  color: #4E575E;

  line-height: 12px;

  transition: all 0.3s;

}

.download_btn.v4 .download_btn_group a.app_btn span {

  display: block;

  line-height: 10px;

  color: #17222B;

  font-size: 15px;

  margin-top: 10px;

  font-weight: 500;

  text-transform: uppercase;

  transition: all 0.3s;

}

.download_btn.v4 .download_btn_group a.app_btn i {

  position: absolute;

  left: 10px;

  top: 50%;

  font-size: 20px;

  text-align: center;

  height: 30px;

  width: 30px;

  color: #00adc6;

  line-height: 30px;

  margin-top: -15px;

  transition: all 0.3s;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.download_btn.v4 .download_btn_group a.app_btn:last-child {

  margin-left: 15px;

}

.download_btn.v4 .download_btn_group a.app_btn:hover {

  background: #00adc6;

  border-color: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}

.download_btn.v4 .download_btn_group a.app_btn:hover i {

  color: #FFFFFF;

  transition: all 0.3s;

}

.download_btn.v4 .download_btn_group a.app_btn:hover span {

  color: #FFFFFF;

  transition: all 0.3s;

}



.gbtn4 {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}



a.showmore,

button.showmore,

input.showmore {

  font-size: 14px;

  color: #00adc6;

  background: #F2F9FF;

  border: 1px solid #BADFFF;

  border-radius: 5px;

  width: 100%;

  padding: 13px;

  text-align: center;

}



a.readmore3,

button.readmore3,

input.readmore3 {

  font-size: 14px !important;

  color: #747A80 !important;

  border-radius: 5px !important;

  display: inline-block;

  text-transform: uppercase;

}

a.readmore3 img,

button.readmore3 img,

input.readmore3 img {

  opacity: 0.35;

}



a.readmore4,

button.readmore4,

input.readmore4 {

  font-size: 14px !important;

  font-weight: 500;

  text-transform: uppercase;

  color: #FF5555 !important;

  position: relative;

  z-index: 2;

}

a.readmore4:after,

button.readmore4:after,

input.readmore4:after {

  position: absolute;

  content: "";

  height: 2px;

  width: 100%;

  bottom: 0;

  left: 0;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

/*  background: #212C34;

*/  background: #323F48;

  

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form textarea, .comment_form input {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.inner {

  height: 500px;

  display: flex;

  align-items: center;

  position: relative;

  z-index: 2;

}

.inner .inner_scroll {

  position: absolute;

  bottom: 50px;

  animation: updown alternate linear 1s infinite;

}



.categories_title h5 {

  font-size: 24px;

  font-weight: 500;

  margin-bottom: 30px;

}

.categories_title h5 a {

  font-size: 24px;

  font-weight: 500;

  color: #17222B;

}



@keyframes updown {

  0% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0);

  }

}

.title_inner h6 {

  color: #FFFFFF;

  font-size: 15px;

  font-weight: 500;

  margin-bottom: 30px;

  text-transform: capitalize;

}

.title_inner h1 {

  color: #FFFFFF;

  font-size: 44px;

  font-weight: 700;

  text-transform: capitalize;

}



.box {

  background: #ffffff;

  padding: 40px;

}



.single_contact_box {

  margin-bottom: 30px;

  padding-left: 50px;

}

.single_contact_box .contact_title {

  position: relative;

  z-index: 2;

}

.single_contact_box .contact_title:before {

  position: absolute;

  content: "";

  height: 8px;

  width: 8px;

  background: #00adc6;

  left: -20px;

  top: 50%;

  margin-top: -4px;

}

.single_contact_box .contact_title h3 {

  font-size: 20px;

  color: #17222B;

  font-weight: 500;

}

.single_contact_box .contact_details {

  position: relative;

  z-index: 2;

  margin-top: 10px;

}

.single_contact_box .contact_details p {

  font-size: 14px;

  font-weight: 500;

  color: #8B9095;

  margin-bottom: 5px;

}

.single_contact_box .contact_details h6 {

  font-size: 16px;

  line-height: 26px;

}

.single_contact_box .contact_details .contact_details_icon {

  position: absolute;

  left: -20px;

  font-size: 12px;

  height: 10px;

  width: 10px;

  color: #A7A7A7;

}

.single_contact_box .contact_details .contact_details_icon img {

  max-height: 100%;

  max-width: 100%;

}



.author_about img {

  border-radius: 50%;

}



.contacts.v4 .contact_title:before {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}



.author_about img {

  padding: 15px;

}



.author img {

  padding: 2px;

}



.cotact_form h3 {

  font-size: 30px;

  line-height: 36px;

  margin-bottom: 30px;

}



.cotact_form .row .row div {

  padding: 0 5px;

}



/*PAGINATION CSS*/

.cpagination li {

  margin-right: 10px;

}

.cpagination li:last-child {

  margin-right: 0;

}

.cpagination li a {

  height: 60px;

  width: 60px;

  text-align: center;

  line-height: 60px;

  padding: 0;

  font-size: 24px;

  font-weight: 500;

  color: #17222B;

  border: none;

  background: #E4E5E6;

  border-radius: 0 !important;

}

.cpagination li a:hover {

  color: #fff;

  background: #00adc6;

}



/*PAGINATION CSS*/

.cpagination.v3 li a {

  background: #FFFFFF;

}

.cpagination.v3 li a:hover {

  color: #fff;

  background: #00adc6;

}



/*PAGINATION CSS*/

.cpagination.v4 li a {

  background: #E4E5E6;

}

.cpagination.v4 li a:hover {

  color: #fff;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}



/*INNER TABLE AREA CSS*/

.inner_table .table_content ul li {

  margin-bottom: 7px;

}

.inner_table .table_content ul li a {

  color: #17222B;

}

.inner_table .table_content ul li .active {

  color: #00adc6;

  font-weight: 500;

}

.inner_table .table_content ul li:last-child {

  margin-bottom: 0;

}

.inner_table .table_content .yearList ul li a {

  color: #39424A;

}



/*ABOUT AUTHOR*/

.author_about {

  position: relative;

  z-index: 2;

  padding-left: 150px;

}

.author_about .author_img {

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 50%;

  overflow: hidden;

  height: 115px;

  width: 115px;

  text-align: center;

  line-height: 112px;

  border: 2px solid #E4E5E6;

}

.author_about ul li {

  color: #73797F;

  font-size: 15px;

  margin-right: 7px;

}

.author_about ul li:last-child {

  margin-right: 0;

}



/*POINTS*/

.points li {

  font-weight: 500;

  margin-bottom: 5px;

  position: relative;

  z-index: 2;

  padding-left: 15px;

}

.points li:last-child {

  margin-bottom: 0;

}

.points li:before {

  position: absolute;

  content: "";

  height: 6px;

  width: 6px;

  background: #17222B;

  left: 0;

  top: 50%;

  margin-top: -3px;

}

.points li:hover {

  text-decoration: underline;

}



/*SINGLE POST STYLE*/

.page_comments li {

  color: #888E92;

  font-size: 15px;

  font-weight: 500;

  margin-right: 10px;

}

.page_comments li i {

  padding: 5px;

}

.page_comments li:last-child {

  margin-right: 0;

}



.single_post_heading h1 {

  font-size: 36px;

}



.archives h3 {

  font-size: 24px;

  font-weight: 500;

}



span.img_desc {

  color: #888E92;

  font-size: 15px;

  margin-top: 10px;

  display: inline-block;

}



.qhote p {

  padding: 20px 0;

}



.page_category h4,

li.page_category {

  font-size: 16px;

  color: #00adc6;

}



/*TAGS*/

.tags li.tag_list {

  font-size: 15px;

  text-align: center;

  padding: 9px 15px;

  border: 1px solid #E4E5E6;

  background: #E4E5E6;

}

.tags li {

  margin-right: 5px;

}

.tags li a {

  font-size: 15px;

  text-align: center;

  padding: 9px 15px;

  border: 1px solid #E4E5E6;

  color: #17222B;

  font-weight: 500;

}

.tags li a:hover {

  background: #E4E5E6;

}

.tags li:last-child {

  margin-right: 0;

}



/*NEXT PREV POST CSS*/

.next_prv_single {

  padding-left: 20px;

}

.next_prv_single p {

  color: #8A8F94;

  font-weight: 500;

  font-size: 15px;

  margin-bottom: 5px;

}

.next_prv_single a {

  font-size: 20px;

  font-weight: 500;

  color: #17222B;

}



.comment_form input {

  background: #FFFFFF;

  margin-bottom: 15px;

}

.comment_form textarea {

  background: #FFFFFF;

}

.comment_form input.cbtn {

  margin-bottom: 0;

  border: none;

}



.comment_form2 input {

  margin-bottom: 15px;

}

.comment_form2 input.cbtn {

  margin-bottom: 0;

  border: none;

}



.next_prv_single3:hover {

  background: #00adc6 !important;

}



.comment_list h3 {

  font-size: 24px;

  margin-bottom: 30px;

}



.single_comment {

  padding-left: 60px;

  position: relative;

  z-index: 2;

}

.single_comment a {

  font-size: 18px;

  color: #17222B;

  font-weight: 500;

}

.single_comment p {

  font-size: 17px;

  font-weight: 300;

}

.single_comment .comment_img {

  position: absolute;

  left: 0;

  top: 0;

  height: 45px;

  width: 45px;

}

.single_comment .replay a {

  text-transform: capitalize;

  color: #00adc6;

  font-size: 16px;

}



.comment_list2 .single_comment {

  padding: 20px;

  padding-left: 80px;

  position: relative;

  z-index: 2;

  margin-bottom: 15px;

}

.comment_list2 .single_comment a {

  font-size: 18px;

  color: #17222B;

  font-weight: 500;

}

.comment_list2 .single_comment p {

  font-size: 17px;

  font-weight: 300;

}

.comment_list2 .single_comment .comment_img {

  position: absolute;

  left: 20px;

  top: 20px;

  height: 45px;

  width: 45px;

}

.comment_list2 .single_comment .replay a {

  text-transform: capitalize;

  color: #00adc6;

  font-size: 16px;

}



.inner_cm {

  margin-left: 30px;

}



.back4040 h3 {

  font-size: 30px;

}



.bridcrumb {

  padding: 20px 0;

}



.author_content ul {

  margin: 0;

  padding: 0;

}



.author_img_wrap img,

.comment_img img {

  border-radius: 50%;

}



.author_content {

  margin-bottom: 20px;

}

.author_content a {

  font-size: 30px;

  font-weight: 500;

  color: #17222B;

}



.quote_type2 {

  padding: 30px;

}



/*VIDEO IMG CSS*/

.video_img {

  position: relative;

  z-index: 2;

}



.video_img_icon {

  position: absolute;

  top: 50%;

  left: 50%;

  background: #FF5555;

  width: 80px;

  height: 80px;

  text-align: center;

  line-height: 80px;

  font-size: 28px;

  border-radius: 50%;

  color: #FFFFFF;

  margin-left: -40px;

  margin-top: -40px;

  transition: all 0.3s;

}

.video_img_icon:hover {

  transform: scale(1.1);

  transition: all 0.3s;

  color: #FFFFFF;

}



p.video_img_text {

  position: absolute;

  bottom: 15px;

  left: 15px;

  color: #FFFFFF;

  font-size: 20px;

}



.next_prv_single3 {

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  transition: all 0.3s;

  background: #FFFFFF;

}

.next_prv_single3:hover {

  background: #00adc6;

  transition: all 0.3s;

}

.next_prv_single3:hover p {

  color: #FFFFFF;

}

.next_prv_single3:hover a {

  color: #FFFFFF;

}



.iv a.single_social {

  display: inline-block;

  padding: 13px 13px 13px 40px;

  width: calc(50% - 10px);

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.dark-theme {

  /* Main navigation */

  /* Dropdown */

  /*-- Dark bg style --*/

  /* magnific pop up modal */

  /* animation keyframes list */

  /* ===================

  // Menu tab

  ======================= */

  /* Header with Menu

  ================================================== */

  /* Responsive styles

  ================================================== */

  /* Large Devices, Wide Screens */

  /* Medium Devices, Desktops */

  /* Small Devices, Tablets */

  /* Small Devices Potrait */

  /* Extra Small Devices, Phones */

  /* Custom, iPhone Retina */

  /*MENU RIGHT AREA CSS*/

}

.dark-theme .site-nav-inner {

  position: relative;

}

.dark-theme .main-nav {

  background: #233340;

}

.dark-theme .navbar {

  border-radius: 0;

  border: 0;

  margin-bottom: 0;

  padding-top: 0px;

  padding-bottom: 0px;

}

.dark-theme .navbar-toggler {

  color: #fff;

  padding: 8px 15px;

  background: #e74907;

  position: absolute;

  top: -55px;

  z-index: 9;

}

.dark-theme .navbar-toggler-icon {

  width: 25px;

}

.dark-theme .navbar-toggle .i-bar {

  background: #fff;

}

.dark-theme .navbar-collapse {

  padding-left: 0;

}

.dark-theme ul.navbar-nav > li {

  float: left;

  padding: 0;

  position: relative;

}

.dark-theme ul.navbar-nav > li > a {

  padding: 0 15px;

  line-height: 50px;

  font-size: 16px;

  font-weight: 400;

  text-transform: capitalize;

  margin: 0;

  position: relative;

  transition: 350ms;

  padding: 10px 22px;

}

.dark-theme ul.navbar-nav > li > a i {

  font-weight: 500;

}

.dark-theme ul.navbar-nav > li > a:hover, .dark-theme ul.navbar-nav > li > a:focus {

  background: none;

}

.dark-theme ul.navbar-nav > li:hover a::before, .dark-theme ul.navbar-nav > li.active a::before {

  border-color: #00adc6;

  opacity: 1;

  transform: scale(1) translateZ(0);

}

.dark-theme .nav .open > a,

.dark-theme .nav .open > a:hover,

.dark-theme .nav .open > a:focus {

  background: transparent;

  border: 0;

}

.dark-theme .lang {

  padding-left: 15px;

}

.dark-theme .lang ul {

  margin: 0;

  padding: 0;

}

.dark-theme .lang ul li {

  list-style: none;

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.dark-theme .lang ul li a {

  display: inline-block;

  padding: 7px;

}

.dark-theme .lang ul li:hover ul {

  visibility: visible;

  opacity: 1;

  top: 40px;

  transition: all 0.3s;

}

.dark-theme .lang ul li ul {

  margin: 0;

  padding: 0;

  position: absolute;

  left: 0;

  top: auto;

  background: #ffffff;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  visibility: hidden;

  top: 70px;

  padding: 10px 0;

  transition: all 0.3s;

  width: 120px;

  opacity: 0;

}

.dark-theme .lang ul li ul li a {

  padding: 5px 15px;

}

.dark-theme .lang ul li a {

  opacity: 0.75;

}

.dark-theme .lang ul li a i {

  opacity: 1;

}

.dark-theme ul.navbar-nav > li.mega-dropdown {

  position: static;

}

.dark-theme .dropdown-submenu {

  position: relative;

}

.dark-theme .dropdown-submenu > .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -2px;

  border-radius: 0;

}

.dark-theme .dropdown-submenu > a:after {

  display: block;

  content: "";

  font-family: "Font Awesome 5 pro";

  float: right;

  margin-top: 3px;

  margin-right: -5px;

}

.dark-theme .dropdown-submenu:hover > a:after {

  border-left-color: #fff;

}

.dark-theme .dropdown-submenu.pull-left {

  float: none;

}

.dark-theme .dropdown-submenu.pull-left > .dropdown-menu {

  left: -100%;

  margin-left: 10px;

  border-radius: 6px 0 6px 6px;

}

.dark-theme .dropdown-toggle::after {

  display: none;

}

.dark-theme .dropdown-menu {

  text-align: left;

  background: #fff;

  z-index: 100;

  min-width: 230px;

  border-radius: 0;

  border: 0;

  border: 0;

  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);

  margin-top: 0;

  padding: 0;

}

.dark-theme .navbar-nav > li > .dropdown-menu {

  border-top: 1px solid #dedede;

}

.dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {

  border-top: 0;

}

.dark-theme .dropdown-menu-large {

  min-width: 400px;

}

.dark-theme .dropdown-menu-large > li > ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.dark-theme .dropdown-menu-large > li > ul > li > a {

  padding-left: 0;

}

.dark-theme .dropdown-menu-large > li > ul > li.active > a {

  color: #fc4a00;

}

.dark-theme .navbar-nav > li > .dropdown-menu > a {

  background: none;

}

.dark-theme .dropdown-menu li a {

  display: block;

  font-size: 12px;

  font-weight: 700;

  line-height: normal;

  text-decoration: none;

  padding: 15px 25px 15px 25px;

  border-bottom: 1px solid #17222B;

  color: #FFFFFF;

  background: #29333C;

  text-transform: capitalize;

}

.dark-theme .dropdown-menu li:last-child > a {

  border-bottom: 0;

}

.dark-theme .dropdown-menu > .active > a,

.dark-theme .dropdown-menu > .active > a:hover,

.dark-theme .dropdown-menu > .active > a:focus,

.dark-theme .dropdown-menu > .active > .dropdown-menu > .active > a {

  background: #17222B;

  color: #00adc6;

}

.dark-theme .dropdown-menu > li > a:hover,

.dark-theme .dropdown-menu > li > a:focus {

  background: #17222B;

  color: #fff;

}

@media (min-width: 767px) {

  .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 100%;

    top: 0;

    display: none;

  }

  .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {

    display: block;

  }

}

.dark-theme .mega-menu-content {

  width: 1110px;

  padding: 0;

}

.dark-theme .mega-menu-content-inner {

  padding: 20px 10px;

}

.dark-theme .mega-menu-content .row {

  margin: 0;

}

.dark-theme .main-nav.dark-bg > .container > .row {

  border: 0;

  background: #272727;

  margin-left: 0;

  margin-right: 0;

}

.dark-theme .dark-bg .navbar-toggler {

  margin-left: 6px;

}

.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a {

  color: #fff;

}

.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a:before {

  border: 0;

}

.dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,

.dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {

  background: #fc4a00;

}

.dark-theme .main-nav.dark-bg .nav-search i {

  color: #fff;

}

.dark-theme .main-nav {

  position: relative;

  padding: 0 15px;

}

.dark-theme .mfp-bg.xs-promo-popup {

  background-color: rgba(0, 0, 0, 0.87);

  padding-bottom: 100%;

  border-radius: 100%;

  overflow: hidden;

  animation: menu-animation 0.8s ease-out forwards;

}

@keyframes menu-animation {

  0% {

    opacity: 0;

    transform: scale(0.04) translateY(300%);

  }

  40% {

    transform: scale(0.04) translateY(0);

    transition: ease-out;

  }

  40% {

    transform: scale(0.04) translateY(0);

  }

  60% {

    opacity: 1;

    transform: scale(0.02) translateY(0px);

  }

  61% {

    opacity: 1;

    transform: scale(0.04) translateY(0px);

  }

  99.9% {

    opacity: 1;

    height: 0;

    padding-bottom: 100%;

    border-radius: 100%;

  }

  100% {

    opacity: 1;

    transform: scale(2) translateY(0px);

    height: 100%;

    padding-bottom: 0;

    border-radius: 0;

  }

}

.dark-theme .menu-tab .nav.nav-tabs {

  border-right: 1px solid #dedede;

  padding: 20px 0;

  padding-right: 0;

  min-height: 250px;

  margin-top: 0;

}

.dark-theme .menu-tab .nav.nav-tabs > li > a {

  border: 1px solid transparent;

  border-radius: 0;

  font-weight: 400;

  padding: 14px 16px 14px 30px;

  background: #fff;

  text-transform: initial;

  font-size: 14px;

}

.dark-theme .menu-tab .nav.nav-tabs > li > a.active {

  background: #dedede;

  margin-right: -1px;

  border: 1px solid #dedede;

  border-right: 0;

  color: #fc4a00;

  cursor: pointer;

}

.dark-theme .menu-tab .tab-content > .tab-pane {

  padding: 25px 0;

  min-height: 250px;

}

.dark-theme .menu-tab .tab-content > .tab-pane .col-md-3 {

  padding-right: 10px;

  padding-left: 10px;

}

.dark-theme .header.header-menu {

  padding: 0;

}

.dark-theme .header.header-menu .logo {

  padding: 12px 0;

}

.dark-theme .header.header-menu > .container > .row {

  border-bottom: 1px solid #dedede;

  margin-left: 0;

  margin-right: 0;

}

.dark-theme .header.header-menu ul.navbar-nav > li > a {

  line-height: 70px;

}

.dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,

.dark-theme .site-nav-inner {

  position: static;

  width: 100%;

}

.dark-theme .header.header-menu .mega-menu-content {

  min-width: 1145px;

  left: -43%;

}

.dark-theme .nav-social-wrap {

  position: absolute;

  right: 0;

  top: 0;

  padding: 0;

}

.dark-theme .navbar {

  position: absolute;

  top: 70px;

  width: 100%;

  background: #f8f8f8;

  z-index: 9;

  padding: 0;

}

@media (min-width: 992px) {

  .dark-theme .navbar {

    position: static;

    top: 70px;

    width: 100%;

    background: transparent;

  }

  .dark-theme ul.navbar-nav > li > a {

    color: #FFFFFF;

    padding: 0 22px;

  }

  .dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,

.dark-theme .site-nav-inner {

    position: static;

    width: 100%;

  }

}

.dark-theme ul.navbar-nav > li:after {

  position: absolute;

  content: "";

  height: 0;

  width: 100%;

  background: #00adc6;

  bottom: 0;

  left: 0;

  z-index: 2;

  transition: all 0.3s;

}

.dark-theme ul.navbar-nav > li:hover:after {

  height: 2px;

  transition: all 0.3s;

}

@media (min-width: 992px) {

  .dark-theme .header {

    min-height: 70px;

  }

  .dark-theme .main-nav ul.navbar-nav > li:hover > a {

    color: #FFFFFF;

  }

  .dark-theme .main-nav ul.navbar-nav > li:before {

    position: absolute;

    content: "";

    height: 0;

    width: 100%;

    background: #2E3D4A;

    z-index: -1;

    left: 0;

    top: 0;

    transition: all 0.3s;

  }

  .dark-theme .main-nav ul.navbar-nav > li:hover:before {

    height: 100%;

    transition: all 0.3s;

  }

  .dark-theme .main-nav ul.navbar-nav > li > a:hover::after {

    opacity: 1;

  }

  .dark-theme blockquote {

    padding: 45px 120px 30px;

  }

}

@media (min-width: 1200px) {

  .dark-theme {

    /* Header */

  }

  .dark-theme .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .dark-theme .navbar-collapse {

    padding-right: 0;

  }

  .dark-theme .nav-style-boxed .navbar-collapse {

    padding-left: 15px;

  }

  .dark-theme .header.header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -27px;

  }

  .dark-theme .main-nav ul.navbar-nav > li > a {

    padding: 0px 15px 10px;

  }

  .dark-theme .sidebar {

    margin-left: 40px;

  }

  .dark-theme .sidebar.sidebar-left {

    margin-left: 0;

    margin-right: 40px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .dark-theme {

    /* Header */

    /* Subscribe */

    /* Action box */

    /* Footer */

  }

  .dark-theme .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .dark-theme ul.navbar-nav > li {

    padding: 0 6px;

  }

  .dark-theme ul.navbar-nav > li a {

    font-size: 12px;

  }

  .dark-theme .dropdown-menu li a {

    font-size: 12px;

  }

  .dark-theme .header .header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -11px;

  }

  .dark-theme .newsletter-form input {

    min-width: 340px;

  }

  .dark-theme .action-box-text {

    font-size: 13px;

  }

  .dark-theme #back-to-top.affix {

    bottom: 35px;

  }

  .dark-theme .mega-menu-content {

    max-width: 940px;

  }

}

@media (min-width: 575px) {

  .dark-theme .main-nav {

    padding: 0;

  }

  .dark-theme .nav-social-wrap {

    padding: 0 15px;

  }

  .dark-theme .navbar-toggler {

    left: 15px;

  }

  .dark-theme .navbar {

    width: 98%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .dark-theme {

    /* top info */

    /* Header */

    /* Navigation breakpoint */

    /* Navigation */

    /* Featured area */

    /* Sidebar */

    /* Footer */

  }

  .dark-theme ul.top-info li {

    padding-right: 12px;

  }

  .dark-theme .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .dark-theme .logo {

    padding: 13px 0;

  }

  .dark-theme .logo img {

    width: 100%;

  }

  .dark-theme .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .dark-theme .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .dark-theme .navbar-collapse.collapse.show {

    display: block;

  }

  .dark-theme .navbar-collapse ul.navbar-nav {

    float: none !important;

    margin-top: 0px;

    width: 100%;

  }

  .dark-theme ul.navbar-nav > li {

    float: none;

    display: block;

  }

  .dark-theme .collapse.in {

    display: block !important;

  }

  .dark-theme .navbar-collapse.in {

    overflow-y: auto;

  }

  .dark-theme ul.nav li.dropdown:hover ul.dropdown-menu {

    display: none;

  }

  .dark-theme ul.nav li.dropdown.open ul.dropdown-menu {

    display: block;

  }

  .dark-theme .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .dark-theme .navbar-collapse {

    background: none;

    width: 100%;

  }

  .dark-theme ul.navbar-nav > li:hover > a:after,

.dark-theme ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .dark-theme ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .dark-theme ul.navbar-nav > li,

.dark-theme .nav-style-boxed ul.navbar-nav > li {

    display: block;

  }

  .dark-theme .navbar-nav .open .dropdown-menu > li {

    padding-left: 0;

  }

  .dark-theme .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

    padding: 5px 15px 10px 10px;

  }

  .dark-theme .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 10px 10px;

  }

  .dark-theme ul.navbar-nav {

    padding: 0 0 10px;

  }

  .dark-theme ul.navbar-nav li {

    float: none;

  }

  .dark-theme ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 10px 20px;

    display: block;

    min-width: 350px;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {

    padding-left: 50px;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 35px !important;

  }

  .dark-theme ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

    box-shadow: none;

    border-top: 0;

    background: none;

  }

  .dark-theme ul.navbar-nav .dropdown-menu li a {

    padding-left: 20px !important;

  }

  .dark-theme ul.navbar-nav > li.nav-search,

.dark-theme ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .dark-theme ul.navbar-nav li a i,

.dark-theme .dropdown-submenu > a:after {

    float: right;

    width: 36px;

    height: 28px;

    line-height: 28px;

    margin-top: -5px;

    text-align: center;

    color: #000;

  }

  .dark-theme .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .dark-theme .featured-post-area .pad-r {

    padding-right: 15px;

  }

  .dark-theme .featured-post-area .pad-l {

    padding-left: 15px;

  }

  .dark-theme .sidebar-right {

    margin-top: 50px;

  }

  .dark-theme .sidebar-right .widget {

    margin-left: 0;

  }

  .dark-theme .block.color-aqua,

.dark-theme .block.color-violet {

    margin-top: 40px;

  }

  .dark-theme .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .dark-theme .newsletter-form input {

    width: 90%;

  }

  .dark-theme .footer-info-content {

    padding: 50px 100px 0;

  }

  .dark-theme #back-to-top.affix {

    bottom: 78px;

  }

}

@media (max-width: 767px) {

  .dark-theme {

    /* Top bar */

    /* Header */

    /* Navigation breakpoint */

    /* Dart bg */

    /* Search */

    /* Featured area */

    /* Block */

    /* Sidebar */

    /* Footer */

    /* Block title */

    /* Category style */

  }

  .dark-theme .boxed-layout .body-inner {

    margin: 0 auto;

  }

  .dark-theme .trending-bar {

    padding: 20px 0;

  }

  .dark-theme .trending-bar .trending-title {

    float: none;

    border: none;

  }

  .dark-theme .trending-bar .post-title.title-small {

    padding: 10px 0;

  }

  .dark-theme .ts-date {

    padding: 0;

    border-right: 0;

    display: block;

  }

  .dark-theme .top-nav {

    display: block;

    margin: 10px 0;

  }

  .dark-theme .top-bar {

    text-align: center;

  }

  .dark-theme .top-social ul li a {

    padding: 0 10px;

  }

  .dark-theme .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .dark-theme .logo {

    padding: 13px 0 25px;

    text-align: center;

  }

  .dark-theme .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .dark-theme .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .dark-theme .navbar-collapse.collapse.show {

    display: block;

  }

  .dark-theme .navbar-collapse.collapse:after {

    display: block;

    content: "";

    clear: both;

  }

  .dark-theme .navbar-collapse,

.dark-theme .site-nav-inner {

    background: none;

    width: 100%;

  }

  .dark-theme ul.navbar-nav > li:hover > a:after,

.dark-theme ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .dark-theme ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .dark-theme .navbar-nav .open .dropdown-menu > li > a,

.dark-theme .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 10px 15px 10px 10px;

  }

  .dark-theme ul.navbar-nav > li {

    display: block;

  }

  .dark-theme .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

  }

  .dark-theme ul.navbar-nav > li.nav-search,

.dark-theme ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .dark-theme ul.navbar-nav {

    width: 100%;

    padding: 0 0 10px;

  }

  .dark-theme ul.navbar-nav > li {

    float: none;

  }

  .dark-theme ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 7px 20px;

    display: block;

    background: transparent;

  }

  .dark-theme ul.navbar-nav .dropdown-menu > li > a {

    padding-left: 15px;

  }

  .dark-theme ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 20px;

  }

  .dark-theme ul.navbar-nav .dropdown-menu {

    box-shadow: none;

    border-top: 0;

    background: none;

    padding-left: 15px;

  }

  .dark-theme ul.navbar-nav li a i,

.dark-theme .dropdown-submenu > a:after {

    color: #333;

    float: right;

    line-height: 28px;

    margin-top: -5px;

    margin-right: 10px;

    text-align: center;

  }

  .dark-theme .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .dark-theme .main-nav.dark-bg {

    margin-bottom: 20px;

  }

  .dark-theme .main-nav.dark-bg > .container > .row {

    padding: 0 20px;

  }

  .dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,

.dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {

    background: none;

  }

  .dark-theme .main-nav.dark-bg ul.navbar-nav li a {

    color: #17222B;

  }

  .dark-theme .header-top-social {

    margin-bottom: 20px;

  }

  .dark-theme .search-block {

    width: 220px;

  }

  .dark-theme .header.header-menu {

    position: relative;

    margin-bottom: 20px;

  }

  .dark-theme .search-area {

    position: absolute;

    right: 0;

    top: 50px;

  }

  .dark-theme .featured-post-area .pad-r,

.dark-theme .pad-r-small {

    padding-right: 15px;

    padding-right: 15px;

  }

  .dark-theme .featured-post-area .pad-l,

.dark-theme .pad-l-small {

    padding-left: 15px;

  }

  .dark-theme .post-title {

    font-size: 18px;

    line-height: 26px;

  }

  .dark-theme .block.color-orange .post-overaly-style.last {

    margin-top: 40px;

  }

  .dark-theme .sidebar-right {

    margin-top: 50px;

  }

  .dark-theme .sidebar-right .widget {

    margin-left: 0;

  }

  .dark-theme .block.color-aqua,

.dark-theme .block.color-violet {

    margin-top: 40px;

  }

  .dark-theme .social-icon li a i {

    margin-bottom: 10px;

  }

  .dark-theme .post-block-style.post-float-half .post-thumb img {

    max-width: 100%;

    min-height: 100%;

    margin-bottom: 20px;

  }

  .dark-theme .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .dark-theme .newsletter-form input {

    width: 90%;

  }

  .dark-theme .footer-info-content {

    padding: 50px 20px 0;

  }

  .dark-theme .footer-social li a i {

    margin-bottom: 10px;

  }

  .dark-theme #back-to-top.affix {

    bottom: 78px;

  }

  .dark-theme .featured-tab .nav-tabs {

    margin: 20px 0;

    position: static;

  }

  .dark-theme .footer-menu .nav {

    display: inline-block;

  }

  .dark-theme #back-to-top {

    bottom: 0;

    right: 20px;

  }

  .dark-theme .block-title > span {

    padding: 9px 10px;

  }

  .dark-theme .featured-tab .nav-tabs > li > a {

    font-size: 12px;

  }

  .dark-theme .category-style2 .post-thumb {

    margin-bottom: 20px;

  }

  .dark-theme .ts-author-comments::after {

    display: none;

  }

  .dark-theme .single-post .post-navigation {

    padding: 30px 0;

  }

  .dark-theme .single-post .post-navigation .post-next,

.dark-theme .single-post .post-navigation .post-previous {

    width: 100%;

    border: none;

    margin: 10px 0;

  }

}

@media (max-width: 991px) {

  .dark-theme .featured-slider .item .featured-post .post-content {

    padding: 20px;

  }

  .dark-theme .post-video .post-video-content {

    padding: 0 20px 10px;

  }

  .dark-theme .post-video .post-video-content h3 {

    font-size: 18px;

  }

}

.dark-theme h2.post-title.title-small, .dark-theme h2.post-title.title-small a {

  font-size: 16px;

  color: #17222B;

  margin-top: 10px;

  font-weight: 500;

}

.dark-theme .post-thumb {

  position: relative;

  z-index: 2;

}

.dark-theme a.popup {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 70px;

  width: 70px;

  margin-left: -35px;

  text-align: center;

  margin-top: -35px;

  line-height: 70px;

  font-size: 20px;

  color: #17222B;

  background: #fff;

  border-radius: 50%;

}

.dark-theme .menu_right {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.dark-theme .users_area {

  position: relative;

  z-index: 2;

}

.dark-theme .search_form {

  position: absolute;

  height: 100%;

  width: 200px;

  left: -130px;

  top: -95px;

  background: #fff;

  display: none;

  visibility: hidden;

  opacity: 0;

  transition: all 0.4s;

}

.dark-theme .search_form.active {

  visibility: visible;

  opacity: 1;

  display: block;

  transition: all 0.4s;

}

.dark-theme .search_form input {

  border: none;

  padding: 15px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}

.dark-theme .temp_wap {

  position: relative;

  z-index: 2;

  padding-left: 70px;

}

.dark-theme .temp_wap p {

  color: #9199A0;

  font-size: 12px;

  line-height: 17px;

}

.dark-theme .temp_icon {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  position: absolute;

  left: 15px;

}

.dark-theme h3.temp_count {

  position: relative;

  z-index: 2;

  color: #C7CBCF;

  display: inline-block;

  margin-left: 8px;

}

.dark-theme h3.temp_count:after {

  position: absolute;

  content: "";

  height: 30px;

  width: 30px;

  background: url(../images/icon/s_white.png);

  background-repeat: no-repeat;

  right: -35px;

}

.dark-theme .lang {

  padding-left: 15px;

}

.dark-theme .lang li a {

  font-weight: 500;

  color: #9199A0;

}

.dark-theme .users_area ul {

  margin: 0;

  padding: 0;

}

.dark-theme .users_area ul li {

  font-weight: 500;

  padding: 0 6px;

  font-size: 16px;

  cursor: pointer;

  color: #9199A0;

}

.dark-theme .menu_right > div {

  position: relative;

  z-index: 2;

  padding-right: 15px;

}

.dark-theme .menu_right > div:after {

  position: absolute;

  content: "";

  height: 25px;

  width: 2px;

  background: #65717A;

  right: 0;

  top: 50%;

  margin-top: -12.5px;

}

.dark-theme .menu_right > div:last-child {

  padding-right: 0;

}

.dark-theme .menu_right > div:last-child:after {

  display: none;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



body.dark-theme {

  color: #FFFFFF;

}



.dark-theme {

  background: #17222B;

  /*DEFAULT POST TYPE*/

  /* author css*/

  /*TAGS*/

  /*NEXT PREV POST CSS*/

  /*POINTS*/

}

.dark-theme .categories_title h5 {

  color: #FFFFFF;

}

.dark-theme .categories_title h5 a {

  color: #FFFFFF;

}

.dark-theme h1,

.dark-theme h2,

.dark-theme h3,

.dark-theme h4,

.dark-theme h5,

.dark-theme h6 {

  color: #FFFFFF;

}

.dark-theme .box.single_contact_box {

  background: #29333C;

}

.dark-theme .single_contact_box {

  margin-bottom: 30px;

  padding-left: 50px;

}

.dark-theme .single_contact_box .contact_title {

  position: relative;

  z-index: 2;

}

.dark-theme .single_contact_box .contact_title:before {

  position: absolute;

  content: "";

  height: 8px;

  width: 8px;

  background: #00adc6;

  left: -20px;

  top: 50%;

  margin-top: -4px;

}

.dark-theme .single_contact_box .contact_title h3 {

  font-size: 20px;

  color: #FFFFFF;

  font-weight: 500;

}

.dark-theme .single_contact_box .contact_details {

  position: relative;

  z-index: 2;

  margin-top: 10px;

}

.dark-theme .single_contact_box .contact_details p {

  font-size: 14px;

  font-weight: 500;

  color: #FFFFFF;

  margin-bottom: 5px;

}

.dark-theme .single_contact_box .contact_details h6 {

  font-size: 16px;

  line-height: 26px;

}

.dark-theme .single_contact_box .contact_details .contact_details_icon {

  position: absolute;

  left: -20px;

  font-size: 12px;

  height: 10px;

  width: 10px;

  color: #A7A7A7;

}

.dark-theme .single_contact_box .contact_details .contact_details_icon img {

  max-height: 100%;

  max-width: 100%;

}

.dark-theme .widget-title {

  color: #FFFFFF;

}

.dark-theme .single_post {

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.dark-theme .single_post:hover .single_post_text a {

  color: #secondary_color;

  transition: all 0.3s;

}

.dark-theme .topbar ul {

  margin: 0;

  padding: 0;

}

.dark-theme .topbar ul li {

  font-size: 14px;

  opacity: 0.85;

}

.dark-theme .topbar ul .tranding_bar li {

  list-style: none;

  font-weight: 400;

}

.dark-theme .topbar .top_date_social > div {

  display: inline-block;

}

.dark-theme .topbar .top_date_social > div:first-child {

  padding-right: 25px;

  margin-right: 10px;

  position: relative;

  z-index: 2;

}

.dark-theme .topbar .top_date_social > div:first-child:after {

  position: absolute;

  content: "";

  height: 15px;

  width: 2px;

  background: #485057;

  opacity: 0.3;

  right: 5px;

  top: 50%;

  margin-top: -7.5px;

}

.dark-theme .topbar .paper_date p {

  font-size: 14px;

  font-weight: 400;

  opacity: 0.85;

}

.dark-theme .topbar .social1 ul {

  margin: 0;

  padding: 0;

}

.dark-theme .topbar .social1 ul li {

  list-style: none;

}

.dark-theme .topbar .social1 ul li a {

  opacity: 0.75;

  font-size: 14px;

}

.dark-theme .post_type3 .single_post_text .post-p {

  color: #FFFFFF;

}

.dark-theme .single_post_text .meta {

  color: #00adc6;

  text-transform: uppercase;

}

.dark-theme .single_post_text .meta span {

  color: #C4C7C9;

  text-transform: capitalize;

}

.dark-theme .single_post_text a {

  color: #FFFFFF;

  font-weight: 500;

}

.dark-theme .single_post_text p {

  color: #FFFFFF;

}

.dark-theme .post_img {

  position: relative;

  z-index: 2;

}

.dark-theme .readmore {

  font-size: 14px !important;

}

.dark-theme .nav_style1 .owl-nav {

  position: absolute;

  right: 0;

  top: -48px;

}

.dark-theme .nav_style1 .owl-nav div {

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  border: 1px solid #C1C4C6;

  color: #C1C4C6;

  transition: all 0.3s;

}

.dark-theme .nav_style1 .owl-nav div:last-child {

  margin-left: 14px;

}

.dark-theme .nav_style1 .owl-nav div:hover {

  background: #00adc6;

  border-color: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}

.dark-theme .see_all {

  font-weight: 500;

  font-size: 15px;

  color: #8A8F94;

  text-transform: uppercase;

}

.dark-theme .dark-2 {

  background: #233340;

}

.dark-theme .nav1_dark_style .owl-nav div {

  border: 1px solid #515A60;

  color: #515A60;

}

.dark-theme .nav_style2 .owl-nav div {

  background: #233340;

  color: #FFFFFF;

}

.dark-theme .post_img.number {

  background: #29333C;

}

.dark-theme .post_img.number h2 {

  color: #6A7177;

}

.dark-theme .widgets_type4 .post_img.number {

  background: #29333C;

}

.dark-theme .widgets_type4 .post_img.number h2 {

  color: #697076;

}

.dark-theme .signup_form p {

  color: #6A7177;

  margin-top: 10px;

}

.dark-theme .news_letter {

  background: #29333C;

}

.dark-theme .news_letter p {

  color: #FFFFFF;

}

.dark-theme .about_post_list ul {

  border-bottom: none;

}

.dark-theme .about_post_list li {

  margin-right: 10px;

}

.dark-theme .about_post_list li:last-child {

  margin-right: 0;

}

.dark-theme .about_post_list li a {

  font-size: 24px;

  margin-bottom: 20px;

  font-weight: 500;

  color: #A0A5A8;

}

.dark-theme .about_post_list li a.active {

  color: #FFFFFF;

}

.dark-theme .bridcrumb {

  color: #C4C7C9;

}

.dark-theme .single_post_text .meta2 {

  margin-bottom: 0;

}

.dark-theme .single_post_text .meta2 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  font-weight: 400;

}

.dark-theme .single_post_text .meta2 a:first-child {

  color: #00adc6;

}

.dark-theme .single_post_text .meta2 a:last-child {

  margin-left: 20px;

  color: #FFFFFF;

  opacity: 0.75;

}

.dark-theme .single_post_text .meta2 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  opacity: 0.3;

  text-align: center;

}

.dark-theme .single_post_text .meta5 {

  margin-bottom: 0;

}

.dark-theme .single_post_text .meta5 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  color: #FFFFFF;

}

.dark-theme .single_post_text .meta5 a:last-child {

  margin-left: 20px;

  font-weight: 400;

}

.dark-theme .single_post_text .meta5 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  text-align: center;

}

.dark-theme .single_post_text .meta3 {

  margin-bottom: 10px;

}

.dark-theme .single_post_text .meta3 a {

  font-size: 14px !important;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  margin-bottom: 5px;

}

.dark-theme .single_post_text .meta3 a:first-child {

  color: #00adc6;

}

.dark-theme .single_post_text .meta3 a:last-child {

  margin-left: 20px;

  color: #FFFFFF;

  opacity: 0.75;

}

.dark-theme .single_post_text .meta3 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  opacity: 0.3;

  text-align: center;

}

.dark-theme .single_post_text .meta4 {

  margin-top: 0;

}

.dark-theme .single_post_text .meta4 a {

  font-size: 12px !important;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 400;

  color: #FFFFFF;

  opacity: 0.6;

}

.dark-theme .socail_share {

  margin-top: 5px;

  margin: 0;

  padding: 0;

}

.dark-theme .socail_share li {

  position: relative;

  z-index: 2;

  list-style: none;

}

.dark-theme .socail_share li a {

  color: #FFFFFF;

  opacity: 0.4;

  font-size: 12px;

}

.dark-theme .socail_share li a i {

  margin-right: 3px;

}

.dark-theme .socail_share li:last-child {

  margin-left: 10px;

  padding-left: 10px;

}

.dark-theme .socail_share li:last-child:after {

  position: absolute;

  content: "";

  height: 10px;

  width: 2px;

  background: #FFFFFF;

  left: -5px;

  top: 50%;

  opacity: 0.4;

  margin-top: -5px;

  border-radius: 50%;

}

.dark-theme .author a {

  color: #FFFFFF;

}

.dark-theme .author ul li {

  display: inline-block;

  color: #C4C7C9;

  font-size: 15px;

}

.dark-theme .author ul li a {

  color: #C4C7C9;

}

.dark-theme .tags li.tag_list {

  border: 1px solid #00adc6;

  background: #00adc6;

  color: #FFFFFF;

}

.dark-theme .tags li a {

  border: 1px solid #00adc6;

  color: #FFFFFF;

  font-weight: 500;

}

.dark-theme .tags li a:hover {

  background: #00adc6;

}

.dark-theme .next_prv_single {

  padding-left: 20px;

}

.dark-theme .next_prv_single p {

  color: #8A8F94;

  font-weight: 500;

  font-size: 15px;

  margin-bottom: 5px;

}

.dark-theme .next_prv_single a {

  font-size: 20px;

  font-weight: 500;

  color: #FFFFFF;

}

.dark-theme .next_prv_single a:hover {

  color: #00adc6;

}

.dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #233340;

}

.dark-theme .points li:before {

  background: #FFFFFF;

}

.dark-theme .next_prv_single3:hover a:hover {

  color: #FFFFFF;

}

.dark-theme .comment_list2 .single_comment a {

  color: #FFFFFF;

}

.dark-theme .comment_form input, .dark-theme .comment_form2 input {

  border: none;

  background: #29333C;

  margin-bottom: 15px;

  color: #FFFFFF;

}

.dark-theme .comment_form textarea, .dark-theme .comment_form2 textarea {

  border: none;

  background: #29333C;

  color: #FFFFFF;

}

.dark-theme .comment_form input.cbtn2, .dark-theme .comment_form2 input.cbtn2 {

  margin-bottom: 0;

  background: #00adc6;

}

.dark-theme .comment_form input.cbtn2:hover, .dark-theme .comment_form2 input.cbtn2:hover {

  background: #29333C !important;

}

.dark-theme .widget_tab ul li a {

  background: #233340;

  color: #FFFFFF;

}

.dark-theme .widget_tab ul li a.active {

  color: #FFFFFF;

  background: #00adc6;

}

.dark-theme .bold {

  background: #17222B;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.theme-3 {

  /* Main navigation */

  /* Dropdown */

  /*-- Dark bg style --*/

  /* magnific pop up modal */

  /* animation keyframes list */

  /* ===================

  // Menu tab

  ======================= */

  /* Header with Menu

  ================================================== */

  /* Responsive styles

  ================================================== */

  /* Large Devices, Wide Screens */

  /* Medium Devices, Desktops */

  /* Small Devices, Tablets */

  /* Small Devices Potrait */

  /* Extra Small Devices, Phones */

  /* Custom, iPhone Retina */

  /*MENU RIGHT AREA CSS*/

}

.theme-3 .site-nav-inner {

  position: relative;

}

.theme-3 .main-nav {

  background: #17222B;

}

.theme-3 .navbar {

  border-radius: 0;

  border: 0;

  margin-bottom: 0;

  padding-top: 0px;

  padding-bottom: 0px;

}

.theme-3 .navbar-toggler {

  color: #fff;

  padding: 8px 15px;

  background: #e74907;

  position: absolute;

  top: -55px;

  z-index: 9;

}

.theme-3 .navbar-toggler-icon {

  width: 25px;

}

.theme-3 .navbar-toggle .i-bar {

  background: #fff;

}

.theme-3 .navbar-collapse {

  padding-left: 0;

}

.theme-3 ul.navbar-nav > li {

  float: left;

  padding: 0;

  position: relative;

}

.theme-3 ul.navbar-nav > li > a {

  padding: 0 15px;

  line-height: 50px;

  font-size: 16px;

  font-weight: 400;

  text-transform: capitalize;

  margin: 0;

  position: relative;

  transition: 350ms;

  padding: 10px 22px;

}

.theme-3 ul.navbar-nav > li > a i {

  font-weight: 500;

}

.theme-3 ul.navbar-nav > li > a:hover, .theme-3 ul.navbar-nav > li > a:focus {

  background: none;

}

.theme-3 ul.navbar-nav > li:hover a::before, .theme-3 ul.navbar-nav > li.active a::before {

  border-color: #00adc6;

  opacity: 1;

  transform: scale(1) translateZ(0);

}

.theme-3 .nav .open > a,

.theme-3 .nav .open > a:hover,

.theme-3 .nav .open > a:focus {

  background: transparent;

  border: 0;

}

.theme-3 ul.navbar-nav > li.mega-dropdown {

  position: static;

}

.theme-3 .dropdown-submenu {

  position: relative;

}

.theme-3 .dropdown-submenu > .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -2px;

  border-radius: 0;

}

.theme-3 .dropdown-submenu > a:after {

  display: block;

  content: "";

  font-family: "Font Awesome 5 pro";

  float: right;

  margin-top: 3px;

  margin-right: -5px;

}

.theme-3 .dropdown-submenu:hover > a:after {

  border-left-color: #fff;

}

.theme-3 .dropdown-submenu.pull-left {

  float: none;

}

.theme-3 .dropdown-submenu.pull-left > .dropdown-menu {

  left: -100%;

  margin-left: 10px;

  border-radius: 6px 0 6px 6px;

}

.theme-3 .dropdown-toggle::after {

  display: none;

}

.theme-3 .dropdown-menu {

  text-align: left;

  background: #fff;

  z-index: 100;

  min-width: 230px;

  border-radius: 0;

  border: 0;

  border: 0;

  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);

  margin-top: 0;

  padding: 0;

}

.theme-3 .navbar-nav > li > .dropdown-menu {

  border-top: 1px solid #dedede;

}

.theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {

  border-top: 0;

}

.theme-3 .dropdown-menu-large {

  min-width: 400px;

}

.theme-3 .dropdown-menu-large > li > ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.theme-3 .dropdown-menu-large > li > ul > li > a {

  padding-left: 0;

}

.theme-3 .dropdown-menu-large > li > ul > li.active > a {

  color: #fc4a00;

}

.theme-3 .navbar-nav > li > .dropdown-menu > a {

  background: none;

}

.theme-3 .dropdown-menu li a {

  display: block;

  font-size: 12px;

  font-weight: 700;

  line-height: normal;

  text-decoration: none;

  padding: 15px 25px 15px 25px;

  border-bottom: 1px solid #17222B;

  color: #FFFFFF;

  background: #29333C;

  text-transform: capitalize;

}

.theme-3 .dropdown-menu li:last-child > a {

  border-bottom: 0;

}

.theme-3 .dropdown-menu > .active > a,

.theme-3 .dropdown-menu > .active > a:hover,

.theme-3 .dropdown-menu > .active > a:focus,

.theme-3 .dropdown-menu > .active > .dropdown-menu > .active > a {

  background: #17222B;

  color: #00adc6;

}

.theme-3 .dropdown-menu > li > a:hover,

.theme-3 .dropdown-menu > li > a:focus {

  background: #17222B;

  color: #fff;

}

@media (min-width: 767px) {

  .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 100%;

    top: 0;

    display: none;

  }

  .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {

    display: block;

  }

}

.theme-3 .mega-menu-content {

  width: 1110px;

  padding: 0;

}

.theme-3 .mega-menu-content-inner {

  padding: 20px 10px;

}

.theme-3 .mega-menu-content .row {

  margin: 0;

}

.theme-3 .main-nav.dark-bg > .container > .row {

  border: 0;

  background: #272727;

  margin-left: 0;

  margin-right: 0;

}

.theme-3 .dark-bg .navbar-toggler {

  margin-left: 6px;

}

.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a {

  color: #fff;

}

.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a:before {

  border: 0;

}

.theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {

  background: #fc4a00;

}

.theme-3 .main-nav.dark-bg .nav-search i {

  color: #fff;

}

.theme-3 .main-nav {

  position: relative;

  padding: 0 15px;

}

.theme-3 .mfp-bg.xs-promo-popup {

  background-color: rgba(0, 0, 0, 0.87);

  padding-bottom: 100%;

  border-radius: 100%;

  overflow: hidden;

  animation: menu-animation 0.8s ease-out forwards;

}

@keyframes menu-animation {

  0% {

    opacity: 0;

    transform: scale(0.04) translateY(300%);

  }

  40% {

    transform: scale(0.04) translateY(0);

    transition: ease-out;

  }

  40% {

    transform: scale(0.04) translateY(0);

  }

  60% {

    opacity: 1;

    transform: scale(0.02) translateY(0px);

  }

  61% {

    opacity: 1;

    transform: scale(0.04) translateY(0px);

  }

  99.9% {

    opacity: 1;

    height: 0;

    padding-bottom: 100%;

    border-radius: 100%;

  }

  100% {

    opacity: 1;

    transform: scale(2) translateY(0px);

    height: 100%;

    padding-bottom: 0;

    border-radius: 0;

  }

}

.theme-3 .menu-tab .nav.nav-tabs {

  border-right: 1px solid #dedede;

  padding: 20px 0;

  padding-right: 0;

  min-height: 250px;

  margin-top: 0;

}

.theme-3 .menu-tab .nav.nav-tabs > li > a {

  border: 1px solid transparent;

  border-radius: 0;

  font-weight: 400;

  padding: 14px 16px 14px 30px;

  background: #fff;

  text-transform: initial;

  font-size: 14px;

}

.theme-3 .menu-tab .nav.nav-tabs > li > a.active {

  background: #dedede;

  margin-right: -1px;

  border: 1px solid #dedede;

  border-right: 0;

  color: #fc4a00;

  cursor: pointer;

}

.theme-3 .menu-tab .tab-content > .tab-pane {

  padding: 25px 0;

  min-height: 250px;

}

.theme-3 .menu-tab .tab-content > .tab-pane .col-md-3 {

  padding-right: 10px;

  padding-left: 10px;

}

.theme-3 .header.header-menu {

  padding: 0;

}

.theme-3 .header.header-menu .logo {

  padding: 12px 0;

}

.theme-3 .header.header-menu > .container > .row {

  border-bottom: 1px solid #dedede;

  margin-left: 0;

  margin-right: 0;

}

.theme-3 .header.header-menu ul.navbar-nav > li > a {

  line-height: 70px;

}

.theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-3 .site-nav-inner {

  position: static;

  width: 100%;

}

.theme-3 .header.header-menu .mega-menu-content {

  min-width: 1145px;

  left: -43%;

}

.theme-3 .nav-social-wrap {

  position: absolute;

  right: 0;

  top: 0;

  padding: 0;

}

.theme-3 .navbar {

  position: absolute;

  top: 70px;

  width: 100%;

  background: #f8f8f8;

  z-index: 9;

  padding: 0;

}

@media (min-width: 992px) {

  .theme-3 .navbar {

    position: static;

    top: 70px;

    width: 100%;

    background: transparent;

  }

  .theme-3 ul.navbar-nav > li > a {

    color: #FFFFFF;

    padding: 0 22px;

  }

  .theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-3 .site-nav-inner {

    position: static;

    width: 100%;

  }

}

.theme-3 ul.navbar-nav > li:after {

  position: absolute;

  content: "";

  height: 0;

  width: 100%;

  background: #00adc6;

  bottom: 0;

  left: 0;

  z-index: 2;

  transition: all 0.3s;

}

.theme-3 ul.navbar-nav > li:hover:after {

  height: 2px;

  transition: all 0.3s;

}

@media (min-width: 992px) {

  .theme-3 .header {

    min-height: 70px;

  }

  .theme-3 .main-nav ul.navbar-nav > li > a {

    padding: 0 15px;

    line-height: 70px;

    display: inline-block;

  }

  .theme-3 .main-nav ul.navbar-nav > li {

    position: relative;

    z-index: 2;

    transition: all 0.3s;

  }

  .theme-3 .main-nav ul.navbar-nav > li:before {

    position: absolute;

    content: "";

    height: 0;

    width: 100%;

    background: #00adc6;

    z-index: -1;

    left: 0;

    top: 0;

    transition: all 0.3s;

  }

  .theme-3 .main-nav ul.navbar-nav > li:after {

    position: absolute;

    content: "";

    height: 2px;

    width: 0;

    background: #FFFFFF;

    z-index: -1;

    left: 0;

    bottom: 0;

    transition: all 0.3s;

  }

  .theme-3 .main-nav ul.navbar-nav > li:hover:before {

    height: 100%;

    transition: all 0.3s;

  }

  .theme-3 .main-nav ul.navbar-nav > li:hover:after {

    width: 100%;

    transition: all 0.3s;

  }

  .theme-3 .main-nav ul.navbar-nav > li > a:hover::after {

    opacity: 1;

  }

  .theme-3 blockquote {

    padding: 45px 120px 30px;

  }

}

@media (min-width: 1200px) {

  .theme-3 {

    /* Header */

  }

  .theme-3 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-3 .navbar-collapse {

    padding-right: 0;

  }

  .theme-3 .nav-style-boxed .navbar-collapse {

    padding-left: 15px;

  }

  .theme-3 .header.header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -27px;

  }

  .theme-3 .main-nav ul.navbar-nav > li > a {

    padding: 0px 15px 0px;

  }

  .theme-3 .sidebar {

    margin-left: 40px;

  }

  .theme-3 .sidebar.sidebar-left {

    margin-left: 0;

    margin-right: 40px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .theme-3 {

    /* Header */

    /* Subscribe */

    /* Action box */

    /* Footer */

  }

  .theme-3 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-3 ul.navbar-nav > li {

    padding: 0 6px;

  }

  .theme-3 ul.navbar-nav > li a {

    font-size: 12px;

  }

  .theme-3 .dropdown-menu li a {

    font-size: 12px;

  }

  .theme-3 .header .header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -11px;

  }

  .theme-3 .newsletter-form input {

    min-width: 340px;

  }

  .theme-3 .action-box-text {

    font-size: 13px;

  }

  .theme-3 #back-to-top.affix {

    bottom: 35px;

  }

  .theme-3 .mega-menu-content {

    max-width: 940px;

  }

}

@media (min-width: 575px) {

  .theme-3 .main-nav {

    padding: 0;

  }

  .theme-3 .nav-social-wrap {

    padding: 0 15px;

  }

  .theme-3 .navbar-toggler {

    left: 15px;

  }

  .theme-3 .navbar {

    width: 98%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .theme-3 {

    /* top info */

    /* Header */

    /* Navigation breakpoint */

    /* Navigation */

    /* Featured area */

    /* Sidebar */

    /* Footer */

  }

  .theme-3 ul.top-info li {

    padding-right: 12px;

  }

  .theme-3 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-3 .logo {

    padding: 13px 0;

  }

  .theme-3 .logo img {

    width: 100%;

  }

  .theme-3 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-3 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-3 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-3 .navbar-collapse ul.navbar-nav {

    float: none !important;

    margin-top: 0px;

    width: 100%;

  }

  .theme-3 ul.navbar-nav > li {

    float: none;

    display: block;

  }

  .theme-3 .collapse.in {

    display: block !important;

  }

  .theme-3 .navbar-collapse.in {

    overflow-y: auto;

  }

  .theme-3 ul.nav li.dropdown:hover ul.dropdown-menu {

    display: none;

  }

  .theme-3 ul.nav li.dropdown.open ul.dropdown-menu {

    display: block;

  }

  .theme-3 .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .theme-3 .navbar-collapse {

    background: none;

    width: 100%;

  }

  .theme-3 ul.navbar-nav > li:hover > a:after,

.theme-3 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-3 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-3 ul.navbar-nav > li,

.theme-3 .nav-style-boxed ul.navbar-nav > li {

    display: block;

  }

  .theme-3 .navbar-nav .open .dropdown-menu > li {

    padding-left: 0;

  }

  .theme-3 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

    padding: 5px 15px 10px 10px;

  }

  .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 10px 10px;

  }

  .theme-3 ul.navbar-nav {

    padding: 0 0 10px;

  }

  .theme-3 ul.navbar-nav li {

    float: none;

  }

  .theme-3 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 10px 20px;

    display: block;

    min-width: 350px;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {

    padding-left: 50px;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 35px !important;

  }

  .theme-3 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

    box-shadow: none;

    border-top: 0;

    background: none;

  }

  .theme-3 ul.navbar-nav .dropdown-menu li a {

    padding-left: 20px !important;

  }

  .theme-3 ul.navbar-nav > li.nav-search,

.theme-3 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-3 ul.navbar-nav li a i,

.theme-3 .dropdown-submenu > a:after {

    float: right;

    width: 36px;

    height: 28px;

    line-height: 28px;

    margin-top: -5px;

    text-align: center;

    color: #000;

  }

  .theme-3 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-3 .featured-post-area .pad-r {

    padding-right: 15px;

  }

  .theme-3 .featured-post-area .pad-l {

    padding-left: 15px;

  }

  .theme-3 .sidebar-right {

    margin-top: 50px;

  }

  .theme-3 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-3 .block.color-aqua,

.theme-3 .block.color-violet {

    margin-top: 40px;

  }

  .theme-3 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-3 .newsletter-form input {

    width: 90%;

  }

  .theme-3 .footer-info-content {

    padding: 50px 100px 0;

  }

  .theme-3 #back-to-top.affix {

    bottom: 78px;

  }

}

@media (max-width: 767px) {

  .theme-3 {

    /* Top bar */

    /* Header */

    /* Navigation breakpoint */

    /* Dart bg */

    /* Search */

    /* Featured area */

    /* Block */

    /* Sidebar */

    /* Footer */

    /* Block title */

    /* Category style */

  }

  .theme-3 .boxed-layout .body-inner {

    margin: 0 auto;

  }

  .theme-3 .trending-bar {

    padding: 20px 0;

  }

  .theme-3 .trending-bar .trending-title {

    float: none;

    border: none;

  }

  .theme-3 .trending-bar .post-title.title-small {

    padding: 10px 0;

  }

  .theme-3 .ts-date {

    padding: 0;

    border-right: 0;

    display: block;

  }

  .theme-3 .top-nav {

    display: block;

    margin: 10px 0;

  }

  .theme-3 .top-bar {

    text-align: center;

  }

  .theme-3 .top-social ul li a {

    padding: 0 10px;

  }

  .theme-3 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-3 .logo {

    padding: 13px 0 25px;

    text-align: center;

  }

  .theme-3 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-3 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-3 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-3 .navbar-collapse.collapse:after {

    display: block;

    content: "";

    clear: both;

  }

  .theme-3 .navbar-collapse,

.theme-3 .site-nav-inner {

    background: none;

    width: 100%;

  }

  .theme-3 ul.navbar-nav > li:hover > a:after,

.theme-3 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-3 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-3 .navbar-nav .open .dropdown-menu > li > a,

.theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 10px 15px 10px 10px;

  }

  .theme-3 ul.navbar-nav > li {

    display: block;

  }

  .theme-3 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

  }

  .theme-3 ul.navbar-nav > li.nav-search,

.theme-3 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-3 ul.navbar-nav {

    width: 100%;

    padding: 0 0 10px;

  }

  .theme-3 ul.navbar-nav > li {

    float: none;

  }

  .theme-3 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 7px 20px;

    display: block;

    background: transparent;

  }

  .theme-3 ul.navbar-nav .dropdown-menu > li > a {

    padding-left: 15px;

  }

  .theme-3 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 20px;

  }

  .theme-3 ul.navbar-nav .dropdown-menu {

    box-shadow: none;

    border-top: 0;

    background: none;

    padding-left: 15px;

  }

  .theme-3 ul.navbar-nav li a i,

.theme-3 .dropdown-submenu > a:after {

    color: #333;

    float: right;

    line-height: 28px;

    margin-top: -5px;

    margin-right: 10px;

    text-align: center;

  }

  .theme-3 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-3 .main-nav.dark-bg {

    margin-bottom: 20px;

  }

  .theme-3 .main-nav.dark-bg > .container > .row {

    padding: 0 20px;

  }

  .theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {

    background: none;

  }

  .theme-3 .main-nav.dark-bg ul.navbar-nav li a {

    color: #17222B;

  }

  .theme-3 .header-top-social {

    margin-bottom: 20px;

  }

  .theme-3 .search-block {

    width: 220px;

  }

  .theme-3 .header.header-menu {

    position: relative;

    margin-bottom: 20px;

  }

  .theme-3 .search-area {

    position: absolute;

    right: 0;

    top: 50px;

  }

  .theme-3 .featured-post-area .pad-r,

.theme-3 .pad-r-small {

    padding-right: 15px;

    padding-right: 15px;

  }

  .theme-3 .featured-post-area .pad-l,

.theme-3 .pad-l-small {

    padding-left: 15px;

  }

  .theme-3 .post-title {

    font-size: 18px;

    line-height: 26px;

  }

  .theme-3 .block.color-orange .post-overaly-style.last {

    margin-top: 40px;

  }

  .theme-3 .sidebar-right {

    margin-top: 50px;

  }

  .theme-3 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-3 .block.color-aqua,

.theme-3 .block.color-violet {

    margin-top: 40px;

  }

  .theme-3 .social-icon li a i {

    margin-bottom: 10px;

  }

  .theme-3 .post-block-style.post-float-half .post-thumb img {

    max-width: 100%;

    min-height: 100%;

    margin-bottom: 20px;

  }

  .theme-3 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-3 .newsletter-form input {

    width: 90%;

  }

  .theme-3 .footer-info-content {

    padding: 50px 20px 0;

  }

  .theme-3 .footer-social li a i {

    margin-bottom: 10px;

  }

  .theme-3 #back-to-top.affix {

    bottom: 78px;

  }

  .theme-3 .featured-tab .nav-tabs {

    margin: 20px 0;

    position: static;

  }

  .theme-3 .footer-menu .nav {

    display: inline-block;

  }

  .theme-3 #back-to-top {

    bottom: 0;

    right: 20px;

  }

  .theme-3 .block-title > span {

    padding: 9px 10px;

  }

  .theme-3 .featured-tab .nav-tabs > li > a {

    font-size: 12px;

  }

  .theme-3 .category-style2 .post-thumb {

    margin-bottom: 20px;

  }

  .theme-3 .ts-author-comments::after {

    display: none;

  }

  .theme-3 .single-post .post-navigation {

    padding: 30px 0;

  }

  .theme-3 .single-post .post-navigation .post-next,

.theme-3 .single-post .post-navigation .post-previous {

    width: 100%;

    border: none;

    margin: 10px 0;

  }

}

@media (max-width: 991px) {

  .theme-3 .featured-slider .item .featured-post .post-content {

    padding: 20px;

  }

  .theme-3 .post-video .post-video-content {

    padding: 0 20px 10px;

  }

  .theme-3 .post-video .post-video-content h3 {

    font-size: 18px;

  }

}

.theme-3 h2.post-title.title-small, .theme-3 h2.post-title.title-small a {

  font-size: 16px;

  color: #17222B;

  margin-top: 10px;

  font-weight: 500;

}

.theme-3 .post-thumb {

  position: relative;

  z-index: 2;

}

.theme-3 a.popup {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 70px;

  width: 70px;

  margin-left: -35px;

  text-align: center;

  margin-top: -35px;

  line-height: 70px;

  font-size: 20px;

  color: #17222B;

  background: #fff;

  border-radius: 50%;

}

.theme-3 .menu_right {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.theme-3 .users_area {

  position: relative;

  z-index: 2;

}

.theme-3 .search_form {

  position: absolute;

  height: 100%;

  width: 200px;

  left: -130px;

  top: -95px;

  background: #fff;

  display: none;

  visibility: hidden;

  opacity: 0;

  transition: all 0.4s;

}

.theme-3 .search_form.active {

  visibility: visible;

  opacity: 1;

  display: block;

  transition: all 0.4s;

}

.theme-3 .search_form input {

  border: none;

  padding: 15px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}

.theme-3 .temp_wap {

  position: relative;

  z-index: 2;

  padding-left: 70px;

}

.theme-3 .temp_wap p {

  color: #9199A0;

}

.theme-3 .temp_icon {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  position: absolute;

  left: 15px;

}

.theme-3 h3.temp_count {

  position: relative;

  z-index: 2;

  color: #17222B;

  display: inline-block;

}

.theme-3 h3.temp_count:after {

  position: absolute;

  content: "";

  height: 30px;

  width: 30px;

  background: url(../images/icon/s.png);

  background-repeat: no-repeat;

  right: -35px;

}

.theme-3 .lang {

  padding-left: 15px;

}

.theme-3 .lang li a {

  font-weight: 500;

  color: #9199A0;

}

.theme-3 .users_area li {

  font-weight: 500;

  padding: 0 4px;

  font-size: 16px;

  cursor: pointer;

  color: #9199A0;

}

.theme-3 .menu_right > div {

  position: relative;

  z-index: 2;

  padding-right: 15px;

}

.theme-3 .menu_right > div:after {

  position: absolute;

  content: "";

  height: 25px;

  width: 2px;

  background: #65717A;

  right: 0;

  top: 50%;

  margin-top: -12.5px;

}

.theme-3 .menu_right > div:last-child {

  padding-right: 0;

}

.theme-3 .menu_right > div:last-child:after {

  display: none;

}

.theme-3 .date3 {

  background: #29333C;

  padding: 21px;

  color: #fff;

  text-align: center;

}

.theme-3 .main-menu .row {

  padding: 0;

  margin: 0;

}

.theme-3 .main-menu .col-lg-3 {

  padding: 0;

  margin: 0;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, .theme-3 .signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1 {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .theme-3 .topbar .social1 li a, .dark-theme .topbar .social1 ul li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.theme-3 {

  /*GLOBAL STYLE*/

  /*OTHERS STYLE*/

  /*================================

  	RESPONSIVE CSS



  */

  /*================================

  	HEIGH LARGE DEVICE



  */

  /*================================

  	EXTRA LARGE DEVICE



  */

  /*================================

  	SMALL LEPTOP DEVICE



  */

  /*================================

  	MEDIUM DEVICE



  */

  /*================================

  	LARGE MOBILE DEVICE



  */

  /*================================

  	MOBILE LANDSCAPE DEVICE



  */

  /*================================

   MOBILE PORTRAIT DEVICE



  */

}

.theme-3 .container {

  max-width: 1230px;

}

.theme-3 .signup_form form {

  background: #ECEDEE;

  position: relative;

  z-index: 2;

  border-radius: 5px;

  overflow: hidden;

}

.theme-3 .signup_form form input.signup {

  padding: 15px;

  width: 65%;

  margin: 0;

  background: #ECEDEE;

}

.theme-3 .signup_form form input.cbtn {

  position: absolute;

  right: 0;

  top: 0px;

  padding: 15px 20px;

}

.theme-3 .user3 {

  position: relative;

  z-index: 2;

  padding-right: 25px;

}

.theme-3 .user3:after {

  position: absolute;

  content: "";

  height: 15px;

  width: 2px;

  background: #B9BCBF;

  right: 10.5px;

  top: 50%;

  margin-top: -7.5px;

}

.theme-3 .topbar .tranding_bar li {

  font-size: 14px;

  font-weight: 400;

  color: #39424A;

}

.theme-3 .topbar li.tranding {

  background: #FFE5E5;

  padding: 12px 20px;

  font-weight: 600;

  color: #FF5555;

  margin-right: 10px;

}

.theme-3 .topbar .top_date_social > div {

  display: inline-block;

}

.theme-3 .topbar .top_date_social > div:first-child {

  padding-right: 10px;

  margin-right: 10px;

  position: relative;

  z-index: 2;

}

.theme-3 .topbar .top_date_social > div:first-child:after {

  position: absolute;

  content: "";

  height: 15px;

  width: 2px;

  right: -3.5px;

  top: 50%;

  margin-top: -7.5px;

}

.theme-3 .topbar .paper_date p {

  font-size: 14px;

  font-weight: 400;

  color: #39424A;

}

.theme-3 .topbar .social1 {

  margin: 0;

  padding: 0;

}

.theme-3 .topbar .social1 li {

  list-style: none;

}

.theme-3 .topbar .social1 li a {

  color: #39424A;

  font-size: 14px;

}

.theme-3 .type19 .single_post_text p {

  font-size: 17px;

  line-height: 23px;

  font-weight: 400;

  color: #17222B;

}

.theme-3 .post_type6 .meta {

  position: relative;

  z-index: 2;

}

.theme-3 .post_type6 .meta:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 2px;

  background: #00adc6;

  z-index: 9;

  left: -40px;

  top: 50%;

  margin-top: -10px;

}

.theme-3 .footer {

  padding: 80px 0 0 0;

}

.theme-3 .footer .single_contact3 {

  display: inline-block;

  width: 32.33%;

  position: relative;

  z-index: 2;

  padding-left: 20px;

}

.theme-3 .footer .single_contact3 h6 {

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 5px;

  position: relative;

  z-index: 2;

}

.theme-3 .footer .single_contact3 h6:before {

  position: absolute;

  content: "";

  height: 6px;

  width: 6px;

  background: #00adc6;

  left: -15px;

  top: 50%;

  margin-top: -3px;

}

.theme-3 .footer .single_contact3 p {

  color: #17222B;

  font-size: 15px;

  font-weight: 500;

}

.theme-3 .footer .single_contact3 a {

  color: #17222B;

  font-size: 15px;

  font-weight: 500;

}

.theme-3 .footer .more_newss {

  padding-left: 20px;

  border-left: 1px solid #E7E8E9;

}

.theme-3 .footer .single_footer_nav ul li a {

  color: #17222B;

}

.theme-3 .footer .single_fcontact {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 15px;

}

.theme-3 .footer .single_fcontact:last-child {

  margin-bottom: 0;

}

.theme-3 .footer .single_fcontact a {

  color: #17222B;

}

.theme-3 .footer .single_fcontact .fcicon {

  height: 30px;

  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.theme-3 .footer .widget-title2 {

  font-size: 20px;

  color: #17222B;

  font-weight: 400;

  margin-bottom: 30px;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 0;

  padding-bottom: 0;

  border: none;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed h6 {

  color: #17222B;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed h6 span {

  color: #00adc6;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed p {

  font-size: 14px;

  color: #17222B;

  margin-top: 3px;

}

.theme-3 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {

  height: 20px;

  width: 20px;

  color: #00adc6;

  position: absolute;

  left: 0;

  top: 0;

}

.theme-3 .footer .single_more_news {

  position: relative;

  z-index: 2;

}

.theme-3 .footer .single_more_news:before {

  position: absolute;

  content: "";

  height: 15px;

  width: 15px;

  background: #fff;

  border-radius: 50%;

  left: -27.5px;

  top: 0;

}

.theme-3 .footer .single_more_news:after {

  position: absolute;

  content: "";

  height: 5px;

  width: 5px;

  background: #00adc6;

  border-radius: 50%;

  left: -22.5px;

  top: 5.5px;

}

.theme-3 .footer .extra_newss .single_extra_news {

  margin-bottom: 15px;

  padding-bottom: 30px;

  padding-right: 60px;

  position: relative;

  z-index: 2;

}

.theme-3 .footer .extra_newss .single_extra_news:nth-child(6) {

  margin-bottom: 0;

  padding-bottom: 0;

}

.theme-3 .footer .extra_newss .single_extra_news p {

  color: #00adc6;

  font-size: 12px;

}

.theme-3 .footer .extra_newss .single_extra_news p span {

  color: #747A80;

}

.theme-3 .footer .extra_newss .single_extra_news a {

  color: #17222B;

}

.theme-3 .footer .extra_newss .single_extra_news span.news_counter {

  color: #747A80;

  height: 40px;

  display: inline-block;

  width: 40px;

  text-align: center;

  line-height: 40px;

  font-size: 36px;

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -25px;

}

.theme-3 .footer .extra_newss .single_fcontact {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 15px;

}

.theme-3 .footer .extra_newss .single_fcontact:last-child {

  margin-bottom: 0;

}

.theme-3 .footer .extra_newss .single_fcontact a {

  color: #17222B;

}

.theme-3 .footer .extra_newss .single_fcontact .fcicon {

  height: 30px;

  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.theme-3 .footer .single_more_news a {

  color: #17222B;

  font-size: 18px;

  font-weight: 500;

}

.theme-3 .footer .single_more_news p.meta {

  color: #00adc6;

  font-weight: 500;

  font-size: 12px;

}

.theme-3 .footer .single_more_news p {

  font-size: 15px;

  font-weight: 300;

  color: body_color;

  line-height: 23px;

  margin-top: 10px;

}

.theme-3 .footer .copyright {

  background: #ECEDEE;

  margin-top: 30px;

  padding: 15px 0;

}

.theme-3 .footer .copyright p {

  color: #747A80;

}

.theme-3 .footer .copyright ul li a {

  color: #17222B;

  padding: 0 10px;

}

.theme-3 .footer .copyright ul li a:hover {

  color: #17222B;

}

.theme-3 .lang-3 a {

  color: #39424A;

}

.theme-3 .single_post_text .meta2 {

  margin-bottom: 0;

}

.theme-3 .single_post_text .meta2 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

}

.theme-3 .single_post_text .meta2 a:first-child {

  color: #00adc6;

}

.theme-3 .single_post_text .meta2 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.theme-3 .single_post_text .meta2 a:last-child:before {

  position: absolute;

  content: "|";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}

.theme-3 .single_post_text .meta5 {

  margin-bottom: 0;

}

.theme-3 .single_post_text .meta5 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  color: #FFFFFF;

}

.theme-3 .single_post_text .meta5 a:last-child {

  margin-left: 20px;

  font-weight: 400;

}

.theme-3 .single_post_text .meta5 a:last-child:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  background: #000;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  text-align: center;

}

.theme-3 .single_post_text .meta3 {

  margin-bottom: 0;

  position: relative;

  z-index: 2;

}

.theme-3 .single_post_text .meta3:before {

  position: absolute;

  content: "";

  height: 15px;

  width: 1.5px;

  background: #00adc6;

  left: -20px;

  top: 50%;

  margin-top: -7.5px;

}

.theme-3 .single_post_text .meta3 a {

  font-size: 14px !important;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  margin-bottom: 0;

}

.theme-3 .single_post_text .meta3 a:first-child {

  color: #00adc6;

}

.theme-3 .single_post_text .meta3 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.theme-3 .single_post_text .meta3 a:last-child:before {

  position: absolute;

  content: "|";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}

.theme-3 .single_post_text .meta {

  margin-bottom: 0;

}

.theme-3 .single_post_text .meta a {

  font-size: 14px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

}

.theme-3 .single_post_text .meta a:last-child {

  margin-left: 20px;

}

.theme-3 .single_post_text .meta a:last-child:before {

  position: absolute;

  content: "|" !important;

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  text-align: center;

}

.theme-3 .single_post_text .meta4 {

  margin-top: 0;

}

.theme-3 .single_post_text .meta4 a {

  font-size: 12px !important;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  color: #17222B;

  opacity: 0.6;

}

.theme-3 .trancarousel_area .nav_style1 .owl-nav {

  position: absolute;

  right: -20%;

  top: 50%;

  margin-top: -11.5px;

}

.theme-3 .trancarousel_area .nav_style1 .owl-nav div {

  border-radius: 3px;

  height: 23px;

  width: 23px;

  line-height: 23px;

}

.theme-3 .trancarousel_area .nav_style1 .owl-nav div:last-child {

  margin-left: 7px;

}

.theme-3 .trancarousel_area p.trand {

  float: left;

  margin-right: 10px;

  padding: 12px 20px;

  background: #FFE5E5;

  font-size: 14px;

  font-weight: 500;

  color: #FF5555;

  line-height: 17px;

}

.theme-3 .trancarousel_area .trancarousel_item {

  padding: 12px;

  font-size: 14px;

  line-height: 17px;

  opacity: 0.85;

}

.theme-3 .trancarousel_area .trancarousel_item a {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}

.theme-3 .trancarousel_area .trancarousel_item p {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}

.theme-3 .nav_style1 .owl-nav {

  position: absolute;

  right: 0;

  top: -48px;

}

.theme-3 .nav_style1 .owl-nav div {

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  border: 1px solid #C1C4C6;

  color: #C1C4C6;

  transition: all 0.3s;

}

.theme-3 .nav_style1 .owl-nav div:last-child {

  margin-left: 14px;

}

.theme-3 .nav_style1 .owl-nav div:hover {

  background: #00adc6;

  border-color: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}

.theme-3 ul.like_cm {

  margin: 0;

  padding: 0;

}

.theme-3 ul.like_cm li {

  display: inline-block;

  margin-right: 20px;

  position: relative;

  z-index: 2;

}

.theme-3 ul.like_cm li:after {

  position: absolute;

  content: "";

  height: 12px;

  width: 2px;

  background: #B9BCBF;

  right: -12px;

  top: 50%;

  margin-top: -6px;

}

.theme-3 ul.like_cm li:last-child:after {

  display: none;

}

.theme-3 ul.like_cm li a {

  font-weight: 500;

  font-size: 17px !important;

  color: #747A80;

}

.theme-3 ul.like_cm li a i {

  color: #70BDFF;

}

.theme-3 ul.like_cm li:last-child {

  margin-right: 0;

}

.theme-3 .type14 {

  padding-left: 85px;

  min-height: 60px;

}

.theme-3 .type14 .post_img {

  border-radius: 5px;

  overflow: hidden;

  max-height: 52px;

  max-width: 75px;

}

.theme-3 .type14 .single_post_text .meta {

  color: #737A7F;

}

.theme-3 .type16 {

  padding-left: 120px;

  min-height: 60px;

  margin-bottom: 0;

}

.theme-3 .type16 .post_img {

  border-radius: 5px;

  overflow: hidden;

  max-height: 69px;

  max-width: 100px;

}

.theme-3 .post_type15 .single_post_text {

  padding-right: 20%;

}

.theme-3 .post_type15 .single_post_text a {

  font-size: 20px;

  line-height: 24px;

  font-weight: 500;

}

.theme-3 .meta.before:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 2px;

  background: #00adc6;

  left: -20px;

}

.theme-3 .border_tranding {

  border: 1px solid #FFFFFF;

}

.theme-3 .tranding3 .post_type15 .single_post_text {

  padding-bottom: 0;

}

.theme-3 .type17 {

  padding-right: 20px;

}

.theme-3 .type17 .post_img {

  height: 52px;

  width: 75px;

  border-radius: 5px;

}

.theme-3 .type17 .post_img .img_wrap {

  border-radius: 5px;

}

.theme-3 .type17 .post_img img {

  border-radius: 5px;

}

.theme-3 .type18 .single_post_text {

  padding-top: 20px;

}

.theme-3 .type18 .single_post_text a {

  font-size: 18px;

}

.theme-3 .type18 .post_img img {

  border-radius: 5px;

}

.theme-3 span.batch3.date {

  position: absolute;

  left: 0;

  top: 20px;

  height: 36px;

  background: #00adc6;

  display: flex;

  align-items: center;

  padding: 18px 12px;

  color: #fff;

  font-size: 12px;

  border-radius: 0 30px 30px 0;

}

.theme-3 .feature3 .nav_style1 .owl-nav {

  position: absolute;

  right: 20px;

  top: -70px;

}

.theme-3 .type20 .post_img {

  width: 42%;

}

.theme-3 .type20 .post_img .tranding {

  height: 30px;

  width: 30px;

  font-size: 12px;

  line-height: 30px;

  left: 10px;

  top: 10px;

}

.theme-3 .type20 .single_post_text {

  width: 57%;

}

.theme-3 .type20 .single_post_text a {

  font-size: 24px;

  margin-bottom: 10px;

  line-height: 29px;

}

.theme-3 .type20 .single_post_text li a {

  margin-bottom: 0;

}

.theme-3 .type20 .single_post_text .post-p {

  font-size: 15px;

  color: #39424A;

}

.theme-3 .type20 .single_post_text .meta_col {

  margin-bottom: 15px;

}

.theme-3 .type20 .single_post_text .meta_col p {

  color: #17222B;

  opacity: 0.4;

  font-weight: 500;

}

.theme-3 ul.meta_share li {

  margin-right: 7px;

}

.theme-3 ul.meta_share li:last-child {

  margin-right: 0;

}

.theme-3 ul.meta_share li a {

  font-size: 14px !important;

  color: #CACCCE;

}

.theme-3 .post_type21 .post_img:after {

  position: absolute;

  content: "";

  height: 40%;

  width: 100%;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);

  left: 0;

  bottom: 0;

}

.theme-3 .post_type21 .post_img .social_share {

  position: absolute;

  top: 20px;

  right: 20px;

  z-index: 2;

}

.theme-3 .post_type21 .post_img .social_share li a {

  color: #FFFFFF;

}

.theme-3 .post_type21 .post_img .sport_meta_ab {

  position: absolute;

  bottom: 20px;

  left: 20px;

  z-index: 2;

}

.theme-3 .post_type21 .post_img .sport_meta_ab li {

  font-size: 14px;

  font-weight: 500;

  color: #FFFFFF;

  margin-right: 10px;

  position: relative;

  z-index: 2;

}

.theme-3 .post_type21 .post_img .sport_meta_ab li:after {

  position: absolute;

  content: "";

  height: 12px;

  width: 2px;

  right: -8px;

  top: 50%;

  margin-top: -6px;

  background: #FFFFFF;

}

.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child {

  margin-right: 0;

}

.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child:after {

  display: none;

}

.theme-3 .post_type21 .post_img .sport_meta_ab li a {

  font-size: 14px;

  font-weight: 500;

  color: #FFFFFF;

}

.theme-3 .post_type21 .single_post_text {

  padding-bottom: 0;

}

.theme-3 .post_type21 .single_post_text a {

  font-size: 24px;

  line-height: 32px;

}

.theme-3 .post_type21 .single_post_text ul.like_cm li a {

  font-size: 14px !important;

}

.theme-3 .type22 {

  padding-left: 120px;

  min-height: 60px;

}

.theme-3 .type22 .post_img {

  border-radius: 5px;

  overflow: hidden;

  max-height: 56.25px;

  max-width: 100px;

}

.theme-3 .type22 .single_post_text .meta {

  color: #00adc6;

}

.theme-3 .tab3 .widgets_small {

  padding-right: 0px;

  min-height: 64px;

  padding-left: 80px;

}

.theme-3 .tab3 ul {

  margin-bottom: 0;

  padding-bottom: 10px;

}

.theme-3 .tab3 ul li {

  margin-right: 0px;

  width: 33%;

}

.theme-3 .tab3 ul li a {

  padding: 16px 25px;

}

.theme-3 .opinion .single_post_text {

  padding-bottom: 0;

}

.theme-3 .international_news .single_international a {

  font-size: 20px;

  font-weight: 500;

  color: #17222B;

}

.theme-3 .international_news .single_international .view_author a {

  font-size: 12px !important;

  color: #515960;

}

.theme-3 .international_news .single_international p {

  font-size: 15px;

}

.theme-3 .international_news .single_international .like_cm li a {

  font-size: 12px !important;

}

.theme-3 .international_news .single_international img {

  border-radius: 5px;

}

.theme-3 .international_news .meta {

  margin-bottom: 5px;

  font-weight: 500;

  font-size: 14px;

  color: #00adc6;

  text-transform: uppercase;

  position: relative;

  z-index: 2;

}

.theme-3 .view_author_details .view_author i {

  color: #00adc6;

}

.theme-3 .view_author_details .view_author a {

  font-size: 12px !important;

  color: #515960;

}

.theme-3 .view_author_details p {

  color: #515960;

  font-size: 12px;

}

.theme-3 a.single_social {

  display: inline-block;

  padding: 13px;

  font-size: 18px;

  font-weight: 500;

  position: relative;

  z-index: 2;

  padding-left: 35px;

  background: #3B5998;

  margin: 4px 3px;

  color: #FFFFFF;

  overflow: hidden;

  width: 104px;

  line-height: 12px;

  border-radius: 4px;

}

.theme-3 a.single_social span.follow_icon {

  position: absolute;

  left: 0;

  font-size: 12px;

  height: 100%;

  width: 30px;

  text-align: center;

  top: 0;

  margin-top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #334D82;

}

.theme-3 a.single_social span.icon_text {

  display: block;

  line-height: 10px;

  font-size: 11px;

  margin-top: 5px;

}

.theme-3 a.social_twitter {

  background: #1DA1F2;

}

.theme-3 a.social_twitter span.follow_icon {

  background: #1B87CA;

}

.theme-3 a.social_youtube {

  background: #FF5050;

}

.theme-3 a.social_youtube span.follow_icon {

  background: #D04648;

}

.theme-3 a.social_instagram {

  background: #9B45D5;

}

.theme-3 a.social_instagram span.follow_icon {

  background: #803DB3;

}

.theme-3 a.social_vimeo {

  background: #1AB7EA;

}

.theme-3 a.social_vimeo span.follow_icon {

  background: #1999C3;

}

.theme-3 a.social_medium {

  background: #00AB6C;

}

.theme-3 a.social_medium span.follow_icon {

  background: #048F5E;

}

.theme-3 .news_letter {

  background: #E9EAEB;

}

.theme-3 .news_letter p {

  color: #39424A;

  font-size: 17px;

  font-weight: 300;

}

.theme-3 .news3bg {

  background: #F2F6F8;

}

.theme-3 .sociai_style3 a.single_social {

  width: 142px;

  padding-left: 45px;

}

.theme-3 .sociai_style3.inner_socail4 a.single_social {

  width: 46%;

  padding-left: 45px;

}

@media screen and (max-width: 1024px) and (max-width: 1300px) {

  .theme-3 .trancarousel_area .nav_style1 .owl-nav {

    position: absolute;

    right: -15%;

    top: 50%;

    margin-top: -11.5px;

  }

  .theme-3 .temp_wap p {

    font-style: 10px;

  }

}

@media screen and (min-width: 767px) and (max-width: 990px) {

  .theme-3 .post_type15 .post_img img {

    width: 354px;

  }

  .theme-3 a.single_social {

    display: inline-block;

    padding: 13px;

    font-size: 16px;

    font-weight: 500;

    position: relative;

    z-index: 2;

    padding-left: 35px;

    margin: 4px 3px;

    color: #FFFFFF;

    overflow: hidden;

    width: 96px;

    line-height: 12px;

    border-radius: 4px;

  }

  .theme-3 .post_type6 .post_img img {

    width: 800px;

  }

  .theme-3 .trancarousel_area .nav_style1 .owl-nav {

    display: none;

  }

}

@media screen and (max-width: 990px) {

  .theme-3 .logo4 {

    margin: 0 auto;

    margin-bottom: 20px;

  }

  .theme-3 .topbar .tranding_bar li {

    font-size: 12px;

  }

}

@media screen and (max-width: 767px) {

  .theme-3 .topbar {

    text-align: center;

    margin-top: 20px;

  }

  .theme-3 .v3datentemp {

    text-align: center !important;

  }

  .theme-3 .social4.text-right {

    text-align: center !important;

    margin-bottom: 20px;

  }

  .theme-3 .top_date_social.text-right {

    text-align: center !important;

  }

  .theme-3 .v3datentemp > div {

    width: 100%;

    float: unset;

    margin-bottom: 10px;

    text-align: center !important;

  }

  .theme-3 .welcome_txt h1 {

    font-size: 26px;

  }

  .theme-3 .signup_form {

    margin-top: 0;

  }

}

@media screen and (max-width: 767px) {

  .theme-3 .type20 .post_img {

    width: 100%;

  }

  .theme-3 .type20 .single_post_text {

    width: 100%;

  }

  .theme-3 .type20 .single_post_text a {

    font-size: 20px;

    line-height: 24px;

  }

  .theme-3 .type20 .single_post_text p {

    font-size: 12px;

  }

}



/*Theme area end bracket*/

@media screen and (min-width: 768px) and (max-width: 960px) {

  .theme-3 .type20 .single_post_text {

    width: 100%;

  }



  .theme-3 .type20 .post_img {

    width: 100%;

  }

}

/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1, .theme-3 .signup_form form input.cbtn {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .dark-theme .topbar .social1 ul li a, .theme-3 .topbar .social1 li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.theme-4 {

  /* Main navigation */

  /* Dropdown */

  /*-- Dark bg style --*/

  /* magnific pop up modal */

  /* animation keyframes list */

  /* ===================

  // Menu tab

  ======================= */

  /* Header with Menu

  ================================================== */

  /* Responsive styles

  ================================================== */

  /* Large Devices, Wide Screens */

  /* Medium Devices, Desktops */

  /* Small Devices, Tablets */

  /* Small Devices Potrait */

  /* Extra Small Devices, Phones */

  /* Custom, iPhone Retina */

  /*MENU RIGHT AREA CSS*/

}

.theme-4 .search4 {

  color: white;

  cursor: pointer;

}

.theme-4 .searching_area {

  position: fixed;

  height: 100%;

  width: 100%;

  background: #17222B;

  z-index: 9999;

  top: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  visibility: hidden;

  opacity: 0;

  transition: all 0.3s;

}

.theme-4 .searching_area.active {

  visibility: visible;

  opacity: 1;

  transition: all 0.3s;

}

.theme-4 .searching_area_wrap {

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.theme-4 .search4_close {

  position: fixed;

  right: 30px;

  top: 20px;

  color: #fff;

  font-size: 30px;

  transition: all 0.3s;

}

.theme-4 .site-nav-inner {

  position: relative;

}

.theme-4 .main-nav {

  background: #17222B;

  min-height: 70px;

}

.theme-4 .navbar {

  border-radius: 0;

  border: 0;

  margin-bottom: 0;

  padding-top: 0px;

  padding-bottom: 0px;

}

.theme-4 .navbar-toggler {

  color: #fff;

  padding: 8px 15px;

  background: #e74907;

  position: absolute;

  top: -55px;

  z-index: 9;

}

.theme-4 .navbar-toggler-icon {

  width: 25px;

}

.theme-4 .navbar-toggle .i-bar {

  background: #fff;

}

.theme-4 .navbar-collapse {

  padding-left: 0;

}

.theme-4 ul.navbar-nav > li {

  float: left;

  padding: 0;

  position: relative;

}

.theme-4 ul.navbar-nav > li > a {

  padding: 0 15px;

  line-height: 50px;

  font-size: 16px;

  font-weight: 500;

  text-transform: capitalize;

  margin: 0;

  position: relative;

  transition: 350ms;

  padding: 10px 22px;

}

.theme-4 ul.navbar-nav > li > a i {

  font-weight: 500;

}

.theme-4 ul.navbar-nav > li > a:hover, .theme-4 ul.navbar-nav > li > a:focus {

  background: none;

}

.theme-4 ul.navbar-nav > li:hover a::before, .theme-4 ul.navbar-nav > li.active a::before {

  border-color: #00adc6;

  opacity: 1;

  transform: scale(1) translateZ(0);

}

.theme-4 .nav .open > a,

.theme-4 .nav .open > a:hover,

.theme-4 .nav .open > a:focus {

  background: transparent;

  border: 0;

}

.theme-4 ul.navbar-nav > li.mega-dropdown {

  position: static;

}

.theme-4 .dropdown-submenu {

  position: relative;

}

.theme-4 .dropdown-submenu > .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -2px;

  border-radius: 0;

}

.theme-4 .dropdown-submenu > a:after {

  display: block;

  content: "";

  font-family: "Font Awesome 5 pro";

  float: right;

  margin-top: 3px;

  margin-right: -5px;

}

.theme-4 .dropdown-submenu:hover > a:after {

  border-left-color: #fff;

}

.theme-4 .dropdown-submenu.pull-left {

  float: none;

}

.theme-4 .dropdown-submenu.pull-left > .dropdown-menu {

  left: -100%;

  margin-left: 10px;

  border-radius: 6px 0 6px 6px;

}

.theme-4 .dropdown-toggle::after {

  display: none;

}

.theme-4 .dropdown-menu {

  text-align: left;

  background: #fff;

  z-index: 100;

  min-width: 230px;

  border-radius: 0;

  border: 0;

  border: 0;

  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);

  margin-top: 0;

  padding: 0;

}

.theme-4 .navbar-nav > li > .dropdown-menu {

  border-top: 1px solid #dedede;

}

.theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {

  border-top: 0;

}

.theme-4 .dropdown-menu-large {

  min-width: 400px;

}

.theme-4 .dropdown-menu-large > li > ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.theme-4 .dropdown-menu-large > li > ul > li > a {

  padding-left: 0;

}

.theme-4 .dropdown-menu-large > li > ul > li.active > a {

  color: #fc4a00;

}

.theme-4 .navbar-nav > li > .dropdown-menu > a {

  background: none;

}

.theme-4 .dropdown-menu li a {

  display: block;

  font-size: 12px;

  font-weight: 700;

  line-height: normal;

  text-decoration: none;

  padding: 15px 25px 15px 25px;

  border-bottom: 1px solid #17222B;

  color: #FFFFFF;

  background: #29333C;

}

.theme-4 .dropdown-menu li:last-child > a {

  border-bottom: 0;

}

.theme-4 .dropdown-menu > .active > a,

.theme-4 .dropdown-menu > .active > a:hover,

.theme-4 .dropdown-menu > .active > a:focus,

.theme-4 .dropdown-menu > .active > .dropdown-menu > .active > a {

  color: #FF5555;

}

.theme-4 .dropdown-menu > li > a:hover,

.theme-4 .dropdown-menu > li > a:focus {

  color: #FF5555;

}

@media (min-width: 767px) {

  .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 100%;

    top: 0;

    display: none;

  }

  .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {

    display: block;

  }

}

.theme-4 .mega-menu-content {

  width: 1110px;

  padding: 0;

}

.theme-4 .mega-menu-content-inner {

  padding: 20px 10px;

}

.theme-4 .mega-menu-content .row {

  margin: 0;

}

.theme-4 .main-nav.dark-bg > .container > .row {

  border: 0;

  background: #272727;

  margin-left: 0;

  margin-right: 0;

}

.theme-4 .dark-bg .navbar-toggler {

  margin-left: 6px;

}

.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a {

  color: #fff;

}

.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a:before {

  border: 0;

}

.theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {

  background: #fc4a00;

}

.theme-4 .main-nav.dark-bg .nav-search i {

  color: #fff;

}

.theme-4 .main-nav {

  position: relative;

  padding: 0 15px;

}

.theme-4 .mfp-bg.xs-promo-popup {

  background-color: rgba(0, 0, 0, 0.87);

  padding-bottom: 100%;

  border-radius: 100%;

  overflow: hidden;

  animation: menu-animation 0.8s ease-out forwards;

}

@keyframes menu-animation {

  0% {

    opacity: 0;

    transform: scale(0.04) translateY(300%);

  }

  40% {

    transform: scale(0.04) translateY(0);

    transition: ease-out;

  }

  40% {

    transform: scale(0.04) translateY(0);

  }

  60% {

    opacity: 1;

    transform: scale(0.02) translateY(0px);

  }

  61% {

    opacity: 1;

    transform: scale(0.04) translateY(0px);

  }

  99.9% {

    opacity: 1;

    height: 0;

    padding-bottom: 100%;

    border-radius: 100%;

  }

  100% {

    opacity: 1;

    transform: scale(2) translateY(0px);

    height: 100%;

    padding-bottom: 0;

    border-radius: 0;

  }

}

.theme-4 .menu-tab .nav.nav-tabs {

  border-right: 1px solid #dedede;

  padding: 20px 0;

  padding-right: 0;

  min-height: 250px;

  margin-top: 0;

}

.theme-4 .menu-tab .nav.nav-tabs > li > a {

  border: 1px solid transparent;

  border-radius: 0;

  font-weight: 400;

  padding: 14px 16px 14px 30px;

  background: #fff;

  text-transform: initial;

  font-size: 14px;

}

.theme-4 .menu-tab .nav.nav-tabs > li > a.active {

  background: #dedede;

  margin-right: -1px;

  border: 1px solid #dedede;

  border-right: 0;

  color: #fc4a00;

  cursor: pointer;

}

.theme-4 .menu-tab .tab-content > .tab-pane {

  padding: 25px 0;

  min-height: 250px;

}

.theme-4 .menu-tab .tab-content > .tab-pane .col-md-3 {

  padding-right: 10px;

  padding-left: 10px;

}

.theme-4 .header.header-menu {

  padding: 0;

}

.theme-4 .header.header-menu .logo {

  padding: 12px 0;

}

.theme-4 .header.header-menu > .container > .row {

  border-bottom: 1px solid #dedede;

  margin-left: 0;

  margin-right: 0;

}

.theme-4 .header.header-menu ul.navbar-nav > li > a {

  line-height: 70px;

}

.theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-4 .site-nav-inner {

  position: static;

  width: 100%;

}

.theme-4 .header.header-menu .mega-menu-content {

  min-width: 1145px;

  left: -43%;

}

.theme-4 .nav-social-wrap {

  position: absolute;

  right: 0;

  top: 0;

  padding: 0;

}

.theme-4 .navbar {

  position: absolute;

  top: 70px;

  width: 100%;

  background: #f8f8f8;

  z-index: 9;

  padding: 0;

}

@media (min-width: 992px) {

  .theme-4 .navbar {

    position: static;

    top: 70px;

    width: 100%;

    background: transparent;

  }

  .theme-4 ul.navbar-nav > li > a {

    color: #FFFFFF;

    padding: 0 22px;

  }

  .theme-4 ul.navbar-nav > li:hover > a {

    color: #FF5555;

  }

  .theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,

.theme-4 .site-nav-inner {

    position: static;

    width: 100%;

  }

}

.theme-4 ul.navbar-nav > li:after {

  position: absolute;

  content: "";

  height: 0;

  width: 100%;

  background: #00adc6;

  bottom: 0;

  left: 0;

  z-index: 2;

  transition: all 0.3s;

}

.theme-4 ul.navbar-nav > li:hover:after {

  height: 2px;

  transition: all 0.3s;

}

@media (min-width: 992px) {

  .theme-4 .header {

    min-height: 70px;

  }

  .theme-4 .main-nav ul.navbar-nav > li > a {

    padding: 0 15px;

    line-height: 70px;

    display: inline-block;

  }

  .theme-4 .main-nav ul.navbar-nav > li {

    position: relative;

    z-index: 2;

    transition: all 0.3s;

  }

  .theme-4 .main-nav ul.navbar-nav > li:before {

    position: absolute;

    content: "";

    height: 0;

    width: 100%;

    background: #FFFFFF;

    z-index: -1;

    left: 0;

    top: 0;

    transition: all 0.3s;

  }

  .theme-4 .main-nav ul.navbar-nav > li:after {

    position: absolute;

    content: "";

    height: 3px;

    width: 0;

    background: linear-gradient(90deg, #FF5555, #AB50EF);

    z-index: -1;

    left: 0;

    bottom: 0;

    transition: all 0.3s;

  }

  .theme-4 .main-nav ul.navbar-nav > li:hover:before {

    height: 100%;

    transition: all 0.3s;

  }

  .theme-4 .main-nav ul.navbar-nav > li:hover:after {

    width: 100%;

    transition: all 0.3s;

  }

  .theme-4 .main-nav ul.navbar-nav > li > a:hover::after {

    opacity: 1;

  }

  .theme-4 blockquote {

    padding: 45px 120px 30px;

  }

}

@media (min-width: 1200px) {

  .theme-4 {

    /* Header */

  }

  .theme-4 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-4 .navbar-collapse {

    padding-right: 0;

  }

  .theme-4 .nav-style-boxed .navbar-collapse {

    padding-left: 15px;

  }

  .theme-4 .header.header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -27px;

  }

  .theme-4 .main-nav ul.navbar-nav > li > a {

    padding: 0px 15px 0px;

  }

  .theme-4 .sidebar {

    margin-left: 40px;

  }

  .theme-4 .sidebar.sidebar-left {

    margin-left: 0;

    margin-right: 40px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .theme-4 {

    /* Header */

    /* Subscribe */

    /* Action box */

    /* Footer */

  }

  .theme-4 .navbar-nav li:hover .dropdown-menu {

    display: block;

  }

  .theme-4 ul.navbar-nav > li {

    padding: 0 6px;

  }

  .theme-4 ul.navbar-nav > li a {

    font-size: 12px;

  }

  .theme-4 .dropdown-menu li a {

    font-size: 12px;

  }

  .theme-4 .header .header-menu .mega-menu-content {

    min-width: 1095px;

    margin-left: -11px;

  }

  .theme-4 .newsletter-form input {

    min-width: 340px;

  }

  .theme-4 .action-box-text {

    font-size: 13px;

  }

  .theme-4 #back-to-top.affix {

    bottom: 35px;

  }

  .theme-4 .mega-menu-content {

    max-width: 940px;

  }

}

@media (min-width: 575px) {

  .theme-4 .main-nav {

    padding: 0;

  }

  .theme-4 .nav-social-wrap {

    padding: 0 15px;

  }

  .theme-4 .navbar-toggler {

    left: 15px;

  }

  .theme-4 .navbar {

    width: 98%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .theme-4 {

    /* top info */

    /* Header */

    /* Navigation breakpoint */

    /* Navigation */

    /* Featured area */

    /* Sidebar */

    /* Footer */

  }

  .theme-4 ul.top-info li {

    padding-right: 12px;

  }

  .theme-4 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-4 .logo {

    padding: 13px 0;

  }

  .theme-4 .logo img {

    width: 100%;

  }

  .theme-4 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-4 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-4 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-4 .navbar-collapse ul.navbar-nav {

    float: none !important;

    margin-top: 0px;

    width: 100%;

  }

  .theme-4 ul.navbar-nav > li {

    float: none;

    display: block;

  }

  .theme-4 .collapse.in {

    display: block !important;

  }

  .theme-4 .navbar-collapse.in {

    overflow-y: auto;

  }

  .theme-4 ul.nav li.dropdown:hover ul.dropdown-menu {

    display: none;

  }

  .theme-4 ul.nav li.dropdown.open ul.dropdown-menu {

    display: block;

  }

  .theme-4 .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .theme-4 .navbar-collapse {

    background: none;

    width: 100%;

  }

  .theme-4 ul.navbar-nav > li:hover > a:after,

.theme-4 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-4 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-4 ul.navbar-nav > li,

.theme-4 .nav-style-boxed ul.navbar-nav > li {

    display: block;

  }

  .theme-4 .navbar-nav .open .dropdown-menu > li {

    padding-left: 0;

  }

  .theme-4 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

    padding: 5px 15px 10px 10px;

  }

  .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 10px 10px;

  }

  .theme-4 ul.navbar-nav {

    padding: 0 0 10px;

  }

  .theme-4 ul.navbar-nav li {

    float: none;

  }

  .theme-4 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 10px 20px;

    display: block;

    min-width: 350px;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {

    padding-left: 50px;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 35px !important;

  }

  .theme-4 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

    box-shadow: none;

    border-top: 0;

    background: none;

  }

  .theme-4 ul.navbar-nav .dropdown-menu li a {

    padding-left: 20px !important;

  }

  .theme-4 ul.navbar-nav > li.nav-search,

.theme-4 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-4 ul.navbar-nav li a i,

.theme-4 .dropdown-submenu > a:after {

    float: right;

    width: 36px;

    height: 28px;

    line-height: 28px;

    margin-top: -5px;

    text-align: center;

    color: #000;

  }

  .theme-4 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-4 .featured-post-area .pad-r {

    padding-right: 15px;

  }

  .theme-4 .featured-post-area .pad-l {

    padding-left: 15px;

  }

  .theme-4 .sidebar-right {

    margin-top: 50px;

  }

  .theme-4 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-4 .block.color-aqua,

.theme-4 .block.color-violet {

    margin-top: 40px;

  }

  .theme-4 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-4 .newsletter-form input {

    width: 90%;

  }

  .theme-4 .footer-info-content {

    padding: 50px 100px 0;

  }

  .theme-4 #back-to-top.affix {

    bottom: 78px;

  }

}

@media (max-width: 767px) {

  .theme-4 {

    /* Top bar */

    /* Header */

    /* Navigation breakpoint */

    /* Dart bg */

    /* Search */

    /* Featured area */

    /* Block */

    /* Sidebar */

    /* Footer */

    /* Block title */

    /* Category style */

  }

  .theme-4 .boxed-layout .body-inner {

    margin: 0 auto;

  }

  .theme-4 .trending-bar {

    padding: 20px 0;

  }

  .theme-4 .trending-bar .trending-title {

    float: none;

    border: none;

  }

  .theme-4 .trending-bar .post-title.title-small {

    padding: 10px 0;

  }

  .theme-4 .ts-date {

    padding: 0;

    border-right: 0;

    display: block;

  }

  .theme-4 .top-nav {

    display: block;

    margin: 10px 0;

  }

  .theme-4 .top-bar {

    text-align: center;

  }

  .theme-4 .top-social ul li a {

    padding: 0 10px;

  }

  .theme-4 .navbar-fixed {

    position: relative;

    animation: none;

    box-shadow: none;

  }

  .theme-4 .logo {

    padding: 13px 0 25px;

    text-align: center;

  }

  .theme-4 .navbar-toggle {

    display: block;

    z-index: 1;

  }

  .theme-4 .navbar-collapse {

    border-top: 1px solid transparent;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  }

  .theme-4 .navbar-collapse.collapse.show {

    display: block;

  }

  .theme-4 .navbar-collapse.collapse:after {

    display: block;

    content: "";

    clear: both;

  }

  .theme-4 .navbar-collapse,

.theme-4 .site-nav-inner {

    background: none;

    width: 100%;

  }

  .theme-4 ul.navbar-nav > li:hover > a:after,

.theme-4 ul.navbar-nav > li.active > a:after {

    content: "";

  }

  .theme-4 ul.navbar-nav > li > a:before {

    border-bottom: 0;

  }

  .theme-4 .navbar-nav .open .dropdown-menu > li > a,

.theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 10px 15px 10px 10px;

  }

  .theme-4 ul.navbar-nav > li {

    display: block;

  }

  .theme-4 .navbar-nav .open .dropdown-menu > li > a {

    line-height: 30px;

  }

  .theme-4 ul.navbar-nav > li.nav-search,

.theme-4 ul.navbar-nav > li.header-get-a-quote {

    display: none;

  }

  .theme-4 ul.navbar-nav {

    width: 100%;

    padding: 0 0 10px;

  }

  .theme-4 ul.navbar-nav > li {

    float: none;

  }

  .theme-4 ul.navbar-nav li a {

    line-height: normal !important;

    color: #333;

    border-top: 1px solid #f1f1f1 !important;

    border-bottom: 0;

    padding: 7px 20px;

    display: block;

    background: transparent;

  }

  .theme-4 ul.navbar-nav .dropdown-menu > li > a {

    padding-left: 15px;

  }

  .theme-4 ul.navbar-nav .dropdown-menu {

    float: none;

    position: relative;

    border: 0;

    margin: 0;

    padding: 0;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {

    left: 0;

    position: relative;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {

    margin-top: -22px;

  }

  .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {

    padding-left: 20px;

  }

  .theme-4 ul.navbar-nav .dropdown-menu {

    box-shadow: none;

    border-top: 0;

    background: none;

    padding-left: 15px;

  }

  .theme-4 ul.navbar-nav li a i,

.theme-4 .dropdown-submenu > a:after {

    color: #333;

    float: right;

    line-height: 28px;

    margin-top: -5px;

    margin-right: 10px;

    text-align: center;

  }

  .theme-4 .dropdown-submenu > a:after {

    margin-right: 0;

  }

  .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {

    display: none !important;

  }

  .theme-4 .main-nav.dark-bg {

    margin-bottom: 20px;

  }

  .theme-4 .main-nav.dark-bg > .container > .row {

    padding: 0 20px;

  }

  .theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,

.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {

    background: none;

  }

  .theme-4 .main-nav.dark-bg ul.navbar-nav li a {

    color: #17222B;

  }

  .theme-4 .header-top-social {

    margin-bottom: 20px;

  }

  .theme-4 .search-block {

    width: 220px;

  }

  .theme-4 .header.header-menu {

    position: relative;

    margin-bottom: 20px;

  }

  .theme-4 .search-area {

    position: absolute;

    right: 0;

    top: 50px;

  }

  .theme-4 .featured-post-area .pad-r,

.theme-4 .pad-r-small {

    padding-right: 15px;

    padding-right: 15px;

  }

  .theme-4 .featured-post-area .pad-l,

.theme-4 .pad-l-small {

    padding-left: 15px;

  }

  .theme-4 .post-title {

    font-size: 18px;

    line-height: 26px;

  }

  .theme-4 .block.color-orange .post-overaly-style.last {

    margin-top: 40px;

  }

  .theme-4 .sidebar-right {

    margin-top: 50px;

  }

  .theme-4 .sidebar-right .widget {

    margin-left: 0;

  }

  .theme-4 .block.color-aqua,

.theme-4 .block.color-violet {

    margin-top: 40px;

  }

  .theme-4 .social-icon li a i {

    margin-bottom: 10px;

  }

  .theme-4 .post-block-style.post-float-half .post-thumb img {

    max-width: 100%;

    min-height: 100%;

    margin-bottom: 20px;

  }

  .theme-4 .footer-widget {

    display: inline-block;

    margin-bottom: 30px;

  }

  .theme-4 .newsletter-form input {

    width: 90%;

  }

  .theme-4 .footer-info-content {

    padding: 50px 20px 0;

  }

  .theme-4 .footer-social li a i {

    margin-bottom: 10px;

  }

  .theme-4 #back-to-top.affix {

    bottom: 78px;

  }

  .theme-4 .featured-tab .nav-tabs {

    margin: 20px 0;

    position: static;

  }

  .theme-4 .footer-menu .nav {

    display: inline-block;

  }

  .theme-4 #back-to-top {

    bottom: 0;

    right: 20px;

  }

  .theme-4 .block-title > span {

    padding: 9px 10px;

  }

  .theme-4 .featured-tab .nav-tabs > li > a {

    font-size: 12px;

  }

  .theme-4 .category-style2 .post-thumb {

    margin-bottom: 20px;

  }

  .theme-4 .ts-author-comments::after {

    display: none;

  }

  .theme-4 .single-post .post-navigation {

    padding: 30px 0;

  }

  .theme-4 .single-post .post-navigation .post-next,

.theme-4 .single-post .post-navigation .post-previous {

    width: 100%;

    border: none;

    margin: 10px 0;

  }

}

@media (max-width: 991px) {

  .theme-4 .featured-slider .item .featured-post .post-content {

    padding: 20px;

  }

  .theme-4 .post-video .post-video-content {

    padding: 0 20px 10px;

  }

  .theme-4 .post-video .post-video-content h3 {

    font-size: 18px;

  }

}

.theme-4 h2.post-title.title-small, .theme-4 h2.post-title.title-small a {

  font-size: 16px;

  color: #17222B;

  margin-top: 10px;

  font-weight: 500;

}

.theme-4 .post-thumb {

  position: relative;

  z-index: 2;

}

.theme-4 a.popup {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 70px;

  width: 70px;

  margin-left: -35px;

  text-align: center;

  margin-top: -35px;

  line-height: 70px;

  font-size: 20px;

  color: #17222B;

  background: #fff;

  border-radius: 50%;

}

.theme-4 .menu_right {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.theme-4 .users_area {

  position: relative;

  z-index: 2;

}

.theme-4 .search_form {

  position: absolute;

  height: 100%;

  width: 200px;

  left: -130px;

  top: -95px;

  background: #fff;

  display: none;

  visibility: hidden;

  opacity: 0;

  transition: all 0.4s;

}

.theme-4 .search_form.active {

  visibility: visible;

  opacity: 1;

  display: block;

  transition: all 0.4s;

}

.theme-4 .search_form input {

  border: none;

  padding: 15px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

}

.theme-4 .date4 {

  position: relative;

  z-index: 2;

}

.theme-4 .date4:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 1.5px;

  background: #17222B;

  right: 0;

  top: 0;

  opacity: 0.1;

}

.theme-4 .temp_wap {

  position: relative;

  z-index: 2;

  padding-left: 70px;

  float: right;

}

.theme-4 .temp_wap p {

  font-size: 12px;

  font-weight: 500;

  opacity: 0.5;

  line-height: 12px;

}

.theme-4 .temp_icon {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  position: absolute;

  left: 15px;

}

.theme-4 h3.temp_count {

  position: relative;

  z-index: 2;

  color: #17222B;

  margin-left: 12px;

  display: inline-block;

}

.theme-4 h3.temp_count:after {

  position: absolute;

  content: "";

  height: 30px;

  width: 30px;

  background: url(../images/icon/s.png);

  background-repeat: no-repeat;

  right: -35px;

}

.theme-4 .lang {

  padding-left: 15px;

}

.theme-4 .lang li a {

  font-weight: 500;

  color: #9199A0;

}

.theme-4 .users_area li {

  font-weight: 500;

  padding: 0 4px;

  font-size: 16px;

  cursor: pointer;

  color: #9199A0;

}

.theme-4 .menu_right > div {

  position: relative;

  z-index: 2;

  padding-right: 15px;

}

.theme-4 .menu_right > div:after {

  position: absolute;

  content: "";

  height: 25px;

  width: 2px;

  background: #65717A;

  right: 0;

  top: 50%;

  margin-top: -12.5px;

}

.theme-4 .menu_right > div:last-child {

  padding-right: 0;

}

.theme-4 .menu_right > div:last-child:after {

  display: none;

}

.theme-4 .date3 {

  background: #29333C;

  padding: 27px;

  color: #fff;

  text-align: center;

}

.theme-4 .main-menu .row {

  padding: 0;

  margin: 0;

}

.theme-4 .main-menu .col-lg-3 {

  padding: 0;

  margin: 0;

}

.theme-4 .main-menu .col-lg-2 {

  padding: 0;

  margin: 0;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1, .theme-3 .signup_form form input.cbtn {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .dark-theme .topbar .social1 ul li a, .theme-3 .topbar .social1 li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



body.bg4 {

  background: #FAFAFA;

}



.theme-4 {

  /*================================

  	RESPONSIVE CSS



  */

  /*================================

  	HEIGH LARGE DEVICE



  */

  /*================================

  	EXTRA LARGE DEVICE



  */

  /*================================

  	EXTRA LARGE DEVICE



  */

  /*================================

  	SMALL LEPTOP DEVICE



  */

  /*================================

  	MEDIUM DEVICE



  */

  /*================================

  	LARGE MOBILE DEVICE



  */

  /*================================

  	MOBILE LANDSCAPE DEVICE



  */

  /*================================

   MOBILE PORTRAIT DEVICE



  */

}

.theme-4 .container {

  max-width: 1250px;

}

.theme-4 .footer_area3 .logo a {

  margin-bottom: 15px;

}

.theme-4 a:hover {

  color: #FF5555;

}

.theme-4 .page_category h4,

.theme-4 li.page_category {

  color: #FF5555;

}

.theme-4 .welcome_list .slick-track {

  margin: 0 0;

}

.theme-4 .welcome_list .slick-list {

  padding: 0 30px 0 0 !important;

}

.theme-4 .welcome_list .slick-list {

  margin-right: 30px;

}

.theme-4 .logo4 {

  display: flex;

  align-self: center;

  justify-content: center;

  padding: 20px;

  width: 250px;

  height: 150px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-align: center;

}

.theme-4 .v3datentemp > div {

  width: 45%;

  float: left;

}

.theme-4 .search4 {

  color: white;

  cursor: pointer;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  display: inline-block;

  padding: 21px;

}

.theme-4 .widget-title {

  padding-left: 40px;

}

.theme-4 .col-lg-4.align-self-center.fix_width_social {

  max-width: 26%;

}

.theme-4 .welcome_list .slick-slide {

  padding: 0px 1px;

}

.theme-4 .widget-title:before {

  position: absolute;

  content: "";

  height: 5px;

  width: 30px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  left: 0;

  top: 50%;

  margin-top: -2.5px;

  z-index: -1;

}

.theme-4 .social4 li a {

  width: 50px;

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 50px;

  background: #ECEDEE;

  font-size: 15px;

  color: #17222B;

  position: relative;

  z-index: 2;

  overflow: hidden;

  transition: all 0.3s;

}

.theme-4 .social4 li a:before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  left: -100%;

  z-index: -1;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  transition: all 0.3s;

}

.theme-4 .social4 li a:hover {

  color: #FFFFFF;

}

.theme-4 .social4 li a:hover:before {

  left: 0;

  transition: all 0.3s;

}

.theme-4 .slider_arrow4 {

  position: absolute;

  top: 0;

  left: 0;

  background: #fff;

  height: 160px;

  width: 30px;

  line-height: 160px;

  text-align: center;

  color: #000;

  font-size: 21px;

  z-index: 99;

  transition: all 0.3s;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);

}

.theme-4 .slider_arrow4.arrow_right {

  left: auto;

  right: 0;

}

.theme-4 .slider_arrow4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #fff;

  transition: all 0.3s;

}

.theme-4 a.showmore, .theme-4 button.showmore, .theme-4 input.showmore {

  background: #F8EDF9;

  color: #FF5555;

  border: none;

}

.theme-4 .date4 {

  text-align: center;

}

.theme-4 .date4 h5 {

  font-size: 18px;

}

.theme-4 .date4 h5 span {

  display: block;

  font-size: 14px;

  font-weight: 400;

  margin-top: 5px;

  opacity: 0.6;

}

.theme-4 .logo_area {

  padding: 0;

}

.theme-4 .welcome_txt .title_meta {

  font-weight: 500;

  color: #FFFFFF;

  position: relative;

  z-index: 2;

  padding-left: 15px;

}

.theme-4 .welcome_txt .title_meta:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 5px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  left: 0;

  top: 50%;

  margin-top: -10px;

}

.theme-4 .welcome_txt h1 {

  color: #FFFFFF;

  font-size: 44px;

  text-decoration: underline;

}

.theme-4 .welcome4_area_wrap {

  position: relative;

  z-index: 1;

}

.theme-4 .welcome4_area {

  padding: 250px 0 350px;

  position: relative;

  z-index: 2;

}

.theme-4 .welcome_news_list .row > div {

  padding: 1px;

}

.theme-4 .welcome_news_list .single_news_list {

  background: #17222B;

  padding: 25px;

  height: 160px;

  transition: all 0.3s;

  position: relative;

  z-index: 2;

}

.theme-4 .welcome_news_list .single_news_list:after {

  position: absolute;

  content: "";

  height: 5px;

  width: 0;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  bottom: 0;

  transition: all 0.3s;

  left: 0;

}

.theme-4 .welcome_news_list .single_news_list:hover:after {

  width: 100%;

  transition: all 0.3s;

}

.theme-4 .welcome_news_list .single_news_list a {

  color: #fff;

  transition: all 0.3s;

  font-weight: 400;

  font-size: 16px;

  line-height: 23px;

  margin-top: 10px;

}

.theme-4 .welcome_news_list .single_news_list h4 {

  font-weight: 400;

}

.theme-4 .welcome_news_list .single_news_list p {

  color: #fff;

  transition: all 0.3s;

  font-weight: 500;

}

.theme-4 .welcome_news_list .single_news_list p span {

  color: #fff;

  transition: all 0.3s;

}

.theme-4 .welcome_news_list .single_news_list:hover {

  background: #FFFFFF;

}

.theme-4 .welcome_news_list .single_news_list:hover a {

  color: #17222B;

  transition: all 0.3s;

}

.theme-4 .welcome_news_list .single_news_list:hover p {

  color: #17222B;

  transition: all 0.3s;

}

.theme-4 .welcome_news_list .single_news_list:hover p span {

  color: #FF5555;

  transition: all 0.3s;

}

.theme-4 .single_post_text .meta {

  color: #FF5555;

  text-transform: uppercase;

  line-height: 17px;

  font-size: 12px;

  margin-bottom: 5px;

  position: relative;

  z-index: 2;

}

.theme-4 .single_post_text .meta span {

  color: #50585F;

  text-transform: capitalize;

}

.theme-4 .single_post_text a {

  color: #17222B;

  font-weight: 500;

}

.theme-4 .wrapper_welcome {

  position: relative;

  z-index: 2;

}

.theme-4 .menu4.home4menu {

  position: absolute;

  left: 0;

  width: 100%;

  z-index: 99;

}

.theme-4 .welcome_list {

  position: absolute;

  bottom: 0;

  width: 100%;

}

.theme-4 .single_news_list {

  height: 160px;

  background: #17222B;

  padding: 20px;

  color: #FFFFFF;

  position: relative;

  z-index: 2;

  transition: all 0.3s;

  cursor: pointer;

}

.theme-4 .single_news_list h4 {

  color: #FFFFFF;

  font-size: 16px;

  font-weight: 500;

  line-height: 23px;

  margin-top: 8px;

}

.theme-4 .single_news_list p {

  text-transform: uppercase;

  font-weight: 500;

  font-size: 12px;

}

.theme-4 .single_news_list:before {

  position: absolute;

  content: "";

  height: 4px;

  width: 0;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  bottom: 0;

  left: 0;

  transition: all 0.3s;

}

.theme-4 .single_news_list:hover {

  background: #ffffff;

  transition: all 0.3s;

}

.theme-4 .single_news_list:hover p,

.theme-4 .single_news_list:hover h4 {

  color: #17222B;

  transition: all 0.3s;

}

.theme-4 .single_news_list:hover span {

  color: #FF5555;

  transition: all 0.3s;

}

.theme-4 .single_news_list:hover:before {

  width: 100%;

  transition: all 0.3s;

}

.theme-4 .single_post:hover .single_post_text a {

  color: #FF5555;

  transition: all 0.3s;

}

.theme-4 .user3 i {

  color: #17222B;

  opacity: 0.6;

}

.theme-4 .v3datentemp {

  display: flex;

  align-items: center;

}

.theme-4 .trancarousel_area .nav_style1 .owl-nav {

  position: absolute;

  right: -20%;

  top: 50%;

  margin-top: -15px;

}

.theme-4 .trancarousel_area .nav_style1 .owl-nav div {

  height: 30px;

  width: 30px;

  line-height: 30px;

  background: #ECEDEE;

  color: #718594;

  border: none;

}

.theme-4 .trancarousel_area .nav_style1 .owl-nav div:last-child {

  margin-left: 3px;

}

.theme-4 .trancarousel_area p.trand {

  float: left;

  margin-right: 10px;

  padding: 12px 20px;

  background: #17222B;

  font-size: 14px;

  font-weight: 500;

  color: #FFFFFF;

  line-height: 17px;

}

.theme-4 .trancarousel_area .trancarousel_item {

  padding: 12px;

  font-size: 14px;

  line-height: 17px;

  opacity: 0.85;

}

.theme-4 .trancarousel_area .trancarousel_item a {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}

.theme-4 .trancarousel_area .trancarousel_item p {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}

.theme-4 .lang-3 {

  margin: 0;

  padding: 0;

}

.theme-4 .lang-3 li {

  list-style: none;

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.theme-4 .lang-3 li a {

  display: inline-block;

  padding: 7px;

}

.theme-4 .lang-3 li:hover ul {

  visibility: visible;

  opacity: 1;

  top: 40px;

  transition: all 0.3s;

}

.theme-4 .lang-3 li ul {

  position: absolute;

  left: 0;

  top: auto;

  text-align: left;

  background: #ffffff;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  visibility: hidden;

  top: 70px;

  padding: 10px 0;

  transition: all 0.3s;

  width: 120px;

  z-index: 999;

  opacity: 0;

}

.theme-4 .lang-3 li ul li a {

  padding: 5px 15px;

}

.theme-4 .lang-3 li a {

  opacity: 0.75;

  color: #17222B;

}

.theme-4 .lang-3 li a i {

  opacity: 1;

}

.theme-4 .topbar {

  margin-top: -10px;

  margin-bottom: 3px;

}

.theme-4 .social4 {

  position: relative;

  z-index: 1;

}

.theme-4 .social4 ul {

  margin: 0;

  padding: 0;

}

.theme-4 .single_post_text .meta2 {

  margin-bottom: 0;

}

.theme-4 .single_post_text .meta2 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

}

.theme-4 .single_post_text .meta2 a:first-child {

  color: #FF5555;

}

.theme-4 .single_post_text .meta2 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.theme-4 .single_post_text .meta2 a:last-child:before {

  position: absolute;

  content: "|";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}

.theme-4 .single_post_text .meta5 {

  margin-bottom: 0;

}

.theme-4 .single_post_text .meta5 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  color: #FFFFFF;

}

.theme-4 .single_post_text .meta5 a:last-child {

  margin-left: 20px;

  font-weight: 400;

}

.theme-4 .single_post_text .meta5 a:last-child:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  background: #000;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  text-align: center;

}

.theme-4 .single_post_text .meta3 {

  margin-bottom: 0;

  position: relative;

  z-index: 2;

}

.theme-4 .single_post_text .meta3 a {

  font-size: 12px !important;

  position: relative;

  z-index: 2;

  line-height: 14px;

  font-weight: 500;

  margin-bottom: 0;

}

.theme-4 .single_post_text .meta3 a:first-child {

  color: #FF5555;

}

.theme-4 .single_post_text .meta3 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.theme-4 .single_post_text .meta3 a:last-child:before {

  position: absolute;

  content: "|";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}

.theme-4 .single_post_text .meta {

  margin-bottom: 0;

}

.theme-4 .single_post_text .meta a {

  font-size: 14px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

}

.theme-4 .single_post_text .meta a:last-child {

  margin-left: 20px;

}

.theme-4 .single_post_text .meta a:last-child:before {

  position: absolute;

  content: "|" !important;

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  text-align: center;

}

.theme-4 .single_post_text .meta4 {

  margin-top: 0;

}

.theme-4 .single_post_text .meta4 a {

  font-size: 12px !important;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  color: #17222B;

  opacity: 0.6;

}

.theme-4 .type16 {

  padding-left: 110px;

  margin-right: 0;

  min-height: 65px;

  margin-bottom: 0;

}

.theme-4 .type16 .post_img {

  border-radius: 3px;

  overflow: hidden;

  max-height: 65px;

  max-width: 90px;

}

.theme-4 .scroll_bar::-webkit-scrollbar {

  width: 2px;

}

.theme-4 .scroll_bar::-webkit-scrollbar-thumb {

  background-color: #A9ACB0;

  outline: 1px solid #A9ACB0;

}

.theme-4 .business_carousel {

  border-radius: 5px;

}

.theme-4 .share_meta4 ul {

  margin: 0;

  padding: 0;

}

.theme-4 .share_meta4 ul li a {

  font-size: 15px !important;

  font-weight: 400;

  color: #17222B;

  opacity: 0.4;

}

.theme-4 .share_meta4 ul li:nth-child(2) {

  margin-left: 7px;

}

.theme-4 .nav_style4 .owl-nav > div {

  position: absolute;

  top: 50%;

  left: -21px;

  height: 42px;

  width: 42px;

  background: #ffffff;

  border-radius: 50%;

  text-align: center;

  line-height: 42px;

  margin-top: -21px;

  border: 1px solid #DCDEDF;

}

.theme-4 .nav_style4 .owl-nav > div:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

}

.theme-4 .nav_style4 .owl-nav > div.owl-next {

  position: absolute;

  top: 50%;

  left: auto;

  right: -21px;

  height: 42px;

  width: 42px;

  background: #fff;

  border-radius: 50%;

  text-align: center;

  line-height: 42px;

  border: 1px solid #DCDEDF;

}

.theme-4 .nav_style4 .owl-nav > div.owl-next:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

}

.theme-4 .meta.before {

  position: relative;

  z-index: 2;

  padding-left: 25px;

  font-weight: 500;

}

.theme-4 .meta.before:before {

  position: absolute;

  content: "";

  height: 3px;

  width: 20px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  left: 0;

  top: 50%;

  margin-top: -1.5px;

}

.theme-4 .single_international a {

  font-size: 20px;

  color: #17222B;

  font-weight: 500;

  padding: 15px 0;

}

.theme-4 .single_international img {

  border-radius: 3px;

}

.theme-4 .shadow7 {

  box-shadow: 0 3px 6px #f1f1f1;

}

.theme-4 .bg4 {

  background: #FAFAFA;

}

.theme-4 .finance .single_post_text {

  padding: 20px;

}

.theme-4 span.tranding {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}

.theme-4 span.batch3.date {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  position: absolute;

  left: 0;

  top: 20px;

  height: 36px;

  display: flex;

  align-items: center;

  padding: 18px 12px;

  color: #fff;

  font-size: 12px;

  border-radius: 0 30px 30px 0;

}

.theme-4 .popular_items.scroll_bar {

  max-height: 430px;

  overflow-y: scroll;

}

.theme-4 .type22 {

  padding-left: 85px;

  margin-right: 0;

  min-height: 50px;

  margin-bottom: 0;

}

.theme-4 .type22 .post_img {

  height: 50px;

  width: 75px;

  min-height: 50px;

}

.theme-4 .type22 .post_img img {

  width: 100%;

  height: 100%;

  border-radius: 3px;

}

.theme-4 .post_type12 .post_img {

  width: 42%;

}

.theme-4 .post_type12 .single_post_text {

  width: 58%;

}

.theme-4 .post_type12 .single_post_text a {

  font-size: 24px;

  line-height: 29px;

}

.theme-4 .post_type12 .single_post_text p {

  font-size: 17px;

  font-weight: 300;

  line-height: 27px;

}

.theme-4 .image_carousel .post_img img {

  border-radius: 7px;

  height: 452px;

  width: 100%;

}

.theme-4 .footer {

  padding: 80px 0 0 0;

}

.theme-4 .footer .single_contact3 {

  display: inline-block;

  width: 32.33%;

  position: relative;

  z-index: 2;

  padding-left: 20px;

}

.theme-4 .footer .single_contact3 h6 {

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 5px;

  position: relative;

  z-index: 2;

}

.theme-4 .footer .single_contact3 h6:before {

  position: absolute;

  content: "";

  height: 6px;

  width: 6px;

  background: #FF5555;

  left: -15px;

  top: 50%;

  margin-top: -3px;

}

.theme-4 .footer .single_contact3 p {

  color: #17222B;

  font-size: 15px;

  font-weight: 500;

}

.theme-4 .footer .single_contact3 a {

  color: #17222B;

  font-size: 15px;

  font-weight: 500;

}

.theme-4 .footer .more_newss {

  padding-left: 20px;

  border-left: 1px solid #E7E8E9;

}

.theme-4 .footer .single_footer_nav ul li a {

  color: #17222B;

}

.theme-4 .footer .single_fcontact {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 15px;

}

.theme-4 .footer .single_fcontact:last-child {

  margin-bottom: 0;

}

.theme-4 .footer .single_fcontact a {

  color: #17222B;

}

.theme-4 .footer .single_fcontact .fcicon {

  height: 30px;

  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.theme-4 .footer .widget-title2 {

  font-size: 20px;

  color: #17222B;

  font-weight: 400;

  margin-bottom: 30px;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 0;

  padding-bottom: 0;

  border: none;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed h6 {

  color: #17222B;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed h6 span {

  color: #00adc6;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed p {

  font-size: 14px;

  color: #17222B;

  margin-top: 3px;

}

.theme-4 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {

  height: 20px;

  width: 20px;

  color: #00adc6;

  position: absolute;

  left: 0;

  top: 0;

}

.theme-4 .footer .single_more_news {

  position: relative;

  z-index: 2;

}

.theme-4 .footer .single_more_news:before {

  position: absolute;

  content: "";

  height: 15px;

  width: 15px;

  background: #ffffff;

  border-radius: 50%;

  left: -27.5px;

  top: 0;

}

.theme-4 .footer .single_more_news:after {

  position: absolute;

  content: "";

  height: 5px;

  width: 5px;

  background: #FF9999;

  border-radius: 50%;

  left: -22.5px;

  top: 5.5px;

}

.theme-4 .footer .extra_newss .single_extra_news {

  margin-bottom: 15px;

  padding-bottom: 30px;

  padding-right: 60px;

  position: relative;

  z-index: 2;

}

.theme-4 .footer .extra_newss .single_extra_news:nth-child(6) {

  margin-bottom: 0;

  padding-bottom: 0;

}

.theme-4 .footer .extra_newss .single_extra_news p {

  color: #00adc6;

  font-size: 12px;

}

.theme-4 .footer .extra_newss .single_extra_news p span {

  color: #747A80;

}

.theme-4 .footer .extra_newss .single_extra_news a {

  color: #17222B;

}

.theme-4 .footer .extra_newss .single_extra_news span.news_counter {

  color: #747A80;

  height: 40px;

  display: inline-block;

  width: 40px;

  text-align: center;

  line-height: 40px;

  font-size: 36px;

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -25px;

}

.theme-4 .footer .extra_newss .single_fcontact {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 15px;

}

.theme-4 .footer .extra_newss .single_fcontact:last-child {

  margin-bottom: 0;

}

.theme-4 .footer .extra_newss .single_fcontact a {

  color: #17222B;

}

.theme-4 .footer .extra_newss .single_fcontact .fcicon {

  height: 30px;

  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.theme-4 .footer .single_more_news a {

  color: #17222B;

  font-size: 18px;

  font-weight: 500;

}

.theme-4 .footer .single_more_news p.meta {

  color: #FF5555;

  font-weight: 500;

  font-size: 12px;

}

.theme-4 .footer .single_more_news p {

  font-style: 15px;

  font-weight: 300;

  color: #3A434B;

  margin-top: 10px;

}

.theme-4 .footer .copyright {

  background: #ECEDEE;

  margin-top: 30px;

  padding: 15px 0;

}

.theme-4 .footer .copyright p {

  color: #747A80;

}

.theme-4 .footer .copyright ul li a {

  color: #17222B;

  padding: 0 10px;

}

.theme-4 .footer .copyright ul li a:hover {

  color: #17222B;

}

.theme-4 a.single_social {

  display: inline-block;

  padding: 13px;

  font-size: 18px;

  font-weight: 500;

  position: relative;

  z-index: 2;

  padding-left: 35px;

  background: #3B5998;

  margin: 4px 3px;

  color: #FFFFFF;

  overflow: hidden;

  width: 104px;

  line-height: 12px;

  border-radius: 4px;

}

.theme-4 a.single_social span.follow_icon {

  position: absolute;

  left: 0;

  font-size: 12px;

  height: 100%;

  width: 30px;

  text-align: center;

  top: 0;

  margin-top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #334D82;

}

.theme-4 a.single_social span.icon_text {

  display: block;

  line-height: 10px;

  font-size: 11px;

  margin-top: 5px;

}

.theme-4 a.social_twitter {

  background: #1DA1F2;

}

.theme-4 a.social_twitter span.follow_icon {

  background: #1B87CA;

}

.theme-4 a.social_youtube {

  background: #FF5050;

}

.theme-4 a.social_youtube span.follow_icon {

  background: #D04648;

}

.theme-4 a.social_instagram {

  background: #9B45D5;

}

.theme-4 a.social_instagram span.follow_icon {

  background: #803DB3;

}

.theme-4 a.social_vimeo {

  background: #1AB7EA;

}

.theme-4 a.social_vimeo span.follow_icon {

  background: #1999C3;

}

.theme-4 a.social_medium {

  background: #00AB6C;

}

.theme-4 a.social_medium span.follow_icon {

  background: #048F5E;

}

.theme-4 .post_type6 .single_post_text {

  padding: 25px;

}

.theme-4 .post_type6 .single_post_text a {

  font-size: 24px;

  line-height: 30px;

}

.theme-4 ul.like_cm {

  margin: 0;

  margin-top: 10px;

  padding: 0;

}

.theme-4 ul.like_cm li {

  display: inline-block;

  margin-right: 20px;

  position: relative;

  z-index: 2;

}

.theme-4 ul.like_cm li:after {

  position: absolute;

  content: "";

  height: 12px;

  width: 2px;

  background: #B9BCBF;

  right: -12px;

  top: 50%;

  margin-top: -6px;

}

.theme-4 ul.like_cm li:last-child:after {

  display: none;

}

.theme-4 ul.like_cm li a {

  font-weight: 500;

  font-size: 12px !important;

  color: #747A80;

  margin: 0;

  padding: 0;

}

.theme-4 ul.like_cm li a i {

  color: #FF9999;

  margin-right: 4px;

}

.theme-4 ul.like_cm li:last-child {

  margin-right: 0;

}

.theme-4 .widgets_small ul.like_cm {

  margin-top: 0;

}

.theme-4 .post_img img {

  border-radius: 3px;

}

.theme-4 .type18 .post_img img {

  border-radius: 5px;

}

.theme-4 .type18 .single_post_text a {

  font-size: 18px;

  line-height: 22px;

}

.theme-4 .type18 .single_post_text p {

  font-size: 15px;

  font-weight: 300;

  opacity: 0.85;

  line-height: 23px;

}

.theme-4 .single_post_text.py0 {

  padding: 20px 0 0 0;

}

.theme-4 .topbar li.tranding {

  background: #17222B;

  color: #FFFFFF;

}

.theme-4 .category4 ul {

  margin: 0;

  padding: 0;

}

.theme-4 .category4 ul li {

  list-style: none;

  margin-bottom: 10px;

}

.theme-4 .category4 ul li:last-child {

  margin-bottom: 0;

}

.theme-4 .category4 ul li a {

  background: #E8E8EA;

  display: block;

  border-radius: 3px;

  padding: 15px 15px 15px 20px;

  font-size: 20px;

  font-weight: 400;

  color: #17222B;

  position: relative;

  z-index: 2;

}

.theme-4 .category4 ul li a i {

  position: absolute;

  right: 0;

  font-size: 16px;

  color: transparent;

  height: 40px;

  width: 40px;

  text-align: center;

  line-height: 40px;

  top: 50%;

  margin-top: -20px;

}

.theme-4 .category4 ul li a:hover {

  color: #FFFFFF;

  font-weight: 500;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}

.theme-4 .category4 ul li a:hover i {

  color: #FFFFFF;

}

.theme-4 .tatal_video4 {

  padding: 30px;

  height: 635px;

  position: relative;

  z-index: 3;

}

.theme-4 .tatal_video4 .video4_content {

  bottom: 30px;

  left: 30px;

  position: absolute;

}

.theme-4 .tatal_video4 .video4_content a {

  font-size: 44px;

  line-height: 50px;

  font-weight: 700;

  color: #FFFFFF;

}

.theme-4 .tatal_video4 .video4_video {

  display: inline-block;

  padding-left: 70px;

  position: relative;

  z-index: 2;

  margin-top: 20px;

}

.theme-4 .tatal_video4 .video4_video h6 {

  color: #FFFFFF;

}

.theme-4 .tatal_video4 .video4_video h6 span {

  display: block;

  font-weight: 400;

  margin-top: 5px;

}

.theme-4 .tatal_video4 .video4_video .video4_icon {

  position: absolute;

  left: 0;

  top: 50%;

  height: 56px;

  width: 56px;

  text-align: center;

  line-height: 56px;

  margin-top: -28px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  border-radius: 50%;

  color: #FFFFFF;

}

.theme-4 .video4_list {

  background: #FFFFFF;

  position: relative;

  max-height: 635px;

  overflow-y: scroll;

}

.theme-4 .video4_list a {

  font-size: 20px;

  color: #17222B;

  font-weight: 400;

}

.theme-4 .video4_list h4 {

  font-size: 20px;

  font-weight: 400;

}

.theme-4 .video4_list:before {

  width: 0;

  height: 0;

  border-top: 7px solid transparent;

  border-right: 13px solid red;

  border-bottom: 7px solid transparent;

  position: absolute;

  content: "";

  left: -12px;

  top: 60px;

}

.theme-4 .video4_list:last-child {

  margin-bottom: 0;

}

.theme-4 .video4_list .video_list_author {

  position: relative;

  z-index: 2;

  padding-left: 35px;

  margin-bottom: 10px;

}

.theme-4 .video4_list .video_list_author i {

  position: absolute;

  left: 0;

  height: 30px;

  width: 30px;

  text-align: center;

  line-height: 30px;

  color: #FE9898;

  font-size: 20px;

}

.theme-4 .video4_list .video_list_author h6 {

  font-size: 12px;

  text-transform: uppercase;

  color: #FF5555;

}

.theme-4 .video4_list .video_list_author h6 span {

  display: block;

  margin-top: 5px;

  text-transform: capitalize;

  color: #8A8F94;

  font-weight: 400;

}

.theme-4 .tatal_videos4 .row > div {

  padding: 0;

}

.theme-4 .tatal_videos4 > .row {

  border-radius: 5px;

  overflow: hidden;

}

.theme-4 .science_news {

  background: #FFFFFF;

}

.theme-4 .book_mark {

  position: relative;

  z-index: 2;

  padding-left: 45px;

  margin-top: 15px;

  display: inline-block;

}

.theme-4 .book_mark .bookmark_icon {

  height: 30px;

  width: 30px;

  position: absolute;

  text-align: center;

  line-height: 30px;

  left: 0;

  color: #FF5555;

  top: 50%;

  margin-top: -15px;

  border-radius: 50%;

  border: 1px solid #FF5555;

}

.theme-4 .book_mark h6 {

  font-size: 14px;

}

.theme-4 .book_mark h6 span {

  display: block;

  font-weight: 400;

  font-size: 12px;

  margin-top: 5px;

}

.theme-4 .science_carousel_items p.post-p {

  font-size: 15px;

  font-weight: 300;

}

.theme-4 .science_carousel_items .single_post_text a {

  font-size: 20px;

}

.theme-4 p.meta.meta_style4 {

  position: relative;

  z-index: 2;

  padding-left: 12px;

}

.theme-4 p.meta.meta_style4:after {

  position: absolute;

  content: "";

  height: 18px;

  width: 3px;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  left: 0;

  top: 50%;

  margin-top: -9px;

}

.theme-4 .dots_style1 .owl-dots {

  position: absolute;

  top: 10px;

  right: 10px;

}

.theme-4 .dots_style1 .owl-dots > div {

  height: 10px;

  width: 10px;

  background: #827A6F;

  display: inline-flex;

  margin: 2px;

  border-radius: 50%;

}

.theme-4 .dots_style1 .owl-dots div.active {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}

.theme-4 .news_letter.news_letter4 {

  background: #4F585E;

}

.theme-4 .news_letter.news_letter4 p {

  color: #FFFFFF;

  font-size: 17px;

  font-weight: 300;

}

.theme-4 .signup_form form {

  background: #ECEDEE;

  position: relative;

  z-index: 2;

  border-radius: 5px;

  overflow: hidden;

}

.theme-4 .signup_form form input.signup {

  padding: 15px;

  width: 65%;

  margin: 0;

  background: #FFFFFF;

}

.theme-4 .signup_form form input.cbtn {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  position: absolute;

  right: 0;

  top: 0px;

  padding: 15px 20px;

}

.theme-4 .tranding_bar > div {

  display: inline-block;

}

.theme-4 .tranding_top {

  float: left;

  background: red;

  padding: 5px 20px;

  margin-right: 15px;

}

.theme-4 .top_carousel {

  display: inline-block;

  vertical-align: middle;

  width: auto;

}

.theme-4 .tranding_bar > div {

  display: flex !important;

  align-items: center;

}

.theme-4 .top_carousel {

  padding: 5px 20px 5px 0;

}

.theme-4 .single_comment .replay a {

  color: #FF5555 !important;

}

.theme-4 .next_prv_single3:hover {

  background: #FF5555;

}

.theme-4 .author_social li a {

  height: 40px;

  line-height: 40px;

  width: 40px;

  text-align: center;

  background: #ECEDEE;

  font-size: 15px;

  color: #17222B;

  position: relative;

  z-index: 2;

  overflow: hidden;

  transition: all 0.3s;

}

.theme-4 .author_social li a:before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  left: -100%;

  z-index: -1;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  transition: all 0.3s;

}

.theme-4 .author_social li a:hover {

  color: #FFFFFF;

  background: transparent;

}

.theme-4 .author_social li a:hover:before {

  left: 0;

  transition: all 0.3s;

}

.theme-4 .widget_tab ul li a.active {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}

.theme-4 .widget_tab.v4inner ul li a {

  line-height: 12px;

  padding: 12px 21px;

}

.theme-4 .post_img.number {

  display: flex;

  align-items: center;

  justify-content: center;

  background: #FFFFFF;

  border: 3px solid #E7E8E9;

  border-radius: 50%;

  width: 56px;

  height: 56px;

  top: 15%;

  margin-top: 0;

}

.theme-4 .post_img.number h2 {

  font-size: 36px;

  line-height: 53px;

  color: #D1D3D5;

}

.theme-4 .tab4 ul.nav.nav-tabs li a {

  font-size: 24px;

  font-weight: 500;

  color: #A2A7AA;

  padding: 12px;

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.theme-4 .tab4 ul.nav.nav-tabs li a:after {

  position: absolute;

  content: "";

  height: 3px;

  width: 0;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  left: 0;

  bottom: 0;

  transition: all 0.3s;

}

.theme-4 .tab4 ul.nav.nav-tabs li a:hover {

  color: #17222B;

  transition: all 0.3s;

}

.theme-4 .tab4 ul.nav.nav-tabs li a.active {

  color: #17222B !important;

  transition: all 0.3s;

}

.theme-4 .tab4 ul.nav.nav-tabs li a.active:after {

  width: 100%;

  transition: all 0.3s;

}

.theme-4 .tab4 .single_post_text a {

  font-size: 20px;

  line-height: 28px;

}

.theme-4 .tab4 .single_post_text .meta_col p {

  font-size: 12px;

  color: #A2A7AA;

}

.theme-4 .type16 ul.like_cm li a {

  font-size: 12px !important;

}

.theme-4 .inernational4 .meta {

  font-size: 12px;

  color: #FF5555;

}

.theme-4 .inernational4 .meta span {

  color: #747A80;

}

@media screen and (max-width: 1024px) and (max-width: 1300px) {

  .theme-4 .col-lg-4.align-self-center.fix_width_social {

    max-width: 33%;

  }

  .theme-4 body {

    overflow-x: hidden;

  }

  .theme-4 .tab4 ul.nav.nav-tabs li a {

    font-size: 18px;

  }

  .theme-4 .tab4 .single_post_text a {

    font-size: 14px;

    line-height: 21px;

  }

  .theme-4 .widgets_small .single_post_text a {

    line-height: 19px;

    font-size: 13px;

  }

  .theme-4 .single_post_text .meta3 a {

    font-size: 10px !important;

  }

  .theme-4 .temp_wap p {

    font-size: 10px;

  }

  .theme-4 .v3datentemp > div {

    width: 50%;

    float: left;

  }

  .theme-4 .logo_area {

    overflow-x: hidden;

  }

  .theme-4 .download_btn.v4 .download_btn_group a.app_btn {

    padding: 12px 10px 12px 30px;

  }

  .theme-4 .download_btn.v4 .download_btn_group a.app_btn i {

    left: 7px;

    font-size: 20px;

    height: 20px;

    width: 20px;

    line-height: 20px;

    margin-top: -10px;

  }

}

@media screen and (max-width: 990px) {

  .theme-4 .logo4 {

    margin: 0 auto;

    margin-bottom: 20px;

  }

  .theme-4 .topbar .tranding_bar li {

    font-size: 12px;

  }

}

@media screen and (max-width: 767px) {

  .theme-4 .topbar {

    text-align: center;

    margin-top: 20px;

  }

  .theme-4 .v3datentemp {

    text-align: center !important;

  }

  .theme-4 .social4.text-right {

    text-align: center !important;

    margin-bottom: 20px;

  }

  .theme-4 .top_date_social.text-right {

    text-align: center !important;

  }

  .theme-4 .v3datentemp > div {

    width: 100%;

    float: unset;

    margin-bottom: 10px;

    text-align: center !important;

  }

  .theme-4 .welcome_txt h1 {

    font-size: 26px;

  }

  .theme-4 .tatal_video4 .video4_content a {

    font-size: 24px;

    line-height: 28px;

  }

  .theme-4 .col-lg-4.align-self-center.fix_width_social {

    max-width: 100%;

    margin-top: 30px;

  }

  .theme-4 .welcome4_area {

    padding: 200px 0 300px;

  }

}

@media screen and (max-width: 425px) {

  .theme-4 .single_post_text .meta3 {

    margin-bottom: 0;

    position: relative;

    z-index: 2;

  }

  .theme-4 .single_post_text .meta3 a {

    font-size: 12px !important;

    position: relative;

    z-index: 2;

    line-height: 14px;

    font-weight: 500;

    margin-bottom: 0;

  }

  .theme-4 .single_post_text .meta3 a:first-child {

    color: #FF5555;

  }

  .theme-4 .single_post_text .meta3 a:last-child {

    margin-left: 0;

    color: #17222B;

    opacity: 0.75;

  }

  .theme-4 .single_post_text .meta3 a:last-child:before {

    position: absolute;

    content: "|";

    height: 20px;

    width: 10px;

    left: -18px;

    top: 50%;

    margin-top: -10px;

    line-height: 20px;

    color: #17222B;

    opacity: 0.3;

    text-align: center;

    display: none;

  }

  .theme-4 .post_type12 .post_img {

    width: 100%;

  }

  .theme-4 .post_type12 .single_post_text {

    width: 100%;

  }

  .theme-4 .business3.padding30.white_bg.border-radious5.mb30 {

    padding: 20px 0;

  }

  .theme-4 .single_post.mb30.type18 {

    text-align: center;

  }

  .theme-4 .science_mid img {

    margin: 20px 0;

  }

  .theme-4 .book_mark {

    text-align: left;

  }

  .theme-4 .tab4 ul.nav.nav-tabs li a {

    font-size: 16px;

  }

  .theme-4 .widgets_type4 {

    padding-left: 0;

  }

  .theme-4 .widgets_type4 .post_img.number {

    display: none;

  }

}

.theme-4 .search_form4 input[type=submit] {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #fff;

  padding: 15px 35px;

}



@media screen and (min-width: 768px) and (max-width: 960px) {

  .theme-4 .post_type12 .single_post_text {

    width: 100%;

  }



  .theme-4 .post_type12 .post_img {

    width: 100%;

  }



  .theme-4 .welcome_list {

    margin-left: -15px;

  }

}

@media screen and (min-width: 960px) and (max-width: 1200px) {

  .theme-4 .welcome_list {

    margin-left: -15px;

  }

}

.wrapper_items {

  overflow: hidden;

}



.total3.mb30 {

  overflow: hidden;

}



/*

=====================

font weight



*/

/*DARK VERSION COLORS START*/

/*DARK VERSION COLORS END*/

/*DARK VERSION BACKGROUND START*/

/*DARK VERSION BACKGROUND END*/

/*GRADIENT COLORS START*/

/*GRADINET COLORS END*/

/*SHADOW START*/

/*SHADOW END*/

.theme-input input {

  font-size: 16px;

  font-weight: 400;

  color: #00adc6;

}



.signup_form form input.cbtn, a.cbtn1,

button.cbtn1,

input.cbtn1, .theme-3 .signup_form form input.cbtn {

  font-size: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #FFFFFF;

  padding: 15px 30px;

  background: #00adc6;

  border: none;

}



.topbar .social1 ul li a, .dark-theme .topbar .social1 ul li a, .theme-3 .topbar .social1 li a {

  width: 20px;

  height: 20px;

  display: block;

  text-align: center;

  line-height: 20px;

  font-style: 14px;

  color: #17222B;

}



.footer .cta .social2 ul li a {

  width: 40px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  font-style: 14px;

  color: #C7CACC;

  background: #212C34;

}



.banner {

  position: relative;

  z-index: 2;

}



.banner:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #17222B;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

}



.inner_overlay {

  position: relative;

  z-index: 1;

}



.inner_overlay:after {

  position: absolute;

  z-index: -1;

  content: "";

  height: 100%;

  width: 60%;

  background: linear-gradient(to left, transparent, #17222B);

  left: 0;

  top: 0;

}



.category ul li a {

  position: relative;

  z-index: 2;

}



.category ul li a:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  opacity: 0.6;

  left: 0;

  top: 0;

  z-index: -1;

  background: #17222B;

}



.half_bg1 {

  position: relative;

  z-index: 2;

}



.half_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #17222B;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg1 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg1:after {

  position: absolute;

  content: "";

  height: 50%;

  width: 100%;

  background: #233340;

  left: 0;

  bottom: 0;

  z-index: -1;

}



.dark-theme .half_dark_bg60 {

  position: relative;

  z-index: 2;

}



.dark-theme .half_dark_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #233340;

  left: 0;

  top: 0;

  z-index: -1;

}



.half_bg60 {

  position: relative;

  z-index: 2;

}



.half_bg60:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: #17222B;

  left: 0;

  top: 0;

  z-index: -1;

}



.border_left3 {

  border-left: 3px solid #BDC0C2;

}



.comment_form input, .comment_form textarea {

  border: 1px solid #C4C7C9;

}



button.cbtn2,

input.cbtn2,

a.cbtn2, .dark-theme button.cbtn2,

.dark-theme input.cbtn2,

.dark-theme a.cbtn2 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: #00adc6;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn2:hover,

input.cbtn2:hover,

a.cbtn2:hover, .dark-theme button.cbtn2:hover,

.dark-theme input.cbtn2:hover,

.dark-theme a.cbtn2:hover {

  background: #17222B;

  color: #FFFFFF;

  transition: all 0.3s;

}



.theme-4 button.cbtn4,

.theme-4 input.cbtn4,

.theme-4 a.cbtn4 {

  padding: 15px 40px;

  font-size: 16px;

  color: #FFFFFF;

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

.theme-4 button.cbtn4:hover,

.theme-4 input.cbtn4:hover,

.theme-4 a.cbtn4:hover {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

  color: #FFFFFF;

  transition: all 0.3s;

}



button.cbtn3,

input.cbt3,

a.cbtn3 {

  padding: 15px 40px;

  font-size: 16px;

  color: #17222B;

  border: 1px solid #00adc6;

  background: #FFFFFF;

  text-transform: uppercase;

  transition: all 0.3s;

  font-weight: 400;

}

button.cbtn3:hover,

input.cbt3:hover,

a.cbtn3:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.shadow5 {

  box-shadow: 0 72px 20px 0 #fbfbff;

}



.preloader {

  position: fixed;

  width: 100%;

  height: 100%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #00adc6;

  z-index: 999;

}



.preloader.dark-p {

  background: #17222B;

}



.preloader.v4 {

  background: linear-gradient(90deg, #FF5555, #AB50EF);

}



.preloader > div {

  width: 300px;

  height: 300px;

  flex: 0 0 25%;

  box-sizing: border-box;

  margin: 0;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;

}



/* NO BORDER SPINNER */

.nb-spinner {

  width: 75px;

  height: 75px;

  margin: 0;

  background: transparent;

  border-top: 4px solid #FFFFFF;

  border-right: 4px solid transparent;

  border-radius: 50%;

  animation: 1s spin linear infinite;

}



/* BORDER TOP SPINNER */

.bt-spinner {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background-color: transparent;

  border: 4px solid #222;

  border-top-color: #FFFFFF;

  animation: 1s spin linear infinite;

}



/* DOUBLE BORDER SPINNER */

.db-spinner {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background-color: transparent;

  border: 4px solid #222;

  border-top-color: #009688;

  border-bottom-color: #009688;

  animation: 1s spin linear infinite;

}



/* DOUBLE SPINNER */

.double-spinner {

  position: relative;

}



.dbl-spinner {

  position: absolute;

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background-color: transparent;

  border: 4px solid transparent;

  border-top: 4px solid #222;

  border-left: 4px solid #222;

  animation: 2s spin linear infinite;

}



.dbl-spinner--2 {

  border: 4px solid transparent;

  border-right: 4px solid #009688;

  border-bottom: 4px solid #009688;

  animation: 1s spin linear infinite;

}



@keyframes spin {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(360deg);

  }

}

a {

  transition: all 0.4s;

  color: #00adc6;

  display: inline-block;

}



a:hover {

  transition: all 0.4s;

  color: #00adc6;

}



h1,

h2,

h3,

h4,

h5,

h6 {

/*  font-family: "Heebo", sans-serif;
*/  font-family: "Montserrat ", sans-serif;

  font-weight: 700;

  margin: 0;

  color: #17222B;

}



body {

  font-size: 16px;

  line-height: 27px;

  color: #17222B;

  font-family: "Open Sans ", sans-serif;


  font-weight: 400;

  overflow-x: hidden;

}



.owl-carousel .owl-item img {

  display: inline-block;

  width: auto;

}



/*================================

	HEADER AREA CSS CSS



*/

.topbar ul {

  margin: 0;

  padding: 0;

}

.topbar ul li {

  font-size: 14px;

  opacity: 0.85;

}

.topbar ul .tranding_bar li {

  list-style: none;

  font-weight: 400;

}

.topbar .top_date_social > div {

  display: inline-block;

}

.topbar .top_date_social > div:first-child {

  padding-right: 25px;

  margin-right: 10px;

  position: relative;

  z-index: 2;

}

.topbar .top_date_social > div:first-child:after {

  position: absolute;

  content: "";

  height: 15px;

  width: 2px;

  background: #17222B;

  opacity: 0.3;

  right: 5px;

  top: 50%;

  margin-top: -7.5px;

}

.topbar .paper_date p {

  font-size: 14px;

  font-weight: 400;

  opacity: 0.85;

}

.topbar .social1 ul {

  margin: 0;

  padding: 0;

}

.topbar .social1 ul li {

  list-style: none;

  display: inline-block;

}

.topbar .social1 ul li a {

  opacity: 0.75;

  font-size: 14px;

}



.trancarousel_area .nav_style1 .owl-nav {

  position: absolute;

  right: -9%;

  top: 50%;

  margin-top: -15px;

}

.trancarousel_area .nav_style1 .owl-nav div {

  height: 23px;

  width: 23px;

  line-height: 23px;

}

.trancarousel_area .nav_style1 .owl-nav div:last-child {

  margin-left: 7px;

}

.trancarousel_area p.trand {

  float: left;

  margin-right: 10px;

  padding: 12px 20px;

  background: #af272f;

  font-size: 14px;

  font-weight: 500;

  color: #FFFFFF;

  line-height: 17px;

}

.trancarousel_area .trancarousel_item {

  padding: 12px;

  font-size: 14px;

  line-height: 17px;

  opacity: 0.85;

}

.trancarousel_area .trancarousel_item a {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}

.trancarousel_area .trancarousel_item p {

  color: #17222B;

  opacity: 0.85;

  word-break: break-word;

}



a.up_btn {

  height: 70px;

  width: 50px;

  text-align: center;

  line-height: 70px;

  background: #af272f;

  color: #fff;

  border-radius: 50px;

  position: fixed;

  z-index: 9999;

  bottom: 10%;

  right: 2%;

  visibility: hidden;

  opacity: 0;

  transition: all 0.3s;

}



.sticky a.up_btn {

  visibility: visible;

  opacity: 1;

  bottom: 7%;

  transition: all 0.3s;

}



.logo_area {

  padding: 10px 0;

}



.logo {

  max-width: 250px;

}



.banner {

  padding: 20px 30px;

  background: url(../images/bg/banner.jpg);

}

.banner a.cbtn1,

.banner button {

  padding: 10px;

  font-weight: 500;

}

.banner .add {

  position: relative;

  z-index: 2;

}

.banner .add:after {

  position: absolute;

  content: "";

  height: 20px;

  width: 2px;

  background: #fff;

  right: 0;

  top: 50%;

  margin-top: -8px;

}

.banner .add h3 {

  font-size: 20px;

  color: #FFFFFF;

  font-weight: 700;

}

.banner .add h3 span {

  display: block;

  font-size: 14px;

  margin-top: 5px;

}

.banner .add_details p {

  color: #FFFFFF;

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

}



.searching {

  position: fixed;

  height: 100%;

  width: 100%;

  background: #17222B;

  z-index: 999;

  display: flex;

  align-items: center;

  justify-content: center;

  visibility: hidden;

  opacity: 0;

  transition: all 0.3s;

}

.searching .v1search_form input {

  width: 80%;

  float: left;

  margin: 0;

}

.searching .v1search_form button {

  width: 20%;

  float: left;

}

.searching .close_btn {

  position: absolute;

  top: 20px;

  right: 32px;

  height: 40px;

  width: 40px;

  background: #00adc6;

  text-align: center;

  line-height: 40px;

  font-size: 20px;

  color: #FFFFFF;

  cursor: pointer;

}



.searching.active {

  visibility: visible;

  opacity: 1;

  transition: all 0.3s;

}



/*================================

	WIDGETS AREA CSS



*/

.slider_arrow {

  position: absolute;

  top: 0;

  left: 0;

  background: #fff;

  height: 66px;

  width: 30px;

  line-height: 66px;

  text-align: center;

  color: #000;

  font-size: 21px;

  z-index: 99;

  transition: all 0.3s;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);

}



.slider_arrow.arrow_right {

  left: auto;

  right: 0;

}



.slider_arrow:hover {

  background: #00adc6;

  color: #fff;

  transition: all 0.3s;

}



.widget-title {

  font-size: 24px;

  margin-bottom: 20px;

  font-weight: 500;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  display: inline-block;

}



.about_post_list ul {

  margin: 0;

  padding: 0;

}

.about_post_list ul li {

  list-style: none;

  margin-right: 10px;

}

.about_post_list ul li:last-child {

  margin-right: 0;

}

.about_post_list ul li a {

  font-size: 24px;

  margin-bottom: 20px;

  font-weight: 500;

  color: #A0A5A8;

}

.about_post_list ul li a.active {

  color: #17222B;

}



a.single_social {

  display: inline-block;

  padding: 12px;

  font-size: 18px;

  font-weight: 500;

  position: relative;

  z-index: 2;

  padding-left: 35px;

  background: #3B5998;

  margin: 4px 3px;

  color: #FFFFFF;

  width: 104px;

  line-height: 12px;

}

a.single_social span.follow_icon {

  position: absolute;

  left: 8px;

  font-size: 12px;

  height: 20px;

  width: 20px;

  line-height: 20px;

  text-align: center;

  top: 50%;

  margin-top: -10px;

}

a.single_social span.icon_text {

  display: block;

  line-height: 10px;

  font-size: 11px;

  margin-top: 5px;

}



.inner_socail4 a.single_social {

  display: inline-block;

  padding: 13px;

  font-size: 18px;

  font-weight: 500;

  position: relative;

  z-index: 2;

  padding-left: 45px;

  margin: 4px 3px;

  color: #FFFFFF;

  overflow: hidden;

  width: 46%;

  line-height: 12px;

  border-radius: 4px;

}

.inner_socail4 a.single_social span.follow_icon {

  position: absolute;

  left: 0;

  font-size: 12px;

  height: 100%;

  width: 30px;

  text-align: center;

  top: 0;

  margin-top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.inner_socail4 a.single_social span.icon_text {

  display: block;

  line-height: 10px;

  font-size: 11px;

  margin-top: 5px;

}



a.social_twitter {

  background: #1DA1F2;

}



a.social_youtube {

  background: #FF5050;

}



a.social_instagram {

  background: #9B45D5;

}



a.social_vimeo {

  background: #1AB7EA;

}



a.social_medium {

  background: #00AB6C;

}



.news_letter {

  background: #E9EAEB;

}

.news_letter p {

  color: #39424A;

  font-size: 17px;

  font-weight: 300;

}



.news_letter2 {

  background: #FFFFFF;

}

.news_letter2 input.signup {

  background: #E9EAEB !important;

}



/*DEFAULT POST TYPE*/

.single_post {

  position: relative;

  z-index: 2;

  transition: all 0.3s;

}

.single_post .single_post_text a:hover {

  color: #00adc6;

  transition: all 0.3s;

}



.gradient1 {

  position: relative;

  z-index: 2;

}

.gradient1:after {

  position: absolute;

  content: "";

  height: 60%;

  width: 100%;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);

  left: 0;

  bottom: 0;

}



.single_post_text .meta {

  color: #00adc6;

  text-transform: uppercase;

  line-height: 24px;

  margin-bottom: 5px;

  position: relative;

  z-index: 2;

}

.single_post_text .meta span {

  color: #50585F;

  text-transform: capitalize;

}



.single_post_text a {

  color: #17222B;

  font-weight: 500;

}

.single_post_text h4 {

  font-size: 16px;

  color: #17222B;

  font-weight: 500;

  line-height: 21px;

}

.single_post_text h4 a {

  color: #17222B;

  font-weight: 500;

}



.post_img {

  position: relative;

  z-index: 2;

}



.post_img img {

  /*object-fit: cover;*/

}



.readmore {

  font-size: 14px !important;

}



.nav_style1 .owl-nav {

  position: absolute;

  right: 0;

  top: -48px;

}

.nav_style1 .owl-nav div {

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  border: 1px solid #C1C4C6;

  color: #C1C4C6;

  transition: all 0.3s;

}

.nav_style1 .owl-nav div:last-child {

  margin-left: 14px;

}

.nav_style1 .owl-nav div:hover {

  background: #00adc6;

  border-color: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}



.see_all {

  font-weight: 500;

  font-size: 15px;

  color: #8A8F94;

  text-transform: uppercase;

}



.post_size1 {

  min-height: 77px;

}

.post_size1 .post_img {

  height: 77px;

  width: 100px;

}



.post_size3 {

  min-height: 64px;

}

.post_size3 .post_img {

  height: 64px;

  width: 80px;

}



.post_size4 {

  min-height: 56.25px;

}

.post_size4 .post_img {

  height: 56.25px;

  width: 100px;

}



.tranding_border {

  border: 1px solid #FFFFFF;

}



span.tranding.tranding_border {

  line-height: 20px;

}



/*POST TYPE-1*/

.widgets_small {

  padding-left: 120px;

  min-height: 77px;

}

.widgets_small .post_img {

  position: absolute;

  left: 0;

  top: 0;

  height: 77px;

  width: 100px;

}

.widgets_small .post_img img {

  width: 100%;

  height: 100%;

  transition: all 0.3s;

  object-fit: cover;

  overflow: hidden;

}

.widgets_small:hover .post_img img {

  transform: scale(1.1);

  transition: all 0.3s;

}

.widgets_small .tranding img {

  height: 12px;

  width: 6px;

  padding-top: 2px;

}

.widgets_small .single_post_text a {

  line-height: 21px;

}

.widgets_small .single_post_text .meta {

  font-size: 12px;

  line-height: 20px;

}



.img_wrap {

  overflow: hidden;

  /*height: -webkit-fill-available;

  width: -webkit-fill-available;

  */

}



.widget_tab ul {

  margin: 0;

  padding: 0;

  margin-bottom: 25px;

  border: none;

}

.widget_tab ul li {

  list-style: none;

  margin-right: 10px;

  width: 31.4%;

}

.widget_tab ul li:last-child {

  margin-right: 0;

}

.widget_tab ul li a {

  background: #FFFFFF;

  font-size: 12px;

  font-weight: 500;

  color: black;

  text-transform: uppercase;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);

  line-height: 12px;

  padding: 12px;

  width: 100%;

  text-align: center;

}

.widget_tab ul li a.active {

  color: #FFFFFF;

  background: #00adc6;

}



.tab-pane.fade.active.show {

  transform: translateX(0px);

  transition: all 0.3s;

}



.tab-pane.fade {

  transform: translateX(30px);

  transition: all 0.3s;

}



/*POST TYPE-2*/

span.tranding {

  height: 20px;

  width: 20px;

  display: inline-block;

  text-align: center;

  font-size: 10px;

  line-height: 24px;

  border-radius: 50%;

  background: #FF5555;

  color: #FFFFFF;

  position: absolute;

  left: 5px;

  top: -10px;

}



.single_post2_carousel {

  margin-top: 10px;

}



/*POST TYPE-3*/

.post_type3 .post_img span.tranding {

  height: 30px;

  width: 30px;

  font-size: 12px;

  line-height: 30px;

  left: 10px;

  top: 10px;

}

.post_type3 .single_post_text {

  padding: 20px 0;

}

.post_type3 .single_post_text .meta {

  margin-bottom: 5px;

  font-weight: 500;

  text-transform: unset;

  font-size: 14px;

}

.post_type3 .single_post_text .post-p {

  opacity: 0.85;

  font-size: 15px;

  line-height: 22px;

}

.post_type3 .single_post_text a {

  font-size: 20px;

  font-weight: 700;

  line-height: 24px;

}



/*POST TYPE-4*/

.post_img.number {

  display: flex;

  align-items: center;

  justify-content: center;

  background: #E9EAEB;

  border-radius: 50%;

  width: 50px;

  height: 50px;

  top: 50%;

  margin-top: -30px;

  left: 0;

}

.post_img.number h2 {

  color: #A9ADB1;

  font-size: 24px;

  font-weight: 500;

}



.widgets_type4 {

  padding-left: 70px;

}



.about_post_list .nav-tabs {

  border-bottom: none;

}



.socail_share {

  margin-top: 5px;

  margin: 0;

  padding: 0;

}

.socail_share li {

  position: relative;

  z-index: 2;

  list-style: none;

}

.socail_share li a {

  color: #17222B;

  opacity: 0.3;

  font-size: 12px;

}

.socail_share li a i {

  margin-right: 3px;

}

.socail_share li:last-child {

  margin-left: 10px;

  padding-left: 10px;

}

.socail_share li:last-child:after {

  position: absolute;

  content: "";

  height: 10px;

  width: 2px;

  background: #A9ADB1;

  left: -5px;

  top: 50%;

  margin-top: -5px;

  border-radius: 50%;

}



.users_area ul {

  margin: 0;

  padding: 0;

}

.users_area ul li {

  list-style: none;

  font-weight: 500;

  padding: 0 6px;

  font-size: 18px;

  color: #8A8F94;

  cursor: pointer;

}



/*POST TYPE-5*/

.post_type5 {

  margin-right: 20px;

  padding-left: 95px;

}

.post_type5 .single_post_text p {

  font-size: 15px;

  font-weight: 300;

  opacity: 0.85;

  line-height: 21px;

  margin-top: 5px;

}

.post_type5 .post_img {

  width: 80px;

  height: 70px;

}

.post_type5 .post_img img {

  width: 80px;

  height: 70px;

}



.nav_style2 .owl-nav div {

  position: absolute;

  height: 100%;

  width: 30px;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  right: 0;

  top: 0;

  background: #FFFFFF;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

  z-index: 9;

  color: #17222B;

  transition: all 0.3s;

}

.nav_style2 .owl-nav div:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);

}

.nav_style2 .owl-nav div.owl-prev {

  right: auto;

  left: 0;

}



/*POST TYPE-6*/

.post_type6 span.tranding {

  height: 54px;

  width: 54px;

  display: inline-block;

  text-align: center;

  line-height: 54px;

  font-size: 16px;

  background: #FF5555;

  color: #FFFFFF;

  position: absolute;

  left: auto;

  top: 15px;

  border-radius: 50%;

  right: 15px;

}

.post_type6 .single_post_text {

  position: absolute;

  bottom: 0;

  z-index: 9;

  padding: 40px;

}

.post_type6 .single_post_text p.post-p {

  font-size: 15px;

  line-height: 21px;

  font-weight: 400;

}

.post_type6 .single_post_text .meta {

  font-weight: 500;

  font-size: 14px;

}

.post_type6 .single_post_text .meta span {

  color: #FFFFFF;

}

.post_type6 .single_post_text p {

  color: #FFFFFF;

}

.post_type6 .single_post_text a {

  color: #FFFFFF;

  font-size: 30px;

  line-height: 36px;

  font-weight: 700;

}

.post_type6 .single_post_text .meta {

  margin-bottom: 0;

}

.post_type6 .single_post_text .meta a {

  font-size: 14px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

}

.post_type6 .single_post_text .meta a:last-child {

  margin-left: 20px;

}

.post_type6 .single_post_text .meta a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  text-align: center;

}



/*POST TYPE-7*/

.post_type7 .single_post_text {

  position: absolute;

  bottom: 0;

  z-index: 9;

  padding: 40px 20px 20px 20px;

}

.post_type7 .single_post_text .meta {

  font-weight: 500;

  font-size: 12px;

}

.post_type7 .single_post_text .meta span {

  color: #FFFFFF;

}

.post_type7 .single_post_text a {

  color: #FFFFFF;

  font-size: 16px;

  line-height: 21px;

  font-weight: 700;

}



/*POST TYPE-7*/

.type8 {

  padding-right: 40px;

  min-height: 64px;

  padding-left: 100px;

}

.type8 .post_img {

  height: 64px;

  width: 80px;

}



.type8_count {

  height: 50px;

  width: 30px;

  text-align: center;

  position: absolute;

  right: 0;

  top: 50%;

  margin-top: -25px;

}



.type8_count h2 {

  line-height: 50px;

  color: #CED0D2;

  font-size: 36px;

  font-weight: 500;

}



/*POST TYPE-9*/

.post_type9 .tranding.left {

  right: auto;

  left: 15px;

}

.post_type9 .tranding.left img {

  width: 8px;

  height: 15px;

}



.nav_style3 .owl-nav div {

  position: absolute;

  background: #ffffff;

  width: 30px;

  height: 70px;

  text-align: center;

  line-height: 70px;

  font-weight: 700;

  color: #000;

  top: 50%;

  right: 0;

  margin-top: -35px;

  transition: all 0.3s;

}

.nav_style3 .owl-nav div:hover {

  background: #00adc6;

  color: #FFFFFF;

  transition: all 0.3s;

}

.nav_style3 .owl-nav div.owl-prev {

  right: auto;

  left: 0;

}



.mix_carousel {

  background: #FCFCFC;

  padding: 30px;

}



/*POST TYPE-10*/

.type10 .widgets_small {

  min-height: 56.25px;

}

.type10 .post_img {

  height: 56.25px;

}

.type10 .meta.meta2 {

  color: #71787D;

}

.type10 span.tranding.tranding_border {

  border: 1px solid #FFFFFF;

  top: -12px;

  font-weight: 600;

}



/*POST TYPE-11*/

.margintop-60- {

  margin-top: -60px;

}



.post_type11 a.youtube_middle {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 60px;

  width: 70px;

  text-align: center;

  line-height: 60px;

  font-size: 60px;

  margin-top: -30px;

  margin-left: -35px;

  color: #FF5555;

}

.post_type11 .padding30 {

  padding: 30px;

}



/*POST TYPE-12*/

.post_type12 {

  display: inline-block;

}

.post_type12 .post_img {

  width: 48%;

  float: left;

}

.post_type12 .single_post_text {

  width: 49%;

  float: left;

  padding: 0;

  padding-left: 30px;

}



/*POST TYPE-13*/

.post_type13 {

  display: flex;

  align-items: center;

  height: 60px;

  padding-left: 100px;

}

.post_type13 .circle_match_time {

  position: absolute;

  right: 0;

}

.post_type13 .playing_teams {

  font-size: 18px;

}

.post_type13 .playing_teams span {

  color: #8A8F94;

}

.post_type13 .post_img {

  height: 60px;

  width: 80px;

  margin-top: 7px;

}

.post_type13 .meta.macth_meta {

  color: #8A8F94;

  font-size: 15px;

  text-transform: capitalize;

  font-weight: 500;

}

.post_type13 .meta.macth_meta span {

  color: #00adc6;

}



/*CATEGORY*/

.category ul {

  margin: 0;

  padding: 0;

}

.category ul li {

  list-style: none;

  margin-bottom: 15px;

}

.category ul li:last-child {

  margin-bottom: 0;

}

.category ul li a {

  display: block;

  padding: 21px;

  position: relative;

  z-index: 2;

  text-align: left;

  font-weight: 500;

  font-size: 20px;

  color: #FFFFFF;

  transform: scale(1);

}

.category ul li a span {

  width: 80%;

  display: inline-block;

}

.category ul li a:hover {

  transform: scale(1.03);

}



.single_post_text .meta2 {

  margin-bottom: 0;

}

.single_post_text .meta2 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  font-weight: 400;

}

.single_post_text .meta2 a:first-child {

  color: #00adc6;

}

.single_post_text .meta2 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.single_post_text .meta2 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}



.single_post_text .meta5 {

  margin-bottom: 0;

}

.single_post_text .meta5 a {

  font-size: 12px;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  margin-bottom: 5px;

  color: #FFFFFF;

}

.single_post_text .meta5 a:last-child {

  margin-left: 20px;

  font-weight: 400;

}

.single_post_text .meta5 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #FFFFFF;

  text-align: center;

}



.single_post_text .meta3 {

  margin-bottom: 10px;

}

.single_post_text .meta3 a {

  font-size: 14px !important;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  margin-bottom: 5px;

}

.single_post_text .meta3 a:first-child {

  color: #00adc6;

}

.single_post_text .meta3 a:last-child {

  margin-left: 20px;

  color: #17222B;

  opacity: 0.75;

}

.single_post_text .meta3 a:last-child:before {

  position: absolute;

  content: "/";

  height: 20px;

  width: 10px;

  left: -18px;

  top: 50%;

  margin-top: -10px;

  line-height: 20px;

  color: #17222B;

  opacity: 0.3;

  text-align: center;

}



.single_post_text .meta4 {

  margin-top: 0;

}

.single_post_text .meta4 a {

  font-size: 12px !important;

  text-transform: capitalize;

  position: relative;

  z-index: 2;

  line-height: 17px;

  font-weight: 500;

  color: #17222B;

  opacity: 0.6;

}



/*================================

	VIDEO AREA CSS



*/

.viceo_posts_wrap {

  background: #FCFCFC;

  padding: 30px;

}



.popular_items {

  margin-top: 12px;

}



.video_posts .container {

  max-width: 1200px;

}



/*================================

	SPORTS AREA CSS



*/

.sports_carousel_item {

  margin-top: 10px;

}



/*================================

	MIX AREA CSS



*/

.mix_area .container {

  max-width: 1200px;

}



/*================================

	FOOTER AREA CSS



*/

.footer .cta {

  padding: 70px 0 40px;

}

.footer .cta .social2 {

  margin-top: 35px;

}

.footer .cta .social2 ul {

  margin: 0;

  padding: 0;

}

.footer .cta .social2 ul li {

  list-style: none;

}

.footer .cta .social2 ul li a:hover {

  background: #00adc6;

  color: #FFFFFF;

}

.footer .single_footer_nav ul {

  margin: 0;

  padding: 0;

}

.footer .single_footer_nav ul li {

  list-style: none;

  margin-bottom: 7px;

}

.footer .single_footer_nav ul li a {

  color: #FFFFFF;

  font-weight: 300;

}

.footer .single_footer_nav ul li a:hover {

  color: #00adc6;

}

.footer .single_footer_nav ul li:last-child {

  margin-bottom: 0;

}

.footer .widget-title2 {

  font-size: 20px;

  color: #FFFFFF;

  font-weight: 400;

  margin-bottom: 30px;

}

.footer .twitter_feeds .single_twitter_feed {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 30px;

  padding-bottom: 30px;

}

.footer .twitter_feeds .single_twitter_feed:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

}

.footer .twitter_feeds .single_twitter_feed h6 {

  font-weight: 400;

  color: #FFFFFF;

  line-height: 21px;

  font-size: 16px;

}

.footer .twitter_feeds .single_twitter_feed h6 span {

  color: #00adc6;

}

.footer .twitter_feeds .single_twitter_feed p {

  font-size: 14px;

  color: #747A80;

  margin-top: 3px;

}

.footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {

  height: 20px;

  width: 20px;

  color: #00adc6;

  position: absolute;

  left: 0;

  top: 0;

}

.footer .extra_newss .single_extra_news {

  margin-bottom: 15px;

  padding-bottom: 30px;

  padding-right: 60px;

  position: relative;

  z-index: 2;

}

.footer .extra_newss .single_extra_news:nth-child(6) {

  margin-bottom: 0;

  padding-bottom: 0;

}

.footer .extra_newss .single_extra_news p {

  color: #00adc6;

  font-size: 12px;

}

.footer .extra_newss .single_extra_news p span {

  color: #747A80;

}

.footer .extra_newss .single_extra_news a {

  color: #FFFFFF;

}

.footer .extra_newss .single_extra_news span.news_counter {

  color: #747A80;

  height: 40px;

  display: inline-block;

  width: 40px;

  text-align: center;

  line-height: 40px;

  font-size: 36px;

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -25px;

}

.footer .extra_newss .single_fcontact {

  position: relative;

  z-index: 2;

  padding-left: 30px;

  margin-bottom: 15px;

}

.footer .extra_newss .single_fcontact:last-child {

  margin-bottom: 0;

}

.footer .extra_newss .single_fcontact a {

  color: #FFFFFF;

}

.footer .extra_newss .single_fcontact .fcicon {

  height: 30px;

  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -15px;

  line-height: 30px;

}

.footer .copyright {

  background: #232D36;

  margin-top: 30px;

  padding: 15px 0;

}

.footer .copyright p {

  color: #747A80;

}

.footer .copyright ul {

  margin: 0;

  padding: 0;

}

.footer .copyright ul li {

  list-style: none;

}

.footer .copyright ul li a {

  color: #747A80;

  padding: 0 10px;

}

.footer .copyright ul li a:hover {

  color: #FFFFFF;

}



.signup_form form {

  background: #FFFFFF;

  position: relative;

  z-index: 2;

}

.signup_form form input.signup {

  padding: 15px;

  width: 65%;

  margin: 0;

  background: #FFFFFF;

}

.signup_form form input.cbtn {

  position: absolute;

  right: 0;

  top: -2px;

  padding: 17px 15px;

}



@media screen and (max-width: 1024px) {

  .signup_form form input.signup {

    font-size: 14px;

  }

}

/*================================

	COMMON CSS

*/

input,

textarea {

  padding: 15px;

}



input,

textarea {

  padding: 15px;

  border: none;

  margin-bottom: 10px;

  background: #E9EAEB;

}

input::placeholder,

textarea::placeholder {

  color: #80868B;

}



.border_black {

  border-bottom: 1px dashed #DCDEDF;

}



.inline li {

  display: inline-block;

}



.primay_bg {

  background: #323F48;

}



.border_white {

  border-bottom: 1px dashed #3A434B;

}



.border_white_left {

  border-left: 1px dashed #3A434B;

}



.border_white_right {

  border-right: 1px dashed #3A434B;

}



.border_white_bottom {

  border-bottom: 1px dashed #3A434B;

}



.border_black_left {

  border-left: 1px dashed #DCDEDF;

}



.margin0 {

  margin: 0;

}



.white h2 {

  color: #FFFFFF;

}



.fourth_bg {

  background: #F0F0F1;

}



.secondary_bg {

  background: #00adc6;

}



.fifth_bg {

  background: #FCFCFC;

}



.theme3_bg {

  background: #ECEDEE;

}



.shadow3 {

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

}



.white_bg {

  background: #FFFFFF !important;

}



.white {

  color: #FFFFFF !important;

}

.white a {

  color: #FFFFFF !important;

}

.white p {

  color: #FFFFFF !important;

}

.white h1 {

  color: #FFFFFF !important;

}

.white h2 {

  color: #FFFFFF !important;

}

.white h3 {

  color: #FFFFFF !important;

}

.white h4 {

  color: #FFFFFF !important;

}

.white h5 {

  color: #FFFFFF !important;

}

.white h6 {

  color: #FFFFFF !important;

}

.white li {

  color: #FFFFFF !important;

}

.white li a {

  color: #FFFFFF !important;

}



/* author social css*/

.author_social ul {

  margin: 0;

  padding: 0;

}

.author_social ul li {

  list-style: none;

}

.author_social ul li a {

  height: 40px;

  line-height: 40px;

  width: 40px;

  text-align: center;

  background: #E4E5E6;

  color: #17222B;

}

.author_social ul li a:hover {

  background: #00adc6;

  color: #FFFFFF;

}

.author_social p {

  font-size: 15px;

}



/* author css*/

.author {

  position: relative;

  z-index: 2;

  padding-left: 60px;

  display: inline-block;

  text-align: left;

}

.author a {

  color: #17222B;

  font-weight: 500;

}

.author .author_img {

  left: 0;

  position: absolute;

  top: 50%;

  height: 50px;

  width: 50px;

  margin-top: -25px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #E4E5E6;

  border-radius: 50%;

  overflow: hidden;

}

.author ul {

  margin: 0;

  padding: 0;

}

.author ul li {

  list-style: none;

  display: inline-block;

  color: #73797F;

  font-size: 15px;

}

.author ul li a {

  color: #73797F;

  font-weight: 400;

  font-size: 15px;

}



.shadow6 {

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}



.bold {

  font-weight: 700;

  background: #DADCDD;

}



.button_group a {

  margin-right: 10px;

}

.button_group a:last-child {

  margin-right: 0;

}



.border4 {

  border-bottom: 1px solid #ECEDEE;

}



.layout3 .container {

  max-width: 1110px;

}



.theme-1 {

  background: #FCFCFC;

}



/*================================

	RESPONSIVE CSS



*/

/*================================

	HEIGH LARGE DEVICE



*/

/*================================

	EXTRA LARGE DEVICE



*/

@media screen and (max-width: 1024px) and (max-width: 1300px) {

  .download_btn .download_btn_group a.app_btn {

    padding: 12px 10px 12px 30px;

  }



  .download_btn .download_btn_group a.app_btn i {

    left: 7px;

    font-size: 20px;

    height: 20px;

    width: 20px;

    line-height: 20px;

    margin-top: -10px;

  }



  .widget_tab ul li a {

    padding: 12px 19px;

  }



  .widgets_small .single_post_text a {

    line-height: 21px;

    font-size: 13px;

  }



  .single_post_text .meta2 a {

    font-size: 10px;

  }



  .type8 {

    padding-right: 30px;

  }



  .ldnane {

    display: none;

  }



  .post_type13 .meta.macth_meta {

    font-size: 12px;

  }



  .main-nav ul.navbar-nav > li > a {

    font-size: 13px;

  }



  .widget_tab {

    margin-top: 30px;

  }



  .widget_tab ul li {

    width: 32.3%;

  }

}

/*================================

	SMALL LEPTOP DEVICE



*/

@media screen and (min-width: 990px) and (max-width: small__leptop) {

  .slider_demo1 {

    margin-bottom: 30px;

  }



  .widget_tab ul li {

    width: 32.3%;

  }



  .mt-md-60 {

    margin-top: 60px;

  }

}

/*================================

	MEDIUM DEVICE



*/

@media screen and (min-width: 767px) and (max-width: 990px) {

  .md-mt-30 {

    margin-top: 30px;

  }



  .topbar .top_date_social > div:first-child {

    padding-right: 0;

    margin-right: 0;

  }



  .topbar .top_date_social > div:first-child:after {

    display: none;

  }



  .trancarousel_area .nav_style1 .owl-nav {

    right: -20%;

  }



  .mt-md-60 {

    margin-top: 60px;

  }

}

/*================================

	LARGE MOBILE DEVICE



*/

@media screen and (max-width: 990px) {

  .single_post_heading h1 {

    font-size: 24px;

    line-height: 32px;

  }



  .next_prv_single {

    margin-bottom: 30px;

  }



  .tags li {

    margin: 5px;

  }



  .menu_right {

    float: right;

    margin-top: 8px;

  }



  .footer .single_contact3 {

    width: 100% !important;

    margin-bottom: 30px !important;

  }



  .date3 {

    width: 60%;

    float: right;

  }

}

/*================================

	MOBILE LANDSCAPE DEVICE



*/

@media screen and (max-width: 767px) {

  .copyright_menus.text-right {

    text-align: left !important;

    margin-top: 10px;

  }



  .signup_form {

    margin-top: 40px;

  }



  .top_date_social.text-right {

    text-align: left !important;

    padding: 10px 0;

  }



  .right_btn.text-right {

    text-align: left !important;

    margin-top: 12px;

  }



  .post_type6 {

    background: #17222B;

  }

  .post_type6 .single_post_text {

    padding: 20px;

    position: relative;

  }

  .post_type6 .single_post_text a {

    margin-top: 10px;

    color: #fff;

    font-size: 22px;

    line-height: 24px;

    font-weight: 700;

  }



  .post_type12 .single_post_text {

    width: 100%;

    float: unset;

    padding: 0;

    padding-left: 0;

    padding: 20px;

  }

  .post_type12 .post_img {

    width: 100%;

    float: unset;

  }



  .single_post_heading h1 {

    font-size: 20px;

    line-height: 30px;

  }



  .author_about {

    padding-left: 0;

  }

  .author_about .author_img {

    position: relative;

    margin-bottom: 30px;

  }



  .date3 {

    width: 80%;

    float: right;

  }

  .date3 p {

    font-size: 12px;

  }



  .signup_form {

    margin-bottom: 20px;

  }



  .download_btn .download_btn_group a.app_btn:last-child {

    margin-left: 0;

    margin-top: 15px;

  }



  .download_btn_group {

    margin-top: 30px;

  }



  .topbar {

    text-align: center;

    margin-top: 20px;

  }



  .v3datentemp {

    text-align: center !important;

  }



  .social4.text-right {

    text-align: center !important;

    margin-bottom: 20px;

  }



  .top_date_social.text-right {

    text-align: center !important;

  }



  .v3datentemp > div {

    width: 100%;

    float: unset;

    margin-bottom: 10px;

    text-align: center !important;

  }



  .topbar {

    display: none;

  }



  .single_post_text .meta5 {

    margin-bottom: 0;

  }

  .single_post_text .meta5 a {

    font-size: 12px;

    text-transform: capitalize;

    position: relative;

    z-index: 2;

    line-height: 17px;

    margin-bottom: 5px;

    color: #FFFFFF;

  }

  .single_post_text .meta5 a:last-child {

    margin-left: 20px;

    font-weight: 400;

  }

  .single_post_text .meta5 a:last-child:before {

    position: absolute;

    content: "/";

    height: 20px;

    width: 10px;

    left: -18px;

    top: 50%;

    margin-top: -10px;

    line-height: 20px;

    color: #FFFFFF;

    text-align: center;

  }



  .type8 {

    padding-right: 0;

  }

  .type8 .type8_count {

    display: none;

  }



  .viceo_posts_wrap {

    padding: 10px;

  }



  .slider_demo1 {

    margin-bottom: 50px;

  }

}

/*================================

 MOBILE PORTRAIT DEVICE



*/

@media screen and (max-width: 425px) {

  .widget_tab ul li {

    margin-right: 0;

  }



  .post_type13 {

    height: auto;

  }



  p.video_img_text {

    display: none;

  }



  .next_prv_single a {

    font-size: 16px;

    line-height: 26px;

  }



  .next_prv_single p {

    font-size: 13px;

  }



  .replay.text-right {

    text-align: left !important;

  }



  .tranding_bar li:last-child {

    margin-top: 20px;

  }



  .post_type13 {

    padding-left: 60px;

  }

  .post_type13 .post_img {

    height: 45px;

    width: 55px;

    margin-top: 12px;

  }



  .post_type3 .single_post_text a {

    font-size: 16px;

    font-weight: 700;

    line-height: 26px;

  }



  .post_type11 .padding30 {

    padding: 10px;

  }



  .widget-title {

    font-size: 20px;

  }



  .button_group a {

    margin-right: 0;

    margin-bottom: 15px;

  }

  .button_group a:last-child {

    margin-bottom: 0;

  }



  .widget_tab ul li a {

    padding: 12px 20px;

  }



  .single_post_text .meta2 a {

    margin-left: 0 !important;

  }



  .cpagination li a {

    height: 40px;

    width: 40px;

    text-align: center;

    line-height: 40px;

    padding: 0;

    font-size: 20px;

    font-weight: 500;

    border: none;

    border-radius: 0 !important;

  }



  .cpagination.v3.padding5050 {

    padding: 0 0 30px 0;

  }



  .slider_arrow {

    height: 70px;

  }



  .carousel_posts1 .post_type5 .single_post_text p {

    display: none;

  }

}

@media screen and (min-width: 1024px) and (max-width: 1300px) {

  .archives .widget_tab ul li {

    width: 30.3%;

  }



  a.single_social {

    width: 30.3%;

    font-size: 12px;

  }



  a.single_social span.icon_text {

    font-size: 9px;

  }



  .trancarousel_area .nav_style1 .owl-nav {

    right: 0;

  }



  .topbar .top_date_social > div:first-child {

    padding-right: 20px;

    margin-right: 10px;

  }



  .margin_lg_top_0 {

    margin-top: 0;

  }



  .space-lg-30 {

    height: 30px;

  }



  .theme-3 a.single_social,

.theme-4 a.single_social {

    width: 30.3%;

  }

}

.popular_items.mt0 {

  margin-top: 0;

}



@media screen and (min-width: 1000px) {

  .welcome_list .slick-track {

    max-width: 990px !important;

    width: 990px !important;

  }

  .welcome_list .slick-track .slick-slide {

    width: 247px !important;

  }

}

@media screen and (min-width: 1200px) {

  .welcome_list .slick-track {

    max-width: 1220px !important;

    width: 1220px !important;

  }

  .welcome_list .slick-track .slick-slide {

    width: 305px !important;

  }

}

@media screen and (max-width: 767px) {

  .searching .v1search_form input {

    width: 100%;

    float: none;

  }



  .searching .v1search_form button {

    width: auto;

    float: none;

    margin-top: 20px;

  }



  .widget_tab ul li {

    width: 30.3%;

  }



  .author_social.text-right {

    text-align: left !important;

    margin-top: 20px;

  }

}

@media screen and (min-width: 768px) and (max-width: 960px) {

  a.single_social {

    width: 30.3%;

  }



  .archives .widget_tab ul li {

    width: 30.3%;

  }



  .post_type12 .single_post_text {

    width: 100%;

    float: unset;

    padding: 0;

    padding-left: 0;

    padding: 20px;

  }

  .post_type12 .post_img {

    width: 100%;

    float: unset;

  }

}

.page_comments ul {

  margin: 0;

  padding: 0;

}



ul.pagination {

    justify-content: space-between;

}



.post_img.list .img_wrap, .feature_carousel .post_img {

    height: 330px;

    text-align: center;

}



.post_img.list .img_wrap a, .feature_carousel .post_img a {

    height: 100%;

}



.post_img.list .img_wrap a img, .feature_carousel .post_img a img {

    height: 100%;

}

