body{
  font-family: 'Roboto','Montserrat', sans-serif;
}
*{
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover{
  text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.bg-green-light{
  background-color: #bfe6c5;
}
@media (max-width: 1000px){
  .top-header-block .top-header-link {
      border-left: none !important;
      border-right: none !important;
  }
}
h3.m_2, h2.m_2, h4.m_2 {
    font-size: 1.7em;
    /* font-weight: 600; */
    text-align: left;
    color: #fff;
    /* text-transform: uppercase; */
    /* text-decoration: underline; */
    font-family: Oswald, serif;
    border-bottom: 2px solid #44a454;
}
.bg-light-pure{
  background-color: #eaf2ea !important;
  border-radius: 5px;
}
h3.m_2 span, h2.m_2 span {
    background-color: #44a454;
    padding: 5px 10px;
    display: inline-block;
}
.modal-open{
  overflow: inherit;
  padding-right: 0 !important;
}
.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
}
.h50{
  height: 60px;
  overflow-y: hidden;
  display: table-cell;
  vertical-align: middle;
}
.fz-small{
  font-size: 0.9em !important;
} 
.ft-italic{
  font-style: italic !important; 
}
.title5, .title3, .title4, .title2{
  font-family: Oswald, serif;
}
.title5{
  font-size: 1.3em;
}
.title3{
  font-size: 2em;
}
.title4{
  font-weight: bold;
}
.title2{
  font-size: 2.5em;
  font-weight: bold;
}

/*****/
  .sm-shadow{
    box-shadow: rgb(47 47 47 / 31%) 1px 3px 2px;
  }
/*****/
.page-title-nb {
  font-family: 'Oswald', sans-serif;
  padding: 0.5em;
  background: #063a23;
  color: #ffff;
  display: inline-block;
}
/*****/
  .bg-green {
    background: rgba(48,155,66,.9);
  }
  .bg-sm-light{
    background: #f1f1f1;
  }
  .bg-grey{
    background: #e9ecef;
  }
  .light-green {
    color: #6abf4b;
  }
  .very-green{
    color: #035f2f;
  }
  .very-green:hover{
    color: #bb9838;
  }
  .navy-color{
    color: #e6bf55;
  }
  .text-navy{
    color: #e6bf55;
  }
  .green-color{
    color: #42a252;
  }
  .text-green{
    color: #42a252;
  }
/*****/

/****/
  .item-model-text{
    font-size: 0.6em;
  }
  .header{
    box-shadow: rgb(47 47 47) 0px 2px 10px;
  }
  .nav-item:hover{
    background-color: #1a5632;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
  }
  .nav-item{
    font-family: 'Oswald', sans-serif;
  }
  .nav-item.active{
    background-color: #1a5632;
  }
  a.dropdown-item{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    /*background-color: #1a5632;*/
  }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1a5632;
}
  a.dropdown-item:hover{
    padding-left: 2em;
    background-color: #1a5632;
    color: #fff;
  }
  .dropdown-item{
    padding: 1em 1.5em;
    color: #FFF;
    border-bottom: 1px solid rgb(0 152 8);
    transition-property: all;
    transition-duration: 0.5s;
  }
  .dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
  }
  .dropdown-menu{
    border-radius: 0 0 3px 3px;
    min-width: 200px;
    border: 1px solid rgb(0 152 8);
    background: rgb(59 160 65 / 95%);
    margin: 0;
    padding: 0;
    /*top: calc(100% + 100px);*/
    transition-property: all;
    transition-duration: 0.3s;
  }
  /*.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown>.dropdown-toggle:active {
      // pointer-events: none;
  }
  .dropdown-toggle::after {
    display: none;
  }*/
/****/

/****/
  .welcome-block .company-name{
    font-family: 'Oswald', sans-serif;
  }
  .grd-title{
    font-family: 'Oswald', sans-serif;
  }
  .custom-title{
    font-family: 'Oswald', sans-serif;
  }
/****/

/****/
  .products-list .card {
    border: none !important;
  }

  .products-list .card .card-title{
    font-family: 'Oswald', sans-serif;
  }
/****/



