/*****************************************************************
    Template Name    : Techvio - IT Solutions & Business Services Website Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*****************************************************************/

/*****************************************************************

** - 01 - Default CSS
** - 02 - Preloader Area CSS
** - 03 - Navbar Area CSS
** - 04 - Home + Slider Area CSS
** - 05 - Services Section CSS
** - 06 - About Section CSS
** - 07 - Overview Section CSS
** - 08 - Counter Section CSS
** - 09 - Project Section CSS
** - 10 - Testimonial Section CSS
** - 11 - Team Section CSS
** - 12 - Hire Section CSS
** - 13 - Partner Section CSS
** - 14 - Blog Section CSS
** - 15 - Subscribe Section CSS
** - 16 - Other Page Banner Title Area CSS
** - 17 - Projects Details Page Section CSS
** - 18 - Pricing Page Area CSS
** - 19 - 404 Error Page Area CSS
** - 20 - Faq Page Area Styles CSS
** - 21 - Coming Soon Page Area CSS
** - 22 - Contact Page Section CSS
** - 23 - Single Services Page Details CSS
** - 24 - Blog Details Page Area CSS
** - 25 - Blog Page Sidebar Widget Area CSS
** - 26 - Blog Page Number Pagination Area CSS
** - 27 - Terms & Conditions - Privacy Policy Page Section CSS
** - 28 - All Page Footer Section CSS
** - 29 - Page Copyright Section CSS

*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/

:root {
	/*
	--f1: #370b6f;
	--f2: #00429b;
	--f3: #006dba;
	--f4: #0095ce;
	--f5: #2dbcdc;
	*/
	--f1: #297F00;
	--f2: #376f0b;
	--f2: #429b00;
	--f3: #62ba00;
	--f4: #95ce00;
	--f5: #bcdc2d;

	--bs-btn-hover-bg: #65902b;
	--bs-body-text-align:  justify;

  --color-primary: #65902b;
  --color-secondary: #8BC740;
  --primary-rgb: 101,144,43;
  --secondary-rgb: 139,199,64;

  --nav-primary: var(--f2);
  --nav-secondary: var(--f4);
  --nav-dropdown: rgb(11,11,32);

  --testimonial-color: 255,238,187;
  --icos-color:  91, 128,159;
/*  --icos-color: 50,56,152; */
  --primary-save: #8dc73f;
  --passed: #8BC740;
  --presale: #EE82EE;
  --success: #1BD084;
  --passed:  #8BC740;
  --info: #48A9F8;
  --warning: #FE8024;
  --waiting: #FED024;
  --danger: #FF4626;
  --joined: #FF4626;
  --light: #F4F5F9;
  --dark: #B1B1B1;
  --safeguard: rgb(41,127,0);
  --header-comment: rgb(21,85,0);

  --shadow: rgba(123,238,104,0.25);
	--btn-shadow: rgba(123,238,104,0.25);

  --red-link:  rgb(173,62,24); /* rgb(255,86,29)	/*#ff561d;*/

  --blog-list-text: #666666;

  --btn-border: #65902b;
  --btn-background: rgb(41,127,0);
  --btn-hover: #8BC740;

  --green-section:  #e6f0eb;

  --menu-bar-width: 3px;
  --bubble-top:  -130px;

  --box-back-1: 1,203,153;		/* cyan */
  --box-back-2: 234,89,158;		/* pink */
  --box-back-3: 255,106,1;		/* orange */
  --box-back-4: 118,74,229;		/* purple */
  --box-back-5: 244,201,23;         /* Bright yellow */
  --box-back-6: 121,111,109;	  /* grey */
  --box-back-7: 241,63,46;		/* red */
  --box-back-8: 183,18,255;		/* purple */
  --box-back-9: 252,101,24;		/* yellow */
  --box-back-10: 177,85,10;		/* brown */
  --box-back-11: 43,188,25;		/* green */
  --box-back-12: 127,130,187;		/* lavender */
  --box-back-13: 251,229,22;		/* yellow */
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scaleX(1.1) scaleY(1.2);
    -moz-transform: scaleX(1.1) scaleY(1.2);
    -ms-transform: scaleX(1.1) scaleY(1.2);
    -o-transform: scaleX(1.1) scaleY(1.2);
    transform: scaleX(1.1) scaleY(1.2);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.2) scaleY(1.5);
    -moz-transform: scaleX(1.2) scaleY(1.5);
    -ms-transform: scaleX(1.2) scaleY(1.5);
    -o-transform: scaleX(1.2) scaleY(1.5);
    transform: scaleX(1.2) scaleY(1.5); }
}

.ripple-action {
    z-index: -1;
    content: "";
    position: absolute;
    top: -5%;
    left: 0;
/*    left: 3px;
    top: 3px; */
    width: 100%;
    height: 110%;
    /*
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    */
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: linear-gradient(0deg, rgba(162,0,37,0.5) 0%, rgba(162,0,37,0.5) 100%);
   /* background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%); */
    border-radius: 50px;
}

.ripple-action-green {
    background-image: linear-gradient(0deg, rgba(0, 138, 0,0.5) 0%, rgba(0, 138, 0,0.5) 100%);
}

/*accordion*/
.accordion {
    margin: -16px 0 0;
}
.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0 0 11px;
}
.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0 21px 0px;
    color: #616161;
    font-family: 'Rubik', sans-serif;
}
.accordion a:before {
    width: 2px;
    height: 12px;
    background: #f00;
    position: absolute;
    right: 13px;
    content: " ";
    top: 26px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion a:after {
    width: 12px;
    height: 2px;
    background: #f00;
    position: absolute;
    right: 8px;
    content: " ";
    top: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.accordion li a span {
    color: #ED2C41;
    margin-right: 5px;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.active:before{
  display: none;
}

.style-two.upper8 .accordion li {
    border: 1px solid #444C51;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.style-two.upper8 .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
/*    line-height: 3; */
    font-size: 19px;
    font-family: var(--heading-font);
    color: #fff!important;
    user-select: none;
    border-radius: 5px;
}
.style-two.upper8 .accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 21px 0px;
    color: #b4bfc5;
    font-family: var(--body-font), sans-serif;
    line-height: 24px;
}

.style-two .accordion li {
    border: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0px 0 11px;
    margin-bottom: 20px;
}
.style-two .accordion li {
    border: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.style-two .accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 21px 0px;
    color: #616161;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
}

.style-two .accordion a:before {
    height: 30px;
    width: 25px;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    top: 13px;
    right: 10px;
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
.style-two .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    content: " ";
    top: 24px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    background: none;
}

.style-two a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.style-two a.active {
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    color: #fff !important;
}
.style-two a.active:before {
    background: #fff !important;
}
.style-two a.active:after {
    background: #fff !important;
}

.lazyload2 {
    box-shadow: 0 10px 30px 0 rgba(255, 0, 0, 0.4) !important;
}


.logo-row a {
    margin-bottom: 20px;
}

.article-context {
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 10%;
    padding: 2px;
}

.rating-box i { font-size: 1.5rem !important}

nav img {
    color: transparent;
}

.e-box-content img {
    border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 50%; padding: 2px;
}

.menu-anchor::before {
  display: block;
  content: " ";
  margin-top: -180px;
  height: 180px;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width:  991px) {

.menu-anchor::before {
  margin-top: -200px;
  height: 200px;
}
}

.bg-primary {
    background: var(--color-primary);
}

.bg-secondary {
    background: var(--color-primary);
}

.bg-primary-before:before {
    background: var(--color-primary);
}

.bg-secondary-before:before {
    background: var(--color-secondary);
}

.pointer {
    cursor: pointer;
}
/* https://blog.logrocket.com/vertical-align-css/ */
.v-center {
	/* Parent must be d-table */
	  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.round-top-corner {
	position: absolute;
z-index: -1;
right: 0;
top: 0;
font-size: 2.5rem;
color: white;
box-sizing: border-box;
padding-top: 5px;
background: linear-gradient(to left, #EE2E24 0%, #FD7F53 100%);
width: 50px;
height: 40px;
border-radius: 0px 0px 0px 55px;
}

.border-radius-20 {
    border-radius: 20px;
}

.context-img {
     box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.4);
}

.round-top-corner::before {
		position: absolute;
content: "";
z-index: 1;
right: 0;
top: 0;
transform-origin: left center;
background: white;
width: 53px;
height: 43px;
border-radius: 0px 0px 0px 60px;
transition: .8s;

}




.slide-back {
	position: absolute;
	/*box-shadow: inset 0 0 30px white, inset 0 0 30px white, inset 0 0 30px white, inset 0 0 30px white;*/
  content: "";
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
 	transform:  scaleX(0);
  transition: transform .3s;
  background-color: #5fb5d9;
  z-index: 1;
}

.e-featured-boxes:hover .slide-back {
	transform-origin: left center;
	transform:  scaleX(1);
	/*width: 100%;
	left: 0;*/
}

.slide-back-on {
    transform-origin: left center;
    transform:  scaleX(1);
}

.e-featured-boxes:hover .round-top-corner::before {
	transform: scaleX(0);
}

.zoom-over img {
    transition:  transform 0.8s;
}
.zoom-over:hover img {
    transform:  scale(1.4);
}


.back-white {
	background: white !important;
}


.circle-icon {
	background: rgb(255,255,255,0.1) !important;
    padding: 10px !important;
    border-radius: 50% !important;
}
.hover-back-1 {
	color: rgb(var(--box-back-1)) !important;
	border: 3px rgb(var(--box-back-1)) solid !important;
}

.hover-back-1:hover {
	background: rgb(var(--box-back-1)) !important;
	border-color: rgb(var(--box-back-1)) !important;
	color: white !important;
}

.hover-back-2 {
	color: rgb(var(--box-back-2)) !important;
	border: 3px rgb(var(--box-back-2)) solid !important;
}
.hover-back-2:hover{
	background: rgb(var(--box-back-2)) !important;
	border-color: rgb(var(--box-back-2)) !important;
	color: white !important;
}

.hover-back-3 {
	color: rgb(var(--box-back-3)) !important;
	border: 3px rgb(var(--box-back-3)) solid !important;
}
.hover-back-3:hover{
	background: rgb(var(--box-back-3)) !important;
	border-color: rgb(var(--box-back-3)) !important;
  color: white !important;
}

.hover-back-4 {
	color: rgb(var(--box-back-4)) !important;
	border: 3px rgb(var(--box-back-4)) solid !important;
}
.hover-back-4:hover{
	background: rgb(var(--box-back-4)) !important;
	border-color: rgb(var(--box-back-4)) !important;
	color: white !important;
}

.hover-back-5 {
	color: rgb(var(--box-back-5)) !important;
	border: 3px rgb(var(--box-back-5)) solid !important;
}
.hover-back-5:hover{
	background: rgb(var(--box-back-5)) !important;
	border-color: rgb(var(--box-back-5)) !important;
	color: white !important;
}

.hover-back-6 {
	color: rgb(var(--box-back-6)) !important;
	border: 3px rgb(var(--box-back-6)) solid !important;
}
.hover-back-6:hover{
	background: rgb(var(--box-back-6)) !important;
	border-color: rgb(var(--box-back-6)) !important;
	color: white !important;
}

.hover-back-7 {
	color: rgb(var(--box-back-7)) !important;
	border: 3px rgb(var(--box-back-7)) solid !important;
}
.hover-back-7:hover{
	background: rgb(var(--box-back-7)) !important;
	border-color: rgb(var(--box-back-7)) !important;
	color: white !important;
}

.hover-back-8 {
	color: rgb(var(--box-back-8)) !important;
	border: 3px rgb(var(--box-back-8)) solid !important;
}
.hover-back-8:hover{
	background: rgb(var(--box-back-8)) !important;
	border-color: rgb(var(--box-back-8)) !important;
	color: white !important;
}

.hover-back-9 {
	color: rgb(var(--box-back-9)) !important;
	border: 3px rgb(var(--box-back-9)) solid !important;
}
.hover-back-9:hover{
	background: rgb(var(--box-back-9)) !important;
	border-color: rgb(var(--box-back-9)) !important;
	color: white !important;
}

.hover-back-10 {
	color: rgb(var(--box-back-10)) !important;
	border: 3px rgb(var(--box-back-10)) solid !important;
}
.hover-back-10:hover{
	background: rgb(var(--box-back-10)) !important;
	border-color: rgb(var(--box-back-10)) !important;
	color: white !important;
}

.hover-back-11 {
	color: rgb(var(--box-back-11)) !important;
	border: 3px rgb(var(--box-back-11)) solid !important;
}
.hover-back-11:hover{
	background: rgb(var(--box-back-11)) !important;
	border-color: rgb(var(--box-back-11)) !important;
	color: white !important;
}

.techno_flipbox_back .flipbox_desc a {
    color:  white;
    font-weight: 800;
}

.flippy-icon {
	transition: 0.5s all;
}
.flippy-icon:hover {
	transform: rotateY(180deg);
}
.flippy-icon-parent > * {
	transition: 0.5s all;
}

.flippy-icon-parent:hover > * {
	transform: rotateY(180deg);
}

.halo-hover:hover {
	box-shadow: 0 0 25px 7px white;
}

.halo-hover-parent:hover > *  {
	box-shadow: 0 0 25px 7px white;
}

.bottom-right-highlight::before {

    position: absolute;
    content: "";
/*    z-index: -10; */
    width: 45px;
    height: 40px;
    background: linear-gradient(to left, rgba(255,255,255,0.85) 12%, #FFFFFF 100%);
    /*left: inherit;*/
    bottom: 5px;
    right: 5px;
    border-radius: 55px 0px 8px 0px;
    transition: .5s;

}

.x-box .bottom-right-highlight::before {
    background: linear-gradient(to bottom left, rgba(200,255,100,0.85) 12%, var(--color-secondary) 70%, var(--color-secondary));
    border-radius: 55px 8px 55px 8px;
    opacity: 0.6;
}

.x-box.square-x-box .bottom-right-highlight::before {
    background: linear-gradient(to bottom left, rgba(200,255,100,0.85) 12%, var(--color-secondary) 70%, var(--color-secondary));
    border-radius: 55px 8px 8px 8px;
    opacity: 0.6;
}

@keyframes flipInY2 {
  from {
    transform: rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: rotateY(-30deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: rotateY(20deg);
    opacity: 1;
  }

  80% {
    transform: rotateY(-10deg);
  }

  to {
    transform: rotateY(-0deg);;
  }
}

.flipInY2 {
  /*backface-visibility: visible !important; */
  animation-name: flipInY2;
}

.bfh {
     backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.b3d {
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.y-box {
    transform-style: preserve-3d;
    perspective: 1000px;
    transform: rotateY(0);
    transition: transform 2s, border 2s, border-radius 2s;
}

.price-table-shadow {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

/*MATT this is the flip */
.y-box-outer:hover .y-box {
    transform-style: preserve-3d;
    transform: rotateY(180deg) translateZ(60px);
    -webkit-transform: rotateY(180deg) translateZ(60px);;
}

.y-box-flip {
    transform-style: preserve-3d;
    transition: transform 2s, border 2s, border-radius 2s !important;
    -webkit-transition: transform 2s, border 2s, border-radius 2s !important;
    transform: rotateY(180deg) translateZ(60px);
    -webkit-transform: rotateY(180deg) translateZ(60px);

}

.y-box-back {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    perspective: inherit;
}

.y-box-outer:hover .sector-box {
    border-radius: 30px 2px 30px 30px;
}


.x-box {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}



.x-box .x-box-front,
.x-box .x-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .7s ease, -webkit-transform .7s ease;
    position: relative;
}

.x-box .x-box-back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) -80%, var(--color-primary) 100%); /*linear-gradient(to bottom,transparent -80%,#00247e);*/
    background-size: 100% 100%;
    border-radius: 4px;
}

.x-box .x-box-inner {
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    /*top: 50%;*/
    width: 100%;
    height: 100%;
    color: white;
    display:  flex;
    flex-direction: column;
    justify-content: space-around;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(100px) scale(0.85);
    transform: translateY(-50%) translateZ(100px) scale(0.85);
    z-index: 2;
}

.x-box .x-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.x-box:hover .x-box-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.x-box:hover .x-box-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.x-box .x-box-back .x-box-button a {
    text-transform: capitalize;
    background: #fff;
    font-weight: 600;
    color: var(--color-primary);
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}

.x-box .x-box-back .x-box-button a:hover {
    color: #fff;
    border-color: var(--color-secondary);
    background: var(--color-secondary);
}

.x-box-back .x-box-desc p{
    color: #fff;
    line-height: 1.5;
}




@media (max-width: 991px) {
    .x-box-back .x-box-desc p {
        font-size: 1.5rem;
    }
}


@media (max-width: 991px) {
    .x-box-back .x-box-desc p {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .x-box-back .x-box-desc p {
        font-size: 1.2rem;
    }
}

@media (min-width: 1400px) {
    .x-box-back .x-box-desc p {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .x-box-back .x-box-title h3 {
        font-size: 5.5vw;
    }
    .x-box-back .x-box-desc p {
        font-size: 4vw;
    }
}

.x-box .x-box-back .x-box-button a i {
    display: none;
}
.x-box .x-box-back .x-box-title h3 {
    padding: 0;
    color: #fff;
    margin:  0;
}
.x-box .x-box-font .x-box-desc,
.x-box .x-box-back .x-box-desc {
    color: #fff;
}

.sector-box {
    background: #fff;
    padding: 60px 40px 34px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    border-radius: 2px 30px 30px 30px;
    margin-bottom: 30px;
    border: 1px transparent solid;
	/*transition:.5s;*/
}
.sector-box:hover{
	box-shadow: none;
	border: 1px LightBlue solid;
/*	box-shadow:0 10px 30px 3px rgba(99, 119, 238, 0.4);*/
}

.sector-outer:hover .sector-box {
    border-radius: 30px 2px 30px 30px;
}





.sector-box-icon .icon {
/*    height: 100px;
    width: 100px;*/
/*    line-height: 100px;
    font-size: 50px;
    */
    color: var(--color-primary);
    position: relative;
    text-align: center;
    box-shadow: 0 20px 50px 5px #e9eef7;
    border-radius: 50%;
    transform: translateZ(90px);
		/*transition:.5s;*/
}

.sector-box-icon .icon img {
    border-radius: 50%;
}

/*
.sector-box-icon .icon::before {
    position: absolute;
    content: '';
    background-color: rgba(12,90,219,0.10);
    top: -17%;
    left: -15%;
    width:  123%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform-style: preserve-3d;
    perspective: inherit;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    transform: translateZ(-20px);  /*scale(1.1);*/
/*    transition: background-color 0.5s;
}
*/

.blue-back {
    position: absolute;
    content: '';
    background-color: var(--blue-back);
 /*   top: -23%;
    left: -20%;*/
    width:  122%;
    /* Half the extra width is centered, but shifted by perspective. */
    left: -14%;
    top: -18%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform-style: preserve-3d;
    perspective: inherit;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    transform: translateZ(66px);  /*scale(1.1);*/
    transition: background-color 0.5s;
}

.white-back {
    position:  absolute;
    /* Half the extra width is centered, but shifted by perspective. */
    top: -18%;
    left: -12%;

        content:  '';
    transform-style: preserve-3d;
    perspective: inherit;
    width: 130%;
    aspect-ratio: 1/1;
    border-radius: 50%;
background:  white;
transform:  translateZ(45px);
box-shadow: 0 20px 50px 5px #e9eef7;
}

/*
.sector-box-icon .icon::after {
	position:  absolute;
		top: -8%;
		content:  '';
    transform-style: preserve-3d;
    perspective: inherit;
    left: 0%;
    width: 120%;
    aspect-ratio: 1/1;
    border-radius: 50%;
background:  white;
transform:  translateZ(-30px);
box-shadow: 0 20px 50px 5px #e9eef7;
background-clip: none;
}
*/

/*.sector-box:hover .sector-box-icon .icon{*/
.sector-box:hover .blue-back {
	color:#fff;
}

.sector-box:hover .blue-back {
/*.sector-box:hover .sector-box-icon .icon::before { */
	background: var(--blue-back-hover);
}

.sector-box-back {
	background: var(--sector-box-back);
	border-radius: 2px 30px 30px 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.sector-box-back::before {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/dot.png) no-repeat center center; /*linear-gradient(to bottom,transparent -80%,#00247e);*/
    background-size: cover;
    transform: translateZ(40px) scale(0.94);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.logo-img:hover {
	transform:  scaleX(1.1) scaleY(1.1);
}

.green-section {
	background: var(--green-section) !important;
}

.dark-section {
	background: var(--dark-section);
}

.dark-section p, .dark-section h3, .dark-section h2, .dark-section a {
  color: white;
}
.dark-section a {
  font-weight: bold;
}

.raised {
	z-index: 100;
}

.raised div {
	z-index: 100;
}

.flag img {
  border: 0px #CCC solid;
  background-color:  #CCC;
  width: 34px !important;
  height: 26px !important;
}
.flag {
  margin-top:  5px;
  margin-bottom:  5px;
}

.main-flag {
	width: 32px;
	height: 24px;
}

.black-outline {
	text-shadow: #000 0px 0px 1px;
}
.quotes-orange {
	font-size: 2rem;
	font-weight: 700;
	color:  #FF8800;
	line-height: 1.5;
	text-shadow: #000 0px 0px 1px;
	letter-spacing:  0.5px;
	text-transform:  uppercase;
	font-family:  var(--heading-font), sans-serif;
}

@media (max-width: 500px) {
    .quotes-orange {
        font-size: 1.5rem;
    }
}

.rating-box i { font-size: 1.5rem !important}

@media (min-width:  992px) {
  .lang-pulldown {
    margin-right:  20px;
    margin-left:  10px;
  }
  .main-flag::after {
    position:  absolute;
    top:  31px;
    margin-right: 10px;
  }
}

.free-trial-button a:hover {
	 /* border: 1px var(--waiting) solid; */
}

.free-trial-button a:hover .liquid {
	background: var(--waiting);
	box-shadow: inset 0 0 50px var(--warning);
}

.free-trial-button a .liquid::after,
.free-trial-button a .liquid::before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.free-trial-button a .liquid::before {
  border-radius: 45%;
  background: rgba(255,255,255, 0.5);
  animation: animate-btn 7s linear infinite;
}

.free-trial-button a .liquid::after {
  border-radius: 40%;
  background: rgba(255,255,255, 1);     /*220,250,180 */
  animation: animate-btn 10s linear infinite;
}

.free-trial-button a:hover .liquid::before,
.free-trial-button a:hover .liquid::after {
  animation:  animate-btn-hover 0.2s linear;
}



@keyframes animate-btn {
  0% {
    transform: scaleY(0.2) translate(-50%, -75%) rotate(0deg) ;
  }
  100% {
    transform: scaleY(0.2) translate(-50%, -75%) rotate(360deg) ;
  }
}

@keyframes animate-btn-hover {
  0% {
    transform: scaleY(0.2) translate(-50%, -80%) ;
  }
  100% {
    transform: scaleY(0.2) translate(-50%, -100%) ;
  }
}



/*
.parallax > use {
  animation: move-forever 35s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -0.5s;
  animation-duration: 22s;
}
.parallax > use:nth-child(2) {
  animation-delay: -0.9s;
  animation-duration: 21s;
}
.parallax > use:nth-child(3) {
  animation-delay: -1.2s;
  animation-duration: 20s;
}
.parallax > use:nth-child(4) {
  animation-delay: -1.1s;
  animation-duration: 17s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-128px,0,0);
  }
  100% {
    transform: translate3d(128px,0,0);
  }
}
*/

.bigwaves {
  position:relative;
  width: 100%;
  height: 50vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:400px;
  /*max-height:450px; */
  background: transparent;
}

.parallax > use {
  animation: move-forever 35s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -0.5s;
  animation-duration: 22s;
}
.parallax > use:nth-child(2) {
  animation-delay: -0.9s;
  animation-duration: 21s;
}
.parallax > use:nth-child(3) {
  animation-delay: -1.2s;
  animation-duration: 20s;
}
.parallax > use:nth-child(4) {
  animation-delay: -1.1s;
  animation-duration: 17s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-128px,0,0);
  }
  100% {
    transform: translate3d(128px,0,0);
  }
}

.no-margin {
	padding: 0 !important;
	margin: 0 !important;
}

body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: var(--body-font), sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

button {
	outline: 0 !important;
}

.quotes-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background: var(--quotes-section-background) !important;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.d-table {
	width: 100%;
	min-height: 80vh;
	height: auto;
}

.d-table-cell {
	vertical-align: middle;
/*	transform: translateY(-100px); */
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}

.bg-grey {
	background-color: #fafbfc;
}

.section-padding {
	padding: 100px 0;
}



.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: var(--heading-decoration);
   /* margin: 0 auto; */
    position: absolute;
/*    left: 0;
    right: 0; */
    /*text-align:  left; */
    transform:  translateY(5px);
    /* bottom: 0; */
    box-sizing: border-box;
}

.section-heading.text-center h1:after, .section-heading.text-center h2:after, .section-heading.text-center h3:after  {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.undecorate {
	font-weight:  normal;
	border-left: 0px solid !important;
}

.undecorate::before, .undecorate::after {
	display: none;
}




section {
	padding-top: 50px;
	padding-bottom: 50px;
}
a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	outline: 0 !important;
	color: var(--link-color);
}

a:hover {
	text-decoration: none;
	color: var(--darker);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.4;
	font-family: var(--heading-font), sans-serif;
}

p {
	font-size: 15px;
	line-height: 1.8;
	color: #5f5f5f;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-family: var(--body-font), sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

.nobr {
    white-space: nowrap;
}

.default-btn {
	border: 2px var(--btn-border) solid;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background: var(--btn-background);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 15px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0 7px 25px var(--btn-shadow);
}

.hero-section h1 {
     padding-top: 30px;
     text-align: center !important;
}

@media (min-width: 992px) {
    .hero-section h1 {
        text-align: left !important;
    }
}


.hero-shadow {
	-webkit-filter: drop-shadow(10px -5px 5px var(--hero-shadow));
  filter: drop-shadow(10px -5px 5px var(--hero-shadow));
	/*box-shadow: 0 7px 25px var(--shadow);*/
}

.default-btn span:not(.nobr) {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--btn-hover);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn:hover, .default-btn:focus {
	color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
	width: 225%;
	height: 562.5px;
}

.default-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: var(--btn-background);
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-right: 20px;
	box-shadow: 0 7px 25px var(--shadow);
}

.default-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--btn-hover);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn-one:hover, .default-btn-one:focus {
	color: #ffffff;
}

.default-btn-one:hover span, .default-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

.section-title {
	text-align: center;
	margin-bottom: 65px;
	line-height: 1.5;
}

.section-title h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 40px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 800;
}

.color-text {
    color: var(--color-primary);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #02050b;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

/* [ End Overlay ] */

/*****************************************
 ** - 00 -  Go Top CSS
 ******************************************/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 98%;
	right: 15px;
	color: #ffffff;
	background-color: var(--color-primary);
	z-index: 2000;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0b0b31;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/**************************************
 ** - 02 - Preloader Area CSS
 **************************************/

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: transparent;
	top: 0;
	left: 0;
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.preloader .loader .box {
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

.preloader .loader .shadow {
	width: 100%;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/**************************************
 ** - 03 - Navbar Area CSS
 **************************************/

.navbar-area.darknav {
	background: rgb(0,0,0,0.4);
}

.techvio-responsive-nav {
	display: none;
}

.techvio-nav {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}

.techvio-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.techvio-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}



.techvio-nav .navbar .navbar-nav {
	/*
	margin: auto;
	*/
}

.techvio-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

/* MATT main nav when not sticky */
.techvio-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;

/*MATT fade right bakground */
	background: linear-gradient( to right, var(--nav-primary), var(--nav-primary), 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;

}

.techvio-nav .navbar .navbar-nav .nav-item a i {
    color: white;
}

.techvio-nav .navbar .navbar-nav .nav-item.active a i {
    color: var(--nav-secondary);
}


@media only screen and (max-width: 1199px) {

	.push-down {
		padding-top: 100px !important;
	}
}

@media only screen and (max-width: 991px) {

/* MATT OUTER UL FOR SMALL SCREENS */

	.techvio-nav .navbar .navbar-nav {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	overflow-x: hidden;
	border-radius: 12px;
	transform: translateY(-20px);
	max-height: 80vh;
	}

	.has-sub ul {
		transform: translateY(15px);
	}

}



/* MATT mouse over top nav */
.techvio-nav .navbar .navbar-nav .nav-item a:hover,
.techvio-nav .navbar .navbar-nav .nav-item a:focus,
.techvio-nav .navbar .navbar-nav .nav-item a.active {
	/*color: var(--color-primary);*/
	background-position: 0%;
}

.techvio-nav .navbar .navbar-nav .nav-item a:hover i::before {
    color: var(--nav-primary);
    transform: scaleY(-1);
}



.techvio-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.techvio-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.techvio-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.techvio-nav .navbar .navbar-nav .open:first-child a {
	transition:  0s;
	margin-left: 15px;
}

/* MATT Active link in nav - transparent */
.techvio-nav .navbar .navbar-nav .nav-item.active a {
	background: transparent;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color:  var(--nav-secondary);
}

.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item:focus a {
	color: var(--color-secondary);
}


.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item a i {
    color: #232323;
}
/* MATT Active link in nav - transparent */
.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item.active a {
	color:  var(--color-primary);
}

.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item.active a i {
    color: var(--color-primary);
}


.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item a:hover i::before {
    color:  var(--color-secondary);
    transform: scaleY(-1.1) rotateZ(-360deg) scaleX(1.1) translateY(2px);
}


/* MATT Active link in nav - sticky */
.navbar-area.is-sticky .navbar-nav .nav-item.active a {
	color:  #232323;
}


::-webkit-scrollbar {
  width: 9px;
}

@media only screen and (max-width: 700px) {
	::-webkit-scrollbar {
 	  width: 4px;
	}
}

::-webkit-scrollbar-track {
  background-color: rgba(33, 125, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(33, 125, 0, 0.5);
  border-radius: 20px;
  border: transparent;
}


/* MATT only for large screens */
@media only screen and (min-width: 992px) {
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: absolute;
	border: none;
	top: 75%;  /* was 80px */
    transform-origin: left top;
    transform: scaleY(0);
	left: -150px;
	width: 530px;
	z-index: 99;
	display: block;
	opacity: 0;
    scroll-behavior: auto;
	visibility: hidden;
	border-top: 5px var(--nav-secondary) solid;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0px;
}
}

.dropdown-menu.open {
    opacity: 1 !important;
}

.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	border-top: 5px var(--color-secondary) solid;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
	background: #f9f9f9;
}
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0px solid transparent;
}

/* MATT this is the styling for dropdown menu items in full screen */
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	/*padding: 10px 15px; */
	/*background: linear-gradient( to right, var(--nav-primary), var(--nav-primary), 50%, rgb(11,49,11) 50%);*/
	background: linear-gradient( to right, var(--nav-primary), var(--nav-primary), 50%, var(--nav-dropdown) 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;


	padding:  0;
	margin: 0;
	position: relative;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 500;
}

.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	/*padding: 10px 15px; */
	padding:  0;
	margin: 0;
	position: relative;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 500;
}

/* MATT mouse over dropdown nav in full screen */
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
/*	color: var(--color-primary);*/
	/* background: #f9f9f9; */
	background-position: 0%;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
/*	color: var(--color-primary);*/
	/* background: #f9f9f9; */
	background-position: 0%;
}


