/*
Template Name: Pinto Minimal Portfolio 
Template URI: https://themeforest.net/user/pinto-minimal-html-template
Author: Theme-Paradise
Author URI: https://themeforest.net/user/theme-paradise
Description: It is a Minimal HTML5 Portfolio Template. Which is a unique feature and user competitive feature.
Version: 1.0
*//*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    ## typography 
    ## headings 
    ## Others Typography
# Elements
	## elements
		## Font Size
		## Font Weight
		## Margin Element
		## Padding Element
		## Color Element
		## Background Element 
		## Extra Background
		## SVG Fill
		## Social Element
		## Overlay Element
		## Border element
		## Border Extra Elements
		## Radius Element
		## lists
		## tables
		## Others Element
		## Grid Element
# Forms
	## buttons
	## fields
# Media
	## Captions
	## Galleries
	## media
# modules 
	## accessibility
	## alignments
	## clearings
	## infinite-scroll
# Header Content
	## Preloader
	## Header
# navigation
	## Links
	## Menus
	## Pagination
	## Navigation responsive
# layout
    ## Banner Block
    ## Hero Block
    ## Socail Status
    ## Counter Element
    ## File featured Element
    ## Card Element
    ## Service
    ## Team
    ## Progress Bar
    ## Subscriber Block
    ## Featured On Block
    ## Tab Style
    ## Portfolio
    ## Portfolio Single
    ## Testimonial
    ## Blog
# others
	## Blog Single
	## Pricing Table
	## Coming Soon
# site content
	## About Page
	## Contact Page
	## 404 Page
	## Posts and pages
	## Page-header
	## Page Heading
	## Process of work
	## No results
	## Asides
	## Comments
	## Widgets
	## Widgets Content
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45em;
  color: #7a7a7a;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3em;
  color: #121212;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.dark-version h1, .dark-version h2, .dark-version h3, .dark-version h4, .dark-version h5, .dark-version h6 {
  color: white;
}

h1 { 
	font-size: 2.441em; 
  font-weight: 300;
    color: #68BCFF; 
    color: MediumSlateBlue;
    font-size: 32px;
    font-weight: 400;
	
}

h2 {
  font-size: 1.65em;
	margin-bottom: 20px;
    color:#629EB1;
    font-size: 28px;
    font-weight: 400;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.05em; 
    color:  #294F8A; 
    font-weight: 400;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.extra-lg-title {
  font-size: 7.323em;
  text-transform: uppercase;
  font-weight: bold;
  color: #e12d1e;
  margin: 0;
  position: absolute;
  left: -8px;
  right: 0;
  text-align: center;
  top: -75px;
}
@media only screen and (max-width: 767px) {
  .extra-lg-title {
    font-size: 2.441em;
  }
}

.pinto-title {
  font-size: 35px;
  font-weight: 300;
    color: #68BCFF;
}
.pinto-title strong {
  font-weight: bold;
  color: #b1b1b1;
}
.pinto-title.ver-two strong {
  color: #b1b1b1;
}

.pinto-description {
  font-size: 17px;
  color: black;
  font-weight: 280;
  line-height: 30px;
}

.dark-version .pinto-title {
  color: white;
}
.dark-version .pinto-title strong {
  font-weight: bold;
  color: #b1b1b1;
}
.dark-version .pinto-description {
  color: white;
}

.portfolio-single-title {
  font-weight: 700;
  color: #505050;
  font-size: 30px;
}

.section-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}

.sm-title {
  font-family: inherit;
  color: #2d2d2d;
  font-weight: bold;
  letter-spacing: 0.015em;
}

.xl-title {
  font-weight: 700;
  font-size: 2.441em;
}
.xl-title span {
  color: #e12d1e;
}

.rotation-title {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rotation-title {
    margin-top: -15px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
}
.rotation-title:before {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  background: #e12d1e;
  position: absolute;
  right: -55px;
  top: 12px;
}
@media only screen and (max-width: 768px) {
  .rotation-title:before {
    display: none;
  }
}

/*--------------------------------------------------------------
# Others Typography
--------------------------------------------------------------*/
p {
	margin-bottom: 1.3em;
	line-height: 1.45em;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

blockquote {
  margin: 0 0 1.3em;
  font-style: italic;
  font-weight: 600;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #646363;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

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

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Size
--------------------------------------------------------------*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Margin Element
--------------------------------------------------------------*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px;
    color: #6A9BC8;
    font-size: 40px;
  }

.mrb-20jc {
    margin-bottom: 20px;
    color: MediumSlateBlue;
    font-size: 32px;
    font-weight: 400;
}

.mrb-21jc {
    margin-bottom: 20px;
    color:#629EB1;
    font-size: 28px;
    font-weight: 400;
}


.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 20px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-60 {
  margin-top: 60px;
}

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

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 768px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*--------------------------------------------------------------
# Padding Element
--------------------------------------------------------------*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

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

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

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

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

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

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

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

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

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

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

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 20px;
}

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

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

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

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

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

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

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

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.pd-t-90 {
  padding-top: 100px;
}

