/*  ======================================

Project Name: Halfana Crowdfunding
Project URI: https://halfana.uz
Author: Light Solutions
Author URI: https://light.uz
Description: Платформа для краудфандинга в Узбекистане

 =======================================  */


/**
* Table of content
*
* 1.0 - Defaults Css
* 2.0 - Navbar Css
* 3.0 - Slider Css
* 4.0 - Why Us Css 
* 5.0 - Screenshot Css
* 6.0 - Service List Css
* 7.0 - Benefits Css
* 8.0 - Pricing Css
* 9.0 - Success Story Css
* 10.0 - Subscribe  Css
* 11.0 - Awards Css
* 12.0 - Footer Css
**/

/*------------------------------------------------------------------

[Color codes]

Background:       rgba(137, 130, 247, .9) (Purple)
Content:          #05022a (Black)
Header h1-h6:     #05022a (Black)

a (standard):    #8982f7 (White)
a (visited):     #8982f7 (Blue)
a (active):      #8982f7 (Blue)

-------------------------------------------------------------------*/


/*=============================================*/
/************** 1.0 - Default Css ************/
/*===========================================*/

* {
  padding: 0px;
  margin: 0px;
  outline: none; 
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  transition: all .5s ease;
  color: #05022a;
  overflow-x: hidden;
}
::selection{
  background: #00aeff;
}
h1,h2,h3,h4,h5,h6{
    line-height:1.33em;
    font-weight:600;
    margin-bottom: 0px;
}
a {
  border: 2px solid transparent;
  position: relative;
  text-decoration: none; 
  transition: all .5s ease;
  color: #8982f7;
}
a:hover{
  color: #8982f7;
  text-decoration: none;
}
h1{
    font-size:2.93em;
}
h2{
    font-size:2.3em;
}
h3{
    font-size:1.87em;
}
h4{
    font-size:1.6em;
}
h5{
    font-size:1.33em;
}
h6{
    font-size:1.07em;
}
p{
  font-size:1em;
  margin-bottom: 0px!important;
}
ul {
  margin-bottom: 0px; 
}
li {
  list-style: none; 
}
button {
  border: none;
  cursor: pointer; 
}
button:focus {
  outline: none; 
}
img {
  max-width: 100%; 
}

.pt-button{
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  border-radius: 100px;
  text-decoration: none;
  padding: 17px 30px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #4cb5ff, #8982f7, #4cb5ff, #cccccc, #8982f7);
  background-size: 400% 400%;
  display: inline-block;
  transition: all .5s ease;
}
.pt-button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
@keyframes gradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 20%;
  }
}

.pt-button:hover{
  animation: gradient  8s ease infinite;
  color: #ffffff;
  box-shadow: 0px 7px 18px 2px rgba(0, 0, 0, 0.25);
}