.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--color-primary);
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.open-nav {
    opacity: 1;
    visibility: visible;
/*  top: 100%; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    transform: scaleY(1) translateY(20px);
}

/* MATT this is the expander for the dropdown menu */
.techvio-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu ,
.techvio-nav .navbar .navbar-nav .nav-item:active .dropdown-menu /*,
.techvio-nav .navbar .navbar-nav .nav-item.has-sub.active.current:hover .dropdown-menu:not(.second-tier)
 /*,
.techvio-nav .navbar .navbar-nav .nav-item:hover:active .dropdown-menu,
 */ {
	opacity: 1;
	visibility: visible;
/*	top: 100%; */
    -webkit-transition: 0.4s;
	transition: 0.4s;
    transform: scaleY(1) translateY(20px);

}


.techvio-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 5px;
}

.techvio-nav .navbar .other-option .default-btn.seo-btn {
	padding: 10px 25px;
	font-size: 15px;
	background-color: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

.techvio-nav .navbar .other-option .default-btn.seo-btn:hover {
	background-color: var(--color-primary);
	color: #ffffff;
}

.techvio-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal;
	animation: 500ms ease-in-out 0s normal;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.liquid::after {
	display: none;
}

.liquid::before {
	display: none;
}

.navbar-area.is-sticky .liquid::after {
	display: block;
}

.navbar-area.is-sticky .liquid::before {
	display: block;
}

.navbar-area.do-transition.is-sticky {
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

/* MATT this is main nav when sticky */
.navbar-area.is-sticky .navbar-nav .nav-item a {
/*	color: #505050; */
	background: linear-gradient( to right, var(--color-secondary), var(--color-secondary), 50%, #505050 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
}

/* MATT This is the dropdown nav when sticky */
.navbar-area.is-sticky .navbar-nav .nav-item .dropdown-menu li a {
	/*padding: 10px 15px; */
	/*background: linear-gradient( to right, var(--nav-primary), var(--nav-primary), 50%, rgb(11,49,11) 50%);*/
	background: linear-gradient( to right, var(--color-primary), var(--color-primary), 50%, rgb(11,11,49) 50%);
  -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%;
 	position: absolute;

}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: var(--color-primary);
}

/* MATT this does the hover left border */
.navbar-nav .nav-item .dropdown-menu li {
	position: relative;
}
.navbar-nav .nav-item .dropdown-menu li:before {
	border: 0px;
	content: "";
	position: absolute;
	left: 1px;
	top: 8px;
	bottom: 8px;
	width: 5px;
	transition: border 0.2s;
}



.navbar-nav .nav-item .dropdown-menu li:hover:before {
	border-left: var(--menu-bar-width) var(--nav-primary) solid;
}

/* MATT This is the dropdown nav when sticky */
.navbar-area.is-sticky .navbar-nav .nav-item .dropdown-menu li:hover:before {
	border-left: var(--menu-bar-width) var(--color-primary) solid;
}

/* MATT MENU RESPONSIVE */
@media only screen and (max-width: 991px) {

	.navbar-nav {
		border-top: 5px var(--nav-secondary) solid;
	}

	.navbar-area.is-sticky .navbar-nav {
		border-top: 5px var(--color-secondary) solid;
	}

	.techvio-nav .navbar .navbar-nav .nav-item:hover {
		background: #F9F9F9;
	}

	.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
		border-top: 3px var(--color-primary) solid;
	}

	.techvio-nav .navbar .navbar-nav .nav-item a {
		margin-left: 10px !important;
		color: #505050;
		background: linear-gradient( to right, var(--nav-primary), var(--nav-primary), 50%, #505050 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  	background-size: 200%, 100%;
  	background-position: 100%;
 	}

	.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item a {
		margin-left: 10px !important;
		color: #505050;
		background: linear-gradient( to right, var(--color-primary), var(--color-primary), 50%, #505050 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  	background-size: 200%, 100%;
  	background-position: 100%;
	}


	.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item a:hover {
 		background-position: 0%;
	}

	/* MATT this does the Responsive hover left border */
.techvio-nav .navbar .navbar-nav .nav-item {
	position: relative;
}
.techvio-nav .navbar .navbar-nav .nav-item:before {
	border: 0px;
	content: "";
  position: absolute;
	left: 1px;
	top: 10px;
	bottom: 10px;
	width: 5px;
	transition: border 0.2s;
}

/* MATT This is the dropdown nav when sticky */
/*.navbar-area.is-sticky .navbar-nav */
.techvio-nav .navbar .navbar-nav .nav-item:hover:before {
	border-left: var(--menu-bar-width) var(--nav-primary) solid;
}

.navbar-area.is-sticky .techvio-nav .navbar .navbar-nav .nav-item:hover:before {
	border-left: var(--menu-bar-width) var(--color-primary) solid;
}

}





.navbar-area.is-sticky .techvio-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-area.is-sticky .techvio-nav .navbar-brand .black-logo {
	display: block;
}


.cover-background {
	min-height: 300px;
}

.award {
	display: none;
	transform-center: top center;
	transition: opacity 0.5s,height 1s,transform 1s, padding 1s;
}

.navbar-area.is-sticky .award  {
	display: block;
}


.logo-text{
	color:  white;
}

.navbar-area.is-sticky  .logo-text {
	color: rgb(80,80,80);
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/* MATT THIS DOES THE RESPONSIVE HIDING */
@media only screen and (max-width: 991px) {
	.navbar-area {
		/*
		padding-top: 10px;
		padding-bottom: 10px;
		*/
	}

	.navbar-area.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
/*		padding-top: 10px; */
		padding-bottom: 0px;
/*		padding-bottom: 10px; */
	}

/*
	.navbar-area.is-sticky .logo .white-logo {
		display: none;
	}
*/
	.navbar-area.is-sticky .logo .black-logo {
		display: block;
	}

	.techvio-responsive-nav {
		display: block;
	}

	.techvio-responsive-nav .techvio-responsive-menu {
		position: relative;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--color-primary);
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		max-height: 80vh;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

/*
	.techvio-responsive-nav .techvio-responsive-menu.mean-container .others-options {
		display: none;
	}
*/
	.techvio-responsive-nav .mean-container a.meanmenu-reveal {
		color: #0b0b31;
	}

	.techvio-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #0b0b31;
	}

	.techvio-responsive-nav .logo {
		position: relative;
		min-width:  75px;
/*		width: 50%; */
		z-index: 999;
	}
/*
	.techvio-responsive-nav .logo .white-logo {
		display: block;
	}
/*
	.techvio-responsive-nav .logo .black-logo {
		display: none;
	}
*/
	/*
	.techvio-nav {
		display: none;
	}
	*/
}

/**************************************
 ** - 04 - 04.1 - Home + Slider Area CSS
 **************************************/
.outline-text {
	text-shadow: 0 0 1px rgba(0,0,0,1);
}

.outline-text h1 {
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.outline-text ul {
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.bg-fade {
	background: -webkit-gradient(linear, left top, left bottom, from(var(--f1)), color-stop(var(--f2)), color-stop(var(--f3)), color-stop(var(--f4)), to(var(--f5))) !important;
	background: linear-gradient(to bottom, var(--f1), var(--f2), var(--f3), var(--f4), var(--f5)) !important;
}

.bg-fade p, .bg-fade h1, .bg-fade h2 {
	color: white !important;
}

.bg-fade a {
	color: white !important;
	font-weight: bold !important;
	font-size: 1.05rem;
}

.big-section {
	padding-top:  150px !important;
	display: flex;
/*	flex-direction: column; */
	align-items: center;
	jusify-content: space-between;
	min-height: 400px !important;
}




.home-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	height: auto;
}

.home-area a {
	color: white;
}

.main-banner-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.main-banner-content p {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
	margin-top: 25px;
}

.home-area .banner-image {
    text-align: center;
    padding-top: 50px;
}

.home-area .creative-shape {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

/**************************************
 ** - 04.1 - Home Slider Section CSS
 **************************************/
.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: left;
	padding-top: 70px;
}

.slider .parallax-slider .caption h1 {
	font-size: 55px;
	font-weight: 800;
	color: #fff;
	opacity: 1;
	visibility: visible;
	line-height: normal;
}
.slider .parallax-slider .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	opacity: 1;
}

.slider .parallax-slider .swiper-slide-active .caption p {
	color: #fff;
	font-weight: 500;
	opacity: 1;
	animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	position: relative;
	opacity: 1;
	animation: fadeInLeft 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slider .control-text {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.slider .control-text .swiper-nav-ctrl {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 5px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: rgb(0, 0, 0, 0.3);
}
.slider .swiper-pagination-bullets {
	bottom: 20px;
}
.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}
.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/**************************************
 ** - 05 - Services Section CSS
 *************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: left;
	border-radius: 3px;
	background-color: #ffffff;
	margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    will-change: transform;
}

.services-icon {
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon i {
    color: #ff561d;
	font-size: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: var(--red-link);
	letter-spacing: 0.5px;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	text-decoration: underline;
	font-family: var(--heading-font), sans-serif;
}

.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.single-services-item:hover .services-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/**************************************
 ** - 06 - About Section CSS
 **************************************/
.about-area {
	position: relative;
	z-index: 1;
}

.about-content h6 {
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content-text p {
	margin-bottom: 15px;
}
.about-content-text .button {
	margin-top: 10px;
}

.about-area .skills {
	margin-top: 30px;
}
.about-area .skills .skill-item {
	margin-bottom: 25px;
}

.about-area .skills .skill-item:last-child {
	margin-bottom: 0px;
}

.about-area .skills .skill-item h6 {
	position: relative;
	z-index: 4;
	font-size: 15px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.about-area .skills .skill-item h6 em {
	float: right;
	font-size: 15px;
	font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color: var(--color-primary);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.about-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.about-image {
	position: relative;
	text-align: center;
	margin-left: 0px;
}
.about-image img {
	border-radius: 3px;
}

.about-image .years-design {
    position: absolute;
    left: -75px;
    bottom: 25px;
    text-align: left;
    padding: 20px 40px 20px 40px;
    background: #ffffff;
    border-bottom: 2px solid #FF9800;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.about-image .years-design h2 {
    font-size: 70px;
    font-weight: 700;
    background: url(../img/slider-2.jpg) no-repeat;
    background-position: 47% 53%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
.about-image .years-design h5 {
    color: #FF9800;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

/**************************************
 ** - 07 - Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 15px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0b0b31;
	border-left: 2px solid var(--color-primary);
	font-weight: 600;
	font-size: 18px;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 3px;
	background-color: var(--color-primary);
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}

.overview-image {
	text-align: center;
}

/**************************************
 ** - 08 - Counter Section CSS
 *************************************/
.counter-area {
	text-align: center;
	position: relative;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}
.counter-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	background: var(--counter-overlay);
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/**************************************
 ** - 09 - Project Section CSS
 *************************************/
.project-area {
	position: relative;
}

.project-area .project-list {
	text-align: center;
	margin-bottom: 25px;
}

.project-area .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.project-area .project-list .nav li {
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 10px 25px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area .project-list .nav li:hover, .project-area .project-list .nav li.filter-active {
    color: #fff;
    background-color: var(--color-primary);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;
}

.project-grid-item img {
	width: 100%;
    border-radius: 0px;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 0px;
	margin-top: 30px;
}

.project-item .project-content-overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -20px;
    background-color: #fff;
    z-index: 2;
    padding: 20px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.project-item .project-content-overlay p {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-content-overlay h3 {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item:hover .project-content-overlay p,
.project-item:hover .project-content-overlay h3 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-item:hover .project-content-overlay {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

/**************************************
 ** - 10 - Testimonial Section CSS
 **************************************/
.testimonial-section {
	text-align: center;
	position: relative;
	z-index: 1;
}

.single-testimonial {
	position: relative;
	background:  white; 	/* #fafafa; */
	padding: 30px 15px;
	border-radius: 5px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}

.single-testimonial .rating-box {
	margin-bottom: 10px;
}
.rating-box ul li {
	display: inline-block;
	margin-right: 0px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 16px;
}

.single-testimonial .testimonial-content p {
	font-size: 15px;
	color: #333;
	font-style: italic;
	line-height: 1.8;
	letter-spacing: 1px;
}

.single-testimonial .avatar {
	margin: 0 auto;
	margin-bottom: 15px;
}

.single-testimonial .avatar img {
	border-radius: 20%;
	border: 5px solid #ffffff;
	/*width: 70%; */
    width: auto;
	margin: 0 auto;
	border-left-color: var(--warning);
	border-bottom-color: var(--warning);
	border-right-color: var(--waiting);
	border-top-color: var(--waiting);
    box-sizing: content-box;

}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.single-testimonial .testimonial-bio .bio-info h3 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
}

.single-testimonial .testimonial-bio .bio-info span {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

.testimonial-slider.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #333;
	font-size: 18px;
	width: 50px;
	height: 45px;
	line-height: 50px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 10px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--color-primary);
	background-color: transparent;
}

.testimonial-slider.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 30px;
	margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 30px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--color-primary);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	background-color: var(--color-primary);
}

.testimonial-slider.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 11 - Team Section CSS
 **************************************/
.team-area {
}

.team-area .section-title {
	margin-bottom: 35px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #5764ec;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

/**************************************
 ** - 12 - Hire Section CSS
 **************************************/
.hire-section {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 70px 0;
}

.hire-section::before {
	content: "";
	position: absolute;
    z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #03030c;
	opacity: 0.6;
}

.hire-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hire-content h2 {
	font-size: 38px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.hire-content p {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .default-btn {
    margin-right: 15px;
}

/**************************************
 ** - 13 - Partner Section CSS
 **************************************/
.partner-section {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
}

.partner-title {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.partner-title h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.partner-title h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 900;
}

.partner-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.partner-list .partner-item {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.partner-list .partner-item a {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	padding: 0px 20px;
}

.partner-list .partner-item:nth-child(6) {
	margin-left: 10%;
}

/**************************************
 ** - 14 - Blog Section CSS
 **************************************/
.blog-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 10px 15px 10px 0px rgb(82 90 101 / 90%);
	box-shadow: 10px 15px 10px 0px rgb(82 90 101 /90%);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item {
	border-top: none;
	padding: 20px 25px;
}

.blog-item .single-blog-item .blog-list {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-right: 15px;
	color: var(--color-primary);
}

.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
	font-size: 15px;
}

.blog-item .single-blog-item .blog-list a {
	color: var(--color-primary);
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content h3 {
	color: #0b0b31;
	font-size: 20px;
	margin: 10px 0px 10px 0;
	line-height: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 32px;
}

.blog-item .single-blog-item .blog-content h3:hover {
	color: var(--color-primary);
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
	margin: 0;
	font-size: 15px;
	color: #6a6c72;
	font-weight: 400;
}

.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item:hover {
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	transform:  translateY(10px);
}

.blog-item:hover .single-blog-item {
	border-top: none;
}

.blog-item:hover .blog-content h3 {
	color: var(--color-primary);
}

.blog-item:hover .blog-content .blog-btn .blog-btn-one {
	color: var(--color-primary);
}

/**************************************
 ** - 15 - Subscribe Section CSS
 **************************************/
.subscribe-area {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid #777;
}

.subscribe-content {
	text-align: left;
}

.subscribe-content .sub-title {
	color: #fff;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.subscribe-content h2 {
	color: #fff;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 24px;
}

.newsletter-form {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.newsimg {
	border-radius: 40px !important;
}

.newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: none;
	height: 50px;
	padding-left: 25px;
	border-radius: 5px;
	outline: 0;
	color: #0b0b31;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #5f5f5f;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #5f5f5f;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #5f5f5f;
}

.newsletter-form .input-newsletter::placeholder {
	color: #5f5f5f;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--color-primary);
	color: #ffffff;
	border: none;
	height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.newsletter-form button:hover {
	background-color: #FF9800;
	color: #ffffff;
}

.newsletter-form #validator-newsletter {
	color: red;
	position: relative;
	top: 10px;
}


/**********************************************
 ** - 16 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}

.page-title-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #030821;
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: -1;
}

.page-title-content {
	text-align: center;
	margin-top: 45px;
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.page-title-content ul li {
	color: #ffffff;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-content ul li a:hover {
	color: var(--color-primary);
}

.page-title-content ul li::before {
	content: '';
	position: absolute;
	right: -15px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--color-primary);
}

.page-title-content ul li:last-child::before {
	display: none;
}

.item-bg1 {
	background-image: url(../img/page-title-bg-2.jpg);
}

.item-bg2 {
	background-image: url(../img/page-title-bg-3.jpg);
}

/************************************************
 ** - 17 - Projects Details Page Section CSS
 ************************************************/
.project-details-image {
	margin-bottom: 30px;
}

.projects-details-desc {
	margin-top: 5px;
}

.projects-details-desc h3 {
	margin-bottom: 13px;
	font-size: 25px;
}

.projects-details-desc .features-text {
	margin-top: 25px;
	margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

.projects-details-desc .features-text h4 i {
	font-size: 16px;
	margin-right: 4px;
	color: var(--color-primary);
}

.projects-details-desc .project-details-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 35px;
}

.projects-details-desc .project-details-info .single-info-box {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.projects-details-desc .project-details-info .single-info-box span {
	display: block;
	color: #5f5f5f;
	font-size: 15px;
}

.projects-details-desc .project-details-info .single-info-box .social {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
	display: inline-block;
	margin-right: 8px;
}

.projects-details-desc .project-details-info .single-info-box .social li a {
	color: var(--color-primary);
	display: inline-block;
	background: transparent;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px dashed var(--color-primary);
	border-radius: 25px;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
	color: var(--color-primary);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.projects-details-desc .project-details-info .single-info-box .default-btn {
	display: inline-block;
	padding: 12px 30px;
	color: #ffffff;
	text-transform: capitalize;
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
}

.projects-details-desc .project-details-info .single-info-box .default-btn:hover {
	background-color: #ffffff;
	color: var(--color-primary);
}

/**************************************
 ** - 18 - Pricing Page Area CSS
 **************************************/
.single-pricing-content {
	padding: 30px 30px;
	background: #ffffff;
	text-align: left;
	border-radius: 3px;
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	transition: all 0.4s ease 0s;
	margin-bottom: 30px;
}

.single-pricing-content:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.price-tag {
	position: relative;
}

.price-tag h3 {
	position: absolute;
	display: block;
	width: 115px;
	height: 50px;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 25px 0 0 25px;
	background: var(--color-primary);
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	top: 2px;
	left: -45px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(-90deg);
	text-align: center;
}

.price-heading {
	margin-bottom: 20px;
	text-align: center;
}

.price-heading .price-usd h2 {
	font-size: 50px;
	font-weight: 900;
	color: #6f64e7;
	padding: 15px 0;
}

.price-heading .price-usd .price-small-text {
	font-size: 15px;
	display: block;
	font-weight: 500;
	color: #3e3e3e;
	margin-top: -8px;
}

.price-body ul li {
	display: block;
	border-top: 1px dashed;
	padding: 10px 0;
	border-color: #dfe4e8;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	margin-top: 25px;
	text-align: center;
}

.single-pricing-content .price-btn .price-btn-one {
	padding: 12px 30px;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	display: inline-block;
	background-color: var(--color-primary);
	color: #ffffff;
	border-radius: 3px;
	border: 2px solid var(--color-primary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-pricing-content .price-btn .price-btn-one:hover {
	background-color: transparent;
	color: var(--color-primary);
}

/**************************************
 ** - 19 - 404 Error Page Area CSS
 **************************************/
.error-area {
	height: 100vh;
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}

.error-content h3 {
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px;
	line-height: 30px;
}

.error-content .default-btn-one {
	display: inline-block;
	padding: 12px 30px;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: .6s;
	transition: .6s;
	margin-right: 0;
}

.error-content .default-btn-one:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: var(--color-primary);
}

/**************************************
 ** - 20 - Faq Page Area Styles CSS
 **************************************/
.faq-accordion .accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 30px;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
	color: #333;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 15px 15px;
	padding-right: 25px;
	background-color: #f3f3f9;
	border-radius: 5px;
	cursor: pointer;
	border-left: 3px solid var(--color-primary);
}

.faq-accordion .accordion .accordion-item .active.accordion-title {
	color: #fff;
	background: var(--color-primary);
}

.faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
}

.faq-accordion .accordion .accordion-item .active.accordion-title i {
	color: #fff;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 15px;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block;
}

/**************************************
 ** - 21 - Coming Soon Page Area CSS
 **************************************/
.coming-soon-area {
	position: relative;
	z-index: 1;
	height: 100vh;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.coming-soon-area::before {
	z-index: -1;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .80;
}

.coming-soon-area .social-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 30px;
}

.coming-soon-area .social-list li {
	display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.coming-soon-area .social-list li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: #ffffff;
	border-radius: 50%;
	margin: 0 2px;
	display: inline-block;
}

.coming-soon-area .social-list li a:hover {
	background-color: transparent;
	color: var(--color-primary);
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
}

.coming-soon-content {
	text-align: center;
	max-width: 820px;
	margin: -80px auto 0;
}

.coming-soon-content h1 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 46px;
	font-weight: 700;
}

.coming-soon-content p {
	color: #ffffff;
	margin: 0 auto;
	max-width: 620px;
	line-height: 30px;
}

.coming-soon-content form {
	position: relative;
	margin: 35px auto 55px;
	max-width: 520px;
}

.coming-soon-content form .email-input {
	display: block;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	padding: 15px 25px;
	outline: 0 !important;
	background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 50px;
	background: var(--color-primary);
	color: #ffffff;
	border: none;
	border-radius: 40px;
	width: 130px;
	outline: 0 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
	background-color: var(--color-primary);
}

.coming-soon-content #timer div {
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	color: var(--color-primary);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	margin: 0 10px;
	padding-top: 18px;
	font-size: 40px;
	font-weight: 700;
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: -4px;
	color: #777777;
	font-size: 15px;
	font-weight: 600;
}

/**************************************
 ** - 22 - Contact Page Section CSS
 **************************************/
.contact-section {
}

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	height: 55px;
	font-size: 15px;
	border-left: 3px solid var(--color-primary);
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.contact-form form .form-control:focus {
	border-left: 3px solid var(--color-primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-form form .btn {
	margin-top: 8px;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form .help-block ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0;
}

.contact-form form .help-block ul li {
	color: red;
	font-weight: 400;
}

.contact-info-wrapper {
	padding: 100px 0;
}

.contact-info-wrapper .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.contact-info-content {
	background: #fff;
	margin-top: 30px;
	padding: 45px 20px;
	text-align: center;
	border-radius: 5px;
	border-top: 3px solid var(--color-primary);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.contact-info-content h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-info-content a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	line-height: 1.5;
}

.contact-info-content p {
	font-size: 15px;
	margin-bottom: 12px;
}

.contact-section .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 ** Map Section Style
 *************************************/
.map-content #contact-map {
	position: relative;
	width: 100%;
	height: 500px;
	border: 0;
	margin-bottom: -2px;
}

/************************************************
 ** - 23 - Single Services Page Details CSS
 ************************************************/
.services-details-overview {
	margin-bottom: 60px;
}

.services-details-overview:last-child {
	margin-bottom: 0;
}

.services-step-wrapper {
	margin-top: 55px;
}

.services-step-title {
	text-align: left;
	margin-bottom: 40px;
}

.services-step-title h2 {
	font-size: 35px;
	color: #0b0b31;
	font-weight: 700;
}

.features-text {
	margin-bottom: 20px;
}

.features-text:last-child {
	margin-bottom: 0px;
}

.features-text h4 {
	font-size: 20px;
}

.image-sliders.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 15px;
	padding: 0;
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
	font-size: 25px;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--color-primary);
	background-color: transparent;
}

.image-sliders.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 24 - Blog Details Page Area CSS
 **************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0b0b31;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #5f5f5f;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: var(--color-primary);
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: var(--color-primary);
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: var(--color-primary);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #5f5f5f;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #5f5f5f;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: var(--color-primary);
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: var(--color-primary);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #eeeef0;
	text-align: center;
	font-size: 14px;
}

.blog-details-desc .article-footer .article-share .social li a i {
	font-size: 14px;
	line-height: 30px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: var(--color-primary);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #0b0b31;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "Font Awesome 5 Free";
	font-size: 140px;
	font-weight: 900;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--color-primary);
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #0b0b31;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0b0b31;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.comments-area .comment-author {
	font-size: 17px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #5f5f5f;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #5f5f5f;
}

.comments-area .comment-metadata a:hover {
	color: var(--color-primary);
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #0b0b31;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: var(--color-primary);
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #5f5f5f;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	background: var(--color-primary);
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0b0b31;
}

/************************************************
 ** - 25 - Blog Page Sidebar Widget Area CSS
 ************************************************/
.widget-area .widget {
	margin-top: 35px;
}

.widget-area .widget:first-child {
	margin-top: 0;
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: var(--color-primary);
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}

.widget-area .widget_search {
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	background-color: #ffffff;
	padding: 15px;
}

.widget-area .widget_search form {
	position: relative;
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
	display: none;
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form .search-field:focus {
	border-color: var(--color-primary);
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	background-color: var(--color-primary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}

.widget-area .widget_techvio_posts_thumb {
	position: relative;
	overflow: hidden;
}

.widget-area .widget_techvio_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-area .widget_techvio_posts_thumb .item:last-child {
	margin-bottom: 0;
}

.widget-area .widget_techvio_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.widget-area .widget_techvio_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.widget-area .widget_techvio_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog-details/1.jpg);
}

.widget-area .widget_techvio_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_techvio_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_techvio_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px;
}

.widget-area .widget_techvio_posts_thumb .item .info span {
	display: block;
	color: #5f5f5f;
	text-transform: capitalize;
	margin-top: -2px;
	margin-bottom: 3px;
	font-size: 14px;
}

.widget-area .widget_techvio_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px;
}

.widget-area .widget_techvio_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
	background: var(--color-primary);
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_entries ul li a:hover {
	color: var(--color-primary);
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #5f5f5f;
	margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
	position: relative;
	margin-bottom: 12px;
	color: #5f5f5f;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
	background: var(--color-primary);
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_comments ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_comments ul li a:hover {
	color: var(--color-primary);
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
	background: var(--color-primary);
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_archive ul li a:hover {
	color: var(--color-primary);
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #5f5f5f;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
	background: var(--color-primary);
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_categories ul li a {
	color: #0b0b31;
	display: block;
}

.widget-area .widget_categories ul li a:hover {
	color: var(--color-primary);
}

.widget-area .widget_categories ul li .post-count {
	float: right;
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
	background: var(--color-primary);
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_meta ul li a:hover {
	color: var(--color-primary);
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
	font-size: 14.5px !important;
	padding: 6px 13px;
	border: 1px dashed #eeeeee;
	margin-top: 8px;
	margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	color: #ffffff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eeeeee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
	color: var(--color-primary);
}

/************************************************
 ** - 26 - Blog Page Number Pagination Area CSS
 ************************************************/
.pagination-area {
	margin-top: 20px;
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: var(--color-primary);
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}


/*********************************************************************
 ** - 27 - Terms & Conditions - Privacy Policy Page Section CSS
 *********************************************************************/
.single-privacy h3 {
	font-size: 20px;
	margin: 0 0 12px 0;
}

/*****************************************
 ** - 28 - All Page Footer Section CSS
 ******************************************/
.footer-subscribe-wrapper {
	position: relative;
	z-index: 1;
	background-color: var(--footer-background);
}

.footer-heading {
	margin-bottom: 25px;
}

.footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid #777;
	padding-bottom: 10px;
}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.single-footer-widget .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	color: var(--color-primary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
}

.single-footer-widget .footer-social i::before {
	font-size: 15px;
}

.single-footer-widget .footer-social i:hover {
	background-color: var(--color-primary);
	color: #ffffff;
	border: 1px solid var(--color-primary);
}

.single-footer-widget p {
	font-size: 15px;
	color: #ececec;
	font-weight: 400;
}

.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
	list-style-type: none;
	padding-bottom: 18px;
}

.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #ececec;
	font-size: 15px;
	font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: var(--color-primary);
	text-decoration: underline !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
	margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0px;
}

.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
	font-size: 15px;
	color: #ececec;
	font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
	font-size: 15px;
	color: #ececec;
	font-weight: 400;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
	color: var(--color-primary);
}

/*****************************************
 ** - 29 - Page Copyright Section CSS
 ******************************************/
.copyright-area {
	background: var(--copyright-background);
	padding: 35px 0;
}

.copyright-area p {
	color: #ececec;
	font-size: 15px;
}

.copyright-area p a {
	color: #ececec;
	display: inline-block;
	font-weight: 600;
}

.copyright-area p a:hover {
	color: var(--color-primary);
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #ececec;
	font-size: 15px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #ececec;
}

.copyright-area ul li a:hover {
	color: var(--color-primary);
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}

/* BUTTONS */

.e-btn-default {
    padding: 7px 20px;
}

.e-btn-default.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-primary {
    color: #fff;
    background-color: rgba(0, 88, 180, 1);
}

.e-btn-primary:hover {
    border-color: rgba(0, 148, 230, 0.5);
    background-color: rgba(0, 88, 180, 0.5) !important;
}

.e-btn-lime {
    color: #fff;
    background-color: rgba(164, 196, 0, 1);
}

.e-btn-lime:hover {
    border-color: rgba(164, 196, 0, 0.5);
    background-color: rgba(164, 196, 0, 0.5) !important;
}

.e-btn-green {
    color: #fff;
    background-color: rgba(96, 169, 23, 1);
}

.e-btn-green:hover {
    border-color: rgba(96, 169, 23, 0.5);
    background-color: rgba(96, 169, 23, 0.5) !important;
}

.e-btn-emerald {
    color: #fff;
    background-color: rgba(0, 138, 0, 1);
}

.e-btn-emerald:hover {
    border-color: rgba(0, 138, 0, 0.5);
    background-color: rgba(0, 138, 0, 0.5) !important;
}

.e-btn-teal {
    color: #fff;
    background-color: rgba(0, 171, 169, 1);
}

.e-btn-teal:hover {
    border-color: rgba(0, 171, 169, 0.5);
    background-color: rgba(0, 171, 169, 0.5) !important;
}

.e-btn-cyan {
    color: #fff;
    background-color: rgba(27, 161, 226, 1);
}

.e-btn-cyan:hover {
    border-color: rgba(27, 161, 226, 0.5);
    background-color: rgba(27, 161, 226, 0.5) !important;
}

.e-btn-cobalt {
    color: #fff;
    background-color: rgba(0, 80, 239, 1);
}

.e-btn-cobalt:hover {
    border-color: rgba(0, 80, 239, 0.5);
    background-color: rgba(0, 80, 239, 0.5);
}

.e-btn-indigo {
    color: #fff;
    background-color: rgba(106, 0, 255, 1);
}

.e-btn-indigo:hover {
    border-color: rgba(106, 0, 255, 0.5);
    background-color: rgba(106, 0, 255, 0.5) !important;
}

.e-btn-violet {
    color: #fff;
    background-color: rgba(170, 0, 255, 1);
}

.e-btn-violet:hover {
    border-color: rgba(170, 0, 255, 0.5);
    background-color: rgba(170, 0, 255, 0.5);
}

.e-btn-pink {
    color: #fff;
    background-color: rgba(244, 114, 208, 1);
}

.e-btn-pink:hover {
    border-color: rgba(244, 114, 208, 0.5);
    background-color: rgba(244, 114, 208, 0.5) !important;
}

.e-btn-magenta {
    color: #fff;
    background-color: rgba(216, 0, 115, 1);
}

.e-btn-magenta:hover {
    border-color: rgba(216, 0, 115, 0.5);
    background-color: rgba(216, 0, 115, 0.5) !important;
}

.e-btn-crimson {
    color: #fff;
    background-color: rgba(162, 0, 37, 1);
}

.e-btn-crimson:hover {
    border-color: rgba(162, 0, 37, 0.5);
    background-color: rgba(162, 0, 37, 0.5) !important;
}

.e-btn-red {
    color: #fff;
    background-color: rgba(229, 20, 0, 1)
}

.e-btn-red:hover {
    border-color: rgba(229, 20, 0, 0.5);
    background-color: rgba(229, 20, 0, 0.5) !important;
}

.e-btn-orange {
    color: #fff;
    background-color: rgba(250, 104, 0, 1);
}

.e-btn-orange:hover {
    border-color: rgba(250, 104, 0, 0.5);
    background-color: rgba(250, 104, 0, 0.5) !important;
}

.e-btn-amber {
    color: #fff;
    background-color: rgba(240, 163, 10, 1);
}

.e-btn-amber:hover {
    border-color: rgba(240, 163, 10, 0.5);
    background-color: rgba(240, 163, 10, 0.5) !important;
}

.e-btn-yellow {
    color: #fff;
    background-color: rgba(227, 200, 0, 1);
}

.e-btn-yellow:hover {
    border-color: rgba(227, 200, 0, 0.5);
    background-color: rgba(227, 200, 0, 0.5) !important;
}

.e-btn-brown {
    color: #fff;
    background-color: rgba(130, 90, 44, 1);
}

.e-btn-brown:hover {
    border-color: rgba(130, 90, 44, 0.5);
    background-color: rgba(130, 90, 44, 0.5) !important;
}

.e-btn-olive {
    color: #fff;
    background-color: rgba(109, 135, 100, 1);
}

.e-btn-olive:hover {
    border-color: rgba(109, 135, 100, 0.5);
    background-color: rgba(109, 135, 100, 0.5) !important;
}

.e-btn-steel {
    color: #fff;
    background-color: rgba(100, 118, 135, 1);
}

.e-btn-steel:hover {
    border-color: rgba(100, 118, 135, 0.5);
    background-color: rgba(100, 118, 135, 0.5) !important;
}

.e-btn-mauve {
    color: #fff;
    background-color: rgba(118, 96, 138, 1);
}

.e-btn-mauve:hover {
    border-color: rgba(118, 96, 138, 0.5);
    background-color: rgba(118, 96, 138, 0.5) !important;
}

.e-btn-sienna {
    color: #fff;
    background-color: rgba(160, 82, 45, 1);
}

.e-btn-sienna:hover {
    border-color: rgba(160, 82, 45, 0.5);
    background-color: rgba(160, 82, 45, 0.5) !important;
}

.e-btn-gray {
    color: #fff;
    background-color: rgba(56, 63, 72, 1);
}

.e-btn-gray:hover {
    border-color: rgba(56, 63, 72, 0.5);
    background-color: rgba(56, 63, 72, 0.5) !important;
}

.e-btn-dark {
    color: #fff;
    background-color: rgba(77, 77, 77, 1);
}

.e-btn-dark:hover {
    border-color: rgba(77, 77, 77, 0.5);
    background-color: rgba(77, 77, 77, 0.5) !important;
}

.e-btn-black {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}

.e-btn-black:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.e-btn-default-outline {
    padding: 7px 20px;
}

.e-btn-default-outline.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-primary-outline {
    color: rgba(0, 148, 230, 1);
    border-color: rgba(0, 148, 230, 1);
    background-color: transparent;
}

.e-btn-primary-outline:hover {
    color: #fff;
    background-color: rgba(0, 148, 230, 1);
}

.e-btn-lime-outline {
    color: rgba(164, 196, 0, 1);
    border-color: rgba(164, 196, 0, 1);
    background-color: transparent;
}

.e-btn-lime-outline:hover {
    color: #fff;
    background-color: rgba(164, 196, 0, 1) !important;
}

.e-btn-green-outline {
    color: rgba(96, 169, 23, 1);
    border-color: rgba(96, 169, 23, 1);
    background-color: transparent;
}

.e-btn-green-outline:hover {
    color: #fff;
    background-color: rgba(96, 169, 23, 1) !important;
}

.e-btn-emerald-outline {
    color: rgba(0, 138, 0, 1);
    border-color: rgba(0, 138, 0, 1);
    background-color: transparent;
}

.e-btn-emerald-outline:hover {
    color: #fff;
    background-color: rgba(0, 138, 0, 1) !important;
}

.e-btn-teal-outline {
    color: rgba(0, 171, 169, 1);
    border-color: rgba(0, 171, 169, 1);
    background-color: transparent;
}

.e-btn-teal-outline:hover {
    color: #fff;
    background-color: rgba(0, 171, 169, 1) !important;
}

.e-btn-cyan-outline {
    color: rgba(27, 161, 226, 1);
    border-color: rgba(27, 161, 226, 1);
    background-color: transparent;
}

.e-btn-cyan-outline:hover {
    color: #fff;
    background-color: rgba(27, 161, 226, 1) !important;
}

.e-btn-cobalt-outline {
    color: rgba(0, 80, 239, 1);
    border-color: rgba(0, 80, 239, 1);
    background-color: transparent;
}

.e-btn-cobalt-outline:hover {
    color: #fff;
    background-color: rgba(0, 80, 239, 1) !important;
}

.e-btn-indigo-outline {
    color: rgba(106, 0, 255, 1);
    border-color: rgba(106, 0, 255, 1);
    background-color: transparent;
}

.e-btn-indigo-outline:hover {
    color: #fff;
    background-color: rgba(106, 0, 255, 1) !important;
}

.e-btn-violet-outline {
    color: rgba(170, 0, 255, 1);
    border-color: rgba(170, 0, 255, 1);
    background-color: transparent;
}

.e-btn-violet-outline:hover {
    color: #fff;
    background-color: rgba(170, 0, 255, 1) !important;
}

.e-btn-pink-outline {
    color: rgba(244, 114, 208, 1);
    border-color: rgba(244, 114, 208, 1);
    background-color: transparent;
}

.e-btn-pink-outline:hover {
    color: #fff;
    background-color: rgba(244, 114, 208, 1) !important;
}

.e-btn-magenta-outline {
    color: rgba(216, 0, 115, 1);
    border-color: rgba(216, 0, 115, 1);
    background-color: transparent;
}

.e-btn-magenta-outline:hover {
    color: #fff;
    background-color: rgba(216, 0, 115, 1) !important;
}

.e-btn-crimson-outline {
    color: rgba(162, 0, 37, 1);
    border-color: rgba(162, 0, 37, 1);
    background-color: transparent;
}

.e-btn-crimson-outline:hover {
    color: #fff;
    background-color: rgba(162, 0, 37, 1) !important;
}

.e-btn-red-outline {
    color: rgba(229, 20, 0, 1);
    border-color: rgba(229, 20, 0, 1);
    background-color: transparent;
}

.e-btn-red-outline:hover {
    color: #fff;
    background-color: rgba(229, 20, 0, 1) !important;
}

.e-btn-orange-outline {
    color: rgba(250, 104, 0, 1);
    border-color: rgba(250, 104, 0, 1);
    background-color: transparent;
}

.e-btn-orange-outline:hover {
    color: #fff;
    background-color: rgba(250, 104, 0, 1) !important;
}

.e-btn-amber-outline {
    color: rgba(240, 163, 10, 1);
    border-color: rgba(240, 163, 10, 1);
    background-color: transparent;
}

.e-btn-amber-outline:hover {
    color: #fff;
    background-color: rgba(240, 163, 10, 1) !important;
}

.e-btn-yellow-outline {
    color: rgba(227, 200, 0, 1);
    border-color: rgba(227, 200, 0, 1);
    background-color: transparent;
}

.e-btn-yellow-outline:hover {
    color: #fff;
    background-color: rgba(227, 200, 0, 1) !important;
}

.e-btn-brown-outline {
    color: rgba(130, 90, 44, 1);
    border-color: rgba(130, 90, 44, 1);
    background-color: transparent;
}

.e-btn-brown-outline:hover {
    color: #fff;
    background-color: rgba(130, 90, 44, 1) !important;
}

.e-btn-olive-outline {
    color: rgba(109, 135, 100, 1);
    border-color: rgba(109, 135, 100, 1);
    background-color: transparent;
}

.e-btn-olive-outline:hover {
    color: #fff;
    background-color: rgba(109, 135, 100, 1) !important;
}

.e-btn-steel-outline {
    color: rgba(100, 118, 135, 1);
    border-color: rgba(100, 118, 135, 1);
    background-color: transparent;
}

.e-btn-steel-outline:hover {
    color: #fff;
    background-color: rgba(100, 118, 135, 1) !important;
}

.e-btn-mauve-outline {
    color: rgba(118, 96, 138, 1);
    border-color: rgba(118, 96, 138, 1);
    background-color: transparent;
}

.e-btn-mauve-outline:hover {
    color: #fff;
    background-color: rgba(118, 96, 138, 1) !important;
}

.e-btn-sienna-outline {
    color: rgba(160, 82, 45, 1);
    border-color: rgba(160, 82, 45, 1);
    background-color: transparent;
}

.e-btn-sienna-outline:hover {
    color: #fff;
    background-color: rgba(160, 82, 45, 1) !important;
}

.e-btn-gray-outline {
    color: rgba(56, 63, 72, 1);
    border-color: rgba(56, 63, 72, 1);
    background-color: transparent;
}

.e-btn-gray-outline:hover {
    color: #fff;
    background-color: rgba(56, 63, 72, 1) !important;
}

.e-btn-dark-outline {
    color: rgba(77, 77, 77, 1);
    border-color: rgba(77, 77, 77, 1);
    background-color: transparent;
}

.e-btn-dark-outline:hover {
    color: #fff;
    background-color: rgba(77, 77, 77, 1) !important;
}

.e-btn-black-outline {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.e-btn-black-outline:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 1) !important;
}

.e-btn-inset {
    padding: 7px 20px;
    position: relative;
}

.e-btn-inset:before {
    position: absolute;
    top: 0.14286rem;
    right: 0.14286rem;
    bottom: 0.14286rem;
    left: 0.14286rem;
    content: "";
    border: solid 1px #fff;
    border-radius: 1px;
}

.e-btn-inset.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-inset-outline {
    padding: 7px 20px;
    position: relative;
}

.e-btn-inset-outline.btn:hover::before {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0.14286rem;
    right: 0.14286rem;
    bottom: 0.14286rem;
    left: 0.14286rem;
    content: "";
    border: solid 1px #fff;
    border-radius: 1px;
}

.e-btn-skew {
    padding: 7px 20px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.e-btn-skew.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-skew-outline {
    padding: 7px 20px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.e-btn-skew-outline.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-3d {
    padding: 7px 20px;
    border-bottom: 4px solid rgba(0, 0, 0, .25);
}

.e-btn-3d.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-square {
    border-radius: 0 !important;
}

.e-btn-inset.e-btn-square:before, .e-btn-inset-outline.e-btn-square:hover:before {
    border-radius: 0 !important;
}

.e-btn-radius {
    border-radius: 0.3rem !important;
}

.e-btn-inset.e-btn-radius:before, .e-btn-inset-outline.e-btn-radius:hover:before {
    border-radius: 0.2rem !important;
}

.e-btn-rounded {
    border-radius: 30px !important;
}

.e-btn-inset.e-btn-rounded:before, .e-btn-inset-outline.e-btn-rounded:hover:before {
    border-radius: 20px !important;
}

.e-btn-cta {
    color: rgba(56, 63, 72, 1);
    background-color: rgba(255, 255, 255, 1);
}

.e-btn-inset.e-btn-cta:before {
    border: solid 1px rgba(56, 63, 72, 1);
    right: 0.18286rem;
    left: 0.18286rem;
}

.e-btn-inset.e-btn-cta:hover {
    color: rgba(56, 63, 72, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
}

.row.elements-grid [class*="col-lg-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row.elements-grid [class*="col-lg-"] span {
    background-color: #eeeeee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #eeeeee;
    display: block;
    color: #333333;
}

.side-bar .widget {
    margin-bottom: 30px
}

.side-bar .widget:last-child {
    margin-bottom: 0
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.side-bar .widget .widget-title h6:after {
    content: '';
    width: 40%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: -5px;
    left: 0;
}

.side-bar .widget li {
    position: relative;
    padding: 0 0 0 14px;
    margin: 0 0 7px 0;
    color: #6f6f6f;
}

.side-bar .widget li:last-child {
    margin: 0
}

.side-bar .widget li:after {
    content: ' ';
    width: 7px;
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    top: 12px;
    left: 0
}

.side-bar .widget .social-listing {
    margin-bottom: 0
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}

.side-bar .widget .social-listing li:after {
    background: none
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1c1c1c;
    color: #fff;
    border: 0;
    float: right
}

.tags {
	text-align: left;
}

.side-bar .tags a {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 2px 7px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.side-bar .tags a:hover {
    text-decoration: none;
    border-color: var(--primary);
    color: var(--primary);
}

.widget > .entry {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.widget > .entry .entry-thumb {
    width: 62px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

.widget > .entry .entry-thumb > a {
    display: block;
    overflow: hidden;
}

.widget > .entry .entry-thumb > a > img {
    width: 100%;
}

.widget > .entry .entry-content {
    display: table-cell;
    vertical-align: middle;
}

.widget > .entry .entry-title {
    margin-bottom: 0;
    font-size: 14px;
}

.widget > .entry .entry-title > a {
    transition: color .3s;
    color: #606975;
    font-weight: 500;
    text-decoration: none;
}

.widget > .entry .entry-title > a:hover {
    color: var(--primary);
}

.widget > .entry .entry-meta {
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #9da9b9;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .blog-grid-simple-content a:after {
        display: none
    }

    .list-sidebar.product-list .images-container, .product-list .images-container {
        width: 100% !important;
        max-width: 100%;
    }

    .list-sidebar.product-list .caption, .product-list .caption {
        padding: 0;
        width: 100% !important;
    }
}
.larger {
	font-size:  1.2rem;
}

.box-shadow-primary {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

/****************************************************/

/*=======================================================
  40. Blog Styles
========================================================*/

.latest_blog_inner {
    overflow: hidden
}

.image_blog {
    position: relative
}

.image_blog > a:after {
    background: var(--primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%
}

.image_blog > a:hover:after {
    opacity: 0.6
}

.image_blog a img {
    max-width: 100%
}

.image_blog .img_blog_text {
    bottom: 35px;
    position: absolute;
    padding: 0 20px
}

.image_blog .img_blog_text h5 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal
}

.image_blog .img_blog_text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog {
    background: #fafafa none repeat scroll 0 0;
    padding: 35px 40px 25px;
    transition: all 0.3s linear 0s
}

.text_blog:hover {
    background: var(--primary)
}

.text_blog h5 {
    color: #616161;
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 18px;
    margin: 0;
    line-height: normal;
    transition: all 300ms linear 0s
}

.text_blog:hover h5 {
    color: #ffffff
}

.text_blog h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog:hover h3 {
    color: #ffffff
}

.text_blog:hover h3 a {
    color: #ffffff
}

.text_blog p {
    margin: 0;
    padding: 20px 0;
    transition: all 300ms linear 0s
}

.text_blog:hover p {
    color: #ffffff
}

.text_blog .blog_user {
    border-top: 2px solid #ececec;
    padding-top: 15px
}

.text_blog .blog_user h4 {
    color: #616161;
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: all 300ms linear 0s
}

.text_blog .blog_user h4 a {
    color: var(--primary);
    transition: all 300ms linear 0s
}

.text_blog:hover .blog_user h4 {
    color: #ffffff
}

.text_blog:hover .blog_user h4 a {
    color: #ffffff
}

@media screen and (max-width: 992px) {
    .text_blog {
        padding: 16px 20px
    }
}

.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.blog-grid img {
    width: 100%
}

.blog-style1 .item {
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.blog-style1 .item .post-img {
    position: relative;
    overflow: hidden
}

.blog-style1 .item .post-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blog-style1 .item .post-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.blog-style1 .item .content {
    padding: 30px;
    text-align: left
}

.blog-style1 .item .content .tag {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.blog-style1 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600
}

.blog-style1 .item .content .read-more:hover {
    text-decoration: underline
}

.blog-style1 .item .content p {
    margin-bottom: 10px
}

.blog-style1 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit
}

.blog-style2 .item {
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.blog-style2 .item .post-img {
    position: relative;
    overflow: hidden
}

.blog-style2 .item .post-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blog-style2 .item .post-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.blog-style2 .item .content {
    padding: 30px;
    text-align: left
}

.blog-style2 .item .content .tag {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.blog-style2 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600
}

.blog-style2 .item .content .read-more:hover {
    text-decoration: underline
}

.blog-style2 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit
}

@media screen and (max-width: 991px) {
    .blog-style2 .item .content {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {

    .section-heading.half.home-title-2 {
        margin-bottom: 10px;
    }

    .blog-style2 .item .content {
        padding: 20px
    }

    .blog-style2 .item .content h5 {
        font-size: 15px
    }

    .section-heading.half.about-title-2 {
        margin-bottom: 20px;
    }

    .display-table-cell.home-corp-2 {
        display: inline-block !important;
    }

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        line-height: 150% !important;
    }
}

.blog-style6 .blog-item {
    float: left;
    width: 100%
}

.blog-style6 .blog-item-thumbnail img {
    width: 100%;
    border-radius: 3px
}

.blog-style6 .blog-meta {
    text-transform: uppercase;
    width: 24%;
    float: left;
    padding: 16px 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    overflow: hidden;
    background-color: var(--primary)
}

.blog-style6 .date-day {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px
}

.blog-style6 .date-month {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px
}

.blog-style6 .blog-title {
    float: left;
    width: 76%;
    padding-left: 20px
}

.blog-style6 .blog-title a {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 600
}

.blog-style6 .post-cat {
    color: #999;
    float: left;
    width: 76%;
    padding-left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px
}

.blog-style6 .blog-item-content {
    position: relative;
    float: left;
    width: 100%
}

.blog-style6 .blog-item-thumbnail {
    margin-bottom: 20px
}

.blog-style6 .blog-meta span {
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width: 1199px) {
    .blog-style6 .blog-meta {
        padding: 15px
    }

    .blog-style6 .blog-title a {
        font-size: 16px;
        line-height: 1
    }
}

@media screen and (max-width: 991px) {
    .blog-style6 .blog-meta {
        padding: 10px
    }

    .blog-style6 .date-day {
        font-size: 20px;
        margin-bottom: 2px
    }

    .blog-style6 .post-cat {
        padding-left: 15px;
        margin-bottom: 0
    }

    .blog-style6 .blog-title {
        padding-left: 15px;
        line-height: 22px
    }

    .blog-style6 .blog-title a {
        font-size: 14px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .blog-style6 .post-cat {
        width: 70%;
        padding-left: 15px
    }

    .blog-style6 .blog-title {
        width: 70%;
        padding-left: 15px
    }

    .blog-style6 .blog-title a {
        font-size: 14px
    }

    .blog-style6 .blog-meta {
        padding: 12px 10px 8px 10px;
        width: 80px
    }

    .blog-style6 .blog-item-thumbnail {
        margin-bottom: 15px
    }

    .blog-style6 .date-day {
        margin: 0
    }

    .shop-cat-1 {
        max-width: 423px !important;
    }
}

.data-box-grid {
    display: inline-block
}

.data-box-grid:before {
    content: "/";
    padding-right: 5px
}

.data-box-grid h5 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #999
}

.blog-grid .data-box-grid p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.blog-grid-text {
    padding: 15px 20px 20px 20px;
    position: relative
}

.blog-grid-text > span {
    color: var(--primary);
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0;
}

.blog-grid-text ul li i {
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px
}

.blog-grid-text p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    padding: 5px 0 0 0;
}

.blog-grid-text .e-btn-primary,
.blog-list-simple-text .e-btn-primary {
    padding: 7px 14px;
    font-size: 13px;
}

.owl-carousel .blog-grid-simple {
    margin: 10px 15px 25px
}

.blog-grid-simple-date {
    width: 100%
}

.blog-grid-simple {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 15px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    padding: 30px
}

.blog-grid-simple h4 {
    color: #232323;
    line-height: normal;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px
}

.blog-grid-simple h4 a {
    color: #232323;
    line-height: normal;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px
}

.blog-grid-simple h4 a:hover {
    color: var(--primary)
}

.blog-grid-simple p {
    color: #aaa;
    font-size: 15px;
    font-weight: 400
}

.blog-grid-simple-date i {
    color: #888;
    font-size: 20px
}

.blog-grid-simple-date h5 {
    color: #888;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 8px;
    line-height: normal
}

.blog-grid-simple-content {
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.blog-grid-simple-content a {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px
}

.blog-grid-simple-content a:after {
    content: '\f105';
    font-size: 14px;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: var(--primary);
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.blog-list-left-heading:after, .blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #232323
}

.blog-grid-simple-content a:hover:after {
    color: #232323
}

.blog-list-simple {
    margin: 0 0 35px 0
}

.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.data-box-simple {
    display: block;
    float: right;
    position: absolute;
    background: var(--primary);
    left: 20px;
    top: 5px;
    padding: 5px;
    min-width: 60px;
    text-align: center
}

.blog-list-simple-text > span {
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.data-box-simple h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    line-height: normal
}

.data-box-simple p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.blog-list-simple-text {
    color: var(--blog-list-text);
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: var(--blog-list-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.blog-list-simple-text p.font-blockquote {
    border-top: none;
    padding: 0;
}

.list-sidebar .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 10px 0;
}

.blog-list-simple-text .meta {
    margin: 0 0 5px 0
}

.list-sidebar .blog-list-simple-text .meta {
    margin: 0 0 6px 0;
}

.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blog-list-simple-text h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-list-simple-text h4.classic-title {
    margin-top: 12px;
}

.list-sidebar .blog-list-simple-text h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0;
    line-height: normal;
}

.blog-list-simple-text ul {
    margin: 10px 0 0 0;
}

.blog-list-simple-text ul li {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0
}

.list-sidebar .blog-list-simple-text ul li {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    padding: 0 0;
}

.blog-list-simple-text ul li i {
    margin-right: 5px;
    font-size: 13px
}

.blogs .post {
    margin-bottom: 30px
}

.blogs .post .content {
    padding: 30px;
    background: #fafafa
}

.blogs .post .content .post-title h5 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0
}

.blogs .post .content .post-title h5 a {
    color: #232323
}

.blogs .post .content .post-title h5 a:hover {
    color: #F24259
}

.blogs .post .content .meta {
    margin-bottom: 15px
}

.blogs .post .content .meta li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #F24259
}

.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left
}

.blogs .post .share-post span {
    font-weight: 700
}

.blogs .post .share-post ul {
    float: right
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px
}

.blogs .post .post-img img {
    width: 100%
}

.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}

.blogs .comments-area .comment-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 85px
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 15px
}

.blogs .comment-box .author-thumb {
    width: 70px;
    float: left
}

.blogs .comment-box .comment-info {
    margin-left: 85px
}

.blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px
}

.blogs .comment-box .comment-info .reply {
    margin-top: 0;
    font-weight: 600
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}

.posts h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid var(--primary);
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px
}

.border-left.bg-theme {
    border-left: 5px solid var(--primary) !important;
}

.border-left.bg-black {
    border-left: 5px solid #383f48 !important;
}

.font-blockquote {
    margin-bottom: 5px !important;
}

.font-quote:before {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10d';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    top: -6px;
    left: 0;
    color: #eee;
    z-index: -1;
}

.font-quote-all:before {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10d';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    top: -6px;
    left: 0;
    color: #eee;
    z-index: -1;
}

.font-quote-all:after {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10e';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    bottom: 24px;
    right: 0;
    color: #eee;
    z-index: -1;
}

 /*=======================================================
  35. Elements Styles
========================================================*/

.e-featured-boxes .e-featured-box.e-other {
    height: auto !important;
}

.e-featured-boxes .e-featured-box {
    height: 120px;
    background: rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 0;*/

    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    padding: 8px;
}

/*
.e-featured-boxes:hover  {
    border-top: 8px solid var(--color-secondary);
    border-right: 8px solid var(--color-secondary);
    border-left: 8px solid var(--color-primary);
    border-bottom: 8px solid var(--color-primary);
    border-radius: 40px;
    -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
}
*/
.e-featured-box:hover  {
    /*border-top: 8px solid var(--color-secondary); */
    border-right: 8px solid var(--color-secondary);
    /*border-left: 8px solid var(--color-primary);*/
    border-bottom: 8px solid var(--color-primary);
    border-radius: 40px !important;
    padding:  0px;
}

.e-featured-box:first-child {
	transform: translateY(0px);
	transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
}

.e-featured-box:first-child:hover {
	  transform-center: center center;
    transform: translateY(-10px);
    -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
}


.featured-boxes-style-primary .e-featured-box {

    background: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0%, #383f48 100%);
}

.e-featured-boxes-style .e-featured-box-box-shadow {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.e-featured-boxes-style .e-featured-box-no-borders {
    /*background: none !important; */
}

.e-featured-boxes-style .e-featured-box {
    position: relative;
    background: #6c6ef1;
    /*background: linear-gradient(135deg, #6c6ef1 0%, #e2498e 100%);
    */
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1);
    border-radius: 0;
    margin: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
    box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
}

.e-featured-box {

    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

/*
.e-featured-boxes-style .e-featured-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
}

.e-featured-boxes-style:hover .featured-box:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}
*/

.e-featured-boxes-style .e-featured-box .e-box-content {
    padding: 2rem .5rem;
    border: none;
}

.e-featured-boxes-style .e-featured-box.e-other .e-box-content {
    padding: .5rem !important;
}

.e-featured-box .e-box-content {
    top: -1px;
    border-top-width: 4px;
    padding-top: 1.8rem !important;
}

.e-featured-box .e-box-content.e-other {
    padding-top: 0 !important;
}

.e-featured-box .e-box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
    padding: 1.8rem;
    position: relative;
}

.e-text {
    top: 3px !important;
    font-size: 2.30em !important;
    position: relative !important;
    color: var(--primary);
}

.e-list-shadow-icon {
    font-size: 3.48rem;
    position: absolute;
    top: -15px;
    opacity: 0.08;
    right: -15px;
}

.e-text-main {
    font-weight: 600 !important;
    font-size: .9em !important;
    letter-spacing: 0;
}

.e-demos .e-text {
    font-size: 3.3em !important;
}

.e-demos .e-featured-boxes .e-featured-box {
    height: auto !important;
}

.e-demos .e-text-main {
    font-size: 1em !important;
    letter-spacing: 1px !important;
    padding-top: .8em !important;
}

.e-demos .e-featured-box .e-box-content {
    padding-top: 2rem !important;
}

.e-demos .e-list-shadow-icon {
    font-size: 4rem;
    top: -10px;
    right: -10px;
}

.e-demos .e-gradient {
    text-transform: uppercase;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.e-demos .e-grade-gray {
    background: var(--primary);
    background: -webkit-linear-gradient(to right, #0e699a, var(--primary));
    background: linear-gradient(to right, #0e699a, var(--primary));
}

.services-single-menu {
    border: 1px solid #ececec
}

.services-single-menu ul li {
    border-bottom: 1px solid #ececec
}

.services-single-menu ul li:last-child {
    border-bottom: none
}

.services-single-menu ul li.services-active {
    background: var(--primary)
}

.services-single-menu ul li.services-active a {
    color: #fff
}

.services-single-menu ul li a {
    display: block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0 17px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.callback-box {
    background: #232323;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative
}

.col-lg-3 .accordion-style .card-body, .col-lg-4 .accordion-style .card-body, .col-md-3 .accordion-style .card-body, .col-md-4 .accordion-style .card-body {
    font-size: 12px;
    line-height: 20px;
}

.col-lg-3 .accordion-style-5 .card-body, .col-lg-4 .accordion-style-5 .card-body, .col-md-3 .accordion-style-5 .card-body, .col-md-4 .accordion-style-5 .card-body {
    font-size: 12px;
    line-height: 20px;
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style .card:last-child {
    margin-bottom: 0;
}

.accordion-style .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    background: var(--primary) !important;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: 1px solid var(--primary);
}

.accordion-style.color-1 .btn-link {
    background: var(--primary) !important;
    border: 1px solid var(--primary);
}

.accordion-style.color-2 .btn-link {
    background: #e51400 !important;
    border: 1px solid #e51400;
}

.accordion-style.color-3 .btn-link {
    background: #00aba9 !important;
    border: 1px solid #00aba9;
}

.accordion-style.color-4 .btn-link {
    background: #383f48 !important;
    border: 1px solid #383f48;
}

.accordion-style .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.accordion-style.color-1 .btn-link.collapsed {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.accordion-style.color-2 .btn-link.collapsed {
    color: #e36159;
    border: 1px solid #e36159;
}

.accordion-style.color-3 .btn-link.collapsed {
    color: #00aba9;
    border: 1px solid #00aba9;
}

.accordion-style.color-4 .btn-link.collapsed {
    color: #383f48;
    border: 1px solid #383f48;
}

.accordion-style .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: var(--primary);
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px;
}

.accordion-style.color-1 .btn-link.collapsed:after {
    color: var(--primary);
}

.accordion-style.color-2 .btn-link.collapsed:after {
    color: #e36159;
}

.accordion-style.color-3 .btn-link.collapsed:after {
    color: #00aba9;
}

.accordion-style.color-4 .btn-link.collapsed:after {
    color: #383f48;
}

.accordion-style .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #fff;
}

.accordion-style .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}


.accordion-style-2 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style-2 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-2 .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style-2 .btn-link {
    background: #ededed !important;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: 1px solid #ededed;
}

.accordion-style-2 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
}

.accordion-style-2 .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px
}

.accordion-style-2 .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #000
}

.accordion-style-2 .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-3 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    border-bottom: none;
}

.accordion-style-3 .card:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-3 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-3 .btn-link {
    background: transparent !important;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-3 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #727272;
    border: none;
}

.accordion-style-3 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #727272;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-3 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: var(--primary);
}

.accordion-style-3 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-4 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    border-bottom: none;
}

.accordion-style-4 .card:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-4 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-4 .btn-link {
    background: transparent !important;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-4 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #727272;
    border: none;
}

.accordion-style-4 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #727272;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-4 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: var(--primary)
}

.accordion-style-4 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-5 .card {
    background: var(--primary);
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.accordion-style-5.color-1 .card {
    background: var(--primary);
}

.accordion-style-5.color-2 .card {
    background: #e51400;
}

.accordion-style-5.color-3 .card {
    background: #00aba9;
}

.accordion-style-5.color-4 .card {
    background: #383f48;
}

.accordion-style-5 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-5 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-5 .btn-link {
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 37.5px;
    text-decoration: none;
}

.accordion-style-5.color-1 .btn-link {
    background: var(--primary)
}

.accordion-style-5.color-2 .btn-link {
    background: #e51400
}

.accordion-style-5.color-3 .btn-link {
    background: #00aba9
}

.accordion-style-5.color-4 .btn-link {
    background: #383f48
}

.accordion-style-5 .btn-link.collapsed {
    background: var(--primary);
    text-decoration: none;
    color: #fff;
    border: 0 solid var(--primary);
}

.accordion-style-5.color-1 .btn-link.collapsed {
    background: var(--primary);
    border: 0 solid var(--primary);
}

.accordion-style-5.color-2 .btn-link.collapsed {
    background: #e51400;
    border: 0 solid #e51400;
}

.accordion-style-5.color-3 .btn-link.collapsed {
    background: #00aba9;
    border: 0 solid #00aba9;
}

.accordion-style-5.color-4 .btn-link.collapsed {
    background: #383f48;
    border: 0 solid #383f48;
}

.accordion-style-5 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-5 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #fff
}

.accordion-style-5 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
}