/****/
  .wy-good{
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/images/snb/bg-news.jpg);
    color: #fff;
  }

  .wy-good.minor{
    background-image: url(/images/snb/bg-news-swit2.jpg);
  }

  .wy-good > div{position: relative;}

  .wy-good:before {
    background-color: #000;
    filter: alpha(opacity=68);
    -webkit-opacity: .68;
    -moz-opacity: .68;
    opacity: .68;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .wy-good .card{
    background-color: inherit;
  }
  .wy-good .card-body{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
  }
/****/



/****/
  .events-list{

  }
  .event-item{
    position: relative;
  }
  .event-item-desc{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    margin: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 150;
  }

  .hover-box:hover .hover {
    opacity: 1;
    background: rgba(96,174,65,.35);
  }

  .event-item .hover{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(68 164 84 / 50%);
    opacity: 1;
    z-index: 100;
    -webkit-transition: all 1.2s cubic-bezier(.19,1,.22,1);
    -khtml-transition: all 1.2s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1.2s cubic-bezier(.19,1,.22,1);
    -o-transition: all 1.2s cubic-bezier(.19,1,.22,1);
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
  }
/****/

/****/
  .hover-rote{
    position: relative;
  }
  .hover-warp{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 3s cubic-bezier(.19,1,.22,1);
    -khtml-transition: all 3s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 3s cubic-bezier(.19,1,.22,1);
    -o-transition: all 3s cubic-bezier(.19,1,.22,1);
    transition: all 3s cubic-bezier(.19,1,.22,1);
  }
  .hover-rote img{
    -webkit-transition: all 3s cubic-bezier(.19,1,.22,1);
    -khtml-transition: all 3s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 3s cubic-bezier(.19,1,.22,1);
    -o-transition: all 3s cubic-bezier(.19,1,.22,1);
    transition: all 3s cubic-bezier(.19,1,.22,1);
  }
  .hover-rote:hover img{
    /*transform: rotateX(360deg);*/
  }
  .hover-rote:hover .hover-warp{
    background: rgb(67 163 83 / 52%);
  }
/****/

/****/
  .home-right{
    background-image: url("../images/other/image-home-right.jpg");
    background-size: cover;
  }
  .home-right.minor{
    background-image: url("../images/other/ho-chap.jpg");
    background-size: cover;
  }
/****/

/****/
  .footer-icon{
    font-size: 2em;
  }
  .footer-menu{
    font-family: 'Oswald', sans-serif;
  }
/****/

/**** page ****/
  .locations-content .card-img-block{
    background-image: url("../images/other/map.jpg");
    background-size: cover;
  }
  .home-locator-input {
    background-color: transparent;
    border: 1px solid #333;
    padding: 14px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 0;
    font-size: 2rem;
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    font-size: 16px;
  }
  .button{
    webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .6s cubic-bezier(.19,1,.22,1);
    -ms-transition: all .6s cubic-bezier(.19,1,.22,1);
    -o-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 32px;
    font-size: 2rem;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    border: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
  }
  .career-form-left{
    background-image: url("../images/snb/carriere.jpeg");
    background-size: cover;
  }
  .category-list-left{
    background-image: url("../images/other/ho.jpg");
    background-size: cover;
  }
  .category-list-left.minor{
    background-image: url("../images/other/ho-chap.jpg");
    background-size: cover;
  }
  .product-single-left{
    background-image: url("../images/other/ho.jpg");
    background-size: cover;
    position: relative;
  }
  .product-single-left.minor{
    background-image: url("../images/other/ho-chap.jpg");
  }
  .product-single-left img{
    position: relative;
  }
  .product-single{
    background-color: #efefef;
  }
  .product-single-left:before {
    /*background-color: #fff;*/
    filter: alpha(opacity=28);
    -webkit-opacity: .28;
    -moz-opacity: .28;
    opacity: .28;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .single-product .event-item .hover {
    background: rgb(68 164 84 / 35%);
  }
  .single-descr{
    line-height: 2.2;
    text-align: justify;
  }
  .products-category{
    background-color: #eefdf0;
  }
  .products-category .card{
    border: none !important;
    background-color: inherit;

    transition-property: all;
    transition-duration: 0.5s;
  }
  .products-category .card:hover{
    background-color: rgba(255,255,255,0.5);
  }
  .products-category .card .card-title{
    font-family: 'Oswald', sans-serif;
    color: #035f2f;
  }
  .block-right-title{
    font-family: 'Oswald', sans-serif;
    color: #035f2f;
  }
  .on-bg{
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
    color: #ffffff;
    text-shadow: 2px 2px #1a5632;
  }
  .home-locator-submit{
    background-color: #289a48;
    border-color: #289a48;
    text-transform: uppercase;
    color: #fff;
    padding: .05em .5em;
  }
  .page-slide{
    position: relative;
  }
  .mission-vision .card{
    background-color: inherit;
  }
  .mission-vision .card .card-body{
    background-color: #fff;
    border-radius: 0 0 3px 3px;
  }
  .mission-vision .card .card-body .card-title{
    color: #e0bb00;
  }
  .page-title{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0.5em;
    background: #063a23;
    color: #ffff;
    z-index: 44;
  }
  .form-title{
    font-family: 'Oswald', sans-serif;
    color: #6abf4b;
    text-transform: uppercase;
  }
  .sub-title{
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid #063a23;
    font-size: 2em;
  }
  .product-single .card{
    background-color: inherit !important;
    border: none !important;
  }
  .product-single .card-body{
    
  }
/**** end page ****/

/**** explore ****/
  .explore {
      color: #071f32;
      display: block;
      /*margin-top: 1.5rem;*/
      margin-bottom: 2rem;
      padding-top: 3rem;
      position: relative;
      text-align: center;
      text-decoration: none;
  }
  @media (min-width: 1000px)
  {.paris-container-column .explore:before {
      /*margin-left: -2.5rem;
      margin-right: -2.5rem;
      width: calc(100% + 5rem);*/
  }}
  .explore:before {
      background: 50%/cover no-repeat url(/images/bg/map-dark1.png) rgba(7,31,50,.05);
      content: "";
      display: block;
      height: 89%;
      position: absolute;
      top: 0;
      width: 100%;
  }
  .explore-text, .explore-title {
      display: block;
      position: relative;
  }
  .explore-title {
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1.33;
      margin-bottom: .8rem;
  }
  .explore-text {
      font-size:0.9rem;
      font-weight: 400;
      line-height: 1.54;
      margin: 0 auto 2rem;
      max-width: 27rem;
      padding: 0 1.5rem;
  }
  .explore-text, .explore-title {
      display: block;
      position: relative;
  }
/**** end explore ****/

/**** paris ****/
  .paris-container.is-home .paris-button {
      min-width: unset;
  }
  .paris-button.is-red:not(.is-on-a-colored-background) {
      box-shadow: 0 0 0 0.05rem #063a23;
  }
  .paris-button.is-red {
      background-color: #063a23;
  }
  .paris-button.has-icon {
      padding: 1rem;
  }
  .paris-button {
      -webkit-box-align: center;
      align-items: center;
      background-color: #fff;
      border: none;
      cursor: pointer;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-pack: center;
      justify-content: center;
      /*min-width: 12rem;*/
      padding: 1.6rem 2rem;
      position: relative;
      text-decoration: none;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease;
  }
  .paris-button.is-red:before {
      background-color: #fff;
  }
  .paris-button:focus:not(.focus-visible) {
      outline: 0;
  }
  .paris-button:before {
      background-color: #063a23;
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: width .3s ease;
      transition: width .3s ease;
      width: 0;
  }
  .paris-button:focus:before, .paris-button:hover:before {
      width: 100%;
  }
  .paris-button.is-blue .paris-icon, .paris-button.is-red .paris-icon, .paris-button.is-transparent .paris-icon, .paris-button:focus .paris-icon, .paris-button:hover .paris-icon {
      fill: #fff;
  }
  .paris-button .paris-icon {
      fill: #000;
      /*height: 3.2rem;
      margin-right: .4rem;*/
      position: relative;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease;
      /*width: 3.2rem;*/
      z-index: 1;
  }
  .paris-icon {
      height: 1.9rem;
      width: 1.9rem;
  }
  .paris-button.is-blue .paris-button-text, .paris-button.is-red .paris-button-text, .paris-button.is-transparent .paris-button-text, .paris-button:focus .paris-button-text, .paris-button:hover .paris-button-text {
      color: #fff;
  }
  .paris-button-text {
      color: #000;
      display: block;
      font-family: Montserrat,sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 1.1;
      pointer-events: none;
      position: relative;
      text-align: center;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      z-index: 1;
  }
  .paris-button.is-red:focus .paris-icon, .paris-button.is-red:hover .paris-icon {
      fill: #063a23;
  }
  .paris-button.is-red:focus .paris-button-text, .paris-button.is-red:hover .paris-button-text {
      color: #063a23;
  }
  .paris-container-column{
      font-size: 14px;
  }
/**** end paris ****/



/***** start social link ******/
.social-link a{
  display: inline-block;
}
.social a{
  margin-bottom: 5px;
}
.social a span{
  min-width: 100px;
  display: inline-block;
  text-align: left;
}
.social-link a i{
  font-size: 1.5em;
  color: #fff;
}
.social-link a:hover i{
  color:  var(--change-color);
}
.social-link a.icon-block{
  height: 24px;
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
}
.social-link a.icon-block img{
  height: 100%;
  line-height: 1;
}
/***** end social link ******/

/***** login ******/
.login-right-bg{
    background: url('../../images/other/ho.jpg') 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
.login-right-bg.minor{
    background: url('../../images/other/ho-chap.jpg') 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
.login-right-bg.sponsoring{
    background: url('../../images/other/ho-sponsoring.jpg') 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    min-height: inherit;
}
.login-left-bg{
    background: url('../../images/other/9.jpg') 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
.login-right-bg:before,.login-left-bg:before {
    background-color: #000;
    filter: alpha(opacity=38);
    -webkit-opacity: .38;
    -moz-opacity: .38;
    opacity: .38;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.login-main .or{
    position: relative;
}
.login-main .or:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    background-color: #f3f3ff;
    top: 9px;
    z-index: 0;
    right: 0;
}
.login-main{
    background-color:  #44a454;
}
.login-main form{
    border-radius: 10px;
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
}
.login-main input {
    background-color: #f3f3ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #efefef;
    background-color: #fff;
    font-size: 14px;
    color: #898989;
}
.login-main .form-group {
    margin-bottom: 10px;
    position: relative;
}
.login-main label {
    font-size: 15px;
    letter-spacing: 0.4px;
}
/***** login end ******/

.tp-block{
    position: relative;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}
.tp-title{
    position: absolute;
    width: 100%;
    background-color: #004730ab;
    font-family: Oswald, serif;
    bottom: 0;
}
.tp-title a{
  color: #fff;
  text-transform: capitalize;
}
.event-text{
  font-family: 'Montserrat', sans-serif;
}
.tp-img{
    border: 3px solid #43a354;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
}
.tp-img img{
    border-radius: 5px;
}

.video-container .video-block {
    position: relative;
    margin: 0 0 15px 0;
}
.video-container .video-block > img {
    width: 100%;
}
.video-container .video-block iframe {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 300px){
  a.dropdown-item{
    background-color: #1a5632;
  }
}

/* start footer v2 */

.footer-widget p {
  margin-bottom: 27px;
}

.dk-footer p {
  /* font-family: 'Nunito', sans-serif; */
  font-size: 16px;
  color:white;
  line-height: 28px;
}

dk-footer .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; 
}

dk-footer .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; 
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } 
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } 
}

.animate-border.border-white:after {
  border-color: #fff; 
}

.animate-border.border-yellow:after {
  border-color: #F5B02E; 
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; 
}

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; 
}

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; 
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } 
}

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } 
} 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; 
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 15px;
  /* padding-left: 80px;  */
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px; 
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color:#007bff; 
}