.pd-b-90 {
  padding-bottom: 10px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

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

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

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

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

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

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.pd-t-125 {
  padding-top: 125px;
}

.pd-b-125 {
  padding-bottom: 125px;
}

.pd-l-125 {
  padding-left: 125px;
}

.pd-r-125 {
  padding-right: 120px;
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-155 {
  padding-top: 155px;
}

.pd-b-155 {
  padding-bottom: 155px;
}

.pd-l-155 {
  padding-left: 155px;
}

.pd-r-155 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*--------------------------------------------------------------
# Color Element 
--------------------------------------------------------------*/
.color-white {
  color: white;
}

.color-white-im {
  color: white !important;
}

.color-snow {
  color: #fafafa;
}

.color-white-smoke {
  color: #f7f7f7;
}

.color-gainsboro {
  color: #dddddd;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #646363;
}

.color-dim-gray-im {
  color: #646363 !important;
}

.color-gray {
  color: #767676;
  text-align: left;
}

.color-suva-grey {
  color: #919191;
}

.color-matterhorn {
  color: #4d4d4d;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #7540ee;
}

.color-medium-slate-blue {
  color: #8655f4;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #e12d1e;
}

.color-deep-cerise {
  color: #e51681;
}

.color-matterhorn-2 {
  color: #505050;
	font-size: 24px;
}

/*--------------------------------------------------------------
# Background Element 
--------------------------------------------------------------*/
.bg-white {
  background: white;
}

.bg-snow {
  background: #fafafa;
}

.bg-lavender {
  background: #eeedfd;
}

.bg-white-smoke {
  background: #f7f7f7;
}

.bg-gainsboro {
  background: #dddddd;
}

.bg-silver {
  background: #c3c3c3;
}

.bg-dim-gray {
  background: #646363;
}

.bg-gray {
  background: #767676;
}

.bg-suva-grey {
  background: #919191;
}

.bg-matterhorn {
  background: #4d4d4d;
}

.bg-night-rider {
  background: #2d2d2d;
}

.bg-eclipse {
  background: #3c3c3c;
}

.bg-blue-violet {
  background: #7540ee;
}

.bg-medium-slate-blue {
  background: #8655f4;
}

.bg-soft-nero {
  background: #2a2a2a;
}

.bg-nero {
  background: #191919;
}

.bg-soft-black {
  background: #121212;
}

.bg-black {
  background: black;
}

.bg-hr-dv-orange {
  background: #e12d1e;
}

.bg-deep-cerise {
  background: #e51681;
}

.bg-black-russian {
  background: #12141c;
}

.bg-black-russian-2 {
  background: #27282b;
}

.bg-black-russian-3 {
  background: #13152e;
}

.bg-midnight-express {
  background: #1b1d38;
}

/*--------------------------------------------------------------
# Extra Background
--------------------------------------------------------------*/
.bar-blue-violet .swiper-scrollbar-drag {
  background: #7540ee;
}

/*--------------------------------------------------------------
# SVG Fill
--------------------------------------------------------------*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #fafafa;
}

.svg-white-smoke path {
  fill: #f7f7f7;
}

.svg-gainsboro path {
  fill: #dddddd;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #646363;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #919191;
}

.svg-matterhorn path {
  fill: #4d4d4d;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #7540ee;
}

.svg-soft-nero path {
  fill: #2a2a2a;
}

.svg-nero path {
  fill: #191919;
}

.svg-soft-black path {
  fill: #121212;
}

.svg-black path {
  fill: black;
}

/*--------------------------------------------------------------
# Social Element
--------------------------------------------------------------*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background: #053eff;
}

.dark-gray {
  color: #b1b1b1;
}

/*--------------------------------------------------------------
# Overlay Element
--------------------------------------------------------------*/
.hg-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hg-overlay:before {
  content: "";
  position: absolute;
  background-color: rgba(18, 20, 28, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.hg-overlay.dark:before {
  background-color: rgba(27, 29, 56, 0.75);
}

.hg-background-image,
.hg-img-into-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.overlay-blue-violet-85 {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-blue-violet-85:before {
  content: "";
  position: absolute;
  background-color: rgba(117, 64, 238, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-blue-violet-85 > div {
  position: relative;
}

.overlay-blue-violet-45 {
  position: relative;
}
.overlay-blue-violet-45:before {
  content: "";
  position: absolute;
  background-color: rgba(117, 64, 238, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-blue-violet-45 > div {
  position: relative;
}

.overlay-bg-snow {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg-snow-95 {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow-95:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
# Border element
--------------------------------------------------------------*/
.bd-t-soft-nero {
  border-top: 1px solid #2a2a2a;
}

.bd-t-white-20 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
# Border Extra Elements
--------------------------------------------------------------*/
.heading-divider span {
  width: 13px;
  height: 13px;
  border: 3px solid #e12d1e;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-border {
  position: relative;
  text-align: center;
}
.title-border .small-border {
  width: 7px;
  height: 4px;
  display: inline-block;
  margin: 0 2px;
}
.title-border .large-border {
  height: 4px;
  display: inline-block;
  width: 45px;
  margin: 0 2px;
}

.vertical-divider {
  width: 2px;
  height: 65px;
  background: #e12d1e;
}

.horizontal-divider {
  width: 65px;
  height: 2px;
  background: #e12d1e;
}

/*--------------------------------------------------------------
# Radius Element
--------------------------------------------------------------*/
.rd-0 {
  border-radius: 0;
}

.rd-5 {
  border-radius: 5px;
}

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

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

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

.rd-30-im {
  border-radius: 30px !important;
}

.rd-45 {
  border-radius: 45px;
}

.rd-p-50 {
  border-radius: 50%;
}

.rd-p-100 {
  border-radius: 100%;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Post, Page, Comments Table
--------------------------------------------------------------*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td, body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td, .comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.25rem, 0);
    transform: translate3d(0, 1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.25rem, 0);
    transform: translate3d(0, 1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    transform: translate3d(-1.25rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-1.25rem, 0, 0);
    transform: translate3d(-1.25rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(1.25rem, 0, 0);
    transform: translate3d(1.25rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

/*--------------------------------------------------------------
# Others Element
--------------------------------------------------------------*/
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

[data-bg-image] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}

.card-shadow {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
}

/*--------------------------------------------------------------
# Grid Element
--------------------------------------------------------------*/
.container-xl {
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 1575px) {
  .container-xl {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1574px) {
  .container-xl {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  .row.item-4 .item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-3 .item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-2 .item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-1 .item:nth-child(n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 992px) {
  .row .item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 520px) {
  .row .item:nth-child(n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 520px) {
  .row[class*="item-"] [class*="col-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .item-sm [class*="col-"] {
    width: 100%;
  }
}

.elementor-edit-mode [data-animate] {
  opacity: 1;
}

.dark-version {
  background: black;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn.color-white:hover {
  color: #fafafa;
}

.btn-main {
  padding: 15px 60px;
  border-radius: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.search-form .btn,
.searchform .btn {
  border-radius: 0;
}
.search-form .btn:hover,
.searchform .btn:hover {
  color: white;
  text-decoration: none;
}
.search-form .btn:focus,
.searchform .btn:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}
.search-form .btn:active:focus,
.searchform .btn:active:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}

.more-link {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  word-spacing: 0.02em;
  letter-spacing: 0.01em;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.more-link:hover, .more-link:focus, .more-link:active:focus {
  color: white;
  text-decoration: none !important;
}

.single-post-pagination a {
  background: #505050;
  text-transform: uppercase;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  padding: 15px 30px;
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.single-post-pagination a:hover {
  background: #b1b1b1;
  color: #ffffff;
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

.social-btn-lg {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.btn-gf {
  border-style: solid;
  border-width: 5px;
  border-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
}

.btn-lg {
  padding: 15px 45px;
  display: inline-block;
  font-size: 16px;
}

.btn-md {
  padding: 10px 30px;
  display: inline-block;
  font-size: 15px;
}

.btn-xl {
  padding: 15px 45px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.015em;
}

.btn-slider {
  padding: 10px 45px;
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
  border-width: 3px;
}

.btn-slider-xl {
  padding: 15px 45px;
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
}

.load-more-btn {
  background: #eeedfd;
  font-size: 35px;
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 90px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../images/angle.png") no-repeat scroll 95% 50%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #636363 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #636363 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

textarea {
  display: block;
  width: 100%;
  display: block;
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-controller {
  padding: 10px 0;
  color: #7a7a7a;
  margin-bottom: 30px;
  border-radius: 0;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
.form-controller:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: 0 0 0 transparent;
}

.form-controller::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form-controller::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 11px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #e0e0e0;
  background: #505050;
  text-transform: uppercase;
}
.post-password-form input[type="submit"]:hover {
  background: #b1b1b1;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.format-audio iframe {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media only screen and (max-width: 560px) {
  .gallery-item {
    max-width: 100% !important;
  }
  .gallery-item img {
    width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #12141c;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #e51681;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}

.sticky-logo {
  display: none;
}

.sticky-show {
  background: #eeedfd;
}
@media only screen and (min-width: 992px) {
  .sticky-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sticky-enable .sticky-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 99;
}

.site-branding .site-title {
  font-weight: 600;
  margin-bottom: 0;
}
.site-branding .site-branding-text .site-description {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}

.hamburger-menu {
  z-index: 999;
  float: right;
  display: none;
  margin-top: 11px;
  margin-left: 10px; 
}
@media only screen and (max-width: 992px) {
  .hamburger-menu {
    margin-top: 0;
    margin-left: 10px;
    display: block;
  }
}
.hamburger-menu .menu-indicator {
  display: block;
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 38px;
}
.hamburger-menu .hamburger-content {
  position: absolute;
  top: 18px;
  width: 22px;
  height: 2px;
  background: CornflowerBlue ;
  right: 11px;
  display: block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-menu .hamburger-content:before,
.hamburger-menu .hamburger-content:after {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 100%;
  background: CornflowerBlue ;
  right: 0;
}
.hamburger-menu .hamburger-content:before {
  top: -7px;
}
.hamburger-menu .hamburger-content:after {
  bottom: -7px;
}
.hamburger-menu.is-active .hamburger-content {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  z-index: 99;
}
.hamburger-menu.is-active .hamburger-content:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  width: 18px;
}
.hamburger-menu.is-active .hamburger-content:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  width: 18px;
}

.dark-version .hamburger-content {
  background: white;
}
.dark-version .hamburger-content:before,
.dark-version .hamburger-content:after {
  background: white;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

section a:hover {
  color: #b7b7b7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
@media only screen and (min-width: 993px) {
  .menu-button {
    display: none;
  }

  #mobile-menu {
    display: none;
  }

  .mainmenu {
    position: relative;
  }

  .overlapblackbg {
    display: none;
  }

  .menu-wrapper {
    position: relative;
  }

  .mainmenu {
    float: right;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    margin-right: -20px;
  }
  .mainmenu > li {
    float: left;
    position: relative;
  }
  .mainmenu li {
    list-style: none;
  }

  .navigation .mainmenu > li > a {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: MediumSlateBlue;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navigation .mainmenu > li > a span {
    font-size: 14px;
    color: #929292;
    margin-left: 5px;
  }
  .navigation .mainmenu > li > a > .fa-angle-down {
    position: absolute;
    font-size: 12px;
    color: #c3c3c3;
    top: 40%;
    right: 5px;
  }
  .navigation .mainmenu > li.active > a,
  .navigation .mainmenu > li > a:hover {
    color: #b1b1b1;
  }
  .navigation .mainmenu > li.current-menu-item > a:before,
  .navigation .mainmenu > li.current-menu-ancestor > a:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-click {
    display: none;
  }

  /* Sub Menu CSS */
  .mainmenu .sub-menu {
    text-align: left;
    min-width: 240px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 20px 30px;
    background-color: MediumSlateBlue;
    opacity: 0;
    top: 100%;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
  }
  .mainmenu .sub-menu li {
    position: relative;
    display: block;
  }
  .mainmenu .sub-menu li a {
    background-image: none;
    color: white;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 1.5em;
    padding: 10px 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.025em;
    display: inline-block;
    position: relative;
  }
  .mainmenu .sub-menu li a:after {
    background-color: #ddd;
    color: #000;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    bottom: 5px;
    width: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mainmenu .sub-menu li a:hover::after {
    width: 100%;
  }
  .mainmenu .sub-menu li:last-child a {
    border-bottom: none;
  }
  .mainmenu .sub-menu .current-menu-parent > a:after,
  .mainmenu .sub-menu .current-menu-item > a:after,
  .mainmenu .sub-menu .current-menu-ancestor > a:after {
    width: 100%;
  }

  .mainmenu .sub-menu li:last-child > a {
    border-bottom: 0;
  }

  .menuexpandermain {
    display: none;
  }

  .mainmenu .sub-menu .fa-angle-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -220%;
    position: absolute;
    top: 17px;
    font-size: 10px;
  }
  .mainmenu li:hover .sub-menu,
  .mainmenu .sub-menu li:hover .sub-menu-sub {
    display: block;
  }
  .mainmenu .sub-menu .sub-menu,
  .mainmenu .sub-menu .sub-menu .sub-menu {
    right: 100%;
    top: -20px;
    z-index: 1001;
  }

  .mainmenu .sub-menu li {
    position: relative;
    display: block;
  }

  /*Animation*/
  .mainmenu li > .sub-menu,
  .mainmenu li > .megamenu > .sub-menu {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
  }
  .mainmenu li:hover > .sub-menu,
  .mainmenu li:hover > .megamenu > .sub-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  /* Default Color */
  .mainmenu li:hover > a,
  .mainmenu > li > a:hover,
  .mainmenu > li > a.active {
    background-color: transparent;
    text-decoration: none;
  }

  .dark-version .navigation .mainmenu > li > a {
    color: white;
  }
  .dark-version .navigation .mainmenu > li.active > a,
  .dark-version .navigation .mainmenu > li > a:hover {
    color: #b1b1b1;
  }
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* page link pagination */
.article-content .page-links span {
  border: 1px solid #ebebeb;
  font-size: 1em;
  padding: 0.4em 0.8em;
  font-weight: 600;
}
.article-content .page-links > span {
  color: #fff;
}
.article-content .page-links a {
  text-decoration: none;
}

.pagination-link {
  list-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.pagination-link > li {
  display: inline-block;
  font-weight: 600;
  color: #7a7a7a;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.pagination-link > li a {
  position: relative;
  padding: 10px 15px;
  display: block;
}
.pagination-link > li.active a:after, .pagination-link > li:hover a:after {
  content: '';
  border-bottom: 2px solid #7a7a7a;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
}

.pagination-block {
  padding: 15px 0;
}
.pagination-block .pagination {
  margin: 0;
  margin-bottom: -10px;
  display: block;
}
.pagination-block .pagination li {
  display: inline-block;
}
.pagination-block .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  color: black;
  font-weight: 700;
  line-height: 50px;
  font-size: 15px;
  display: block;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background: white;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.pagination-block .pagination li.active a {
  color: white;
  background: #e51681;
}
.pagination-block .pagination .dot i {
  color: #dddddd;
}
.pagination-block .pagination.pagination-style-two {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .pagination-block {
    margin-bottom: 30px;
  }
}

.page-numbers.dots {
  margin-right: 12px;
}

.single-post-pagination {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.single-post-pagination .more-link-wrap {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .menu-button {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 40px;
    padding: 0;
    position: relative;
    float: right;
    text-transform: uppercase;
    z-index: 0;
  }

  .dark-version .menu-button {
    color: white;
  }

  .mainmenu > li > a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    color: #fff !important;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
    letter-spacing: 0.015em;
    font-size: 14px;
    border-top: 1px solid #1f1f1f;
  }

  .mainmenu {
    width: 240px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1010;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    background: MediumSlateBlue;
  }

  .mainmenu.menuopen {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .navigation .menu-content > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  ul.mainmenu {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mainmenu li {
    position: relative;
  }

  .mainmenu li a .fa-angle-down {
    display: none;
  }

  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120;
  }
  .menu-click i {
    display: block;
    -webkit-background-size: 25px;
    background-size: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    float: right;
    padding: 21px;
    width: 54px;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
  }

  .menu-extend.fa-plus::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  ul.sub-menu li a {
    padding: 12px 32px 12px 20px;
    font-size: 14px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-top: 1px solid #1f1f1f;
    position: relative;
    color: white;
    letter-spacing: 0.015em;
    display: block;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Banner Block
--------------------------------------------------------------*/
.social-item.on-banner li a {
  border-width: 3px;
  line-height: 25px;
}
.social-item.on-banner li {
  display: inline-block;
  margin-right: 5px;
}

.video-popup-block .video-popup-btn > i {
  position: absolute;
  color: #fff;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-popup-block .video-popup-btn img {
  border-radius: 5px;
  width: 100%;
}

/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Social Status
--------------------------------------------------------------*/
.social-status i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Counter Element
--------------------------------------------------------------*/
.counter-item {
  padding: 0 30px;
}
.counter-item .count-element {
  width: 77px;
  height: 77px;
  margin: auto;
}
.counter-item .count-element > * {
  margin: 0;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
}
.counter-item .counter-title {
  margin-top: 10px;
}
.counter-item.ver-two .count-element {
  width: auto;
  height: auto;
}
.counter-item.ver-two .count-element > * {
  color: #4d4d4d;
  line-height: 1.4em;
  text-align: left;
  font-size: 30px;
  font-weight: 800;
}

.col-md-auto:first-of-type .counter-item {
  padding-left: 0;
}

/*--------------------------------------------------------------
## Area Of Work
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/
.service-card {
  text-align: center;
  background: #27282b;
  position: relative;
  overflow: hidden;
  padding: 75px 45px;
}
.service-card .service-icon {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}
.service-card .service-title {
  color: white;
  font-weight: 300; 
  letter-spacing: 0.015em;
  margin-bottom: 22px;
}
.service-card .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #c3c3c3;
  font-size: 18px;
}
.service-card .service-list > li {
  padding-top: 15px;
}
.service-card .service-list > li:first-child {
  padding-top: 0;
}
.service-card.dark {
  background: #252c48;
}

.service-carousel .owl-item.center .service-card {
  background: #12141c;
}
.service-carousel .owl-item.center .service-card.dark {
  background: #252c48;
}
.service-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.service-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 5px;
  display: inline-block;
  background: #cbcaca;
  margin: 0 3px;
}
.service-carousel .owl-dots .owl-dot.active {
  width: 30px;
  background: #e51681;
}

/*--------------------------------------------------------------
## Company Logo
--------------------------------------------------------------*/
.work-for-brand a {
  display: block;
}
.work-for-brand a img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .work-for-brand .row > .col {
    -ms-flex-preferred-size: inherit;
    -webkit-flex-basis: inherit;
    flex-basis: inherit;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    max-width: 100%;
    margin: 30px 0;
  }
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.team-item {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .team-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .team-item {
    margin-bottom: 30px;
  }
}
.team-item .team-description {
  position: relative;
  padding-left: 75px;
  margin-left: 35px;
}
@media only screen and (max-width: 992px) {
  .team-item .team-description {
    padding-left: 50px;
    margin-left: 30px;
  }
}
.team-item .team-description:before {
  content: "";
  width: 45px;
  height: 4px;
  background: #e12d1e;
  position: absolute;
  left: 0;
  top: 17px;
}
.team-item .team-description .team-title {
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .team-item .team-thumb {
    min-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item .team-thumb img {
    width: 100%;
  }
}
.team-item .team-content {
  color: #767676;
}

/*--------------------------------------------------------------
## Progress Bar
--------------------------------------------------------------*/
.skill-bar {
  margin-bottom: 45px;
}

.progress-title-holder {
  position: relative;
  font-size: 18px;
}

.progress-mark span,
.progress-title-holder {
  color: #121212;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.015em;
}

.progress-title {
  z-index: 100;
}

.progress-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.progress-mark span.percent {
  color: #121212;
}

.progress-content {
  background-color: #e51681;
  width: 0%;
}

.progress-outter {
  background-color: #fafafa;
}

.progress-content, .progress-outter {
  height: 6px;
}

.skill-progress.dark .progress-mark span,
.skill-progress.dark .progress-title-holder {
  color: white;
}

.mock-up-block img {
  display: block;
  margin: auto;
}

/*--------------------------------------------------------------
## Counter Elements
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .hg-promo-numbers > .row > .col-lg-3 .tg-promo-number {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .hg-promo-numbers > .row > .col-lg-3 .tg-promo-number {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .hg-promo-numbers > .row > .col-lg-3 .tg-promo-number:after {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    position: absolute;
    right: -15px;
    top: 15%;
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hg-promo-numbers > .row > .col-lg-3 .tg-promo-number:after {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    height: 1px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .hg-promo-numbers > .row > .col-lg-3:last-of-type .tg-promo-number:after {
    content: "";
    background: transparent;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
  }
}

.tg-promo-number .odometer {
  font-size: 7.323em;
  color: white;
  line-height: 1;
  font-weight: 600;
}
.tg-promo-number .promo-title {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-weight: 600;
}

/*--------------------------------------------------------------
## call To action
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.call-to-action .call-to-title {
  font-size: 2.9292em;
  color: white;
  font-weight: 600;
}
.call-to-action .btn-call-to {
  background: #e51681;
  color: white;
  border-radius: 0;
  font-weight: 700;
  padding: 15px 45px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

/*--------------------------------------------------------------
## Subscriber Block
--------------------------------------------------------------*/
.mail-subscribe-block {
  text-align: center;
}
.mail-subscribe-block .form-control {
  padding: 15px 30px;
  border-radius: 30px;
}
.mail-subscribe-block .newsletter-btn {
  padding: 15px 30px;
  border-radius: 30px;
  border: 0 none;
  font-size: 16px;
  font-weight: 600;
}

/*--------------------------------------------------------------
## Featured On Block
--------------------------------------------------------------*/
.company-content img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .company-content a {
    margin-bottom: 45px;
    display: block;
  }
}

/*--------------------------------------------------------------
## Tab Style
--------------------------------------------------------------*/
.tabs-nav-area {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #cbcaca;
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .tabs-nav-area {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tabs-content.active {
  display: block !important;
}

/*--------------------------------------------------------------
## Skill
--------------------------------------------------------------*/
.contact-block {
  position: relative;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-filter {
  list-style: none;
  padding: 0;
}
.portfolio-filter li a {
  display: block;
  color: white;
  letter-spacing: 0.05em;
  padding: 15px 0;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .portfolio-filter li a {
    padding: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .portfolio-filter li {
    display: inline-block;
  }
}

.portfolio-item {
  position: relative;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-bottom: 30px !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  .portfolio-item .portfolio-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-item .portfolio-thumb {
    margin-bottom: 15px;
  }
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item .portfolio-thumb .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.portfolio-item .portfolio-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
}
.portfolio-item .portfolio-thumb .popup {
  display: block;
  position: absolute;
  font-size: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  vertical-align: middle;
}
.portfolio-item .portfolio-thumb .popup .popup-inner {
  display: inline-block;
  margin: 0;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-item .portfolio-thumb .popup .popup-inner a {
  font-size: 20px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  padding: 15px;
  display: block;
}
.portfolio-item .content {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 62%;
  font-size: 20px;
  text-align: center;
}
.portfolio-item .content h3 {
  margin: 0 0 10px;
  -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: relative;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.portfolio-item .content .cate {
  margin: 0 0 45px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  font-size: 14px;
  line-height: 17px;
  color: #fafafa;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 400;
  display: block;
  position: relative;
  visibility: hidden;
  opacity: 0;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-item .content .cate a:hover {
  color: white;
}
.portfolio-item:hover .overlay-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-item:hover .content .cate,
.portfolio-item:hover .content h3 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-item:hover .overlay-wrapper .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-item:hover .popup .popup-inner {
  visibility: visible;
  opacity: 1;
}

.portfolio-daimond-style {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.portfolio-daimond-style .portfolio-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1275px) and (max-width: 1600px) {
  .portfolio-daimond-style {
    width: 790px;
    margin: auto;
  }
}
@media only screen and (max-width: 1275px) {
  .portfolio-daimond-style {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

@media only screen and (max-width: 1275px) {
  .portfolio-daimond-style {
    display: none;
  }
}

#diamondmobile {
  padding: 150px 0 45px;
}
@media only screen and (min-width: 1274px) {
  #diamondmobile {
    display: none;
  }
}
#diamondmobile .diamond-row-wrap img {
  width: 100%;
  height: 100%;
}

.daimond-ex-small-item {
  display: block;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  width: 160px;
  height: 160px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  float: left;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .daimond-ex-small-item {
    width: 107px;
    height: 107px;
  }
}
@media only screen and (max-width: 1274px) {
  .daimond-ex-small-item {
    margin: auto;
    float: none;
    margin-bottom: 126px;
  }
}
.daimond-ex-small-item:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -37px;
  width: 230px;
  height: 230px;
  background: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

.daimond-small-item {
  display: block;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  width: 256px;
  height: 256px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  float: left;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .daimond-small-item {
    width: 174px;
    height: 175px;
  }
}
@media only screen and (max-width: 1274px) {
  .daimond-small-item {
    margin: auto;
    margin-bottom: 126px;
    float: none;
  }
}
.daimond-small-item:after {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 385px;
  height: 385px;
  background: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

.daimond-medium-item {
  display: block;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  width: 349px;
  height: 349px;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  float: left;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .daimond-medium-item {
    width: 243px;
    height: 243px;
  }
}
@media only screen and (max-width: 1274px) {
  .daimond-medium-item {
    margin: auto;
    margin-bottom: 105px;
    float: none;
  }
}
.daimond-medium-item:after {
  content: "";
  position: absolute;
  top: -72px;
  left: -73px;
  width: 495px;
  height: 495px;
  background: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .daimond-medium-item:after {
    top: -60px;
    left: -60px;
    width: 370px;
    height: 370px;
  }
}

.daimond-big-item {
  display: block;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  width: 445px;
  height: 445px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  float: left;
}
@media only screen and (min-width: 1276px) and (max-width: 1600px) {
  .daimond-big-item {
    width: 311px;
    height: 311px;
  }
}
@media only screen and (max-width: 1274px) {
  .daimond-big-item {
    margin: auto;
    float: none;
    margin-bottom: 186px;
  }
}
.daimond-big-item:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 645px;
  height: 645px;
  background: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .daimond-big-item:after {
    top: -88px;
    left: -88px;
    width: 460px;
    height: 460px;
  }
}

.portfolio-grid-overlay-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  z-index: 1;
}

.portfolio-grid-overlay-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  text-align: center;
  padding: 0 10px;
  left: 0;
  right: 0;
  margin-top: -25px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.portfolio-grid-overlay-icon a {
  border: 1px solid #fff !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #ffffff !important;
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  .portfolio-grid-overlay-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.daimond-ex-small-item .portfolio-grid-overlay-icon,
.daimond-big-item .portfolio-grid-overlay-icon,
.daimond-small-item .portfolio-grid-overlay-icon,
.daimond-medium-item .portfolio-grid-overlay-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.portfolio-item:hover .portfolio-grid-overlay-icon,
.portfolio-item:hover .portfolio-grid-overlay-hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Single
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-weight: 700;
  margin-bottom: 30px;
}
.portfolio-details .portfolio-content {
  font-size: 18px;
  margin-bottom: 30px;
}
.portfolio-details .more-info {
  font-weight: 700;
}
.portfolio-details.dark .portfolio-title,
.portfolio-details.dark .more-info {
  color: white;
}
.portfolio-details.dark .portfolio-content {
  color: #e1e1e1;
}

.portfolio-carousel-gallery .item {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
}
.portfolio-carousel-gallery .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.portfolio-carousel-gallery .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}
.portfolio-carousel-gallery .owl-dots .owl-dot span {
  background-color: #c1c1c1;
  width: 20px;
  height: 5px;
  display: block;
}
.portfolio-carousel-gallery .owl-dots .owl-dot.active span {
  background: #7540ee;
}

.portfolio-meta {
  list-style: none;
  padding: 0;
}
.portfolio-meta li {
  margin-top: 20px;
  font-size: 16px;
}
.portfolio-meta li span {
  margin-right: 10px;
  color: #777;
  font-weight: 500;
}

.btn-more-works {
  border: 1px solid black;
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-more-works:hover {
  border-color: #b1b1b1;
  color: #b1b1b1;
}

.portfolio-pagination a {
  border: 1px solid black;
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-pagination a:hover {
  border-color: #b1b1b1;
  color: #b1b1b1;
}
.portfolio-pagination .previous-portfolio a:before {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.portfolio-pagination .next-portfolio a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}

.dark-version .btn-more-works {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 15px 30px;
}
.dark-version .btn-more-works:hover {
  border-color: #b1b1b1;
  color: #b1b1b1;
}

#filters {
  margin: 30px -30px;
  text-align: center;
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 15;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#filters li {
  display: inline-block;
  line-height: 20px;
  padding: 15px 30px;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#filters li a {
  display: inline-block;
  color: #000;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 600;
  z-index: 15;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#filters li a:hover, #filters li a.active {
  color: #000;
}

#filters li a:after {
  background-color: #000;
  color: #000;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 24px;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#filters li a:hover:after, #filters li a.active:after {
  width: 100%;
}

#filters li span {
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
  position: absolute;
  top: 3px;
  color: #b1b1b1;
}

@media only screen and (max-width: 1024px) {
  #filters {
    display: block;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  #filters li {
    display: block;
    margin: 20px 0px;
  }
}
.disable-content-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  cursor: url("../images/close.png"), e-resize;
  webkit-transition: all 0.3s ease-in-out 0.5s;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}

.disable-content-menu.is-active {
  visibility: visible;
  opacity: 0.4;
  webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark-version #filters {
  background: #000;
}
.dark-version #filters li a {
  color: white;
}
.dark-version #filters li a:after {
  background-color: white;
}

.project-info {
  list-style: none;
  padding: 0;
  font-weight: 500;
  color: #7a7a7a;
}
.project-info span.info-title {
  color: black;
  font-weight: 600;
  margin-right: 10px;
}
.project-info > li {
  padding-top: 25px;
}
.project-info > li a {
  padding: 0 10px;
}

#pagination-block-pinto {
  display: none;
}

/* Load More
 * ------------------------ */
.infinite-scroll-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
  position: absolute;
  margin: auto;
  width: 70px;
  left: 0;
  right: 0;
  top: -8px;
}

/* loader-ellips
 * ------------------------ */
.loader-ellips {
  font-size: 15px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.5em;
  background: #000;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
  animation-name: reveal;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial-block {
  position: relative;
  overflow: hidden;
}

.client-testimonial .testimonial-details {
  background: #27282b;
  padding-bottom: 75px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 105px;
}
.client-testimonial .client-thumb {
  width: 100px;
  height: 100px;
  border: 5px solid white;
  border-radius: 50%;
  margin: auto;
  position: relative;
  margin-bottom: -60px;
}
.client-testimonial .client-thumb img {
  width: 100%;
  height: 100%;
}
.client-testimonial .testimonial-details {
  text-align: center;
}
.client-testimonial .testimonial-details .client-name {
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.client-testimonial .testimonial-details .details p {
  color: #dddddd;
  font-size: 20px;
}
.client-testimonial.dark .testimonial-details {
  background: #1b1d38;
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 5px;
  display: inline-block;
  background: #cbcaca;
  margin: 0 3px;
}
.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  background: #e51681;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.post {
  margin-bottom: 30px;
  margin-top: 45px;
}
.post .entry-title {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 20px; 
  text-align: center;
}
.post .entry-title a:hover {
  color: #b1b1b1;
}
.post.sticky .entry-title {
  position: relative;
}
.post.sticky .entry-title:after {
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #dedede;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -15px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .post.sticky h2.entry-title:after {
    top: -18px;
    right: 0;
  }
}
.post .entry-content {
  color: #7a7a7a;
  font-size: 16px;
}
.post .entry-footer .entry-author,
.post .entry-footer .entry-date {
  font-size: 12px;
  color: #a8a8a8;
}
.post .entry-footer .entry-author a,
.post .entry-footer .entry-date a {
  color: #7a7a7a;
}
.post .entry-footer .more-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #b1b1b1;
}
.post .entry-footer .more-meta > span {
  margin-right: 10px;
}
.post .more-link-wrap {
  margin-top: 20px;
}
.post .more-link-wrap .more-link {
  background: #505050;
  text-transform: uppercase;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  padding: 15px 30px;
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.post .more-link-wrap .more-link:hover {
  background: #b1b1b1;
  color: #ffffff;
}

.grid-layout .post-thumb {
  margin-bottom: 30px;
  margin-top: 15px;
}
.grid-layout .entry-title {
  margin-bottom: 12px;
	font-size: 1.1em;
	color:blueviolet;
}
.grid-layout .entry-meta {
  font-size: 12px;
  color: #b1b1b1;
  margin-bottom: 20px;
}
.grid-layout .entry-meta > span {
  margin-right: 8px;
}
.grid-layout .entry-meta > span a {
  color: #7a7a7a;
}
.grid-layout .more-link-wrap {
  margin-top: 0;
}

.blog-single-page .entry-meta {
  margin-bottom: 30px;
}
.blog-single-page .entry-title {
  font-size: 36px !important;
  font-weight: 600;
}

.blog-block .blog-latest-items .entry-content {
  margin-bottom: 1.3em;
  line-height: 1.75em;
}
.blog-block .blog-latest-items .entry-content p {
  line-height: inherit;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# blog-single
--------------------------------------------------------------*/
.blog-block-single,
.page-content-main {
  overflow-x: hidden;
}

.blog-single-page .post {
  margin-bottom: 45px;
}
.blog-single-page .entry-content > p:last-of-type {
  margin-bottom: 1.3em !important;
}
.blog-single-page .entry-content ul li, .blog-single-page .entry-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.blog-single-page .entry-content > ul,
.blog-single-page .entry-content > ol {
  padding-left: 20px;
}
.blog-single-page .entry-content a {
  text-decoration: underline;
}
.blog-single-page .entry-content a:hover {
  color: #b1b1b1;
}
.blog-single-page .entry-content table {
  margin-bottom: 30px;
}
.blog-single-page .entry-content table:not(.wp-block-table) {
  width: 100%;
}
.blog-single-page .entry-content table:not(.wp-block-table) td,
.blog-single-page .entry-content table:not(.wp-block-table) th {
  border: 1px solid #ddd;
  padding: 10px;
}
.blog-single-page .blog-tag {
  color: #a8a8a8;
  margin-top: 15px;
}

.wp-block-button__link {
  text-decoration: none !important;
}

ul.wp-block-gallery,
ol.wp-block-gallery {
  padding: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-top: 0 !important;
}

.full-content .post .entry-content > .alignwide {
  max-width: none;
  width: 70vw; 
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1450px) and (min-width: 1300px) {
  .full-content .post .entry-content > .alignwide {
    width: 80vw;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 600px) {
  .full-content .post .entry-content > .alignwide {
    width: 95vw;
  }
}
@media only screen and (max-width: 600px) {
  .full-content .post .entry-content > .alignwide {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
}
.full-content .post .entry-content > .alignfull {
  width: 99.30vw;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wp-block-categories.aligncenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
.pricing-box {
  background: #f8f8ff;
  text-align: center;
  border: 1px solid #ebebeb;
}
.pricing-box .priceing-head {
  border-bottom: 1px solid #ebebeb;
  padding: 25px;
}
.pricing-box .priceing-head h4 {
  margin-bottom: 0;
  font-weight: 600;
  color: #191919;
}
.pricing-box .pricing-body {
  padding: 0 10% 45px;
}
.pricing-box .pricing-body h2.price {
  font-size: 48px;
  color: #4d4d4d;
  font-weight: 600;
  margin-bottom: 0;
  padding: 30px 0;
  line-height: normal;
}
.pricing-box .pricing-body h2.price span {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: normal;
}
.pricing-box .pricing-body .price-service {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.pricing-box .pricing-body .price-service li {
  display: inline-block;
  font-size: 16px;
  line-height: 2em;
}
.pricing-box .pricing-body .price-service li:after {
  content: ",";
  margin-right: 3px;
}
.pricing-box .pricing-body .price-order-btn {
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.015em;
  display: inline-block;
  border-radius: 30px;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.text-content h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.text-content h1 strong {
  font-weight: 900;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin: 0 0 15px;
}
.text-content p {
  font-size: 15px;
}

.go-live {
  color: #1d1d1f;
  font-weight: 500;
}

.coming-soon-content {
  padding: 245px 0;
}
@media only screen and (max-width: 1100px) {
  .coming-soon-content {
    padding: 200px 0;
  }
}
@media only screen and (max-width: 992px) {
  .coming-soon-content {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 800px) {
  .coming-soon-content {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .coming-soon-content {
    padding: 60px 0;
  }
}

.commingsoon-count .tab-val {
  color: black;
  font-size: 100px;
  font-weight: 300;
  line-height: 75px;
}
.commingsoon-count .tab-unit {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #7a7a7a;
}
.commingsoon-count .timer-body-block {
  display: table;
  margin: 30px auto auto;
}
.commingsoon-count .timer-body-block .table-cell {
  display: table-cell;
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .commingsoon-count .timer-body-block .table-cell {
    display: block;
    padding: 45px;
  }
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 45px;
}
.contact-item .icon i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  background: #e51681;
  color: white;
}
.contact-item .info-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.015em;
}
.contact-item .info-detail {
  color: #dddddd;
  font-weight: 500;
}

.contact-form {
  margin-top: -10px;
}
.contact-form .form-control {
  border-radius: 0;
  margin-bottom: 30px;
  padding: 12px 0;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  border-color: #b1b1b1;
  color: #7a7a7a;
}
.contact-form .btn-contact {
  background: #505050;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 30px;
  position: relative;
}
.contact-form .btn-contact:hover {
  background: #b1b1b1;
  color: #ffffff;
}
.contact-form .btn-contact .status {
  bottom: 0;
  height: 1.375rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
}
.contact-form .btn-contact span {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.contact-form .btn-contact .status .spinner {
  left: .3125rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: .1875rem;
  position: absolute;
  opacity: 0;
}
.contact-form .btn-contact .status .status-icon {
  border-radius: 50%;
  left: 0;
  opacity: 0;
  font-size: .625rem;
  padding: .25rem .4375rem;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.contact-form .btn-contact .status .status-icon.valid {
  background-color: var(--green);
}
.contact-form .btn-contact .status .status-icon.invalid {
  background-color: var(--red);
}
.contact-form .btn-contact.processing span {
  opacity: .2;
}
.contact-form .btn-contact.processing .spinner {
  opacity: 1;
}
.contact-form .btn-contact.done .ts-spinner {
  opacity: 0;
}
.contact-form .btn-contact.done .status-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contact-form .input-success,
.contact-form .input-error {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px 15px;
  display: none;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-page-block .error-row {
  height: 47vh;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

/*--------------------------------------------------------------
# Page-header
--------------------------------------------------------------*/
.page-header {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header .section-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.12em;
  margin-top: 0;
}
.page-header .section-title span {
  font-family: inherit;
}
.page-header .section-title + .page-description {
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page Heading
--------------------------------------------------------------*/
.header-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-header {
  margin: 0;
}

body.page .page-links {
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Process of work
--------------------------------------------------------------*/
.process-item {
  margin-top: 30px;
}
.process-item .process-serial {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: -22px;
}
.process-item .process-box {
  background: #12141c;
  padding: 40px 20px;
}
.process-item .process-box .process-title {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.process-item .process-box .process-title:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3e4757;
}
.process-item .process-box p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
}

.price-box {
  background: #12141c;
  color: white;
  padding: 40px;
  margin-bottom: 30px;
}
.price-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.price-box p .title {
  font-weight: 600;
}
.price-box p .price {
  font-size: 20px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# No results
--------------------------------------------------------------*/
.no-results.not-found {
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}
.no-results.not-found .page-header {
  margin-top: 0;
  padding-top: 0;
}
.no-results.not-found .page-title {
  font-family: inherit !important;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
}
.no-results.not-found .page-title:after {
  content: "";
  background: #1d1d1f;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
.no-results.not-found .page-not-found-icon {
  margin-top: 5px;
}
.no-results.not-found .page-not-found-icon i {
  color: #a94442;
  font-size: 60px;
}
.no-results.not-found .form-controller {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 34px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 4px 0 4px 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .no-results.not-found .form-controller {
    padding: 4px 0 4px 15px;
  }
}
.no-results.not-found .btn-default {
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 540px) {
  .no-results.not-found .btn-default {
    padding: 13px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .no-results.not-found .page-content, .no-results.not-found .entry-summary {
    max-width: 540px;
    margin: auto;
  }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 16px;
  color: #7a7a7a;
}
.comment-content ul li, .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  overflow: hidden;
  margin-top: 60px;
  border-bottom: 1px solid #d1d1d1;
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 50px;
  color: #7a7a7a;
}
.comments-area .comments-title span {
  background: white;
  z-index: 10;
  position: relative;
}
.comments-area .comment-list {
  margin-bottom: 45px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
}
.comments-area .comment-body {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 30px;
  width: 80px;
}
.comments-area .date {
  font-size: 12px;
  color: #a4a4a4;
  margin-top: 0;
  margin-left: 5px;
  font-weight: 400;
}
.comments-area .comment-details {
  display: table-cell;
  vertical-align: top;
}
.comments-area .author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comments-area .comment-metadata {
  margin-bottom: 10px;
  color: black;
}
.comments-area .comment-metadata .author {
  font-size: 16px;
  font-weight: 600;
}
.comments-area .comment-metadata .author a:hover {
  color: #b1b1b1;
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

.comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #7a7a7a;
}
.comment-respond .comment-warning {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.comment-respond {
  margin-top: 75px;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond textarea.form-control {
  min-height: 160px;
}
.comment-respond .form-control {
  padding: 10px 0;
  color: #7a7a7a;
  margin-bottom: 30px;
  border-radius: 0;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 500;
}
.comment-respond .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  width: 100%;
}
.comment-respond #submit,
.comment-respond .submit {
  background: #505050;
  text-transform: uppercase;
  font-size: 14px;
  color: #e0e0e0;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.comment-respond #submit:hover,
.comment-respond .submit:hover {
  background: #b1b1b1;
  color: #ffffff;
}

#review_form .form-submit {
  padding: 0;
}

.no-comments {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.comment-reply-link {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  color: #7a7a7a;
}
.comment-reply-link:hover {
  background: transparent;
  color: #b1b1b1;
  border-color: transparent;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
  }
}

input[type="checkbox"]::-ms-check {
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-author {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  margin-top: 0;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sidebar-block .widget {
  margin-bottom: 60px;
}
.sidebar-block .widget-title {
  position: relative;
  margin-top: 0;
  clear: both;
  font-weight: bold;
  margin-bottom: 20px;
  color: #7a7a7a;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 992px) {
  .widget-title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .widget-title + div,
  .widget-title + ul,
  .widget-title + select,
  .widget-title + ol {
    margin-top: 30px;
  }
}

.widget .expand-margin.widget-title {
  cursor: pointer;
}

.widget .expand-margin.widget-title:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  width: 23px;
  height: 23px;
  border: 2px solid;
  text-align: center;
  font-size: 13px;
  border-radius: 50px;
  line-height: 22px;
}

.widget .expand-margin.expand.widget-title:after {
  content: "\f068";
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  padding-left: 20px;
  margin-top: 15px;
}
.widget-post-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #7540ee;
  position: absolute;
  top: 5px;
  left: 0;
}

.widget-content img {
  display: block;
  margin: auto;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  color: #7a7a7a;
  padding-top: 8px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    padding-top: 20px;
  }
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
  color: #b1b1b1;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_layered_nav > ul > li:first-child {
  border: 0 none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_categorie li .count:after {
  content: ")";
  position: relative;
  left: 0;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 16px;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding-top: 8px;
  border-bottom: 0 none;
  color: #7a7a7a;
}
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover {
  color: #b1b1b1;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
  font-weight: 600;
}

.calendar_wrap table {
  margin-left: auto;
  margin-right: auto;
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 5px 15px;
  height: 32px;
  margin-bottom: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-color: #e1e1e1;
}
.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
.widget_product_search button,
.widget_product_search input[type="button"],
.widget_product_search input[type="reset"],
.widget_product_search input[type="submit"] {
  border-radius: 0;
  padding: 0.75em 1em;
}
.widget_search .btn-search i,
.widget_product_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.widget_search .btn.btn-default,
.widget_product_search .btn.btn-default {
  border: 1px solid #e1e1e1;
}

.tagcloud a {
  font-size: inherit !important;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #7a7a7a;
}
.tagcloud a:after {
  content: ',';
  color: #7a7a7a;
}
.tagcloud a:hover {
  color: #b1b1b1;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

.widget_about_me .author-name {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 600;
}
.widget_about_me .author-description {
  color: #7a7a7a;
}
.widget_about_me .social-item {
  list-style: none;
  padding: 0;
  text-align: center;
}
.widget_about_me .social-item > li {
  display: inline-block;
}
.widget_about_me .social-item > li a {
  display: block;
  padding: 5px;
  color: #7a7a7a;
}
.widget_about_me .social-item > li a:hover {
  color: #b1b1b1;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .footer-social {
  list-style: none;
  padding: 0;
  float: right;
  margin: 0 -15px;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-social {
    float: none;
    margin-top: 15px;
  }
}
.site-footer .footer-social li {
  display: inline-block;
  padding: 5px 12px;
}
.site-footer .footer-social li a {
  font-size: 20px;
  display: block;
  color: #C046D5;
  padding: 3px 0;
}
.site-footer .footer-social li a:hover {
  color: #b1b1b1;
}

.copyright-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}

.dark-version .footer-social li a {
  color: white !important;
}
.dark-version .footer-social li a:hover {
  color: #b1b1b1 !important;
}
.dark-version .copyright-text {
  color: white;
}

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.back-to-top {
  border: 2px solid #12141c;
  display: inline-block;
  padding: 20px 30px;
  width: 135px;
  margin: auto;
}
.back-to-top > * {
  display: block;
}
.back-to-top > .text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}
.back-to-top > i {
  font-size: 30px;
}
.back-to-top.dark {
  border-color: white;
  color: white;
}
.back-to-top.dark > .text {
  font-weight: 600;
}
.back-to-top:hover {
  color: #e51681;
  border-color: #e51681;
}

.footer-bottom-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