.accordion-style-5-1 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.accordion-style-5-1 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-5-1 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-5-1 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-5-1 .btn-link {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 37.5px;
    text-decoration: none;
}

.accordion-style-5-1 .btn-link.collapsed {
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 0 solid #EDEDED;
}

.accordion-style-5-1 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
}

.accordion-style-5-1 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #000;
}

.accordion-style-5-1 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(81, 81, 81, 0.9) !important;
}

.accordion-style-6 .card {
    background: #f7f7f7;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 7.5px;
    border: none;
    border-radius: 0;
}

.accordion-style-6 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-6 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-6 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-6 .btn-link {
    background: #fff;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 17.5px 30px 17.5px 37.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.accordion-style-6 .btn-link.collapsed {
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 0 solid #EDEDED;
}

.accordion-style-6 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 17.5px;
}

.accordion-style-6 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 17.5px;
    position: absolute;
    color: var(--primary);
}

.accordion-style-6 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(81, 81, 81, 0.9) !important;
}

.btn-link.rounded-accordion {
    border-radius: 26px;
}

.accordion-style-7 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style-7 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-7 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-7 .btn-link {
    background: #f7f8f9 !important;
    color: #434955;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: none;
}

.accordion-style-7 .btn-link.collapsed {
    background: #f7f8f9 !important;
    text-decoration: none;
    color: #434955;
    border: none;
}