.pt-button.light{
  background: linear-gradient(135deg, #fff, #fff, #fff, #fff, #fff);
}
.pt-button.light span{
    background: linear-gradient(to right, #8982f7 0%, #4cb5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-center{
  text-align: center;
}
.pt-title{
  padding-bottom: 57px;
}
.pt-title h2{
  padding-bottom: 15px;
}
.pt-title p{
  color: #a7a7a7;
}
.title-left{
  text-align: left;
}


.pt-list li{
  padding-bottom: 10px;
  max-width: 470px;
}
.pt-list li:before{
  content: url(img/check.png);
  position: relative;
  top: 4px;
  padding-right: 10px;
}
/*=============================================*/
/************** 2.0 - Navbar Css **************/
/*===========================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 1s;
  z-index: 3;
}
header.black{
  background: -webkit-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
}
.bg-light {
  background: transparent!important;
}
.navbar-brand img {
    max-height: 24px;
}
.navbar {
    padding: .5rem 0rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    margin: 10px 10px;
    padding: 0px;
}
.nav-link{
  position: relative;
}

.left-menu {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
}
.right-menu{
  text-align: right;
}
.right-menu li{
  display: inline-block;
}
.right-menu li{
  display: inline-block;
  padding-right: 20px;
}
.right-menu li:last-child{
  padding-right: 0px;
}
.right-menu li a {
    color: #ffffff;
    margin: 8px 0px;
    padding: 0;
}
.dropdown > a:after{
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 6px;
  color: #ffffff;
  font-size: 12px;
}
.right-menu {
  text-align: right;
  position: absolute;
  right: 0;
}
.right-menu li a span{
  margin-right: 12px;
}
.right-menu li a span img {
  position: absolute;
  left: 0;
  top: 14px;
}
select.language {
  background: rgba(255,255,255,0);
  color: #ffffff;
  border: none;
}
select.language option {
  color: #000000;
}

/*===========================================*/
/************** 3.0 - Slider Css ************/
/*=========================================*/

#pt-slider{
  background: url(img/slider_product.jpg) no-repeat center bottom;
  background-size: cover;
}

.slider-content-wrapper{
  position: relative;
  height: 100vh;
}
.slider-content-wrapper-image{
  position: relative;
  height: 100vh;
}
.welcome-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.welcome-text h1,
.welcome-text p{
  color: #fff;
}


.slider-content{
  color: #ffffff;
}
.verticle-align-tm{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-title{
  padding-bottom: 36px;
  transition: all .5s ease;
}
.slider-text{
  padding-bottom: 40px;
  padding-right: 60px;
}
.slider-service {
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 300px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    position: relative;
    left: -130px;
    z-index: 1;
    transition: all .5s ease;
}
.slider-service-list{
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  width: 632px;
  background: url(img/slider_service_bg.png) no-repeat center right;
}
.slider-service-list .slider-service{
  display: inline-block;
}
.service-details{
  color: #4c4c4c;
  transition: all .5s ease;
}
.service-title{
  color: #0f0f0f;
  height: 60px;
  width: 60px;
  background: #afaaf5;
  display: block;
  border: 1px solid #8982f7;
  border-radius: 100%;
  position: relative;
  margin-bottom: 25px;
  transition: all .5s ease;
}
.service-title svg{
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease;
}
.service-title h5{
    position: absolute;
    left: 70px;
    width: 300px;
    top: 18px;
  transition: all .5s ease;
}
.service-details strong{
  margin-bottom: 17px;
  display: block;
}
.service-subtitle{
  padding-bottom: 5px;
}
.service-details ul{
  padding-bottom: 50px;
}
.service-play svg{
  color: #8982f7;
  transition: all .5s ease;
}
.service-play a ,
.service-play a svg{
  color: #0f0f0f;
  transition: all .5s ease;
}
.service-play a svg{
  margin-left: 5px;
}
.service-play a {
  float: right;
}
.play-border{
  border: 1px solid #8982f7;
  border-radius: 100%;
  padding: 7px 10px 7px 11px;
}


.slider-service:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.slider-service:hover::before {
  opacity: 1;
}

.slider-service:hover .service-play a,
.slider-service:hover h5,
.slider-service:hover .service-play svg,
.slider-service:hover .service-details,
.slider-service:hover .service-play a svg{
  text-decoration: none;
  color: #fff;
}
.slider-service:hover .play-border{
  border: 1px solid #fff;
}
.slider-service:hover .service-title{
  background: #fff;
  border: 1px solid #fff;
}
.slider-service:hover .service-title svg{
  color: #8982f7;
}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 15px;
}
/*===========================================*/
/************* 4.0 - Why Us Css ************/
/*=========================================*/
#whyus{
  padding-top: 90px;
  padding-bottom: 70px;
}
.whyus-item{
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  padding: 45px 25px 45px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: all .5s ease;
}
.whyus-item img{
  float: left;
  margin-right: 25px;
  max-width: 140px;
}
.whyus-item h5{
  padding-bottom: 15px;
}
.whyus-item p{
  padding-left: 165px;
}
.whyus-item:hover{
    color: #fff;
}
.whyus-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/whyus_item_bg.png) no-repeat center right;
  background-size:cover;
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.whyus-item:hover::before {
  opacity: 1;
}
/*===========================================*/
/********** 5.0 - Screenshot Css ************/
/*=========================================*/
#screenshot{
  padding-top: 92px;
  padding-bottom: 100px;
  background: url(img/screenshot_bg.png) no-repeat center bottom;
  background-size: cover;
  background-color: #fafafa;
}
.screenshot img{
  display: block;
  margin: 0 auto;
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all .5s ease;
}
.screenshot img:hover{
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
}

/*===========================================*/
/********** 6.0 - Service List Css **********/
/*=========================================*/
#service-list{
  padding-top: 100px;
  padding-bottom: 90px;
}
.service-list-item {
  padding: 18px 30px;
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin-bottom: 15px;
  max-width: 370px;
  overflow: hidden;
  transition: all .5s ease;
}
.service-list-item h6{
  color: #505050;
  transition: all .5s ease;
}
.service-list-item svg{
  margin-right: 15px;
  color: #8982f7;
  transition: all .5s ease;
}
.service-list-item:hover {
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
}
.service-list-item:hover h6{
  color: #8982f7;
}
.service-large-img img{
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}