.dk-footer-box-info {
  /* position: absolute;
  top: -122px;
  background: #202020;
  padding: 40px;
  z-index: 2;  */
}
.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 35px; 
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.dk-footer-box-info .footer-social-link li {
  display: inline-block; 
}
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff; 
}
.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #3B5998; 
}
.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55ACEE; 
}
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #DD4B39; 
}
.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0976B4; 
}
.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #B7242A; 
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px; 
}

.footer-info-text {
  margin: 26px 0 32px; 
}

.footer-left-widget {
  padding-left: 80px; 
}

.footer-widget .section-heading {
  margin-bottom: 35px; 
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; 
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; 
}

.footer-widget li {
  margin-bottom: 18px; 
}

.footer-widget p {
  margin-bottom: 27px; 
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.footer-widget a:hover {
  color: #007bff; 
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both; 
}

.dk-footer-form {
  position: relative; 
}
.dk-footer-form input[type=email] {
  padding: 12px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  height: inherit;
}
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px; 
}
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px; 
}
.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff; 
}
.dk-footer-form button:hover {
  cursor: pointer; 
}

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

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.contact-icon {
  position: absolute; 
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff; 
}

.contact-info {
  margin-left: 75px;
  color: #fff; 
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0; 
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; 
  color: #878787;
}
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.copyright a:hover {
  color:#007bff; 
}

.copyright-menu ul {
  text-align: right;
  margin: 0; 
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; 
}

.back-to-top {
  position: relative;
  z-index: 2; 
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742; 
}
/* end footer v2 */