.accordion-style-7 .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: #434955;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px
}

.accordion-style-7 .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #434955;
}

.accordion-style-7 .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-border-top .btn-link {
    border-top: 2px solid var(--primary);
}

.accordion-border-bottom .btn-link {
    border-bottom: 2px solid var(--primary);
}

.accordion-style-7.faq-accordion .card {
    margin-bottom: 6.5px;
}

.accordion-style-7.faq-accordion .card:last-child {
    margin-bottom: 0;
}

/*=======================================================
  1. Alerts Styles
========================================================*/

.alert {
    font-size: 13px;
    margin-bottom: 20px;
}

.native-alert {
    border-radius: 0 !important;
    border-left: 4px solid rgba(0, 0, 0, .1);
}

.close:hover {
    color: #333;
}

.alert:last-child {
    margin-bottom: 0 !important;
}

ul.alert-list {
    margin: 15px 15px 15px 45px !important;
    list-style-type: disc !important;
}

ul.alert-list li {
    list-style: disc !important;
}

.alert-head {
    background: rgba(0, 0, 0, .1);
    border-top: none;
    border-bottom: none;
    display: block;
    padding: 12px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}

.alert-head strong {
    font-weight: 700;
}

.alert-dismissible.heading-alerts {
    padding-right: 0;
}