/*===========================================*/
/************ 7.0 - Benefits Css ************/
/*=========================================*/
#benefits{
  padding-top: 92px;
  padding-bottom: 100px;
  background: url(img/benefits_bg.png) no-repeat center right;
  background-size: cover;
  background-color: #fafafa;
}
.benefits-text h4,.benefits-para{
  padding-bottom: 20px;
}
.padding-bottom-10{
  padding-bottom: 10px;
}.pulse-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pulse-icon .icon {
  font-size: 30px;
  animation: grow-shrink 4s ease-out infinite;
  position: relative;
  top: 16px;
  left: 4px;
}

.pulse-icon a{
  color: #fff; 
}

.pulse-icon .icon-wrap{
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 3;
}

.pulse-icon .elements{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.pulse-icon .circle{
  border-radius: 50%;
  position: absolute;
}
.pulse-icon .circle-inner{
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  
  background: -webkit-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(315deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  animation: grow-circles 4s linear infinite both;
}
.pulse-icon .circle-outer{
  width: 100px;
  height: 100px;
  background: -webkit-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(135deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(315deg, rgb(78, 208, 248) 0%, rgb(139, 95, 255) 100%);
  top: -20px;
  left: -20px;
  animation: grow-circles 4s linear infinite both;
}

.pulse-icon .pulse{
  position: absolute;
  animation: pulse-wave 4s linear infinite both;
  border-radius: 50%;
}
.pulse-icon .pulse-1{
  border: solid 1px rgba(255,255,255,0.25);
  width: 200px;
  height: 200px;
  top: -70px;
  left: -70px;
}
.pulse-icon .pulse-2{
  border: solid 1px rgba(255,255,255,0.35);
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
}
.pulse-icon .pulse-3{
  border: solid 1px rgba(255,255,255,0.45);
  width: 400px;
  height: 400px;
  top: -170px;
  left: -170px;
}

@keyframes pulse-wave{
  0%{
    opacity: 0;
    transform: scale(0.1);
  }
  50%{
    opacity: 1;
    transform: scale(0.5);
  }
  100%{
    opacity: 0;
    transform: scale(1.0);
  }
}

@keyframes grow-circles{
  0%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  15%{
    opacity: 1;
    transform: scale(1.05);
  }
  30%{
    opacity: 0.85;
    transform: scale(1.0);
  }
  
}

@keyframes grow-shrink{
  0%{
    transform: scale(1);
  }
  15%{
    transform: scale(1.1);
  }
  30%{
    transform: scale(1);
  }

}
/*===========================================*/
/************* 8.0 - Pricing Css ************/
/*=========================================*/
#pricing{
  padding-top: 90px;
  padding-bottom: 100px;
}
.pricing-item{
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -o-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -ms-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: -moz-linear-gradient(135deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  background: linear-gradient(315deg, rgb(76, 181, 255) 0%, rgb(137, 130, 247) 100%);
  border-radius: 5px;
  padding:55px 60px 60px 60px;
  z-index: 1;
  transition: all .5s ease;
  color: #ffffff;
  
}
.pricing-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -o-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -ms-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: -moz-linear-gradient(bottom, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  background: linear-gradient(to top, rgb(251, 140, 167) 0%, rgb(139, 95, 255) 100%);
  border-radius: 5px;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.pricing-item:hover::before {
  opacity: 1;
}

.pricing-title{
  text-transform: uppercase;
}
.pricing-sub-title{
  padding-bottom: 2px;
}
.price{
  padding-bottom: 50px;
}
.price span{
  font-size: 24px;
  position: relative;
  top: -12px;
  padding-right: 5px;
}
.pricing-details{
  padding-bottom: 20px;
}
.pricing-details li{
  border-bottom: 1px solid rgba(255,255,255,.1); 
  padding: 8px 0px 7px 0px;
}
.pricing-details li:last-child{
  border-bottom: none;
}
.title-center {
    text-align: center;
}
/*===========================================*/
/********* 9.0 - Success Story Css *********/
/*=========================================*/
#success-story{
  padding-top: 90px;
  padding-bottom: 100px;
  background: url(img/success_story_bg.png) no-repeat center top;
  background-size: cover;
  background-color: #fafafa;
}
.slideit{
  text-align: center;
}

.slideit blockquote,
.slideit p,
.slideit h5{
  text-align: left;
}
.success-story{
  max-width: 400px;
  overflow: hidden;
  box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 5px;
}
.client-media{
  position: relative;
}
.client-media .pulse-icon .circle-inner{
  opacity: .4;
}
.client-media .pulse-icon .circle-outer{
  opacity: .3;
}
.client-text-content{
  padding: 45px 30px;
}
.client-details{
  padding-bottom: 20px;
}
.client-details p{
  font-size: 15px;
  line-height: 21px;
  color: #a7a7a7;
}
blockquote {
    margin: 0 0 0;
    padding-left: 45px;
    position: relative;
}
blockquote::before {
    content: url(img/quote.png);
    float: left;
    line-height: 0;
    position: absolute;
    top: 7px;
    left: 0px;
}
.slick-dots li button:before {
    font-size: 15px;
    opacity: .5;
    color: #8982f7;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8982f7;
}
.slick-dots li {
    margin: 0 0px;
}
.slick-dots {
    bottom: -40px;
}
/*==================================================*/
/************* 10.0 - Subscribe  Css ***************/
/*================================================*/
#subscribe{
  padding-top: 100px;
  padding-bottom: 100px;
}
.subscribe-form-bg{
  border-radius: 5px;
  background: url(img/subscribe_form_bg.png);
  background-size: cover;
  background-position: center left;
}
.newsletter{
  padding: 55px 0px;
  text-align: center;
  position: relative;
  left: -80px;
}
.newsletter input[type="email"]{
  background: rgba(94,233,238,.5);
  border: none;
  padding: 16px 30px;
  margin-right: 30px;
  border-radius: 100px;
  width: 370px;
  transition: all .3s ease;
  color: #ffffff;
}
.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter input[type="submit"]{
  border: none;
  border-radius: 100px;
  background: rgba(94,233,238,.5);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 30px;
  color: #fff;
  transition: all .3s ease;
  position: absolute;
  cursor: pointer;

}
/*===========================================*/
/************* 11.0 - Awards Css ************/
/*=========================================*/
#awards{
  background: #fafafa;
  padding-top: 90px;
  padding-bottom: 96px;
}
.award-text h3{
  padding-bottom: 15px;
}
.awards-logo{
  padding-top: 58px;
}
.awards-logo p{
  color: #a7a7a7;
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
/*===========================================*/
/************* 12.0 - Footer Css ************/
/*=========================================*/
#footer{
  background: url(img/footer_bg.jpg)  no-repeat center left;
  color: #ffffff;
  background-size: cover;
  background-position: left top;
}
#footer h1{
  margin: 0px;
}