.alert.heading-alerts {
    padding: 0;
}

.alert-success.color-1, .alert-danger.color-1, .alert-info.color-1, .alert-warning.color-1 {
    color: #ffffff;
    background: var(--primary);
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-2, .alert-danger.color-2, .alert-info.color-2, .alert-warning.color-2 {
    color: #ffffff;
    background: #e51400;
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-3, .alert-danger.color-3, .alert-info.color-3, .alert-warning.color-3 {
    color: #ffffff;
    background: #00aba9;
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-4, .alert-danger.color-4, .alert-info.color-4, .alert-warning.color-4 {
    color: #ffffff;
    background: #383f48;
    border-color: rgba(0, 0, 0, .1);
}

.icons-alert {
    border-radius: 0;
    padding: .75rem;
}

.icons-alert button {
    font-weight: 300;
    color: #000;
    opacity: .7;
    text-shadow: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 18px;
    cursor: pointer;
    margin-top: -5px;
}

.icons-alert .e-icons-v1 {
    width: 2.85714rem;
    height: 2.85714rem;
    font-size: 1.28571rem;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icons-alert .e-icons-v1 i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.icons-alert .media-body p {
    line-height: 23px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.icons-alert .e-times {
    float: right;
    margin-top: -11px;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.icons-alert.color-1 {
    border: 1px solid var(--primary);
}

.icons-alert.color-1 .e-icons-v1 {
    background-color: var(--primary) !important;
}

.icons-alert.color-2 {
    border: 1px solid #e51400;
}

.icons-alert.color-2 .e-icons-v1 {
    background-color: #e51400 !important;
}

.icons-alert.color-3 {
    border: 1px solid #00aba9;
}

.icons-alert.color-3 .e-icons-v1 {
    background-color: #00aba9 !important;
}

.icons-alert.color-4 {
    border: 1px solid #383f48;
}

.icons-alert.color-4 .e-icons-v1 {
    background-color: #383f48 !important;
}

.icons-alert.bg-color-1 {
    background: rgba(0, 148, 230, .1);
    color: var(--primary);
}

.icons-alert.bg-color-1 .e-icons-v1 {
    background-color: var(--primary) !important;
}

.icons-alert.bg-color-2 {
    background: rgba(229, 20, 0, .1);
    color: #e51400;
}

.icons-alert.bg-color-2 .e-icons-v1 {
    background-color: #e51400 !important;
}

.icons-alert.bg-color-3 {
    background: rgba(0, 171, 169, .1);
    color: #00aba9;
}

.icons-alert.bg-color-3 .e-icons-v1 {
    background-color: #00aba9 !important;
}

.icons-alert.bg-color-4 {
    background: rgba(56, 63, 72, .1);
    color: #383f48;
}

.icons-alert.bg-color-4 .e-icons-v1 {
    background-color: #383f48 !important;
}

.icons-alert.icon-box-shadow {
    border: none !important;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.icons-alert.icon-box-shadow .e-icons-v1 {
    border-radius: 0;
}

.close {
    text-shadow: none;
}

.animation-box {
    max-width: 600px;
    max-height: 120px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
}

.elements-html {
    margin: 0 auto;
}

.e-icon {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #00acee;
}

.bg-skype {
    background-color: #00aff0;
}

.bg-pinterest {
    background-color: #c8232c;
}

.bg-vine {
    background-color: #00bf8f;
}

.bg-youtube {
    background-color: #c4302b;
}

.bg-google {
    background-color: #dd4b39;
}

.bg-dribbble {
    background-color: #ea4c89;
}

.bg-vk {
    background-color: #2b587a;
}

.bg-linkedin {
    background-color: #0e76a8;
}

.bg-instagram {
    background-color: #3f729b;
}

[class*="e-badge"] {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

[class*="e-badge"].top-left {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].top-right {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].bottom-left {
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

.e-badge {
    min-width: 1.28571rem;
    min-height: 1.28571rem;
    line-height: 1.28571rem;
    padding: 0.21429rem;
}

[class*="e-badge"] {
    position: absolute;
    display: inline-block;
    text-align: center;
    font-size: 0.92857rem;
    color: #333;
    z-index: 3;
    background-color: #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

[class*="e-badge"].e-rounded {
    border-radius: 4px !important;
}

[class*="e-badge"].e-circled {
    border-radius: 50% !important;
}

[class*="e-badge"].e-shadow {
    line-height: 1;
    color: #eee;
    background-color: transparent;
    text-shadow: 0 1px 1px #555, 0 -1px 1px #555, 1px 0 1px #555, -1px 0 1px #555;
}

[class*="e-badge"].e-bg-primary {
    color: #fff;
    background: rgba(0, 148, 230, 1);
}

[class*="e-badge"].e-bg-lime {
    color: #fff;
    background: rgba(164, 196, 0, 1);
}

[class*="e-badge"].e-bg-green {
    color: #fff;
    background: rgba(96, 169, 23, 1);
}

[class*="e-badge"].e-bg-emerald {
    color: #fff;
    background: rgba(0, 138, 0, 1);
}

[class*="e-badge"].e-bg-teal {
    color: #fff;
    background: rgba(0, 171, 169, 1);
}

[class*="e-badge"].e-bg-cyan {
    color: #fff;
    background: rgba(27, 161, 226, 1);
}

[class*="e-badge"].e-bg-cobalt {
    color: #fff;
    background: rgba(0, 80, 239, 1);
}

[class*="e-badge"].e-bg-indigo {
    color: #fff;
    background: rgba(106, 0, 255, 1);
}

[class*="e-badge"].e-bg-violet {
    color: #fff;
    background: rgba(170, 0, 255, 1);
}

[class*="e-badge"].e-bg-pink {
    color: #fff;
    background: rgba(244, 114, 208, 1);
}

[class*="e-badge"].e-bg-magenta {
    color: #fff;
    background: rgba(216, 0, 115, 1);
}

[class*="e-badge"].e-bg-crimson {
    color: #fff;
    background: rgba(162, 0, 37, 1);
}

[class*="e-badge"].e-bg-red {
    color: #fff;
    background: rgba(229, 20, 0, 1);
}

[class*="e-badge"].e-bg-orange {
    color: #fff;
    background: rgba(250, 104, 0, 1);
}

[class*="e-badge"].e-bg-amber {
    color: #fff;
    background: rgba(240, 163, 10, 1);
}

[class*="e-badge"].e-bg-yellow {
    color: #fff;
    background: rgba(227, 200, 0, 1);
}

[class*="e-badge"].e-bg-brown {
    color: #fff;
    background: rgba(130, 90, 44, 1);
}

[class*="e-badge"].e-bg-olive {
    color: #fff;
    background: rgba(109, 135, 100, 1);
}

[class*="e-badge"].e-bg-steel {
    color: #fff;
    background: rgba(100, 118, 135, 1);
}

[class*="e-badge"].e-bg-mauve {
    color: #fff;
    background: rgba(118, 96, 138, 1);
}

[class*="e-badge"].e-bg-sienna {
    color: #fff;
    background: rgba(160, 82, 45, 1);
}

[class*="e-badge"].e-bg-gray {
    color: #fff;
    background: rgba(56, 63, 72, 1);
}

[class*="e-badge"].e-bg-dark {
    color: #fff;
    background: rgba(77, 77, 77, 1);
}

[class*="e-badge"].e-bg-black {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

[class*="e-badge"].e-bg-img {
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.e-icon .fa, .e-icon .fab, .e-icon .fal, .e-icon .far, .e-icon .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.e-icon > i, .e-icon-2 > i, .e-icon-3 > i, .e-icon-4 > span > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.section-heading.e-banners h1, .section-heading.e-banners h2, .section-heading.e-banners h3, .section-heading.e-banners h4, .section-heading.e-banners h5, .section-heading.e-banners h6 {
    padding-bottom: 15px;
}

.section-heading.e-banners p {
    padding-top: 10px;
}

.section-heading.e-banners {
    margin-bottom: 15px;
}

.e-min-height-200 {
    min-height: 200px;
}

.e-min-height-400 {
    min-height: 400px;
}

.e-banner-hr {
    width: 100px;
    margin: 0 auto 25px auto;
    border-top: 3px solid #fff;
}

.e-banner-hr-theme {
    width: 100px;
    margin: 0 auto 25px auto;
    border-top: 3px solid var(--primary);
}

.e-banner-btn-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    border-radius: 0 !important;
}

.e-banner-btn-theme {
    color: var(--primary);
    border-color: var(--primary);
    background-color: transparent;
    border-radius: 0 !important;
}

.e-banner-btn-white:hover {
    color: #555;
    background-color: #fff;
}

.e-banner-btn-theme:hover {
    color: #fff;
    background-color: var(--primary);
}

.e-pos-rel {
    position: relative !important;
}

.e-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.e-flex-middle-item {
    margin-top: auto;
    margin-bottom: auto;
}

.e-block-hover-scale:hover, .e-block-hover-scale-img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

[class*="e-transition"], [class*="e-transition"]::before, [class*="e-transition"]::after {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.e-transition-05, .e-transition-05::before, .e-transition-05::after {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

[class*="e-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class*="e-block-hover"], [class*="e-block-hover"]::before, [class*="e-block-hover"]::after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.e-info-title-white {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 10px;
}

.e-info-title-white:before, .e-info-title-white:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 3.57143rem;
    margin-top: -1px;
    height: 2px;
    background-color: #fff;
}

.e-info-title-white::before {
    right: 100%;
    margin-right: 10px;
}

.e-info-title-white::after {
    left: 100%;
    margin-left: 10px;
}

.e-info-title-theme {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 10px;
}

.e-info-title-theme:before, .e-info-title-theme:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 3.57143rem;
    margin-top: -1px;
    height: 2px;
    background-color: var(--primary);
}

.e-info-title-theme::before {
    right: 100%;
    margin-right: 10px;
}

.e-info-title-theme::after {
    left: 100%;
    margin-left: 10px;
}

.e-bordered-tb {
    border-top: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}

.e-bordered-banner {

    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.e-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}

.e-img-banner {
    overflow: hidden;
    position: relative;
    color: #111 !important;
    background-color: #f7f7f7 !important;
}

.e-img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 148, 230, 0.9) !important;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.e-img-banner:hover {
    color: #fff !important;
    background-color: rgba(0, 148, 230, 0.9) !important;
    cursor: pointer;
}

.e-info-img {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
}

.e-info-desc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    z-index: 1;
}

.e-info-title {
    color: #111 !important;
}

.e-info-title:hover {
    color: #fff !important;
    text-decoration: none;
}

.e-info-category {
    font-style: normal;
    color: #111;
}

.e-img-banner:hover .e-info-category {
    display: none;
}

.e-info-content {
    display: none;
    opacity: .7 !important;
}

.e-img-banner:hover .e-info-content {
    display: block;
    color: #111;
}

.e-info-content p:hover {
    color: #fff;
    cursor: pointer;
}

.e-img-banner:hover .e-info-img {
    opacity: .5;
}

.e-img-banner:hover .e-info-img, .e-img-banner:hover .e-info-desc {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.section-heading h1.lights-hr:after, .section-heading h2.lights-hr:after,
.section-heading h3.lights-hr:after, .section-heading h4.lights-hr:after,
.section-heading h5.lights-hr:after, .section-heading h6.lights-hr:after {
    background: #fff;
}

.section-heading p.e-banner-default {
    font-size: 14px;
}

.section-heading.theme h5.e-banner-title {
    color: var(--primary);
}

.section-heading.theme p.e-banner-default {
    color: var(--primary);
}

.e-banner-bordered-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.e-big-info-title-white {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 15px;
}

.pricing-list-button.e-button {
    display: inline-block;
    margin: 0 15px;
    border: 1px solid var(--primary);
    border-radius: 0;
}

.pricing-list-button.e-button a {
    padding: 6px 18px;
}

.bg-black .pricing-list-button.e-button:hover {
    background: #000;
}

ul#shape {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            pointer-events: none;
        }

        ul#shape li {
            position: absolute;
            display: block;
            list-style: none;
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.4);
            bottom: 0px;
        }

        ul#shape li:nth-child(1) {
            width: 80px;
            height: 80px;
            left: 25%;
            animation: floating 19s infinite linear;
            animation-delay: -0.1s;
        }

        ul#shape li:nth-child(2) {
            width: 20px;
            height: 20px;
            left: 95%;
            animation: floating 25s infinite linear;
            animation-delay: -10s;

        }

        ul#shape li:nth-child(3) {
            width: 70px;
            height: 70px;
            left: 75%;
            animation: floating 18s infinite linear;
            animation-delay: -18s;

        }

        ul#shape li:nth-child(4) {
            width: 30px;
            height: 30px;
            left: 10%;
            animation: floating 24s infinite linear;
            animation-delay: -5s;

        }

        ul#shape li:nth-child(5) {
            width: 40px;
            height: 40px;
            left: 60%;
            animation: floating 22s infinite linear;
            animation-delay: -8s;
        }

        ul#shape li:nth-child(6) {
            width: 90px;
            height: 90px;
            left: 84%;
            animation: floating 18s infinite linear;
            animation-delay: -1s;
        }

        ul#shape li:nth-child(7) {
            width: 50px;
            height: 50px;
            left: 50%;
            animation: floating 20s infinite linear;
            animation-delay: -15s;
        }

        ul#shape li:nth-child(8) {
            width: 100px;
            height: 100px;
            left: 40%;
            animation: floating 15s infinite linear;
            animation-delay: -6s;
        }

        @keyframes floating {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 0;
                border-radius: 0;
            }

            10% {
                transform: translateY(-150px) rotate(72deg);
                opacity: 1;
                border-radius: 0;
            }

            90% {
                transform: translateY(-1350px) rotate(648deg);
                opacity: 1;
                border-radius: 80%;
            }

            99% {
                transform: translateY(-1500px) rotate(720deg);
                opacity: 0;
                border-radius: 80%;
            }

            100% {
                transform: translateY(0) rotate(0deg);
                opacity: 0;
                border-radius: 0;
            }
        }

.parallax .pricing-list-button.e-button:hover {
    background: transparent;
}

.e-play .story-video.home-3-video {
    padding-top: 0;
}

.e-play .video_btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
    padding-left: 5px;
}

.story-video-height.e-play {
    min-height: 237px;
    height: 100%;
}

.border-left.border-color-1 {
    border-color: var(--primary) !important;
}

.bg-blockquote-1 {
    background-color: rgba(0, 148, 230, .6) !important;
}

.border-left.border-color-2 {
    border-color: #e51400 !important;
}

.bg-blockquote-2 {
    background-color: rgba(229, 20, 0, .6) !important;
}

.border-left.border-color-3 {
    border-color: #00aba9 !important;
}

.bg-blockquote-3 {
    background-color: rgba(0, 171, 169, .6) !important;
}

.border-left.border-color-4 {
    border-color: #383f48 !important;
}

.bg-blockquote-4 {
    background-color: rgba(56, 63, 72, .6) !important;
}

blockquote.font-quote, blockquote.font-quote-all {
    margin-bottom: 0 !important;
}

.container .call-to-action {
    border-radius: 0;
}

.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 32px;
    clear: both;
}

.call-to-action.with-borders {
    border: 2px solid #eee;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-1-borders {
    border: 2px solid rgba(0, 148, 230, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-2-borders {
    border: 2px solid rgba(229, 20, 0, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-3-borders {
    border: 2px solid rgba(0, 171, 169, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-4-borders {
    border: 2px solid rgba(56, 63, 72, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.bg-1-cta {
    background: rgba(0, 148, 230, 1);
}

.call-to-action.bg-2-cta {
    background: rgba(229, 20, 0, 1);
}

.call-to-action.bg-3-cta {
    background: rgba(0, 171, 169, 1);
}

.call-to-action.bg-4-cta {
    background: rgba(56, 63, 72, 1);
}

.call-to-action > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.call-to-action .call-to-action-content {
    text-align: center;
}

.call-to-action.btn-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.call-to-action.btn-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 15px auto 0;
    width: auto;
}

.call-to-action h3 {
    text-transform: none;
    color: #212529;
    font-size: 1.7em;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 500;
    z-index: 1;
}

.call-to-action.bg-1-cta h3, .call-to-action.bg-2-cta h3, .call-to-action.bg-3-cta h3, .call-to-action.bg-4-cta h3, .call-to-action.bg-img-dark h3 {
    color: #fff;
    position: relative;
}

.call-to-action p {
    font-size: 1.2em;
    z-index: 1;
}

.call-to-action.bg-1-cta p, .call-to-action.bg-2-cta p, .call-to-action.bg-3-cta p, .call-to-action.bg-4-cta p, .call-to-action.bg-img-dark p {
    color: #eee;
    position: relative;
}

.call-to-action a.btn {
    z-index: 1;
}

/*=======================================================
  36. Masonry Styles
========================================================*/

.masonry {
    margin: 0 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.masonry a {
    display: block;
    margin-top: 10px
}

.masonry a:first-child {
    margin-top: 0
}

.masonry-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 8px solid rgba(255, 255, 255, 0.65);
    padding: 3%;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item:hover .masonry-item-overlay {
    position: absolute;
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.masonry-item:hover .masonry-item-overlay h4 {
    opacity: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    text-align: center;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.masonry-item:hover .masonry-item-overlay ul {
    opacity: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.masonry-item-overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
    margin: 0 0 20px 0;
    line-height: 20px
}

.masonry-item-overlay ul {
    position: absolute;
    padding-left: 0;
    bottom: 25px;
    margin: 0
}

.masonry-item-overlay ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    opacity: .7
}

.masonry-item-overlay ul li:last-child:after {
    content: none
}

.masonry-item-overlay ul li:after {
    content: ' / ';
    font-size: 8px;
    font-weight: 700;
    margin: 0 5px
}

.masonry-item-overlay ul li a {
    color: #fff
}

.masonry-item:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}


.masonry-2 {
    margin: 0 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.masonry-2 a {
    display: block;
    margin-top: 10px
}

.masonry-2 a:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry-2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media screen and (min-width: 768px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 1200px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }

    .welcome-img {
        max-height: 483px;
    }
}


.masonry-4 {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.masonry-4 a {
    display: block;
    margin-top: 10px
}

.masonry-4 a:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

/*=======================================================
  37. Tabs Styles
========================================================*/

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.portfoli-tab .resp-tabs-list li {
    text-transform: none;
}

.resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 10px 0;
}

.product-desc-tab {
    padding: 10px 0 !important;
    margin-bottom: 10px !important;
}

.resp-tabs-list li.resp-tab-active {
    border: 1px solid #f3f3f3;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 12px;
    border-top: 4px solid var(--primary) !important;
    border-bottom: 0 #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: var(--primary);
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    float: left;
    width: 100%
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    margin: 0 0 10px 0;
    padding: 14px 15px;
    float: left;
    width: 100%;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    background-color: var(--primary) !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #f3f3f3 !important;
    float: left;
    width: 70%;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 10px 15px;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 15px 15px 15px 10px !important;
    border: 1px solid #f3f3f3 !important;
    border-left: 4px solid var(--primary) !important;
    margin-bottom: 0 !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block;
    border-color: #f3f3f3 !important
}

h2.resp-accordion:first-child {
    border-top: 1px solid #f3f3f3
}

h2.resp-accordion.resp-tab-active {
    border-color: #f3f3f3 !important
}

.tab-style4 .resp-tabs-list li.resp-tab-active, .tab-style4 .resp-tab-content-active {
    background: var(--primary) !important;
    color: #fff
}

.main-tabs .resp-tab-content,
.tab-style4 .resp-tab-content {
    padding: 10px 15px !important;
}

.tab-style5 .resp-tab-content,
.tab-style6 .resp-tab-content {
    padding: 10px 0 0 0 !important;
}

@media screen and (min-width: 768px) {
    .tab-style5 ul.resp-tabs-list {
        text-align: center
    }

    .tab-style5 ul.resp-tabs-list.text-left {
        padding-left: 0
    }

    .tab-style5 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style5 ul.resp-tabs-list li.resp-tab-active {
        border-bottom-color: transparent;
        color: var(--primary);
    }

    .tab-style5 .resp-tab-content {
        border: 1px solid #e6e6e6;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }
}

@media screen and (min-width: 768px) {
    .tab-style6 ul.resp-tabs-list {
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
    }

    .tab-style6 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style6 ul.resp-tabs-list li.resp-tab-active {
        border-bottom-color: var(--primary);
        color: var(--primary)
    }

    .tab-style6 .resp-tab-content {
        border: none;
        padding: 30px 20px
    }

    .tab-style6 .resp-tabs-list .tab-box {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-top: 8px
    }

    .tab-style6 .resp-tabs-list li.resp-tab-active h6 {
        color: var(--primary)
    }

    .tab-style6 .resp-tabs-list .tab-box h6 {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        color: #6f6f6f;
        line-height: 12px
    }

    .tab-style6 .resp-tabs-list .tab-box span {
        text-transform: lowercase;
        font-size: 12px
    }

    .tab-style6 .resp-tabs-list li {
        font-size: 18px;
        border-bottom: 2px solid transparent !important;
        margin: 0;
        background: none !important;
        padding: 0 35px 15px 35px;
        text-transform: uppercase
    }

    .tab-style6 .resp-tabs-list li.resp-tab-active {
        border-width: 0 0 2px 0 !important;
        border-color: var(--primary) !important
    }

    .tab-style6 ul.resp-tabs-list i {
        margin-right: 15px;
        border: 1px solid #d5d5d5;
        border-radius: 70px;
        width: 70px;
        height: 70px;
        line-height: 68px;
        font-size: 30px;
        padding: 0;
        vertical-align: middle
    }

    .tab-style6 ul.resp-tabs-list li.resp-tab-active i {
        background: var(--primary);
        border-color: var(--primary);
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .tab-style6 .resp-tab-content {
        padding: 20px
    }

    .tab-style6 .resp-tabs-list li {
        padding: 0 15px 15px 15px
    }
}

@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .resp-tab-content {
        background-color: #fff;
        border: none;
        padding: 0 15px !important;
    }

    .tab-style6 .tab-box {
        display: inline-block;
        vertical-align: top
    }

    .tab-style6 h2.resp-accordion i {
        margin-right: 15px
    }

    .tab-style6 .tab-box h6 {
        margin-bottom: 2px;
        font-size: 14px
    }

    .tab-style6 .tab-box span {
        font-size: 12px
    }

    .tab-style6 .resp-tab-active h6 {
        color: #fff
    }

    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
        margin: 0 auto;
        padding: 5px;
        position: static;
        width: auto;
    }

    .xs-wishlist-first {
        width: 30%;
    }

    .xs-wishlist-last {
        width: 20%;
    }

    .tab-style5 .resp-tab-content.product-desc-tab,
    .tab-style6 .resp-tab-content.product-desc-tab {
        padding: 0 10px !important;
    }

}

.tab-style7 .resp-tabs-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.tab-style7 .resp-tabs-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px 15px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #000;
    background: none !important
}

.tab-style7 .resp-tabs-list li.resp-tab-active {
    border: 1px solid var(--primary);
    border-bottom: none;
    margin-bottom: -1px;
    border-top: 4px solid var(--primary) !important;
    border-bottom: 0 #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: var(--primary);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.tab-style7 .resp-tabs-list li.resp-tab-active:after {
    content: "";
    background: var(--primary);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0 auto;
    right: 0
}

.tab-style7 .img-effect:hover {
    transform: translateY(-8px)
}

.tab-style7 .box-shadow-primary {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 992px) {
    .tab-style7 ul.resp-tabs-list {
        text-align: center
    }

    .tab-style7 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style7 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style7 ul.resp-tabs-list li.resp-tab-active {
        color: var(--primary)
    }

    .tab-style7 .resp-tab-content {
        margin-top: 40px;
        border: none;
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .tab-style7 ul.resp-tabs-list {
        display: none
    }

    .tab-style7 h2.resp-accordion {
        display: block
    }

    .tab-style7 h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .tab-style7 .resp-accordion-closed {
        display: none !important
    }

    .tab-style7 .resp-tab-content {
        background-color: #fff
    }
}

/*=======================================================
  8. Pages Title Styles
========================================================*/

.page-title-section {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    padding-top: 100px;
}

.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: var(--color-primary);
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section .active a, .page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .no-sidebar .col-md-4 {
        -ms-flex: 0 0 43.333333%;
        flex: 0 0 43.333333%;
        max-width: 43.333333%;
    }

    .no-sidebar .col-md-8 {
        -ms-flex: 0 0 56.666667%;
        flex: 0 0 56.666667%;
        max-width: 56.666667%;
    }
}

@media screen and (max-width: 991px) {
    .page-title-section h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 36px
    }

    .page-title-section ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .page-title-section h1 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .page-title-section ul {
        margin-top: 0;
        text-align: center;
    }


}

@media screen and (max-width: 350px) {
    .nobr {
       white-space: initial;
    }
}

.page-title-section ul.default-breadcrumb li a:hover {
    color: var(--primary);
}

.page-title-section2 {
    padding: 250px 0 150px;
    text-align: center
}

.page-title-section2 h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section2 ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section2 ul li {
    display: inline-block
}

.page-title-section2 ul li:last-child a {
    color: var(--primary)
}

.page-title-section2 ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 5px 0 10px
}

.page-title-section2 ul li:last-child:after {
    content: none
}

.page-title-section2 ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section2 .active a, .page-title-section2 li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section2 {
        padding: 200px 0 100px
    }

    .page-title-section2 h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section2 {
        padding: 148px 0 75px
    }

    .page-title-section2 h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px
    }

    .page-title-section2 ul {
        margin-top: 5px
    }
}

.page-title-section3 h1 {
    color: #232323;
    margin-bottom: 0
}

.page-title-section3 ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section3 ul li {
    display: inline-block
}

.page-title-section3 ul li:last-child a {
    color: #232323
}

.page-title-section3 ul li:after {
    content: ' \f152';
    color: #fff;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section3 ul li:last-child:after {
    content: none
}

.page-title-section3 ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 991px) {
    .page-title-section3 ul {
        margin-top: 5px
    }
}

.page-title-section.small h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0
}

.page-title-section.small ul {
    margin-bottom: 0;
    margin-top: 6px;
    text-align: left
}

.page-title-section.small ul li {
    display: inline-block
}

.page-title-section.small ul li:last-child a {
    color: var(--primary)
}

.page-title-section.small ul li:after {
    content: ' \f152';
    color: #fff;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section.small ul li:last-child:after {
    content: none
}

.page-title-section.small ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .page-title-section.small h1 {
        margin-bottom: 5px;
        font-size: 24px
    }

    .page-title-section.small ul {
        margin-top: 5px
    }
}