p a::after ,
li a::after {
  width: 0%;
  height: 2px;
  display: block;
  background-color: #8982f7;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
  
p a:hover::after ,
li a:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #8982f7;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0;
}
#footer a::after {
  width: 0%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-item a::after {
  width: 0%;
  height: 2px;
  display: block;  
  background: #fff;
  content: " ";
  position: absolute;
  top: 23px;
  left: 0%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-item a:hover::after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    content: " ";
    position: absolute;
    top: 23px;
    left: 0;
}
#footer a:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: absolute;
  top: 21px;
  left: 0;
}
.widget-area{
  padding-top: 95px;
  padding-bottom: 97px;
  background-size: cover;
  background-position: center center;
}
.widget-title-tm{
  font-weight: 400;
  padding-bottom: 35px;
}
.tm-widget-text a,
.copyright-text a,
.copyright-nav a,
.widget-links a{
  color: #ffffff;
  transition: all .5s ease;
}
.widget-links a:hover,.tm-widget-text a:hover{
  color: #fff;
}
.widget-links a{
  color: #ffffff;
  transition: all .5s ease;
}
.tm-widget-text li{
  padding-bottom: 6px;
}
.tm-widget-text li:last-child{
  padding-bottom: 0px;
}
.widget-links li{
  padding-bottom: 5px;
}
.widget-links li:last-child{
  padding-bottom: 0px;
}
.copyright-area{
  background: #000;
  padding: 23px 0px;
}
.copyright-text,
.copyright-nav a{
  font-size: 0.866em;
}
.copyright-nav{
  text-align: right;
}
.copyright-nav li{
  display: inline-block;
  padding-left: 25px;
}