/*=======================================================
  9. Vertical Header Styles
========================================================*/

.vertical-header {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px
}

.vertical-header.new-work-vertical-header {
    padding-bottom: 120px
}

.vertical-header-text {
    left: -124px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    transform: rotate(-90deg);
    width: 300px;
    font-size: 14px;
    text-transform: uppercase
}

.vertical-header-text:after {
    background: var(--primary);
    content: "";
    display: inline-block;
    height: 1px;
    left: 32px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}

.vertical-header-text:before {
    background: var(--primary);
    content: "";
    display: inline-block;
    height: 1px;
    left: 247px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}


/*=======================================================
  15. Services Styles
========================================================*/

.text-theme-color {
    color: var(--primary)
}

.services-blocks {
    margin-top: -90px
}

@media screen and (max-width: 1199px) {
    .services-blocks {
        margin-top: -70px
    }
}

@media screen and (max-width: 991px) {
    .services-blocks {
        margin-top: -50px
    }
}

.service-simple {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.service-simple img {
    width: 100%;
    transition: all 0.5s ease 0s
}

.service-simple img:hover {
    transform: scale(1.1)
}

.service-simple-inner {
    position: relative;
    padding: 25px 25px 20px
}

.service-simple-inner p {
    max-width: 95%
}

.service-simple-inner a {
    display: inline-block
}

.service-simple h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0
}

.owl-carousel .service-box {
    margin: 0 15px 25px 15px
}

.service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-inner-box {
    padding: 20px
}

.service-icon-box {
    width: 20%;
    max-width: 50px;
    float: left;
    padding-top: 2px
}

.service-content-box {
    width: 80%;
    float: left
}

.service-box .img-holder {
    position: relative
}

.service-box .img-holder:before {
    background-color: rgba(0, 148, 230, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10
}

.service-box:hover .img-holder:before {
    opacity: 1;
    cursor: pointer;
}

.service-box .img-holder img {
    width: 100%
}

.service-box h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500
}

.service-box p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0
}

.service-box i {
    color: var(--primary);
    font-size: 28px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.service-box:hover i {
    color: #232323
}

.services-block-two {
    position: relative;
    cursor: pointer;
}

.services-block-two .inner-box {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px 30px 30px 90px;
    height: 100%;
    position: relative;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.services-block-two p {
    margin-bottom: 0
}

.services-block-two h3 {
    margin-bottom: 0;
    line-height: normal;
    display: inline-block
}

.services-block-two h3 a {
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.services-block-two h3 a:hover {
    color: var(--primary)
}

.services-block-two h2 {
    bottom: 0;
    color: #f0f0f0;
    font-size: 36px;
    font-weight: 600;
    right: 10px;
    margin-bottom: 0;
    position: absolute
}

.services-block-two .icon-box {
    color: var(--primary);
    font-size: 36px;
    left: 35px;
    position: absolute;
    top: 35px
}

.services-block-two.dark .inner-box {
    background: #000;
    border: 1px solid #000
}

.services-block-two.dark .inner-box:hover {
    background: #000
}

.services-block-two.dark .inner-box:hover h5 a, .services-block-two.dark .inner-box:hover p, .services-block-two.dark .inner-box:hover .icon-box {
    color: #fff
}

.services-block-two.dark h3 a {
    color: #6f6f6f
}

.services-block-two.dark h2 {
    color: rgba(255, 255, 255, 0.1)
}

.services-block-two.dark .inner-box:hover h2 {
    color: rgba(255, 255, 255, 0.04)
}

.services-block-two.dark .icon-box {
    color: #6f6f6f
}

@media screen and (max-width: 991px) {
    .services-block-two h2 {
        font-size: 36px
    }

    .services-block-two h3 a {
        font-size: 18px;
        margin-bottom: 10px
    }

    .services-block-two .icon-box {
        top: 25px;
        left: 21px;
        font-size: 28px
    }

    .services-block-two .inner-box {
        padding: 20px 20px 20px 75px
    }
}

.inner-box:hover {
    background: var(--primary);
    color: #fff !important;
}

.inner-box.service-single-box:hover {
    color: #616161 !important;
}

.inner-box.service-single-box .icon-box {
    padding-top: 7px;
}

.services-block-two .inner-box:hover .icon-box,
.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover p {
    color: #fff !important;
}

.services-block-three > a {
    display: block;
    border: 3px solid #d5d5d5;
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative
}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transform-origin:  100% 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s
}

.services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transform-origin:  0% 0%;
    transition: all 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5
}

.services-block-three > a:hover:before, .services-block-three > a:hover:after {
    transform:  scale(200%, 200%);
}

.services-block-three > a:not(:hover):before, .services-block-three > a:not(:hover):after {
    transform:  scale(100%, 100%);
}

.services-block-three i {
    font-size: 32px
}

.services-block-three i.home-2-features {
    font-size: 48px
}

.services-block-three p {
    margin-bottom: 0
}

.services-block-three:hover p {
    color: #232323
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600
}

.services-block-three:hover h4 {
    color: #232323
}

.service-grids .service-block {
    overflow: hidden;
    position: relative
}

.service-grids .img-holder {
    position: relative;
    cursor: pointer;
}

.service-grids .service-block:hover .img-holder:before {
    opacity: 1
}

.service-grids .service-block .details {
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
    padding: 45px 45px 50px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20
}

.service-grids .service-block .number {
    background-color: var(--primary);
    border-radius: 75px;
    color: #fff;
    height: 75px;
    font-size: 30px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    transform: translateX(-50%);
    width: 75px
}

.service-grids .service-block .details h4 {
    color: var(--primary);
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: normal
}

.service-grids .service-block .details .read-more {
    color: var(--primary);
    font-weight: 600
}

@media screen and (min-width: 992px) {
    .service-grids .service-block {
        height: 335px
    }

    .service-grids .img-holder:before {
        background-color: rgba(0, 148, 230, 0.6);
        bottom: 20px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: auto;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 10
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 168px
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 105px
    }
}

@media screen and (min-width: 1200px) {
    .service-grids .service-block {
        height: 370px
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 205px
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 170px
    }
}

@media screen and (max-width: 991px) {
    .service-grids .service-block .details {
        padding: 45px 25px 35px
    }
}

@media screen and (max-width: 767px) {
    .service-grids .service-block .number {
        height: 65px;
        line-height: 65px;
        top: -32.5px;
        width: 65px;
        border-radius: 65px
    }
}

.service-block5 {
    position: relative
}

.service-block5 > a {
    display: inline-block;
    width: 100%
}

.service-block5:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%)
}

.service-block5:hover:before {
    content: none
}

.service-block5:after {
    background: var(--primary) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%
}

.service-block5:hover:after {
    opacity: 0.8
}

.service-block5 a img {
    max-width: 100%
}

.service-block5 .service-desc {
    bottom: 25px;
    position: absolute;
    padding: 0 20px;
    z-index: 9
}

.service-block5 .service-desc h5 {
    color: var(--primary);
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal
}

.service-block5:hover .service-desc h5 {
    color: #fff
}

.service-block5 .service-desc h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

.service-block5 .service-desc h4 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

@media screen and (max-width: 991px) {
    .service-block5 .service-desc {
        bottom: 30px
    }

    .service-block5 .service-desc h4 {
        font-size: 16px
    }

    .service-block5 .service-desc h4 a {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .service-block5 .service-desc {
        bottom: 20px
    }

    .service-block5 .service-desc h4 {
        font-size: 15px
    }

    .service-block5 .service-desc h4 a {
        font-size: 15px
    }

    .service-block5 .service-desc h5 {
        font-size: 12px
    }
}

.services-single-menu li {
    border-bottom: 1px solid #ececec
}

.services-single-menu li:last-child {
    border-bottom: none
}

.services-single-menu li.active a {
    border-left-color: var(--primary);
    color: var(--primary)
}

.services-single-menu li.active a:after {
    content: none
}

.services-single-menu li a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px 14px 20px
}

.services-single-menu li a:after {
    content: "";
    background: var(--primary);
    display: inline-block;
    height: 1px;
    width: 0;
    vertical-align: middle;
    margin-left: 8px;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

.services-single-menu li a:hover:after {
    width: 30px
}

.callback-box {
    background: #232323;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative
}

.services-single-right .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .services-single-menu li a {
        font-size: 14px;
        padding: 12px 10px 12px 16px
    }
}

.downloads li {
    border: 1px solid var(--primary);
    border-radius: 5px
}

.downloads i {
    background: var(--primary);
    padding: 10px 12px;
    color: #fff;
    vertical-align: top
}

.downloads .label {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px
}

/*=======================================================
  16. Process Styles
========================================================*/

.process-step-xs {
    position: relative;
    margin: 15px 0;
    padding: 0
}

.process-step-xs .process-step-icon {
    text-align: center
}

.process-step-xs .process-step-icon i {
    color: var(--primary);
    font-size: 47px
}

.process-step-xs h3 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 5px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.process-steps-xs li {
    position: relative;
    float: left;
    list-style-type: none;
    display: inline-block
}

.process-steps-xs li:after {
    display: block;
    background-color: #6f6f6f;
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    top: 45px;
    left: 75%;
}

.process-steps-xs.process-number li:after {
    top: 30px;
}

.process-steps-xs li:last-child:after {
    display: none
}

@media screen and (max-width: 991px) {
    .process-step-xs .process-step-icon i {
        font-size: 44px
    }
}

@media screen and (max-width: 767px) {
    .process-steps-xs li:nth-child(3):after {
        display: none
    }

    .process-step-xs .process-step-icon i {
        font-size: 40px
    }

    .process-step-xs h3 {
        font-size: 13px;
        margin: 5px 0
    }

    .process-steps-xs li:after {
        right: 0
    }
}

/*=======================================================
  12. Feature Boxes Styles
========================================================*/

.feature-box-home {
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 3px
}

.feature-box-home p {
    margin-bottom: 10px
}

.feature-box-home i {
    color: #939393
}

.feature-box-home:hover {
    background: #ffffff;
    border: 3px solid var(--primary);
    cursor: pointer;
}

.feature-box-home:hover i {
    color: var(--primary)
}

.feature-box-01 {
    background: #fff;
    border: 5px solid rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 5px
}

.feature-box-01 p {
    margin-bottom: 10px
}

.feature-box-01 .icon-tools {
    color: #939393
}

.feature-box-01:hover {
    background: #ffffff;
    border: 5px solid var(--primary);
    cursor: pointer;
}

.feature-box-01:hover .icon-tools {
    color: var(--primary)
}

.feature-box-02 {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-02:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15)
}

.feature-box-02:before {
    background: var(--primary);
    content: "";
    height: 0;
    left: 14px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 2px
}

.feature-box-02:hover:before {
    height: 100%
}

.feature-box-03 {
    border: 2px solid #383838;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s
}

.feature-box-03 .icon-tools {
    color: #939393
}

.feature-box-03 p {
    color: #9d9d9d
}

.feature-box-03:hover {
    background: var(--primary);
    border: 2px solid var(--primary)
}

.feature-box-03:hover p {
    color: #fff
}

.feature-box-04 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-04:hover {
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15)
}

.feature-box-04 .fetaure-image {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.feature-box-04 .fetaure-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-04 .fetaure-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-box-04 .fetaure-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 -130px 70px -70px #000 inset;
    box-shadow: 0 -130px 70px -70px #000 inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-04 .package-detail {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    position: absolute;
    z-index: 9
}

.feature-box-04 .title {
    color: #fff;
    margin-right: 5px
}

.feature-box-04 .price {
    width: 60%;
    float: left
}

.feature-box-04 .people-duration {
    float: right;
    margin-left: 5px
}

.feature-box-04 .package-detail p {
    margin: 0 0 0 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.feature-box-04 .package-detail p .theme-color {
    margin-right: 5px
}

.feature-box-04 .rating li {
    float: left;
    margin-left: 3px
}

@media screen and (max-width: 767px) {
    .feature-box-04 .package-detail {
        padding: 20px 10px
    }

    .feature-box-04 .price {
        width: 55%
    }
}

.feature-box-05 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-05 .fetaure-image {
    position: relative;
    overflow: hidden
}

.feature-box-05 .fetaure-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-05 .fetaure-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-box-05 .fetaure-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
    box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-05 .package-detail {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    position: absolute;
    z-index: 9
}

.feature-box-06 {
    text-align: left;
    transition: all 0.5s ease 0s
}

.feature-box-06 i {
    color: var(--primary)
}

.feature-box-06 p {
    color: #6f6f6f
}

.feature-box-07 {
    width: 100%;
    float: left
}

.feature-box-07 .img-box {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.feature-box-07 .feature-textbox {
    position: relative;
    width: 90%;
    z-index: 2;
    top: -50px;
    left: 0;
    transition: all 0.3s ease-out 0s;
    right: 0;
    margin: 0 auto
}

.feature-box-07 .feature-textbox:after {
    border-bottom: 5px solid transparent;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-out 0s
}

.feature-box-07:hover .feature-textbox:after {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    content: "";
    width: 100%
}

.feature-box-07 .feature-textbox:before {
    border-top: 5px solid var(--primary);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.feature-box-07:hover .feature-textbox:before {
    width: 0;
    transition: all 0.5s ease-out 0s
}

.feature-box-07 .feature-textbox a {
    color: var(--primary)
}

.feature-box-07:hover .feature-textbox {
    background-color: var(--primary)
}

.feature-box-07:hover .feature-textbox .title, .feature-box-07:hover .feature-textbox .feature-desc, .feature-box-07:hover .feature-textbox a.read-more {
    color: #fff
}

.feature-box-07 .img-box img {
    transition: all 0.3s ease-out 0s
}

.feature-box-07:hover .img-box img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 991px) {
    .feature-box-07 .feature-textbox {
        width: 95%;
        top: -30px
    }
}

.feature-box-08 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.feature-box-08 .show-details {
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.feature-box-08 .show-details > img {
    width: 100%;
    max-width: none
}

.feature-box-08:hover .show-details {
    opacity: 1
}

.feature-box-08 .feature-box-detail {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%
}

.feature-box-08 .feature-box-detail .height-100 {
    overflow: auto
}

.feature-box-08 .feature-box-detail .list-style-5 li {
    margin-bottom: 8px
}

.feature-box9 {
    position: relative;
    cursor: pointer;
}

.feature-box9:after {
    background: var(--primary);
    position: absolute;
    content: "";
    right: -2px;
    top: 15px;
    width: 2px;
    height: 25px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.feature-box9 i {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.feature-box9:hover i {
    color: var(--primary)
}

.feature-box9:hover:after {
    top: 0;
    height: 50px
}

.feature-boxes-container {
    counter-reset: count;
}

.feature-box-10 .feature-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 25px 30px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
    cursor: pointer;
}

.feature-box-10 .feature-box-inner i {
    color: #939393;
    font-size: 40px;
}

.feature-box-10 i {
    width: 100%;
    text-align: right;
    position: relative;
}

.feature-box-10 i:before {
    float: left;
}

.feature-box-10 i:after {
    font-weight: 700;
    margin-right: -10px;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0" counter(count);
    float: right;
    font-family: "Open Sans", sans-serif;
}

.feature-box-10 .sepratar {
    width: 50px;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.feature-box-10 .feature-box-inner:hover {
    background: var(--feature-box-bg);
}

.feature-box-10 .feature-box-inner:hover .section-text,
.feature-box-10 .feature-box-inner:hover h4,
.feature-box-10 .feature-box-inner:hover i,
.feature-box-10 .feature-box-inner:hover p {
    color: #fff;
}

.feature-box-10 .feature-box-inner:hover a {
    color: #fff;
    font-weight: 700;
}

.feature-box-10 .feature-box-inner:hover i:after {
    color: rgba(255, 255, 255, 0.2);
}

.feature-box-10 .feature-box-inner:hover .sepratar {
    border: 1px solid #fff;
}

.feature-box-10 .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
}

.feature-box-10 .section-text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.feature-flex {
    position: relative;
    margin: 30px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square {
    position: relative;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-icon {
    float: left;
    width: 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-icon i {
    color: var(--primary);
    border-radius: 10px;
    font-size: 32px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px
}

.feature-flex-square-content h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal
}

.feature-flex-square-content h4 a {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal
}

.feature-flex-square-content p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px
}

.feature-flex-square-content-button {
    display: inline-block;
    color: #232323;
    font-size: 14px;
    font-weight: 500
}

.feature-flex-square-content-button:after {
    content: '\f0da';
    font-weight: 700;
    font-size: 14px;
    font-family: "Font Awesome\ 5 Free";
    color: #232323;
    margin-left: 7px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-content-button:hover {
    color: var(--primary)
}

.feature-flex-square-content-button:hover:after {
    color: var(--primary)
}

@media screen and (max-width: 991px) {
    .feature-flex-square-icon {
        text-align: center
    }

    .feature-flex-square-icon i {
        font-size: 30px
    }

    .feature-flex-square-content h4 {
        font-size: 16px
    }

    .feature-flex-square-content h4 a {
        font-size: 16px
    }

    .feature-flex-square-content p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .feature-flex-square-icon {
        text-align: left;
        width: 40px
    }
}

.welcome-img {
	border-radius: 40px;
}

/*=======================================================
  38. Pricing Styles
========================================================*/

.price-table {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    position: relative
}

.price-table-header {
    background: var(--primary);
    text-align: center;
    padding: 30px
}

.price-table-recommended {
    position: relative;
    z-index: 9999;
    transform: scale(1.09)
}

.pricing-list > i {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 100%;
    color: var(--primary);
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px
}

.price-table-header h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 5px 15px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.price-table-header h4 {
    color: #fff;
    font-size: 60px;
    margin: 15px 0 10px
}

.price-table-header h4 sup {
    font-size: 35px;
    margin: 0 5px
}

.price-table-header span {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.price-table-content {
    padding: 10px 20px 20px 20px;
}

.price-table-content ul {
    padding-left: 0;
    padding-bottom: 0
}

.price-table-content ul li {
    display: block;
    list-style-type: none;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    padding: 15px
}

.price-table-content ul li:before {
    content: '\f00c';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    color: var(--primary);
    margin-right: 12px
}

.price-table-content ul li:nth-child(2),
.price-table-content ul li:nth-child(4) {
    background: #eee
}

.price-table-content a {
    display: inline-block;
    border: 2px solid var(--primary);
    background: #fff;
    font-family: "Montserrat", sans-serif;
    color: #232323;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0;
    padding: 12px 15px;
    width: 100%;
    margin-top: 15px
}

.price-table-content a:hover {
    background: var(--primary);
    color: #fff
}

.pricing-list {
    text-align: center;
    border-radius: 0;
    background: #fff;
    border: 2px solid #ececec;
    padding: 30px 40px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.pricing-list.home-3-pricing {
    border-radius: 0;
}

.pricing-list.highlight {
    background: var(--primary);
    border-color: transparent
}

.pricing-list.highlight .pricing-list-button {
    background: #fff;
    margin: 20px 15px 0;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.pricing-list.highlight .pricing-list-button:hover {
    background: var(--primary)
}

.pricing-list.highlight .pricing-list-button a {
    display: block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list.highlight .pricing-list-button:hover a {
    color: #fff
}

.pricing-list h4 {
    color: #232323;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.pricing-list h2 {
    display: inline-block;
    color: #232323;
    letter-spacing: 2px
}

.pricing-list h2 sup {
    color: #232323;
    font-size: 30px;
    font-weight: 500;
    vertical-align: sub
}

.pricing-list span {
    display: inline-block;
    color: var(--primary);
    font-weight: 500
}

.pricing-list ul {
    margin-top: 20px
}

.pricing-list ul li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 7px
}

.pricing-list ul li:after {
    content: '';
    display: block;
    width: 240px;
    max-width: 100%;
    height: 1px;
    background: #ececec;
    margin: 10px auto 0
}

.pricing-list-button {
    background: var(--primary);
    margin: 20px 15px 0;
    border: 1px solid var(--primary);
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.pricing-list-button:hover {
    background: #fff
}

.pricing-list-button a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list-button:hover a {
    color: var(--primary)
}

.price-table-style2 .price-table-header {
    background: #000
}

.price-table-style2 .price-table-content a {
    border-color: #232323
}

.price-table-style2 .price-table-content a:hover {
    background: #232323
}

.price-table-style2 .price-table-content ul li:before {
    color: #232323
}

@media screen and (max-width: 767px) {
    .price-table-recommended {
        position: relative;
        z-index: 9999;
        transform: scale(1)
    }
}

.single-plan {
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}

.single-plan .head-plan h4 {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.body-plan .price-plan {
    padding: 32px 0 43px;
    position: relative;
    background: #f7f7f7;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea
}

.body-plan .price-plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: bold;
    color: #616161
}

.body-plan .price-plan h3 sup {
    font-size: 18px;
    top: -15px;
    font-weight: bold;
    margin-right: 2px
}

.body-plan .price-plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
    position: relative
}

.feat-plan {
    margin: 56px 0 33px
}

.feat-plan ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feat-plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.feat-plan ul li:last-child {
    margin: 0
}

.price-plan i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background: var(--primary)
}

.footer-plan {
    padding: 0 0 30px
}

@media screen and (max-width: 767px) {
    .body-plan .price-plan {
        padding: 28px 0 38px
    }

    .body-plan .price-plan h3 sup {
        font-size: 16px
    }

    .feat-plan {
        margin: 45px 0 30px
    }

    .feat-plan ul li {
        margin-bottom: 12px;
        padding-bottom: 12px
    }
}

.bg-fade .services-block-three a {
	border-radius: 40px;
}

.bg-fade .services-block-three a:before {
	display: none;
}

.bg-fade .services-block-three ul li {
	color: black;
}

.overview-content .features-list .undecorate li span:hover {
	background:  red !important;
	color: black !important;
}

/*****************NAVBAR from bootstrap and old style.css*********************/


 @media screen and (max-width: 991px) {

    .header-style-3 #top-bar {
        background: var(--primary)
    }

    .header-style-3 .navbar-toggler {
        background: transparent;
    }

}


.dark-red-hover {
    background: rgb(255,240,240) !important;
}
.dark-red-hover:hover {
    background: darkred !important;
}

.primary-hover {
    background: rgba(var(--primary-rgb),0.1) !important;
}

.primary-hover:hover {
    background: var(--color-primary) !important;
}

.secondary-hover:hover {
    background: var(--color-secondary) !important;
}

body {
    min-height: 101vh;
}


/******************** RESPONSIVE ************************/
/*****************************************************************
    Template Name    : Techvio - IT Solutions & Business Services Website Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main Responsive file of the template
*****************************************************************/

@media only screen and (max-width: 767px) {

    .section-title h2 {
        font-size: 30px;
    }

    .section-title h3 {
        font-size: 26px;
        margin: 5px 0 0 0;
    }

    .default-btn-one {
        margin-right: 0;
    }

/*
    .other-option {
        display: none;
    }
*/
    .navbar-area {
        -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    }

    .navbar-area.is-sticky .techvio-responsive-nav .mean-container a.meanmenu-reveal {
        padding-top: 6px;
        color: #000000;
    }

    .navbar-area.is-sticky .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #000000;
    }

    .mean-container .mean-nav {
        margin-top: 43px;
    }

    .techvio-responsive-nav .mean-container a.meanmenu-reveal {
        padding-top: 8px;
        color: #fff;
    }

    .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #fff;
    }

    .main-banner-content {
        text-align: center;
        padding-top: 50px;
    }

    .main-banner-content h1 {
        font-size: 35px;
        margin: 0 0 18px 0;
    }

    .main-banner-content .banner-btn {
        margin-top: 20px;
    }

    .home-area {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 100px;
        background-position: center;
    }

    .slider .control-text {
        display: none;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 35px;
    }

    .about-content {
        margin-top: 40px;
    }

    .about-content-text h2 {
        font-size: 25px;
    }
    .about-image {
        text-align: center;
        margin-top: 35px;
    }
    .about-image .years-design {
        left: 25px;
        bottom: 25px;
    }

    .testimonial-slider .testimonial-single-item .testimonial-content .icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-] {
        left: 0;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0;
    }

    .blog-image img {
        width: 100%;
    }

    .blog-item .single-blog-item {
        padding: 20px 16px;
    }

    .blog-item .single-blog-item .blog-content h3 {
        font-size: 20px;
    }

    .blog-item .single-blog-item .blog-list li {
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-item .single-blog-item .blog-list i::before {
        font-size: 12px;
    }

    .partner-title {
        margin-bottom: 30px;
    }

    .partner-title span {
        font-size: 15px;
    }

    .partner-title h3 {
        font-size: 26px;
        margin: 5px 0 0 0;
    }

    .partner-list .partner-item {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .partner-list .partner-item:nth-child(6) {
        margin-left: 0;
    }

    .subscribe-content {
        margin-bottom: 25px;
    }

    .subscribe-content h2 {
        margin-bottom: 12px;
    }

    .subscribe-content .sub-title {
        font-size: 14px;
        font-weight: 500;
    }

    .newsletter-form button {
        position: relative;
        margin-top: 25px;
    }

    .single-services-box {
        padding: 30px 25px;
    }

    .single-services-box h3 {
        font-size: 18px;
        top: 45px;
        left: 100px;
    }

    .overview-content span {
        font-size: 15px;
    }

    .overview-content h2 {
        font-size: 26px;
        margin: 5px 0 8px 0;
    }

    .overview-content .features-list-1 li,
    .overview-content .features-list li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .overview-image {
        margin-bottom: 30px;
        text-align: center;
    }
    .overview-image-2 {
        text-align: center;
        margin-top: 35px;
    }
    .single-counter {
        padding: 15px 0;
    }
    .single-testimonial {
        padding: 30px 10px;
    }

    .hire-content h2 {
        font-size: 35px;
    }
    .hire-content p {
        font-size: 15px;
    }
    .hire-content .hire-btn .hire-btn-one {
        margin-left: 0;
    }

    .partner-list .partner-item a {
        padding: 0px 15px;
    }

    .single-project .image-hover {
        left: 20px;
    }

    .contact-image {
        margin-bottom: 35px;
    }

    .page-title-area {
        height: 300px;
    }

    .page-title-content h2 {
        font-size: 35px;
    }

    .page-title-content ul {
        margin-top: 6px;
    }

    .services-details-overview {
        margin-bottom: 0;
    }

    .services-details-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services-step-title h2 {
        font-size: 28px;
        color: #0b0b31;
        font-weight: 900;
    }

    .projects-details-desc .project-details-info {
        margin-top: 16px;
    }

    .projects-details-desc .project-details-info .single-info-box {
        -ms-flex: unset;
        -webkit-box-flex: unset;
        flex: unset;
        max-width: unset;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .single-pricing-box .pricing-header h3 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .single-pricing-box .price {
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: 8px;
    }

    .woocommerce-result-count {
        margin-bottom: 20px;
    }

    .pagination-area {
        margin-top: 0;
    }

    .pagination-area .page-numbers {
        width: 40px;
        height: 40px;
        margin: 0px 1px;
        line-height: 40px;
        font-size: 15px;
    }

    .text-right {
        text-align: center !important;
        margin-top: 10px;
    }

    .faq-accordion .accordion .accordion-item .accordion-title {
        padding: 20px;
        font-size: 18px;
    }

    .coming-soon-area {
        height: 100%;
        padding-top: 160px;
        padding-bottom: 150px;
    }

    .coming-soon-content h1 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .coming-soon-content #timer div {
        margin-bottom: 30px;
    }

    .widget-area .widget_techvio_posts_thumb .item .info .title {
        font-size: 16px;
    }

    .widget-area .widget_search {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 0;
    }

    .widget-area .widget_search form.search-top {
        margin-top: 40px;
    }

    .widget-area .widget_search form.search-bottom {
        margin-top: 0;
    }

    .tagcloud.section-top {
        margin-bottom: 30px;
    }

    .tagcloud.section-bottom {
        margin-bottom: 0;
    }

    .blog-details-desc .article-content h3 {
        font-size: 20px;
    }
    .comments-area .comment-respond .comment-form-author {
        float: left;
        width: 100%;
        padding-right: 0px;
    }
    .comments-area .comment-respond .comment-form-email {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    blockquote, .blockquote {
        padding: 18px !important;
    }

    blockquote p, .blockquote p {
        font-size: 16px !important;
    }

    .single-footer-widget {
        margin-bottom: 35px;
    }

    .single-footer-widget .footer-heading {
        margin-bottom: 20px;
    }

    .single-footer-widget .footer-heading h2 {
        font-size: 22px;
    }

    .single-footer-widget .footer-social {
        margin-bottom: 20px;
    }

    .footer-quick-links li:last-child {
        padding-bottom: 25px;
    }

    .copyright-area {
        text-align: center;
    }

    .copyright-area ul {
        text-align: center;
    }
    .slider .parallax-slider .caption {
        text-align: left;
        padding-top: 0px;
    }
    .project-area .project-list .nav li {
        margin: 10px 5px;
    }
    .faq-accordion.first-faq-box {
        margin-bottom: 30px;
    }
    .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .blog-details-desc .article-content .wp-block-gallery.columns-3 li:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .footer-quick-links li:last-child {
        padding-bottom: 0;
    }

    .project-image img {
        width: 100%;
    }

    .text-right {
        margin-top: 0;
    }

    .home-area {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 100px;
        background-position: center;
    }

}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .slider .parallax-slider .caption {
        text-align: left;
        padding-top: 70px;
    }
    .hire-content h2 {
        font-size: 30px;
    }
    .partner-list .partner-item a {
        padding: 0px 0px;
    }
    .blog-details-desc .article-footer .article-share {
        flex: unset;
        max-width: unset;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title span:not(.nobr) {
        font-size: 15px;
    }

    .section-title h3 {
        font-size: 26px;
        margin: 5px 0 0 0;
    }
/*
    .other-option {
        display: none;
    }
*/
    .navbar-area {
        -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    }

    .navbar-area.is-sticky .techvio-responsive-nav .mean-container a.meanmenu-reveal {
        padding-top: 6px;
        color: #000000;
    }

    .navbar-area.is-sticky .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #000000;
    }

    .mean-container .mean-nav {
        margin-top: 43px;
    }

    .techvio-responsive-nav .mean-container a.meanmenu-reveal {
        padding-top: 6px;
        color: #fff;
    }

    .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #fff;
    }

    .home-area {
        padding-top: 170px;
        padding-bottom: 100px;
        background-position: center;
    }

    .slider .control-text {
        display: none;
    }

    .main-banner-content {
        margin: auto;
        text-align: center;
        padding-top: 30px;
    }

    .main-banner-content h1 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }

    .main-banner-content .banner-btn {
        margin-top: 20px;
    }

    .about-content-text h2 {
        font-size: 33px;
    }
    .about-image {
        text-align: center;
        margin-top: 35px;
    }
    .about-image .years-design {
        left: 75px;
        bottom: 25px;
    }
    .about-content .about-btn {
        margin-top: 20px;
    }

    .testimonial-slider .testimonial-single-item .testimonial-content .icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-] {
        left: 0;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0;
    }

    .blog-image img {
        width: 100%;
    }

    .blog-item .single-blog-item {
        padding: 20px 16px;
    }

    .blog-item .single-blog-item .blog-content h3 {
        font-size: 18px;
    }

    .blog-item .single-blog-item .blog-list li {
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-item .single-blog-item .blog-list i::before {
        font-size: 12px;
    }

    .hire-inside-wrapper {
        padding: 70px 75px;
    }

    .partner-title {
        margin-bottom: 30px;
    }

    .partner-list .partner-item {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .partner-list .partner-item:nth-child(6) {
        margin-left: 0;
    }

    .subscribe-content {
        margin-bottom: 25px;
    }

    .subscribe-content h2 {
        margin-bottom: 12px;
    }

    .subscribe-content .sub-title {
        font-size: 14px;
        font-weight: 500;
    }

    .newsletter-form button {
        padding: 0 18px;
        font-size: 14px;
    }

    .single-services-box {
        padding: 30px 25px;
    }

    .single-services-box h3 {
        font-size: 18px;
        top: 47px;
        left: 100px;
    }

    .about-content {
        margin-top: 40px;
    }

    .overview-content span {
        font-size: 15px;
    }

    .overview-content h2 {
        font-size: 26px;
        margin: 5px 0 8px 0;
    }

    .overview-content .features-list li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .overview-image {
        margin-bottom: 35px;
        text-align: center;
    }
    .overview-image-2 {
        text-align: center;
        margin-top: 35px;
    }
    .single-counter {
        padding: 15px 0;
    }
    .hire-content h2 {
        font-size: 33px;
    }
    .hire-content p {
        font-size: 15px;
    }
    .partner-list .partner-item a {
        padding: 0px 50px;
    }

    .contact-image {
        margin-bottom: 35px;
        text-align: center;
    }

    .page-title-area {
        height: 300px;
    }

    .page-title-content h2 {
        font-size: 35px;
    }

    .page-title-content ul {
        margin-top: 6px;
    }

    .services-details-overview {
        margin-bottom: 0;
    }

    .services-details-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .projects-details-desc .project-details-info {
        margin-top: 20px;
    }

    .projects-details-desc .project-details-info .single-info-box {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .widget-area .widget_techvio_posts_thumb .item .info .title {
        font-size: 16px;
    }

    .widget-area .widget_search {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 0;
    }

    .widget-area .widget_search form.search-top {
        margin-top: 40px;
    }

    .widget-area .widget_search form.search-bottom {
        margin-top: 0;
    }

    .tagcloud.section-top {
        margin-bottom: 30px;
    }

    .tagcloud.section-bottom {
        margin-bottom: 0;
    }

    .single-footer-widget {
        padding: 15px 0;
    }

    .single-footer-widget .footer-heading {
        margin-bottom: 12px;
    }

    .single-footer-widget .footer-heading h2 {
        font-size: 22px;
    }

    .single-footer-widget .footer-social {
        margin-bottom: 20px;
    }

    .footer-quick-links li:last-child {
        padding-bottom: 25px;
    }

    .copyright-area {
        text-align: left;
    }

    .copyright-area ul {
        text-align: right;
    }
    .faq-accordion.first-faq-box {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-brand {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
/*      top: -5px;
        left: -10px; */
    }

    .navbar-area.is-sticky .navbar-light .navbar-brand {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .techvio-nav .navbar .navbar-nav .nav-item a {
        font-size: 15px;
    }

    .home-area {
/*      height: 800px; */
    }

    .about-content-text h2 {
        font-size: 33px;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-] {
        left: 0;
    }

    .testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0;
    }

    .blog-item .single-blog-item {
        padding: 20px 16px;
    }

    .blog-item .single-blog-item .blog-content h3 {
        font-size: 18px;
    }

    .blog-item .single-blog-item .blog-list li {
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-item .single-blog-item .blog-list i::before {
        font-size: 12px;
    }

    .single-services-box {
        padding: 30px 25px;
    }

    .single-services-box h3 {
        font-size: 18px;
        top: 47px;
        left: 100px;
    }

    .overview-content .features-list-1 li span,
    .overview-content .features-list li span {
        padding: 15px;
        font-size: 15px;
    }

    .single-project .image-hover {
        left: 18px;
    }

    .single-footer-widget .footer-heading h3 {
        font-size: 19px;
    }
}

/*********************** Icosahedron *************/

.solid {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-animation: spin 16s infinite linear;
          animation: spin 16s infinite linear;
  transform-style: preserve-3d;
}
.solid .side {
  position: absolute;
  left: 0;
  bottom: 50%;
  border-bottom: 173.2px solid black;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: 50% 0%;
  border-bottom-color:  rgba(var(--icos-color),0.4);
}
.solid .side:nth-child(1) {
  transform: translateY(-18.5px) rotateY(72deg) rotateX(52.62deg);
  border-bottom-color:  rgba(var(--icos-color),0.1);
/*  border-bottom-color: rgba(166, 139, 146, 0.4); */
}
.solid .side:nth-child(2) {
  transform: translateY(-18.5px) rotateY(144deg) rotateX(52.62deg);
  border-bottom-color:  rgba(255,255,255,0.2);
border-bottom-color:  rgba(var(--icos-color),0.2);
/*  border-bottom-color: rgba(187, 5, 148, 0.4); */
}
.solid .side:nth-child(3) {
  transform: translateY(-18.5px) rotateY(216deg) rotateX(52.62deg);
  border-bottom-color:  rgba(var(--icos-color),0.3);
/*  border-bottom-color: rgba(134, 56, 187, 0.4); */
}
.solid .side:nth-child(4) {
  transform: translateY(-18.5px) rotateY(288deg) rotateX(52.62deg);
  border-bottom-color:  rgba(var(--icos-color),0.4);
/*  border-bottom-color: rgba(55, 17, 66, 0.4); */
}
.solid .side:nth-child(5) {
  transform: translateY(-18.5px) rotateY(360deg) rotateX(52.62deg);
/*  border-bottom-color: rgba(233, 249, 147, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.3);
}
.solid .side:nth-child(6) {
  transform: translateY(361.8px) rotateY(468deg) rotateX(127.38deg);
/*  border-bottom-color: rgba(60, 160, 57, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}
.solid .side:nth-child(7) {
  transform: translateY(361.8px) rotateY(540deg) rotateX(127.38deg);
  border-bottom-color:  rgba(var(--icos-color),0.1);
/*  border-bottom-color: rgba(50, 129, 143, 0.4); */
}
.solid .side:nth-child(8) {
  transform: translateY(361.8px) rotateY(612deg) rotateX(127.38deg);
/*  border-bottom-color: rgba(7, 248, 227, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}
.solid .side:nth-child(9) {
  transform: translateY(361.8px) rotateY(684deg) rotateX(127.38deg);
  border-bottom-color:  rgba(var(--icos-color),0.3);
/*  border-bottom-color: rgba(16, 196, 243, 0.4); */
}
.solid .side:nth-child(10) {
  transform: translateY(361.8px) rotateY(756deg) rotateX(127.38deg);
/*  border-bottom-color: rgba(244, 164, 251, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.4);
}
.solid .side:nth-child(11) {
  transform: translateY(86.6px) rotateY(828deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(160, 125, 56, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.3);
}
.solid .side:nth-child(12) {
  transform: translateY(86.6px) rotateY(900deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(127, 178, 97, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}
.solid .side:nth-child(13) {
  transform: translateY(86.6px) rotateY(972deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(202, 167, 201, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.1);
}
.solid .side:nth-child(14) {
  transform: translateY(86.6px) rotateY(1044deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(175, 11, 48, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}
.solid .side:nth-child(15) {
  transform: translateY(86.6px) rotateY(1116deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(69, 37, 57, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.3);
}
.solid .side:nth-child(16) {
  transform: translateY(256.7px) rotateY(1152deg) rotateZ(180deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(115, 33, 156, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.4);
}
.solid .side:nth-child(17) {
  transform: translateY(256.7px) rotateY(1224deg) rotateZ(180deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(31, 138, 51, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.3);
}
.solid .side:nth-child(18) {
  transform: translateY(256.7px) rotateY(1296deg) rotateZ(180deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(115, 19, 136, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}
.solid .side:nth-child(19) {
  transform: translateY(256.7px) rotateY(1368deg) rotateZ(180deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(33, 14, 1, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.1);
}
.solid .side:nth-child(20) {
  transform: translateY(256.7px) rotateY(1440deg) rotateZ(180deg) translateZ(170.1px) rotateX(-10.81deg);
/*  border-bottom-color: rgba(100, 136, 20, 0.4); */
border-bottom-color:  rgba(var(--icos-color),0.2);
}

@-webkit-keyframes spin {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(720deg) rotateZ(1080deg);
  }
}

@keyframes spin {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(720deg) rotateZ(1080deg);
  }
}


@keyframes spin {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(720deg) rotateZ(1080deg);
  }
}

.article-box-img {
    transition:  transform 0.5s ease-out;
}

.article-box:hover .article-box-img {
    transform: scaleX(1.3) scaleY(1.3);
}

.blog-btn {
        text-align: right;
}

.blog-image-outer {
    overflow: hidden;
}


@media (max-width: 768px) {
    .article-box-img {
        max-height:  268px;
    }

    .blog-btn {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .article-box-img {
        max-height: 268px;
    }
}

@media (min-width: 768px) {
    .article-box-img {
        max-height: 173px;
    }

}

@media (min-width: 992px) {
    .article-box-img {
        max-height: 242px;
    }
}

@media (min-width: 1200px) {
    .article-box-img {
        max-height: 186px;
    }
}

@media (min-width: 1400px) {
    .article-box-img {
        max-height:  221px;
    }
}

/****************** video styles ************/
.main_video {
    position: relative;
    margin-top: -175px;
}
.single-panel-thumb .main_video {
    position: relative;
}
.service-main-details-inner-thumb img {
    width: 100%;
}
.service-details-video-thumb img {
    width: 100%;
}
.service-details-video .single-video{
    position: relative;
}
.service-details-video .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 50%;
}

.video-icon a {
    width: 75px;
    height: 75px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: white;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: red;
    font-size: 28px;
    z-index: 44;
}

.video-icon a i {
    padding-left: 5px;
}