/*
	[Table of contents]

	1. - Config
    	1.1 - Typography
    	1.2 - Global config
    	1.3 - Structure

    2. - Modules
    	2.1 - Header
        2.2 - Footer

    3. - [Widget]
    	3.1  - [Widget] Area
        3.2  - [Widget] Slider
        3.3  - [Widget] Service
        3.4  - [Widget] Sale
        3.5  - [Widget] About
        3.6  - [Widget] FAQ
        3.7  - [Widget] Event
        3.8  - [Widget] Save Money
        3.9  - [Widget] Testimonial
        3.10 - [Widget] Infomation
        3.11 - [Widget] Bottom Sidebar
        3.12 - [Widget] Gallery
        3.13 - [Widget] News
        3.14 - [Widget] Promo
        3.15 - [Widget] Article
        3.16 - [Widget] Defaut
        3.17 - [Widget] Counter

    4. - [Page]
    	4.1  - [Page] Elements
        4.2  - [Page] Appointment
        4.3  - [Page] About
        4.4  - [Page] Blog Full Width
        4.5  - [Page] Blog List
        4.6  - [Page] Blog Masonry
        4.7  - [Page] Single Post
        4.8  - [Page] Care Tip
        4.9  - [Page] Contact
        4.10 - [Page] Gallery Single
        4.11 - [Page] Gallery
        4.12 - [Page] Reviews
        4.13 - [Page] Service
        4.14 - [Page] Shop
        4.15 - [Page] Team
        4.16 - [Page] 404
*/
/**
 * 1.1 - Typography
 * -------------------------------------------------------------------
**/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,600);
@import url(http://fonts.googleapis.com/css?family=Lora:400italic);
@font-face {
  font-family: avant_garde;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/avant_garde.eot");
  src: url("fonts/avant_garde.eot?") format("eot"), url("fonts/avant_garde.woff") format("woff"), url("fonts/avant_garde.ttf") format("truetype");
}

.main-menu ul li a.sf-with-ul:before, .widget-slider-4 .slick-prev:before, .widget-slider-4 .slick-next:before, .kopa-service-widget-5 .widget-content .col-right ul li a:before, .kopa-service-widget-6 .widget-content .entry-item .entry-content span i, .kopa-service-widget-6 .widget-content .entry-item .entry-content .more:before, .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span:after, .widget_categories ul li a:before, .kopa-breadcrumb span a:before, .kopa-ul.kopa-ul-s1 li a:before, .kopa-appointment .appointment-info .time-select:before, .kopa-appointment .appointment-comment form .form-group .select-wrap:after, .move-post a.prev-post:before, .move-post a.next-post:after, .kopa-service .widget-text-order .col-right ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  transform: translate(0, 0);
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * 1.2 - Global config
 * -------------------------------------------------------------------
**/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  float: left;
  width: 100%;
  overflow-x: hidden;
}

body {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #34343e;
  background: #fff;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #1b70c3;
  color: #fff;
}

::selection {
  background: #1b70c3;
  color: #fff;
}

select {
  cursor: pointer;
}

textarea {
  resize: none;
}

input:hover, input:focus, input:active, select:focus, button:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #34343e;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #1b70c3;
}

p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #34343e;
  margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

ul, ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/**
 * 1.3 - Structure
 * -------------------------------------------------------------------
**/
.line-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.line-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.line-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

@media (max-width: 767px) {
  .line-30 {
    height: 15px;
  }
}

.line-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

@media (max-width: 767px) {
  .line-40 {
    height: 15px;
  }
}

.line-50 {
  display: inline-block;
  width: 100%;
  height: 50px;
}

@media (max-width: 767px) {
  .line-50 {
    height: 15px;
  }
}

.line-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}

@media (max-width: 767px) {
  .line-60 {
    height: 15px;
  }
}

.line-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

@media (max-width: 767px) {
  .line-70 {
    height: 15px;
  }
}

.line-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

@media (max-width: 1023px) {
  .line-80 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .line-80 {
    height: 15px;
  }
}

.line-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

@media (max-width: 767px) {
  .line-90 {
    height: 15px;
  }
}

.line-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .line-100 {
    height: 15px;
  }
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1170px) {
  .wrapper {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .wrapper {
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .wrapper {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .wrapper {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .wrapper {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .wrapper {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .wrapper {
    width: 300px;
    padding: 0;
  }
}

.wrapper-2 {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  .wrapper-2 {
    width: 100%;
  }
}

.border-bottom-line {
  border-bottom: 1px solid #ededed;
}

.main-col {
  float: right;
  width: 825px;
  padding-left: 15px;
}

@media (max-width: 1119px) {
  .main-col {
    width: 665px;
  }
}

@media (max-width: 1023px) {
  .main-col {
    width: 645px;
  }
}

@media (max-width: 979px) {
  .main-col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.main-col.left {
  float: left;
  padding-left: 0;
  padding-right: 15px;
}

.sidebar {
  float: left;
  width: 315px;
}

@media (max-width: 979px) {
  .sidebar {
    width: 100%;
  }
}

.left-sidebar {
  float: left;
  width: 315px;
  padding-right: 15px;
}

@media (max-width: 979px) {
  .left-sidebar {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.right-sidebar {
  float: left;
  width: 315px;
  padding-left: 15px;
}

@media (max-width: 979px) {
  .right-sidebar {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.more-1 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  background: #1b70c3;
  border-bottom: 4px solid #1663ae;
  text-align: center;
  padding: 15px 30px 10px;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.more-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34343e;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.more-1:hover {
  color: #fff;
  border-color: #34343e;
}

.more-1:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.more-1 a {
  color: #fff;
  position: relative;
  top: -6px;
}

.more-1:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: transparent url("images/icon/arr-right-2.png") center center no-repeat;
}

.more-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  position: relative;
}

.more-2:after {
  position: absolute;
  content: '';
  top: 5px;
  right: -15px;
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-3.png") center center no-repeat;
  opacity: 0.5;
}

.more-2:hover {
  color: #34343e;
}

.more-3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #999;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.more-3:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-3.png") center center no-repeat;
  top: 5px;
  right: -30px;
}

.more-3:after {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  top: -5px;
  right: -39px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.more-4 {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #34343e;
  text-align: center;
  padding-top: 15px;
  top: 50px;
  right: -54px;
  -webkit-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-out 0s, visibility 0s ease 0s;
}

.more-4 a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") center center no-repeat;
}

.load-more-wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.load-more-1 {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 24px 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.load-more-1:hover {
  border-color: #1b70c3;
}

.load-more-1:hover a {
  color: #1b70c3;
}

.load-more-1 a {
  float: left;
  margin: 4px 10px 0 0;
  color: #737373;
}

.load-more-1 span {
  float: left;
  width: 28px;
  height: 28px;
  background: #1b70c3;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.load-more-1 span:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: transparent url("images/icon/arr-right-7.png") left top no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget-title-1 {
  padding: 37px 30px 25px;
  background: #ededed;
  position: relative;
}

.widget-title-1:after {
  position: absolute;
  content: '';
  border: 20px solid #1b70c3;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 0;
  right: 0;
}

.widget-title-1 h2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #34343e;
  margin-right: 20px;
  text-transform: uppercase;
}

@media (max-width: 979px) {
  .widget-title-1 h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .widget-title-1 h2 {
    line-height: 30px;
  }
}

.widget-title-1 h2 + p {
  border-left: 1px solid #97a5ad;
}

@media (max-width: 979px) {
  .widget-title-1 h2 + p {
    border-left: none;
  }
}

.widget-title-1 p {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.015em;
  position: relative;
  top: -3px;
  padding-left: 20px;
}

@media (max-width: 979px) {
  .widget-title-1 p {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.widget-title-2 {
  float: left;
  width: 30%;
}

.widget-title-2 h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.015em;
  color: #fff;
}

@media (max-width: 479px) {
  .widget-title-2 h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.widget-title-2 p {
  font-size: 14px;
  line-height: 24px;
  color: #eaeaea;
  margin-bottom: 40px;
}

.widget-title-2 .more-1 {
  border-bottom: none;
  text-transform: none;
  padding: 14px 30px 11px;
}

.meta-item {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.015em;
  color: #a2a2a2;
  margin-bottom: 10px;
}

.meta-item .author {
  color: #a2a2a2;
}

.meta-item .author:hover {
  color: #1b70c3;
}

.meta-item .location {
  text-transform: uppercase;
}

.meta-item-2 .meta-categories a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #000;
}

.meta-item-2 .meta-categories a:hover {
  color: #1b70c3;
}

.meta-item-2 .meta-time {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #a2a2a2;
  position: relative;
}

.meta-item-2 .meta-categories + .meta-time {
  margin-left: 10px;
}

.meta-item-2 .meta-categories + .meta-time:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: -7px;
  background: #a2a2a2;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.time-date-1 {
  float: left;
  width: 80px;
  border: 1px solid #d6d6d6;
  padding: 8px;
  margin-right: 30px;
  position: relative;
  text-align: center;
}

.time-date-1 .month {
  display: block;
  padding: 10px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.015em;
  color: #a2a2a2;
  background: #1b70c3;
  border-bottom: 1px solid #4d8ccb;
  color: #fff;
}

.time-date-1 .day {
  display: block;
  padding: 10px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #a2a2a2;
  background: #1b70c3;
  color: #fff;
}

.kopa-social {
  position: relative;
}

.kopa-social ul {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.kopa-social ul li {
  display: inline-block;
  text-align: center;
  padding: 0 17px;
}

.kopa-social ul li a {
  display: inline-block;
  text-align: center;
}

.kopa-social ul li a:hover i {
  color: #fff;
}

.kopa-social ul li a:hover i:after {
  background: #1b70c3;
}

.kopa-social ul li a i {
  display: inline-block;
  width: 15px;
  text-align: center;
  font-size: 15px;
  color: #272728;
  position: relative;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-social ul li a i:after {
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: -1;
  content: '';
  width: 37px;
  height: 37px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-social-2 li {
  display: inline-block;
  margin: 0 12px;
}

.kopa-social-2 li a {
  color: #fff;
  position: relative;
}

.kopa-social-2 li a:before {
  position: absolute;
  content: '';
  top: -7px;
  left: -8px;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-social-2 li a:hover {
  color: #1b70c3;
}

.kopa-social-2 li a:hover:before {
  background: #fff;
}

.kopa-social-2 li a i {
  width: 10px;
  text-align: center;
}

.kopa-star i {
  font-size: 15px;
  color: #ffc300;
}

.icon-sale, .icon-new {
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 13px 0;
  top: 20px;
  left: 20px;
  background: #1b70c3;
  z-index: 10;
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.icon-thumb {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  margin: auto;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.icon-thumb i {
  position: absolute;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.mask-bg-1 {
  float: left;
  width: 100%;
  height: 492px;
  background-image: url("images/fixed/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

@media (max-width: 479px) {
  .mask-bg-1 {
    display: none;
  }
}

.mask-bg-1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.kopa-pagination {
  float: left;
  width: 100%;
  text-align: center;
}

.kopa-pagination .pages {
  display: inline-block;
  background: #fff;
  color: #34343e;
  padding: 15px 21px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.kopa-pagination ul {
  display: inline-block;
  text-align: center;
}

.kopa-pagination ul li {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}

.kopa-pagination ul li .current {
  display: inline-block;
  padding: 15px 21px;
  background: #000;
  color: #fff;
}

.kopa-pagination ul li a {
  display: inline-block;
  color: #737373;
  background: #f2f2f2;
  padding: 15px 21px;
}

.kopa-pagination ul li a:hover {
  background: #000;
  color: #fff;
}

/**
 * 2.1 - Header
 * -------------------------------------------------------------------
**/
.kopa-header-1, .kopa-header-1 #kopa-header-top, .kopa-header-1 #kopa-header-bottom {
  float: left;
  width: 100%;
}

.kopa-header-1:after, .kopa-header-1 #kopa-header-top:after, .kopa-header-1 #kopa-header-bottom:after, .kopa-header-1:before, .kopa-header-1 #kopa-header-top:before, .kopa-header-1 #kopa-header-bottom:before {
  display: table;
  content: "";
}

.kopa-header-1:after, .kopa-header-1 #kopa-header-top:after, .kopa-header-1 #kopa-header-bottom:after {
  clear: both;
}

.kopa-header-1 #kopa-header-top {
  border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-top {
    display: none;
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-top .cart {
    font-size: 0;
    line-height: 0;
    padding: 7px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    margin-right: 15px;
  }
  .kopa-header-1 #kopa-header-top .cart:hover {
    border-color: #1b70c3;
  }
  .kopa-header-1 #kopa-header-top .cart:hover i {
    color: #fff;
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-top .cart i {
    display: block;
    font-size: 16px;
    margin: 0;
    width: 16px;
    color: #000;
  }
}

.kopa-header-1 #kopa-header-bottom .nav.nav-tabs {
  padding: 0;
  border-bottom: none;
}

.kopa-header-1 #kopa-header-bottom .nav-tabs > li, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav-tabs > li {
  margin: 0;
}

.kopa-header-1 #kopa-header-bottom .nav > li > a, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav > li > a {
  padding: 15px 20px;
  text-transform: uppercase;
  border: none !important;
  margin-right: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.kopa-header-1 #kopa-header-bottom .nav-tabs > li.active > a, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav-tabs > li.active > a, .kopa-header-1 #kopa-header-bottom .nav-tabs > li.active > a:hover, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav-tabs > li.active > a:hover, .kopa-header-1 #kopa-header-bottom .nav-tabs > li.active > a:focus, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav-tabs > li.active > a:focus {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-1 #kopa-header-bottom .nav > li > a:hover, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav > li > a:hover, .kopa-header-1 #kopa-header-bottom .nav > li > a:focus, .kopa-header-1 #kopa-header-bottom #kopa-header-bottom .nav > li > a:focus {
  color: #1b70c3;
  background: transparent;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu {
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search {
    position: absolute;
    width: 300px;
    top: -53px;
    right: 55px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -65px;
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search.sb-search-open form input[type='text'] {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"] {
    position: absolute;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
    transition: all 300ms ease 0s, visibility 0s ease 0s;
  }
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"] {
    padding: 6px 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #34343e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"]::-webkit-input-placeholder {
    color: #737373;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"]:-moz-placeholder {
    color: #737373;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"]::-moz-placeholder {
    color: #737373;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"]:-ms-input-placeholder {
    color: #737373;
  }
}

@media (max-width: 479px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form input[type="text"] {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form .sb-icon-search {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
    -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
    transition: all 300ms ease 0s, visibility 0s ease 0s;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form .sb-icon-search:hover {
    background: #1b70c3;
    color: #fff;
    border-color: #1b70c3;
  }
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form .sb-icon-search {
    border: none;
    color: #fff;
    background: transparent;
  }
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu .sb-search form .sb-icon-search:hover {
    border-color: none;
  }
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav {
  float: left;
  width: 100%;
  background: #f4f4f4;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav {
    display: block;
  }
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav {
    width: auto;
    position: absolute;
    top: -85px;
    left: 15px;
    background: none;
  }
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav:after {
  position: absolute;
  content: '';
  width: 500px;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav:after {
    display: none;
  }
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .icon-navgovo {
  float: right;
  font-size: 24px;
  padding: 26px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .icon-navgovo {
    color: #fff;
    padding: 25px 0;
  }
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav {
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 10;
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav {
    width: 400px;
  }
}

@media (max-width: 479px) {
  .kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav {
    width: 300px;
  }
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav li a:hover span {
  color: #34343e;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav li a span {
  color: #34343e;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav.active {
  display: block;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav ul {
  margin: 18px 18px 0;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav ul li a {
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-header-1 #kopa-header-bottom .kopa-main-menu #mobile-nav .nav ul li a:hover {
  background: #1b70c3;
  color: #fff;
}

#kopa-social-link {
  float: left;
  width: 25%;
  background: #f4f4f4;
  position: relative;
  padding: 15px 0;
}

@media (max-width: 979px) {
  #kopa-social-link {
    width: 30%;
  }
}

@media (max-width: 799px) {
  #kopa-social-link {
    width: 32%;
  }
}

@media (max-width: 767px) {
  #kopa-social-link {
    display: none;
  }
}

#kopa-social-link:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000%;
  background: #f4f4f4;
}

#kopa-social-link ul {
  display: inline-block;
  width: 100%;
}

#kopa-social-link ul li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 1119px) {
  #kopa-social-link ul li {
    margin-right: 15px;
  }
}

#kopa-social-link ul li:last-child {
  margin-right: 0;
}

#kopa-social-link ul li a {
  font-size: 12px;
  color: #8f9092;
}

#kopa-social-link ul li a:hover {
  color: #1b70c3;
}

#header-top-right {
  float: right;
  width: 75%;
  padding: 10px 0 10px 20px;
}

#header-top-right:after, #header-top-right:before {
  display: table;
  content: "";
}

#header-top-right:after {
  clear: both;
}

@media (max-width: 979px) {
  #header-top-right {
    width: 70%;
  }
}

@media (max-width: 799px) {
  #header-top-right {
    width: 68%;
  }
}

@media (max-width: 767px) {
  #header-top-right {
    width: 100%;
  }
}

#mobile-nav {
  display: none;
}

@media (max-width: 1023px) {
  #mobile-nav {
    display: block;
  }
}

.header-contact {
  float: left;
  margin-top: 6px;
}

@media (max-width: 1023px) {
  .header-contact {
    display: none;
  }
}

.header-contact ul {
  display: inline-block;
  width: 100%;
}

.header-contact ul li {
  display: inline-block;
  color: #737373;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.header-contact ul li:last-child {
  margin-right: 0;
}

.header-contact ul li:hover {
  color: #1b70c3;
}

.header-contact ul li:hover a, .header-contact ul li:hover i {
  color: #1b70c3;
}

.header-contact ul li a {
  color: #737373;
}

.header-contact ul li i {
  margin-right: 10px;
}

.header-box {
  float: right;
}

.cart {
  display: inline-block;
  padding: 5px 10px;
  background: #2b2c30;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.cart:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.cart:hover {
  color: #fff;
  border-color: #1b70c3;
}

.cart:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 767px) {
  .cart {
    display: none;
  }
}

.cart i {
  margin-right: 10px;
}

.regist, .login {
  color: #737373;
  border: 1px solid #737373;
  background: #f4f4f4;
  padding: 4px 10px;
  margin-left: 6px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.regist:before, .login:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.regist:hover, .login:hover {
  color: #fff;
  border-color: #1b70c3;
}

.regist:hover:before, .login:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 1023px) {
  .regist, .login {
    display: none;
  }
}

@media (max-width: 1023px) {
  .login {
    display: none;
  }
}

#sb-search {
  float: none;
  width: auto;
  height: auto;
  min-width: 0;
  text-align: right;
  margin-top: 10px;
}

#sb-search form input[type='text'] {
  display: inline-block;
  width: 300px;
  padding: 5px;
  font-size: 13px;
  border: none;
  color: #bdbdbd;
  position: relative;
  height: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

#sb-search form button {
  border: none;
  background: none;
  color: #737373;
}

#sb-search form .sb-icon-search {
  display: inline-block;
  font-size: 14px;
  width: auto;
  height: auto;
  background: none;
  color: #737373;
  line-height: 2.2;
}

.kopa-main-menu {
  float: right;
  width: 70%;
}

@media (max-width: 979px) {
  .kopa-main-menu {
    width: 70%;
  }
}

@media (max-width: 799px) {
  .kopa-main-menu {
    width: 68%;
  }
}

@media (max-width: 767px) {
  .kopa-main-menu {
    width: 100%;
  }
}

.kopa-main-menu #sb-search + .tab-menu .nav.nav-tabs {
  display: inline-block;
  margin-top: -41px;
}

.kopa-main-menu .tab-menu {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 1023px) {
  .kopa-main-menu .tab-menu {
    display: none;
  }
}

.kopa-main-menu .tab-menu .nav > li > a {
  font-size: 14px;
  line-height: 18px;
}

.kopa-main-menu .tab-menu .tab-content {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.kopa-main-menu .tab-menu .tab-content .tab-pane {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.kopa-main-menu .tab-menu .tab-content .tab-pane.active {
  display: inline-block;
}

.kopa-main-menu .bottom-bar {
  float: left;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-top: -6px;
  padding: 10px 0 0;
}

@media (max-width: 1023px) {
  .kopa-main-menu .bottom-bar {
    display: none;
  }
}

.kopa-main-menu .bottom-bar .list-bottom-bar {
  float: left;
  padding: 0 40px 0 20px;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-main-menu .bottom-bar .list-bottom-bar {
    padding: 0 15px;
  }
}

.kopa-main-menu .bottom-bar .list-bottom-bar:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  background: #ebebeb;
  top: 0;
  right: 0;
}

.kopa-main-menu .bottom-bar .list-bottom-bar:last-child {
  border-right: none;
  padding-right: 0;
}

.kopa-main-menu .bottom-bar .list-bottom-bar:last-child:before {
  display: none;
}

.kopa-main-menu .bottom-bar .list-bottom-bar i {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}

@media (max-width: 1119px) {
  .kopa-main-menu .bottom-bar .list-bottom-bar i {
    margin-right: 10px;
    font-size: 12px;
  }
}

.kopa-main-menu .bottom-bar .list-bottom-bar h6 {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px 0 0;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

@media (max-width: 1119px) {
  .kopa-main-menu .bottom-bar .list-bottom-bar h6 {
    font-size: 12px;
  }
}

.kopa-main-menu .bottom-bar .list-bottom-bar .add {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 7px 2px;
  background: #ccc;
  letter-spacing: 0.02em;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-main-menu .bottom-bar .list-bottom-bar .add:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-main-menu .bottom-bar .list-bottom-bar .add:hover {
  color: #fff;
  border-color: #1b70c3;
}

.kopa-main-menu .bottom-bar .list-bottom-bar .add:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-main-menu .bottom-bar .list-bottom-bar p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 0 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.main-menu {
  display: inline-block;
  width: 100%;
  background: #1b70c3;
  position: relative;
}

.main-menu:after {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  content: '';
  background: #1b70c3;
  width: 1000%;
}

.main-menu ul {
  margin: 0;
  background: #1b70c3;
}

.main-menu ul li {
  background: #1b70c3;
}

.main-menu ul li:hover {
  background: #115da7;
}

.main-menu ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  padding: 14px 10px;
  border: none;
  letter-spacing: 0.01em;
}

@media (max-width: 1119px) {
  .main-menu ul li a {
    font-size: 12px;
    padding: 10px 6px;
  }
}

.main-menu ul li a.sf-with-ul {
  padding-right: 2em;
}

.main-menu ul li a.sf-with-ul:before {
  position: absolute;
  content: '\f107';
  top: 20px;
  right: 10px;
}

@media (max-width: 1119px) {
  .main-menu ul li a.sf-with-ul:before {
    top: 14px;
  }
}

.main-menu ul li a.sf-with-ul:after {
  display: none;
}

.main-menu ul li ul {
  padding: 0;
  min-width: 150px;
}

.main-menu ul ul li {
  background: #1b70c3;
}

.main-menu ul ul li a {
  padding: 10px 15px;
}

.main-menu ul ul li a.sf-with-ul:before {
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-menu ul.pos-right {
  left: auto;
  right: 0;
  text-align: right;
}

.main-menu ul.pos-right li a:before {
  right: auto !important;
  left: 10px;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.main-menu ul.pos-right ul {
  left: auto;
  right: 100%;
}

.kopa-header-1 #kopa-logo {
  float: left;
  width: 30%;
  padding: 20px 0;
  background: #2b2c30;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-header-1 #kopa-logo {
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .kopa-header-1 #kopa-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 979px) {
  .kopa-header-1 #kopa-logo {
    width: 30%;
  }
}

@media (max-width: 799px) {
  .kopa-header-1 #kopa-logo {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .kopa-header-1 #kopa-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }
  .kopa-header-1 #kopa-logo img {
    display: initial;
  }
  .kopa-header-1 #kopa-logo:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000%;
    background: #2b2c30;
  }
}

.kopa-header-1 #kopa-logo:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000%;
  background: #2b2c30;
}

.kopa-header-2 {
  font-size: 0;
  line-height: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.kopa-header-2.stuck {
  top: 30px;
}

@media (max-width: 1023px) {
  .kopa-header-2.stuck {
    top: 10px;
  }
}

@media (max-width: 639px) {
  .kopa-header-2.stuck {
    top: 0;
  }
}

.kopa-header-2.scroll-menu {
  background: #fff;
  top: 0;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
}

.kopa-header-2 .header-wrap {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}

.kopa-header-2 .header-wrap #kopa-logo {
  float: left;
  margin-top: 19px;
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .kopa-header-2 .header-wrap #kopa-logo {
    margin: 20px auto 0;
    position: absolute;
    width: 155px;
    height: 35px;
    left: 0;
    right: 0;
  }
}

.kopa-header-2 .header-wrap .main-menu {
  float: right;
  width: auto;
  background: #fff;
  margin-top: 19px;
  padding-right: 15px;
}

@media (max-width: 1023px) {
  .kopa-header-2 .header-wrap .main-menu {
    display: none;
  }
}

.kopa-header-2 .header-wrap .main-menu:after {
  display: none;
}

.kopa-header-2 .header-wrap .main-menu > ul li:hover > a {
  color: #1b70c3;
}

.kopa-header-2 .header-wrap .main-menu ul {
  background: #fff;
}

.kopa-header-2 .header-wrap .main-menu ul li {
  background: #fff;
}

.kopa-header-2 .header-wrap .main-menu ul li a {
  font-size: 14px;
  padding: 8px 10px;
  color: #34343e;
}

.kopa-header-2 .header-wrap .main-menu ul li a.sf-with-ul {
  padding-right: 2em;
}

.kopa-header-2 .header-wrap .main-menu ul li a.sf-with-ul:before {
  top: 14px;
}

.kopa-header-2 .header-wrap .main-menu ul ul li a {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.kopa-header-2 .header-wrap #sb-search {
  float: right;
  position: relative;
  margin-top: 0;
  overflow: inherit;
}

@media (max-width: 1023px) {
  .kopa-header-2 .header-wrap #sb-search {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.kopa-header-2 .header-wrap #sb-search.sb-search-open form input[type='text'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-header-2 .header-wrap #sb-search form input[type='text'] {
  position: absolute;
  padding: 29px 25px 29px 25px;
  color: #000;
  font-size: 14px;
  right: 100%;
  line-height: 1;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .kopa-header-2 .header-wrap #sb-search form input[type='text'] {
    width: 280px;
  }
}

.kopa-header-2 .header-wrap #sb-search form .sb-icon-search {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 30px 25px;
  background: #424242;
  position: relative;
}

.kopa-header-2 .header-wrap #sb-search form .sb-icon-search:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-2 .header-wrap #sb-search form .sb-icon-search:hover:after {
  opacity: 1;
}

.kopa-header-2 .header-wrap #kopa-cart {
  float: right;
  text-align: right;
  font-size: 14px;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-header-2 .header-wrap #kopa-cart {
    display: none;
  }
}

.kopa-header-2 .header-wrap #kopa-cart:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-2 .header-wrap #kopa-cart:hover:before {
  opacity: 1;
}

.kopa-header-2 .header-wrap #kopa-cart a {
  float: left;
  padding: 30px;
  background: #2e2e2e;
  color: #fff;
}

.kopa-header-2 .header-wrap #kopa-cart a i {
  margin-right: 5px;
}

.kopa-header-2 #mobile-nav {
  float: left;
  width: 100%;
}

.kopa-header-2 #mobile-nav .icon-navgovo {
  float: left;
  padding: 28px;
  cursor: pointer;
}

@media (max-width: 479px) {
  .kopa-header-2 #mobile-nav .icon-navgovo {
    padding-left: 0;
  }
}

.kopa-header-2 #mobile-nav .icon-navgovo i {
  font-size: 18px;
  line-height: 1;
}

.kopa-header-2 #mobile-nav .nav {
  float: left;
  width: 100%;
  display: none;
}

.kopa-header-2 #mobile-nav .nav.active {
  display: block;
}

.kopa-header-2 #mobile-nav .nav li a {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-header-2 #mobile-nav .nav > li.open > a {
  color: #fff;
}

.kopa-header-2 #mobile-nav .nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.kopa-header-2 #mobile-nav .nav > li > a:hover, .kopa-header-2 #mobile-nav .nav > li > a:focus {
  color: #1b70c3;
  background: transparent;
}

.kopa-header-2 #mobile-nav .nav .open > a {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-2 #mobile-nav .nav .open > a:hover, .kopa-header-2 #mobile-nav .nav .open > a:focus {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-2 #mobile-nav .nav .open a:hover {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-3 {
  float: left;
  width: 100%;
  background: #000;
}

.kopa-header-3 .header-top #kopa-logo {
  float: left;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #kopa-logo {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .kopa-header-3 .header-top #kopa-logo img {
    display: initial;
  }
}

.kopa-header-3 .header-top #sb-search {
  float: right;
  position: relative;
  margin-top: 0;
  overflow: inherit;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #sb-search {
    width: 300px;
    text-align: center;
    margin: 0 auto 30px;
    float: none;
  }
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #sb-search form {
    display: block;
    position: relative;
    clear: both;
  }
}

.kopa-header-3 .header-top #sb-search form input[type='text'] {
  padding: 29px 25px 29px 25px;
  background: #111;
  font-size: 14px;
  right: -4px;
  line-height: 1;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #sb-search form input[type='text'] {
    padding: 10px 30px 10px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
}

.kopa-header-3 .header-top #sb-search form .sb-icon-search {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 30px 25px;
  background: #111;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #sb-search form .sb-icon-search {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: transparent;
  }
  .kopa-header-3 .header-top #sb-search form .sb-icon-search:after {
    display: none;
  }
}

.kopa-header-3 .header-top #sb-search form .sb-icon-search:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-3 .header-top #sb-search form .sb-icon-search:hover:after {
  opacity: 1;
}

.kopa-header-3 .header-top #kopa-cart {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-top #kopa-cart {
    display: none;
  }
}

.kopa-header-3 .header-top #kopa-cart:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-3 .header-top #kopa-cart:hover:before {
  opacity: 1;
}

.kopa-header-3 .header-top #kopa-cart a {
  float: left;
  padding: 30px;
  background: #1b70c3;
  color: #fff;
}

.kopa-header-3 .header-top #kopa-cart a i {
  margin-right: 5px;
}

.kopa-header-3 .header-top .header-contact {
  float: right;
  margin-top: 25px;
  margin-right: 15px;
}

.kopa-header-3 .header-top .header-contact ul li {
  color: #fff;
  margin: 0;
  padding: 0 15px;
}

.kopa-header-3 .header-top .header-contact ul li:first-child {
  border-right: 1px solid #fff;
}

.kopa-header-3 .header-top .header-contact ul li i {
  font-size: 16px;
  color: #1b70c3;
}

.kopa-header-3 .header-bottom {
  line-height: 0;
  background: #fff;
}

.kopa-header-3 .header-bottom #main-menu-1 {
  background: #fff;
}

@media (max-width: 1023px) {
  .kopa-header-3 .header-bottom #main-menu-1 {
    display: none;
  }
}

.kopa-header-3 .header-bottom #main-menu-1:after {
  display: none;
}

.kopa-header-3 .header-bottom #main-menu-1 > ul > li:hover {
  background: #1b70c3;
}

.kopa-header-3 .header-bottom #main-menu-1 > ul > li:hover > a {
  color: #fff;
}

.kopa-header-3 .header-bottom #main-menu-1 > ul ul > li:hover {
  background: #1b70c3;
}

.kopa-header-3 .header-bottom #main-menu-1 > ul ul > li:hover > a {
  color: #fff;
}

.kopa-header-3 .header-bottom #main-menu-1 ul {
  background: #fff;
}

.kopa-header-3 .header-bottom #main-menu-1 ul li {
  background: #fff;
}

.kopa-header-3 .header-bottom #main-menu-1 ul li a {
  color: #34343e;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding: 14px 20px;
}

.kopa-header-3 .header-bottom #main-menu-1 ul li a.sf-with-ul {
  padding-right: 2.5em;
}

@media (max-width: 1119px) {
  .kopa-header-3 .header-bottom #main-menu-1 ul li a:before {
    top: 20px;
  }
}

.kopa-header-3 .header-bottom #main-menu-1 ul ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #34343e;
}

.kopa-header-3 .header-bottom #main-menu-1 ul ul li a:before {
  top: 18px;
}

.kopa-header-3 .header-bottom #mobile-nav {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-bottom #mobile-nav {
    width: auto;
    position: absolute;
    top: -80px;
    left: 15px;
  }
}

@media (max-width: 479px) {
  .kopa-header-3 .header-bottom #mobile-nav {
    top: -140px;
  }
}

.kopa-header-3 .header-bottom #mobile-nav .icon-navgovo {
  float: left;
  padding: 28px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .kopa-header-3 .header-bottom #mobile-nav .icon-navgovo {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .kopa-header-3 .header-bottom #mobile-nav .icon-navgovo {
    padding: 0;
  }
}

.kopa-header-3 .header-bottom #mobile-nav .icon-navgovo i {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-bottom #mobile-nav .icon-navgovo i {
    color: #fff;
  }
}

.kopa-header-3 .header-bottom #mobile-nav .nav {
  float: left;
  width: 100%;
  display: none;
}

@media (max-width: 767px) {
  .kopa-header-3 .header-bottom #mobile-nav .nav {
    width: 400px;
    background: #fff;
    position: absolute;
    top: 35px;
  }
}

@media (max-width: 479px) {
  .kopa-header-3 .header-bottom #mobile-nav .nav {
    width: 300px;
  }
}

.kopa-header-3 .header-bottom #mobile-nav .nav.active {
  display: block;
}

.kopa-header-3 .header-bottom #mobile-nav .nav li a {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-header-3 .header-bottom #mobile-nav .nav .open > a {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-3 .header-bottom #mobile-nav .nav .open > a:hover, .kopa-header-3 .header-bottom #mobile-nav .nav .open > a:focus {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-3 .header-bottom #mobile-nav .nav .open a:hover {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-3 .header-bottom #mobile-nav .nav > li.open > a {
  color: #fff;
}

.kopa-header-3 .header-bottom #mobile-nav .nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.kopa-header-3 .header-bottom #mobile-nav .nav > li > a:hover, .kopa-header-3 .header-bottom #mobile-nav .nav > li > a:focus {
  background: transparent;
  color: #1b70c3;
}

.kopa-header-4 {
  font-size: 0;
  line-height: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.kopa-header-4.scroll-menu {
  background: #34343e;
}

.kopa-header-4.scroll-menu .header-wrap .main-menu ul ul li {
  background: #34343e;
}

.kopa-header-4.scroll-menu .header-wrap .main-menu ul ul li:hover {
  background: #1b70c3;
}

.kopa-header-4.stuck {
  top: 0;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .kopa-header-4.stuck {
    background: #34343e;
  }
}

.kopa-header-4 .header-wrap {
  float: left;
  width: 100%;
  background: transparent;
}

.kopa-header-4 .header-wrap #kopa-logo {
  float: left;
  margin-top: 19px;
  margin-left: 30px;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap #kopa-logo {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .kopa-header-4 .header-wrap #kopa-logo img {
    display: initial;
  }
}

@media (max-width: 1023px) {
  .kopa-header-4 .header-wrap #kopa-logo {
    width: auto;
  }
}

.kopa-header-4 .header-wrap .main-menu {
  float: right;
  width: auto;
  background: transparent;
  padding-right: 15px;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap .main-menu {
    float: left;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .kopa-header-4 .header-wrap .main-menu {
    display: none;
  }
}

.kopa-header-4 .header-wrap .main-menu:after {
  display: none;
}

.kopa-header-4 .header-wrap .main-menu > ul li:hover {
  background: #1b70c3;
}

.kopa-header-4 .header-wrap .main-menu ul {
  background: transparent;
}

.kopa-header-4 .header-wrap .main-menu ul li {
  background: transparent;
}

.kopa-header-4 .header-wrap .main-menu ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  padding: 28px 15px;
  color: #fff;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap .main-menu ul li a {
    padding: 20px 15px;
  }
}

.kopa-header-4 .header-wrap .main-menu ul li a.sf-with-ul {
  padding-right: 2em;
}

.kopa-header-4 .header-wrap .main-menu ul li a.sf-with-ul:before {
  top: 32px;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap .main-menu ul li a.sf-with-ul:before {
    top: 23px;
  }
}

.kopa-header-4 .header-wrap .main-menu ul ul {
  background: #34343e;
}

.kopa-header-4 .header-wrap .main-menu ul ul li a {
  font-size: 13px;
  padding-left: 20px;
  padding: 15px;
}

.kopa-header-4 .header-wrap .main-menu ul ul li a.sf-with-ul:before {
  top: 18px;
}

.kopa-header-4 .header-wrap #mobile-nav {
  float: right;
  position: relative;
}

.kopa-header-4 .header-wrap #mobile-nav .icon-navgovo {
  float: left;
  padding: 20px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .kopa-header-4 .header-wrap #mobile-nav .icon-navgovo {
    padding-left: 15px;
  }
}

.kopa-header-4 .header-wrap #mobile-nav .icon-navgovo i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.kopa-header-4 .header-wrap #mobile-nav .nav {
  position: absolute;
  width: 300px;
  top: 58px;
  right: 0;
  display: none;
  background: #fff;
}

.kopa-header-4 .header-wrap #mobile-nav .nav.active {
  display: block;
}

.kopa-header-4 .header-wrap #mobile-nav .nav li a {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-header-4 .header-wrap #mobile-nav .nav > li.open > a {
  color: #fff;
}

.kopa-header-4 .header-wrap #mobile-nav .nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.kopa-header-4 .header-wrap #mobile-nav .nav > li > a:hover, .kopa-header-4 .header-wrap #mobile-nav .nav > li > a:focus {
  background: transparent;
  color: #1b70c3;
}

.kopa-header-4 .header-wrap #mobile-nav .nav .open > a {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-4 .header-wrap #mobile-nav .nav .open > a:hover, .kopa-header-4 .header-wrap #mobile-nav .nav .open > a:focus {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-4 .header-wrap #mobile-nav .nav .open a:hover {
  background: #1b70c3;
  color: #fff;
}

.kopa-header-4 .header-wrap #sb-search {
  float: right;
  position: relative;
  margin-top: 0;
  overflow: inherit;
}

@media (max-width: 1023px) {
  .kopa-header-4 .header-wrap #sb-search {
    display: none;
  }
}

.kopa-header-4 .header-wrap #sb-search.sb-search-open form input[type='text'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-header-4 .header-wrap #sb-search form input[type='text'] {
  position: absolute;
  padding: 29px 25px;
  color: #000;
  font-size: 14px;
  right: 100%;
  line-height: 1;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap #sb-search form input[type='text'] {
    padding: 20px;
  }
}

.kopa-header-4 .header-wrap #sb-search form .sb-icon-search {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 30px 25px;
  background: #e7e7e7;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap #sb-search form .sb-icon-search {
    padding: 20px;
  }
}

.kopa-header-4 .header-wrap #sb-search form .sb-icon-search:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-4 .header-wrap #sb-search form .sb-icon-search:hover:after {
  opacity: 1;
}

.kopa-header-4 .header-wrap #kopa-cart {
  float: right;
  text-align: right;
  font-size: 14px;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-header-4 .header-wrap #kopa-cart {
    display: none;
  }
}

.kopa-header-4 .header-wrap #kopa-cart:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #1b70c3;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-header-4 .header-wrap #kopa-cart:hover:before {
  opacity: 1;
}

.kopa-header-4 .header-wrap #kopa-cart a {
  float: left;
  padding: 30px;
  background: #2e2e2e;
  color: #fff;
}

@media (max-width: 1119px) {
  .kopa-header-4 .header-wrap #kopa-cart a {
    padding: 20px;
  }
}

.kopa-header-4 .header-wrap #kopa-cart a i {
  margin-right: 5px;
}

.stuck {
  position: fixed;
  z-index: 100;
}

@media (max-width: 639px) {
  .stuck {
    position: relative;
  }
}

.sticky-wrapper {
  height: auto !important;
}

/**
 * 2.2 - Footer
 * -------------------------------------------------------------------
**/
footer#kopa-footer {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #000;
  position: relative;
}

@media (max-width: 1023px) {
  footer#kopa-footer .kopa-social {
    display: none;
  }
}

footer#kopa-footer .nav-foot {
  float: left;
}

@media (max-width: 767px) {
  footer#kopa-footer .nav-foot {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  footer#kopa-footer .nav-foot {
    display: none;
  }
}

footer#kopa-footer .nav-foot ul {
  float: left;
}

@media (max-width: 767px) {
  footer#kopa-footer .nav-foot ul {
    width: 100%;
  }
}

footer#kopa-footer .nav-foot ul li {
  float: left;
}

@media (max-width: 767px) {
  footer#kopa-footer .nav-foot ul li {
    float: none;
    display: inline-block;
  }
}

footer#kopa-footer .nav-foot ul li a {
  float: left;
  padding: 0 15px;
  color: #737373;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  footer#kopa-footer .nav-foot ul li a {
    padding: 0 5px;
  }
}

footer#kopa-footer .nav-foot ul li a:hover {
  color: #fff;
}

footer#kopa-footer p {
  float: right;
  margin: 0;
  color: #bababa;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  footer#kopa-footer p {
    width: 100%;
    text-align: center;
  }
}

footer.kopa-footer-2 {
  background: #1f1f1f;
}

footer.kopa-footer-2 p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

/**
 * 3.1 - Widget Area
 * -------------------------------------------------------------------
**/
.kopa-header-3 .header-top, .kopa-header-3 .header-bottom, #main-content, .widget-area-1,
.widget-area-2,
.widget-area-3,
.widget-area-4,
.widget-area-5,
.widget-area-6,
.widget-area-7,
.widget-area-8,
.widget-area-9,
.widget-area-10,
.widget-area-11,
.widget-area-12,
.widget-area-13,
.widget-area-14,
.widget-area-15,
.widget-area-16,
.widget-area-17,
.widget-area-18,
.widget-area-19,
.widget-area-20,
.widget-area-21,
.widget-area-22,
.widget-area-23 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}

#main-content {
  overflow: hidden;
  z-index: 1;
}

.widget-area-7 {
  background: #dfe0e3;
}

.widget-area-8 {
  background: #252525;
}

.widget-area-10 {
  background: #f9f9f9;
}

.widget-area-12 {
  background: #ededed;
}

.widget-area-15 {
  height: 831px;
  background-image: url("images/fixed/bg-3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-area-15:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.widget-area-17 {
  padding: 70px 0;
  background: #2b2c30;
}

.widget-area-19 {
  background: #1b70c3;
}

.widget-area-20 {
  background: #090909;
}

.widget-area-22 {
  background: #f3f3f3;
}

.widget-area-23 {
  background: #ededed;
}

.wraper-customize.w780 {
  width: 780px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .wraper-customize.w780 {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .wraper-customize.w780 {
    width: 85%;
  }
}

.home-page-4 .widget-area-7 {
  background: #fff;
}

.about-page .widget-area-2 {
  background: #1b70c3;
}

.about-page .widget-area-5 {
  background-image: url("images/fixed/bg-5.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.about-page .widget-area-5:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.about-page .widget-area-6 {
  background: #000;
}

.kopa-service-single .widget-area-2 {
  background: #dfe0e3;
}

.kopa-service .widget-area-4 {
  background: #f4f4f4;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 {
  background: #f4f4f4;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 .widget-title h2, .kopa-service .widget-area-4 .kopa-service-widget-3 .widget-title p {
  color: #34343e;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 .widget-content p {
  color: #34343e;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 .widget-content .entry-item header h4 {
  color: #34343e;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
  color: #34343e;
}

.kopa-service .widget-area-4 .kopa-service-widget-3 .widget-content .entry-item footer ul li span {
  color: #1b70c3;
}

.kopa-team-page .widget-area-1 {
  background: #2b2c30;
  padding: 120px 0 80px;
}

/**
 * 3.2 - Widget Slider
 * -------------------------------------------------------------------
**/
/* mouse grab icon */
@-webkit-keyframes jump-1 {
  0% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}

@-moz-keyframes jump-1 {
  0% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}

@-ms-keyframes jump-1 {
  0% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}

.grabbing {
  cursor: url(images/icon/grabbing.png) 8 8, move !important;
}

.loading {
  background: #000;
  width: 100%;
  float: left;
  height: 675px;
  position: relative;
  z-index: 10;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin: 0;
  color: #fff;
}

@media (max-width: 1119px) {
  .arr-down {
    display: none;
  }
}

.arr-down a {
  position: absolute;
  left: 0;
  right: 0;
  top: 440px;
  margin: 0 auto;
  width: 8px;
  height: 18px;
  background: transparent url("images/icon/arr-down-2.png") center center no-repeat;
  z-index: 10;
  -webkit-animation: jump-1 500ms infinite;
  -moz-animation: jump-1 500ms infinite;
  -ms-animation: jump-1 500ms infinite;
  -o-animation: jump-1 500ms infinite;
  animation: jump-1 500ms infinite;
}

.flexslider {
  margin: 0;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.widget-slider-1 .slides li.flex-active-slide .entry-content h2, .widget-slider-1 .slides li.flex-active-slide .entry-content i, .widget-slider-1 .slides li.flex-active-slide .entry-content .box-entry-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-1 .slides li.flex-active-slide .entry-content h2 {
  -webkit-transition: all 1s ease 1s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 1s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 1s, visibility 0s ease 0s;
  transition: all 1s ease 1s, visibility 0s ease 0s;
}

.widget-slider-1 .slides li.flex-active-slide .entry-content i {
  -webkit-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  transition: all 1s ease 1.8s, visibility 0s ease 0s;
}

.widget-slider-1 .slides li.flex-active-slide .entry-content .box-entry-content {
  -webkit-transition: all 1s ease 2.8s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 2.8s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 2.8s, visibility 0s ease 0s;
  transition: all 1s ease 2.8s, visibility 0s ease 0s;
}

.widget-slider-1 .slides li .entry-thumb {
  position: relative;
}

.widget-slider-1 .slides li .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(27, 113, 195, 0.6);
  z-index: 5;
}

.widget-slider-1 .slides li .entry-thumb img {
  width: 100%;
}

.widget-slider-1 .slides li .entry-content {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

@media (max-width: 1170px) {
  .widget-slider-1 .slides li .entry-content {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .widget-slider-1 .slides li .entry-content {
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-1 .slides li .entry-content {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .widget-slider-1 .slides li .entry-content {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .widget-slider-1 .slides li .entry-content {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .widget-slider-1 .slides li .entry-content {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .widget-slider-1 .slides li .entry-content {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .widget-slider-1 .slides li .entry-content {
    width: 300px;
    padding: 0;
  }
}

.widget-slider-1 .slides li .entry-content h2 {
  font-size: 56px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 140px;
  opacity: 0;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

@media (max-width: 1023px) {
  .widget-slider-1 .slides li .entry-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 60px;
  }
}

@media (max-width: 479px) {
  .widget-slider-1 .slides li .entry-content h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.widget-slider-1 .slides li .entry-content i {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

@media (max-width: 479px) {
  .widget-slider-1 .slides li .entry-content i {
    font-size: 14px;
  }
}

.widget-slider-1 .slides li .entry-content .box-entry-content {
  float: left;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #fff;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

@media (max-width: 1023px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content {
    padding: 10px;
  }
}

@media (max-width: 479px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content {
    padding: 0;
    border: none;
  }
}

.widget-slider-1 .slides li .entry-content .box-entry-content:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") 0 0 no-repeat;
  top: 20px;
  right: 50px;
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content:before {
    display: none;
  }
}

.widget-slider-1 .slides li .entry-content .box-entry-content a {
  padding-left: 15px;
  font-size: 26px;
  color: #fff;
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content a {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content a {
    padding: 0;
  }
}

.widget-slider-1 .slides li .entry-content .box-entry-content a span {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content a span {
    font-size: 14px;
  }
}

.widget-slider-1 .slides li .entry-content .box-entry-content a span:before {
  position: absolute;
  content: '\002f';
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  top: 0;
  left: -8px;
}

.widget-slider-1 .slides li .entry-content .box-entry-content a img {
  display: inline-block;
}

@media (max-width: 767px) {
  .widget-slider-1 .slides li .entry-content .box-entry-content a img {
    display: none;
  }
}

.widget-slider-1 .slides li .entry-content img {
  width: auto;
}

.widget-slider-1 .flex-direction-nav {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  right: 0;
  margin: 200px auto 0;
}

@media (max-width: 1170px) {
  .widget-slider-1 .flex-direction-nav {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .widget-slider-1 .flex-direction-nav {
    width: 980px;
    margin-top: 110px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-1 .flex-direction-nav {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .widget-slider-1 .flex-direction-nav {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .widget-slider-1 .flex-direction-nav {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .widget-slider-1 .flex-direction-nav {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .widget-slider-1 .flex-direction-nav {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .widget-slider-1 .flex-direction-nav {
    width: 92%;
    padding: 0;
    margin-top: 30px;
  }
}

@media (max-width: 340px) {
  .widget-slider-1 .flex-direction-nav {
    width: 300px;
    padding: 0;
  }
}

.widget-slider-1 .flex-direction-nav .flex-nav-prev, .widget-slider-1 .flex-direction-nav .flex-nav-next {
  position: absolute;
  width: 45px;
  height: 56px;
  z-index: 10;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.widget-slider-1 .flex-direction-nav .flex-nav-prev:hover, .widget-slider-1 .flex-direction-nav .flex-nav-next:hover {
  background-color: #708fac;
}

.widget-slider-1 .flex-direction-nav .flex-nav-prev a, .widget-slider-1 .flex-direction-nav .flex-nav-next a {
  font-size: 0;
  line-height: 0;
}

.widget-slider-1 .flex-direction-nav .flex-nav-prev a:before, .widget-slider-1 .flex-direction-nav .flex-nav-next a:before {
  display: none;
}

.widget-slider-1 .flex-direction-nav .flex-nav-prev {
  top: 56px;
  background: #2b2c30 url("images/icon/arr-left-1.png") center center no-repeat;
  border-top: 1px solid #fff;
}

.widget-slider-1 .flex-direction-nav .flex-nav-next {
  top: 0;
  background: #2b2c30 url("images/icon/arr-right-1.png") center center no-repeat;
  border-bottom: 1px solid #fff;
}

.widget-slider-2 .slick-slide {
  padding: 0 5px;
}

.widget-slider-2 .slick-slide .entry-item {
  float: left;
  background: #f4f4f4;
  position: relative;
}

.widget-slider-2 .slick-slide .entry-item:hover .entry-content footer:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-slider-2 .slick-slide .entry-item .entry-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget-slider-2 .slick-slide .entry-item .entry-content {
  float: left;
  height: 100%;
  position: relative;
}

.widget-slider-2 .slick-slide .entry-item .entry-content header {
  padding: 20px 0 0 15px;
}

.widget-slider-2 .slick-slide .entry-item .entry-content header h4 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
  color: #34343e;
  text-transform: uppercase;
}

.widget-slider-2 .slick-slide .entry-item .entry-content header p {
  width: 60%;
}

.widget-slider-2 .slick-slide .entry-item .entry-content footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #2b2c30;
  padding: 0 0 0 20px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-2 .slick-slide .entry-item .entry-content footer:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1b70c3;
  z-index: -1;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  transition: all 500ms ease-out 0s, visibility 0s ease 0s;
}

.widget-slider-2 .slick-slide .entry-item .entry-content footer h6 {
  display: inline-block;
  margin: 17px 0 0 0;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: -0.01em;
}

@media (max-width: 1119px) {
  .widget-slider-2 .slick-slide .entry-item .entry-content footer h6 {
    font-size: 12px;
  }
}

.widget-slider-2 .slick-slide .entry-item .entry-content footer h6 a {
  color: #fff;
}

.widget-slider-2 .slick-slide .entry-item .entry-content footer span a {
  float: right;
  width: 49px;
  height: 49px;
  background: #1b70c3 url("images/icon/arr-right-1.png") center center no-repeat;
}

.widget-slider-2 .slick-prev, .widget-slider-2 .slick-next {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  width: 49px;
  height: 49px;
  border: none;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.widget-slider-2 .slick-prev:hover, .widget-slider-2 .slick-next:hover {
  background-color: #1b70c3;
}

.widget-slider-2 .slick-prev {
  background: #2b2c30 url("images/icon/arr-left-1.png") center center no-repeat;
  left: -104px;
}

.widget-slider-2 .slick-next {
  background: #2b2c30 url("images/icon/arr-right-1.png") center center no-repeat;
  left: -54px;
}

.widget-slider-3 {
  float: left;
  width: 100%;
  background: #2c2d2d;
}

.widget-slider-3 header {
  display: block;
  padding: 30px 40px 25px;
}

.widget-slider-3 header h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.widget-slider-3 .entry-content {
  padding: 25px 40px 60px;
  position: relative;
}

.widget-slider-3 .entry-content p {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.widget-slider-3 .entry-content p:first-child {
  text-indent: 40px;
}

.widget-slider-3 .entry-content p:first-child:before {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 80px;
  line-height: 0;
  color: #1b70c3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -12px;
  left: 0;
}

.widget-slider-3 .entry-content p:last-child:after {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 80px;
  line-height: 0;
  color: #1b70c3;
  right: 0;
  bottom: -30px;
}

.widget-slider-3 footer {
  display: block;
  padding: 15px 20px 50px 40px;
  background: #1b70c3;
}

.widget-slider-3 footer > a {
  float: left;
  margin-right: 20px;
  margin-top: -65px;
  position: relative;
}

.widget-slider-3 footer > a:before {
  position: absolute;
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #555;
  z-index: -1;
  top: 5px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-slider-3 footer .draft {
  display: inline-block;
  width: 60%;
}

.widget-slider-3 footer .draft h6 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}

.widget-slider-3 footer .draft h6 a {
  color: #fff;
}

.widget-slider-3 footer .draft p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}

.widget-slider-3 .slick-dots {
  position: absolute;
  left: 72px;
  bottom: 30px;
  line-height: 0;
}

.widget-slider-3 .slick-dots li {
  display: inline-block;
  margin-right: 6px;
}

.widget-slider-3 .slick-dots li.slick-active button {
  background: #2c2d2d;
}

.widget-slider-3 .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  background: none;
  border: none;
  background: #fff;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-slider-4 {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 30px;
  position: relative;
}

.widget-slider-4 .slick-list:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  z-index: 10;
}

.widget-slider-4 .slick-list .slick-track {
  float: left;
  width: 100%;
}

.widget-slider-4 .slick-list .slick-track .slick-slide {
  border-right: 1px solid #e6e6e6;
}

@media (max-width: 639px) {
  .widget-slider-4 .slick-list .slick-track .slick-slide {
    border: none;
    text-align: center;
  }
  .widget-slider-4 .slick-list .slick-track .slick-slide img {
    display: initial;
  }
}

.widget-slider-4 .slick-prev, .widget-slider-4 .slick-next {
  position: absolute;
  font-size: 0;
  top: 50px;
  border: none;
  padding: 10px;
}

.widget-slider-4 .slick-prev:before, .widget-slider-4 .slick-next:before {
  font-size: 26px;
  color: #fff;
  line-height: 2.3;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.widget-slider-4 .slick-prev:hover:before, .widget-slider-4 .slick-next:hover:before {
  color: #3f3f3f;
}

.widget-slider-4 .slick-prev {
  left: 0;
}

.widget-slider-4 .slick-prev:before {
  content: '\f104';
}

.widget-slider-4 .slick-next {
  right: 0;
}

.widget-slider-4 .slick-next:before {
  content: '\f105';
}

.widget-slider-5 .slides .entry-item.flex-active-slide .entry-content h2, .widget-slider-5 .slides .entry-item.flex-active-slide .entry-content i, .widget-slider-5 .slides .entry-item.flex-active-slide .entry-content a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-5 .slides .entry-item.flex-active-slide .entry-content h2 {
  -webkit-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 1.8s, visibility 0s ease 0s;
  transition: all 1s ease 1.8s, visibility 0s ease 0s;
}

.widget-slider-5 .slides .entry-item.flex-active-slide .entry-content i {
  -webkit-transition: all 1s ease 1s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 1s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 1s, visibility 0s ease 0s;
  transition: all 1s ease 1s, visibility 0s ease 0s;
}

.widget-slider-5 .slides .entry-item.flex-active-slide .entry-content a {
  -webkit-transition: all 1s ease 2.6s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 2.6s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 2.6s, visibility 0s ease 0s;
  transition: all 1s ease 2.6s, visibility 0s ease 0s;
}

.widget-slider-5 .slides .entry-item .entry-thumb {
  position: relative;
}

.widget-slider-5 .slides .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.widget-slider-5 .slides .entry-item .entry-thumb img {
  width: 100%;
}

.widget-slider-5 .slides .entry-item .entry-content {
  position: absolute;
  width: 1170px;
  top: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

@media (max-width: 1170px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 980px;
    top: 140px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 92%;
    top: 10px;
  }
}

@media (max-width: 479px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .widget-slider-5 .slides .entry-item .entry-content {
    width: 300px;
    padding: 0;
  }
}

.widget-slider-5 .slides .entry-item .entry-content h2, .widget-slider-5 .slides .entry-item .entry-content i {
  width: 55%;
}

@media (max-width: 639px) {
  .widget-slider-5 .slides .entry-item .entry-content h2, .widget-slider-5 .slides .entry-item .entry-content i {
    width: 100%;
  }
}

.widget-slider-5 .slides .entry-item .entry-content h2 {
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

@media (max-width: 1119px) {
  .widget-slider-5 .slides .entry-item .entry-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.widget-slider-5 .slides .entry-item .entry-content i {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

@media (max-width: 1119px) {
  .widget-slider-5 .slides .entry-item .entry-content i {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .widget-slider-5 .slides .entry-item .entry-content i {
    display: none;
  }
}

.widget-slider-5 .slides .entry-item .entry-content a {
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -ms-transform: translate(140px, 0);
  -o-transform: translate(140px, 0);
  transform: translate(140px, 0);
}

.widget-slider-5 .slides .entry-item .entry-content a:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") 0 0 no-repeat;
  top: -4px;
  right: -40px;
}

.widget-slider-5 .flex-direction-nav {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev, .widget-slider-5 .flex-direction-nav .flex-nav-next {
  position: absolute;
  width: 60px;
  height: 56px;
  z-index: 10;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev:hover, .widget-slider-5 .flex-direction-nav .flex-nav-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev a, .widget-slider-5 .flex-direction-nav .flex-nav-next a {
  font-size: 0;
  line-height: 0;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev a.flex-prev, .widget-slider-5 .flex-direction-nav .flex-nav-next a.flex-prev {
  left: 0;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev a.flex-next, .widget-slider-5 .flex-direction-nav .flex-nav-next a.flex-next {
  right: 0;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev a:before, .widget-slider-5 .flex-direction-nav .flex-nav-next a:before {
  display: none;
}

.widget-slider-5 .flex-direction-nav .flex-nav-prev {
  top: 300px;
  right: 60px;
  border-right: 1px solid #888;
  background: transparent url("images/icon/arr-left-1.png") center center no-repeat;
}

.widget-slider-5 .flex-direction-nav .flex-nav-next {
  top: 300px;
  background: transparent url("images/icon/arr-right-1.png") center center no-repeat;
}

.widget-slider-6 {
  float: left;
  width: 100%;
}

.widget-slider-6 .content-slider-6 {
  position: relative;
}

.widget-slider-6 .content-slider-6 .slick-slide {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 639px) {
  .widget-slider-6 .content-slider-6 .slick-slide {
    padding-bottom: 0;
  }
}

.widget-slider-6 .content-slider-6 .slick-slide.slick-active .list-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-6 .content-slider-6 .slick-slide.slick-active .img-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-slider-6 .content-slider-6 .slick-slide.slick-active .img-2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item {
  float: left;
  margin-top: 60px;
  margin-left: 70px;
  width: 450px;
  opacity: 0;
  -webkit-transition: all 600ms ease-out 2.2s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 2.2s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 2.2s, visibility 0s ease 0s;
  transition: all 600ms ease-out 2.2s, visibility 0s ease 0s;
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

@media (max-width: 1119px) {
  .widget-slider-6 .content-slider-6 .slick-slide .list-item {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .widget-slider-6 .content-slider-6 .slick-slide .list-item {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .widget-slider-6 .content-slider-6 .slick-slide .list-item {
    margin-top: 30px;
  }
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul {
  float: left;
  width: 100%;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li {
  float: left;
  width: 100%;
  padding-left: 40px;
  overflow: hidden;
  position: relative;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li:last-child article {
  border-bottom: 1px solid rgba(215, 215, 215, 0.2);
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li:hover .square:before {
  background: #1b70c3;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li:hover .square i {
  color: #fff;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li .square {
  position: absolute;
  top: 60px;
  left: 31px;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li .square:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: -15px;
  left: -16px;
  border: 1px solid rgba(215, 215, 215, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li .square:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: -20px;
  left: -16px;
  border: 1px solid rgba(215, 215, 215, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li .square i {
  width: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li .square i:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 1000%;
  top: 44px;
  background: rgba(215, 215, 215, 0.2);
  left: -1px;
  right: 0;
  margin: 0 auto;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article {
  float: left;
  width: 100%;
  padding: 30px 40px 30px 65px;
  border-top: 1px solid rgba(215, 215, 215, 0.2);
  border-right: 1px solid rgba(215, 215, 215, 0.2);
  position: relative;
}

@media (max-width: 479px) {
  .widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article {
    padding: 15px 15px 15px 50px;
  }
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 50px;
  top: -21px;
  left: 0;
  background: rgba(215, 215, 215, 0.2);
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article h4 {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 26px;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article h4 a {
  color: #fff;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article h4 a:hover {
  color: #1b70c3;
}

.widget-slider-6 .content-slider-6 .slick-slide .list-item ul li article p {
  color: #bfbfbf;
  letter-spacing: 0.022em;
  line-height: 23px;
  margin: 0;
}

.widget-slider-6 .content-slider-6 .slick-slide .img-1 {
  position: absolute;
  top: 0;
  right: 70px;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 600ms ease-out 1s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 1s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 1s, visibility 0s ease 0s;
  transition: all 600ms ease-out 1s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .widget-slider-6 .content-slider-6 .slick-slide .img-1 {
    text-align: center;
  }
  .widget-slider-6 .content-slider-6 .slick-slide .img-1 img {
    width: 70%;
    display: initial;
  }
}

@media (max-width: 979px) {
  .widget-slider-6 .content-slider-6 .slick-slide .img-1 {
    display: none;
  }
}

.widget-slider-6 .content-slider-6 .slick-slide .img-2 {
  position: absolute;
  top: 310px;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(0, -5000px);
  -moz-transform: translate(0, -5000px);
  -ms-transform: translate(0, -5000px);
  -o-transform: translate(0, -5000px);
  transform: translate(0, -5000px);
  -webkit-transition: all 1.2s ease-in-out 1.6s, visibility 0s ease 0s;
  -moz-transition: all 1.2s ease-in-out 1.6s, visibility 0s ease 0s;
  -ms-transition: all 1.2s ease-in-out 1.6s, visibility 0s ease 0s;
  transition: all 1.2s ease-in-out 1.6s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .widget-slider-6 .content-slider-6 .slick-slide .img-2 {
    text-align: center;
    top: 200px;
  }
  .widget-slider-6 .content-slider-6 .slick-slide .img-2 img {
    width: 60%;
    display: initial;
  }
}

@media (max-width: 979px) {
  .widget-slider-6 .content-slider-6 .slick-slide .img-2 {
    display: none;
  }
}

.widget-slider-6 .content-slider-6 .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 250px;
}

@media (max-width: 767px) {
  .widget-slider-6 .content-slider-6 .slick-dots {
    display: none !important;
  }
}

.widget-slider-6 .content-slider-6 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.widget-slider-6 .content-slider-6 .slick-dots li.slick-active button {
  background: transparent;
  border: 1px solid #1b70c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget-slider-6 .content-slider-6 .slick-dots li button {
  float: left;
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-slider-7 {
  position: relative;
}

.widget-slider-7 .comment-item {
  overflow: hidden;
}

.widget-slider-7 .comment-item.slick-active .comment-thumb img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 300ms ease-out 0, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0, visibility 0s ease 0s;
  transition: all 300ms ease-out 0, visibility 0s ease 0s;
}

.widget-slider-7 .comment-item.slick-active .comment-content {
  opacity: 1;
  -webkit-transition: all 600ms ease-out 0, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 0, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 0, visibility 0s ease 0s;
  transition: all 600ms ease-out 0, visibility 0s ease 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-slider-7 .comment-item .comment-thumb {
  float: right;
  width: 50%;
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-thumb {
    width: 100%;
  }
}

.widget-slider-7 .comment-item .comment-thumb img {
  -webkit-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -webkit-transform: translate(0, 500px);
  -moz-transform: translate(0, 500px);
  -ms-transform: translate(0, 500px);
  -o-transform: translate(0, 500px);
  transform: translate(0, 500px);
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-thumb img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.widget-slider-7 .comment-item .comment-content {
  float: left;
  width: 50%;
  padding: 30px;
  background: #1b70c3;
  color: #fff;
  text-align: right;
  position: relative;
  opacity: 0;
  -webkit-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  transition: all 600ms ease-out 800ms, visibility 0s ease 0s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-content {
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.widget-slider-7 .comment-item .comment-content:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -295px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 175px solid transparent;
  border-bottom: 71px solid #1b70c3;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-content:before {
    display: none;
  }
}

.widget-slider-7 .comment-item .comment-content h5 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 17px;
  letter-spacing: -0.02em;
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-content h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

.widget-slider-7 .comment-item .comment-content em {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #fff;
}

.widget-slider-7 .comment-item .comment-content p {
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  .widget-slider-7 .comment-item .comment-content p {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .widget-slider-7 .comment-item .comment-content p {
    display: none;
  }
}

.widget-slider-7 .comment-item .comment-content span {
  display: block;
  letter-spacing: 0.02em;
}

.widget-slider-7 .comment-item .comment-content .kopa-social-2 {
  margin-top: 30px;
}

@media (max-width: 979px) {
  .widget-slider-7 .comment-item .comment-content .kopa-social-2 {
    display: none;
  }
}

@media (max-width: 639px) {
  .widget-slider-7 .comment-item .comment-content .kopa-social-2 {
    display: block;
  }
}

@media (max-width: 479px) {
  .widget-slider-7 .comment-item .comment-content .kopa-social-2 {
    display: none;
  }
}

.widget-slider-7 .slick-prev, .widget-slider-7 .slick-next {
  position: absolute;
  width: 24px;
  height: 82px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 0;
  border: none;
  opacity: .3;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 639px) {
  .widget-slider-7 .slick-prev, .widget-slider-7 .slick-next {
    display: none;
  }
}

.widget-slider-7 .slick-prev:hover, .widget-slider-7 .slick-next:hover {
  opacity: 1;
}

.widget-slider-7 .slick-prev {
  background: transparent url("images/icon/arr-left-2.png") center center no-repeat;
  left: -96px;
}

@media (max-width: 1023px) {
  .widget-slider-7 .slick-prev {
    left: -70px;
  }
}

.widget-slider-7 .slick-next {
  background: transparent url("images/icon/arr-right-5.png") center center no-repeat;
  right: -96px;
}

@media (max-width: 1023px) {
  .widget-slider-7 .slick-next {
    right: -70px;
  }
}

.content-slider-8 {
  float: left;
  width: 100%;
  border: 1px solid #fff;
}

.content-slider-8 .entry-item {
  height: 385px;
  border-right: 1px solid #fff;
  position: relative;
}

.content-slider-8 .entry-item:hover .entry-thumb {
  background: #000;
}

.content-slider-8 .entry-item:hover .entry-content h5 a {
  color: #1b70c3;
}

.content-slider-8 .entry-item .entry-thumb {
  background: #1b70c3;
  text-align: center;
  height: 100%;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.content-slider-8 .entry-item .entry-thumb img {
  display: initial;
  margin-top: 30px;
}

.content-slider-8 .entry-item .entry-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 25px 15px 25px 65px;
  width: 85%;
}

.content-slider-8 .entry-item .entry-content .slider-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto 0;
  text-align: center;
}

.content-slider-8 .entry-item .entry-content .slider-icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border: 1px solid #bccbd9;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-slider-8 .entry-item .entry-content .slider-icon:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-slider-8 .entry-item .entry-content .slider-icon span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #1b70c3;
  position: relative;
  margin: 13px 0 0 0;
  z-index: 3;
}

.content-slider-8 .entry-item .entry-content h5 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.content-slider-8 .entry-item .entry-content h5 a {
  color: #000;
}

.content-slider-8 .entry-item .entry-content p {
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #737373;
  margin-bottom: 0;
}

.content-slider-8 .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
  left: 0;
}

.content-slider-8 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  line-height: 0;
}

.content-slider-8 .slick-dots li.slick-active button {
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-slider-8 .slick-dots li button {
  background: #fff;
  width: 8px;
  height: 8px;
  font-size: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-slider-9 {
  overflow: hidden;
}

.widget-slider-9 .slides .entry-item.flex-active-slide .entry-content h2, .widget-slider-9 .slides .entry-item.flex-active-slide .entry-content span, .widget-slider-9 .slides .entry-item.flex-active-slide .entry-content a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget-slider-9 .slides .entry-item .entry-thumb {
  position: relative;
}

.widget-slider-9 .slides .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.widget-slider-9 .slides .entry-item .entry-thumb img {
  width: 100%;
}

.widget-slider-9 .slides .entry-item .entry-content {
  position: absolute;
  width: 1170px;
  top: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}

@media (max-width: 1170px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    top: 80px;
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 620px;
    top: 40px;
  }
}

@media (max-width: 639px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .widget-slider-9 .slides .entry-item .entry-content {
    width: 300px;
    padding: 0;
  }
}

.widget-slider-9 .slides .entry-item .entry-content h2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0, 2000px);
  -moz-transform: translate(0, 2000px);
  -ms-transform: translate(0, 2000px);
  -o-transform: translate(0, 2000px);
  transform: translate(0, 2000px);
  -webkit-transition: all 2s ease 800ms, visibility 0s ease 0s;
  -moz-transition: all 2s ease 800ms, visibility 0s ease 0s;
  -ms-transition: all 2s ease 800ms, visibility 0s ease 0s;
  transition: all 2s ease 800ms, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .widget-slider-9 .slides .entry-item .entry-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .widget-slider-9 .slides .entry-item .entry-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .widget-slider-9 .slides .entry-item .entry-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

.widget-slider-9 .slides .entry-item .entry-content span {
  display: block;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translate(0, 2000px);
  -moz-transform: translate(0, 2000px);
  -ms-transform: translate(0, 2000px);
  -o-transform: translate(0, 2000px);
  transform: translate(0, 2000px);
  -webkit-transition: all 2s ease 1.6s, visibility 0s ease 0s;
  -moz-transition: all 2s ease 1.6s, visibility 0s ease 0s;
  -ms-transition: all 2s ease 1.6s, visibility 0s ease 0s;
  transition: all 2s ease 1.6s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .widget-slider-9 .slides .entry-item .entry-content span {
    display: none;
  }
}

.widget-slider-9 .slides .entry-item .entry-content span i {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}

.widget-slider-9 .slides .entry-item .entry-content span i:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: #fff;
  top: 10px;
  right: 110%;
}

.widget-slider-9 .slides .entry-item .entry-content span i:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: #fff;
  top: 10px;
  left: 110%;
}

.widget-slider-9 .slides .entry-item .entry-content a {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 2000px);
  -moz-transform: translate(0, 2000px);
  -ms-transform: translate(0, 2000px);
  -o-transform: translate(0, 2000px);
  transform: translate(0, 2000px);
  -webkit-transition: all 2s ease 2.2s, visibility 0s ease 0s;
  -moz-transition: all 2s ease 2.2s, visibility 0s ease 0s;
  -ms-transition: all 2s ease 2.2s, visibility 0s ease 0s;
  transition: all 2s ease 2.2s, visibility 0s ease 0s;
}

.widget-slider-9 .slides .entry-item .entry-content a:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") 0 0 no-repeat;
  top: -4px;
  right: -40px;
}

.widget-slider-9 .flex-direction-nav {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .widget-slider-9 .flex-direction-nav {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .widget-slider-9 .flex-direction-nav {
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-9 .flex-direction-nav {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .widget-slider-9 .flex-direction-nav {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .widget-slider-9 .flex-direction-nav {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .widget-slider-9 .flex-direction-nav {
    width: 620px;
    display: none;
  }
}

@media (max-width: 639px) {
  .widget-slider-9 .flex-direction-nav {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .widget-slider-9 .flex-direction-nav {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .widget-slider-9 .flex-direction-nav {
    width: 300px;
    padding: 0;
  }
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev, .widget-slider-9 .flex-direction-nav .flex-nav-next {
  position: absolute;
  z-index: 10;
  top: 300px;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .widget-slider-9 .flex-direction-nav .flex-nav-prev, .widget-slider-9 .flex-direction-nav .flex-nav-next {
    top: 150px;
  }
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev:hover, .widget-slider-9 .flex-direction-nav .flex-nav-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev a, .widget-slider-9 .flex-direction-nav .flex-nav-next a {
  width: 45px;
  height: 115px;
  font-size: 0;
  line-height: 0;
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev a.flex-prev, .widget-slider-9 .flex-direction-nav .flex-nav-next a.flex-prev {
  left: 0;
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev a.flex-next, .widget-slider-9 .flex-direction-nav .flex-nav-next a.flex-next {
  right: 0;
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev a:before, .widget-slider-9 .flex-direction-nav .flex-nav-next a:before {
  display: none;
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev {
  left: 0;
}

.widget-slider-9 .flex-direction-nav .flex-nav-prev a {
  background: rgba(255, 255, 255, 0.4) url("images/icon/arr-left-1.png") center center no-repeat;
}

.widget-slider-9 .flex-direction-nav .flex-nav-next {
  right: 0;
}

.widget-slider-9 .flex-direction-nav .flex-nav-next a {
  background: rgba(255, 255, 255, 0.4) url("images/icon/arr-right-1.png") center center no-repeat;
}

.widget-slider-10 .widget-title {
  margin-bottom: 50px;
}

.content-slider-10 .entry-item {
  float: left;
  position: relative;
}

.content-slider-10 .entry-item.slick-center:hover .entry-thumb a:before {
  opacity: 1;
  background: rgba(27, 112, 195, 0.8);
}

.content-slider-10 .entry-item.slick-center:hover .entry-thumb span, .content-slider-10 .entry-item.slick-center:hover .entry-thumb .icon-thumb {
  opacity: 1;
}

.content-slider-10 .entry-item.slick-center:hover .entry-content {
  opacity: 1;
}

.content-slider-10 .entry-item.slick-center .entry-thumb a:before {
  opacity: 0;
}

.content-slider-10 .entry-item .entry-thumb {
  position: relative;
}

.content-slider-10 .entry-item .entry-thumb a {
  display: block;
}

.content-slider-10 .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.content-slider-10 .entry-item .entry-thumb .icon-thumb {
  background: transparent;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.content-slider-10 .entry-item .entry-thumb .icon-thumb i {
  color: #fff;
}

.content-slider-10 .entry-item .entry-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.content-slider-10 .entry-item .entry-content h6 {
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
}

.content-slider-10 .entry-item .entry-content h6 a {
  color: #fff;
}

.content-slider-10 .entry-item .entry-content p {
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}

.content-slider-10:hover .slick-prev, .content-slider-10:hover .slick-next {
  opacity: 1;
}

.content-slider-10 .slick-prev, .content-slider-10 .slick-next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 45px;
  height: 115px;
  border: none;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.content-slider-10 .slick-prev:hover, .content-slider-10 .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-slider-10 .slick-prev {
  left: 5%;
  background: rgba(255, 255, 255, 0.4) url("images/icon/arr-left-1.png") center center no-repeat;
}

.content-slider-10 .slick-next {
  right: 5%;
  background: rgba(255, 255, 255, 0.4) url("images/icon/arr-right-1.png") center center no-repeat;
}

.widget-slider-11 {
  float: left;
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.widget-slider-11 .slick-slide h2 {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 0;
  margin-bottom: 100px;
}

.widget-slider-11 .slick-slide i {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #34343e;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  width: 85%;
  margin: 0 auto 50px;
  position: relative;
}

@media (max-width: 639px) {
  .widget-slider-11 .slick-slide i {
    font-size: 16px;
    line-height: 26px;
  }
}

.widget-slider-11 .slick-slide i:before {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 80px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #1b70c3;
  font-style: normal;
  bottom: 110%;
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.widget-slider-11 .slick-slide .user-reviews {
  width: 22%;
  margin: 0 auto;
}

.widget-slider-11 .slick-slide .user-reviews img {
  float: left;
  margin-right: 20px;
}

.widget-slider-11 .slick-slide .user-reviews h5, .widget-slider-11 .slick-slide .user-reviews p {
  float: left;
  margin: 0;
}

.widget-slider-11 .slick-slide .user-reviews h5 {
  font-size: 16px;
  margin-top: 18px;
}

.widget-slider-11 .slick-slide .user-reviews p {
  color: #737373;
}

.widget-slider-11 .slick-prev, .widget-slider-11 .slick-next {
  position: absolute;
  width: 24px;
  height: 82px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 0;
  border: none;
}

.widget-slider-11 .slick-prev {
  background: transparent url("images/icon/arr-left-3.png") center center no-repeat;
  left: 0;
}

.widget-slider-11 .slick-next {
  background: transparent url("images/icon/arr-right-6.png") center center no-repeat;
  right: 0;
}

.slider-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-thumb .slick-prev, .slider-thumb .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  font-size: 0;
  background: #000;
  opacity: .3;
  -webkit-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
}

.slider-thumb .slick-prev:hover, .slider-thumb .slick-next:hover {
  opacity: 1;
}

.slider-thumb .slick-prev:before, .slider-thumb .slick-next:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider-thumb .slick-prev {
  left: 30px;
}

.slider-thumb .slick-prev:before {
  background: transparent url("images/icon/arr-left-1.png") center center no-repeat;
}

.slider-thumb .slick-next {
  right: 30px;
}

.slider-thumb .slick-next:before {
  background: transparent url("images/icon/arr-right-1.png") center center no-repeat;
}

.slider-gallery {
  float: left;
  width: 100%;
  position: relative;
}

.slider-gallery .slick-slide:hover:before {
  opacity: 1;
}

.slider-gallery .slick-slide:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 1s ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 1s ease-in-out 0s, visibility 0s ease 0s;
  transition: all 1s ease-in-out 0s, visibility 0s ease 0s;
}

@media (max-width: 767px) {
  .slider-gallery .slick-slide img {
    width: 100%;
  }
}

.slider-gallery .slick-prev, .slider-gallery .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
  top: 50%;
  -webkit-transition: all 500ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 500ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 500ms ease 0s, visibility 0s ease 0s;
  transition: all 500ms ease 0s, visibility 0s ease 0s;
}

.slider-gallery .slick-prev:hover, .slider-gallery .slick-next:hover {
  background-color: black;
}

.slider-gallery .slick-prev {
  left: 20px;
  background: rgba(0, 0, 0, 0.3) url("images/icon/arr-left-1.png") center center no-repeat;
}

.slider-gallery .slick-next {
  right: 20px;
  background: rgba(0, 0, 0, 0.3) url("images/icon/arr-right-1.png") center center no-repeat;
}

.news-relative {
  float: left;
  width: 100%;
  text-align: center;
}

.news-relative .slick-list {
  margin-bottom: 50px;
}

.news-relative .slick-list .entry-item {
  padding: 0 15px;
  text-align: left;
}

.news-relative .slick-prev, .news-relative .slick-next {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #737373;
  border: none;
  background: #ededed;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.news-relative .slick-prev:hover, .news-relative .slick-next:hover {
  background: #1b70c3;
  color: #fff;
}

.news-relative .slick-prev:hover:before, .news-relative .slick-next:hover:before {
  background: transparent url("images/icon/arr-right-7.png") left top no-repeat;
}

.news-relative .slick-prev:before, .news-relative .slick-next:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-3.png") left top no-repeat;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.news-relative .slick-prev {
  padding-left: 40px;
  margin-right: 10px;
}

.news-relative .slick-prev:before {
  top: 17px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-relative .slick-next {
  padding-right: 40px;
}

.news-relative .slick-next:before {
  top: 17px;
  right: 15px;
}

/* Customize */
.kopa-service-widget-1.option-2 {
  margin-top: -135px;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item {
  width: 100%;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item:hover .entry-content header {
  opacity: 1;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item .entry-thumb {
  top: 0;
  bottom: auto;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item .entry-content {
  width: 100%;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item .entry-content header {
  margin: 20px;
  padding: 20px;
  background: rgba(27, 112, 195, 0.8);
  min-height: 180px;
  opacity: 0;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item .entry-content header p {
  width: 100%;
  color: #fff;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.kopa-service-widget-1.option-2 .widget-slider-2 .slick-slide .entry-item .entry-content header p span {
  margin-left: 10px;
}

.home-page-3 .widget-slider-2 .slick-slide .entry-item .entry-thumb {
  width: 100%;
}

.home-page-3 .widget-slider-2 .slick-slide .entry-item .entry-thumb img {
  width: 100%;
}

.home-page-3 #bottom-sidebar .widget-slider-4 {
  margin-bottom: 60px;
}

.home-page-4 .widget-slider-1 .slides li .entry-thumb:before {
  background: rgba(0, 0, 0, 0.3);
}

.home-page-4 .widget-slider-1 .slides li .entry-content h2 {
  margin-top: 230px;
}

@media (max-width: 1119px) {
  .home-page-4 .widget-slider-1 .slides li .entry-content h2 {
    margin-top: 150px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 639px) {
  .home-page-4 .widget-slider-1 .slides li .entry-content h2 {
    margin-top: 50px;
    font-size: 26px;
    line-height: 36px;
  }
}

.home-page-4 .widget-slider-1 .flex-direction-nav {
  margin-top: 230px;
}

@media (max-width: 1119px) {
  .home-page-4 .widget-slider-1 .flex-direction-nav {
    margin-top: 150px;
  }
}

@media (max-width: 639px) {
  .home-page-4 .widget-slider-1 .flex-direction-nav {
    margin-top: 50px;
  }
}

.home-page-4 .widget-slider-1 .flex-direction-nav .flex-nav-prev:hover, .home-page-4 .widget-slider-1 .flex-direction-nav .flex-nav-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/**
 * 3.3 - Widget Service
 * -------------------------------------------------------------------
**/
.kopa-service-widget-1 {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -220px;
  line-height: 0;
  height: 269px;
  overflow: hidden;
}

@media (max-width: 979px) {
  .kopa-service-widget-1 {
    margin-top: -150px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-1 {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-1 {
    margin-top: 15px;
  }
}

.kopa-service-widget-1 .widget-title {
  display: inline-block;
  width: 285px;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-service-widget-1 .widget-title {
    width: 260px;
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-1 .widget-title {
    width: 250px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-1 .widget-title {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-1 .widget-title {
    width: 305px;
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-1 .widget-title {
    display: none;
  }
}

.kopa-service-widget-1 .widget-title:before {
  float: left;
  width: 100%;
  height: 69px;
  content: '';
  background: transparent url("images/fixed/title-1.png") right top no-repeat;
}

.kopa-service-widget-1 .widget-title h2 {
  float: left;
  width: 100%;
  background: #f4f4f4;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  color: #34343e;
  padding: 50px 0 130px;
  letter-spacing: -0.01em;
}

.kopa-service-widget-1 .widget-content {
  float: right;
  width: 875px;
}

@media (max-width: 1119px) {
  .kopa-service-widget-1 .widget-content {
    width: 685px;
  }
}

@media (max-width: 1023px) {
  .kopa-service-widget-1 .widget-content {
    width: 690px;
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-1 .widget-content {
    width: 520px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-1 .widget-content {
    width: 490px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-1 .widget-content {
    width: 305px;
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-1 .widget-content {
    width: 100%;
  }
}

.kopa-service-widget-2 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -412px;
}

@media (max-width: 479px) {
  .kopa-service-widget-2 {
    margin: 0;
  }
}

.kopa-service-widget-2 .widget-title {
  background: #dbdbdb;
}

@media (max-width: 1023px) {
  .kopa-service-widget-2 .widget-content .entry-item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-2 .widget-content .entry-item {
    width: 50%;
  }
  .kopa-service-widget-2 .widget-content .entry-item:nth-child(3) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .kopa-service-widget-2 .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-service-widget-2 .widget-content .entry-item:hover .entry-thumb a:before {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.kopa-service-widget-2 .widget-content .entry-item:hover .entry-thumb a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-service-widget-2 .widget-content .entry-item:hover .entry-content span {
  background: #1b70c3;
}

.kopa-service-widget-2 .widget-content .entry-item .entry-thumb {
  display: inline-block;
  line-height: 0;
  float: left;
  width: 100%;
  overflow: hidden;
}

.kopa-service-widget-2 .widget-content .entry-item .entry-thumb a {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.kopa-service-widget-2 .widget-content .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 500ms ease-out 0s, visibility 0s ease 0s;
  transition: all 500ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-service-widget-2 .widget-content .entry-item .entry-thumb a:before {
    display: none;
  }
}

.kopa-service-widget-2 .widget-content .entry-item .entry-thumb a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  transition: all 1s ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-service-widget-2 .widget-content .entry-item .entry-thumb a img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-service-widget-2 .widget-content .entry-item .entry-content {
  float: left;
  width: 80%;
  background: #fff;
  padding: 30px 15px 0 30px;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}

@media (max-width: 1119px) {
  .kopa-service-widget-2 .widget-content .entry-item .entry-content {
    width: 76%;
    padding: 15px 15px 0;
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-2 .widget-content .entry-item .entry-content {
    width: 100%;
  }
}

.kopa-service-widget-2 .widget-content .entry-item .entry-content h5 {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.kopa-service-widget-2 .widget-content .entry-item .entry-content p {
  color: #737373;
}

.kopa-service-widget-2 .widget-content .entry-item .entry-content span {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #34343e;
  text-align: center;
  padding-top: 15px;
  top: 49px;
  right: -54px;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 979px) {
  .kopa-service-widget-2 .widget-content .entry-item .entry-content span {
    display: none;
  }
}

.kopa-service-widget-2 .widget-content .entry-item .entry-content span a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") center center no-repeat;
}

.kopa-service-widget-2.option-2 {
  margin: 0;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .kopa-service-widget-2.option-2 {
    padding: 30px 0;
  }
}

.kopa-service-widget-3 {
  float: left;
  width: 100%;
  padding: 100px 0 60px;
  background: #252525;
  color: #fff;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-service-widget-3 {
    padding: 30px;
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-3 {
    padding: 15px;
  }
}

@media (max-width: 1023px) {
  .kopa-service-widget-3 .widget-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.kopa-service-widget-3 .widget-content {
  float: right;
  width: 65%;
}

@media (max-width: 1023px) {
  .kopa-service-widget-3 .widget-content {
    width: 100%;
  }
}

.kopa-service-widget-3 .widget-content p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 50px;
}

.kopa-service-widget-3 .widget-content .entry-item {
  margin-bottom: 30px;
}

.kopa-service-widget-3 .widget-content .entry-item:nth-child(2n+3) {
  clear: both;
}

.kopa-service-widget-3 .widget-content .entry-item header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.kopa-service-widget-3 .widget-content .entry-item header span {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-1 {
  background: transparent url("images/icon/icon-3.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-2 {
  background: transparent url("images/icon/icon-4.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-3 {
  background: transparent url("images/icon/icon-5.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-4 {
  background: transparent url("images/icon/icon-6.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-5 {
  background: transparent url("images/icon/icon-7.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header span.icon-service-6 {
  background: transparent url("images/icon/icon-8.png") center left no-repeat;
}

.kopa-service-widget-3 .widget-content .entry-item header h4 {
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-top: 5px;
}

.kopa-service-widget-3 .widget-content .entry-item footer {
  float: left;
  width: 100%;
}

@media (max-width: 1023px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li {
    float: left;
    width: 100%;
  }
}

.kopa-service-widget-3 .widget-content .entry-item footer ul li a {
  float: left;
  max-width: 280px;
  color: #eaeaea;
}

@media (max-width: 1119px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 250px;
  }
}

@media (max-width: 1023px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 800px;
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 650px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 500px;
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 340px;
  }
}

@media (max-width: 479px) {
  .kopa-service-widget-3 .widget-content .entry-item footer ul li a {
    max-width: 250px;
  }
}

.kopa-service-widget-3 .widget-content .entry-item footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.kopa-service-widget-3 .widget-content .entry-item footer ul li span {
  float: right;
  color: #eaeaea;
}

.kopa-service-widget-5 .widget-title {
  background: #fff;
  margin-bottom: 60px;
}

.kopa-service-widget-5 .widget-title:after {
  border-bottom-color: #2b2c30;
  border-right-color: #2b2c30;
}

@media (max-width: 1023px) {
  .kopa-service-widget-5 .widget-content .col-left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-5 .widget-content .col-left {
    width: 100%;
  }
}

.kopa-service-widget-5 .widget-content .col-left h5 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.kopa-service-widget-5 .widget-content .col-left p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fafafa;
}

.kopa-service-widget-5 .widget-content .col-left ul {
  margin: 30px 0;
}

.kopa-service-widget-5 .widget-content .col-left ul li {
  display: inline-block;
  margin: 0 15px;
}

.kopa-service-widget-5 .widget-content .col-left ul li a {
  display: inline-block;
  width: 49px;
  height: 49px;
  text-align: center;
  padding-top: 15px;
  position: relative;
}

@media (max-width: 479px) {
  .kopa-service-widget-5 .widget-content .col-left ul li a {
    width: 40px;
    height: 40px;
  }
}

.kopa-service-widget-5 .widget-content .col-left ul li a:hover:after {
  opacity: 1;
}

.kopa-service-widget-5 .widget-content .col-left ul li a:hover i {
  color: #1b70c3;
}

.kopa-service-widget-5 .widget-content .col-left ul li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border: 1px solid #bccbd9;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 479px) {
  .kopa-service-widget-5 .widget-content .col-left ul li a:before {
    width: 40px;
    height: 40px;
  }
}

.kopa-service-widget-5 .widget-content .col-left ul li a:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .kopa-service-widget-5 .widget-content .col-left ul li a:after {
    width: 40px;
    height: 40px;
  }
}

.kopa-service-widget-5 .widget-content .col-left ul li a i {
  width: 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1023px) {
  .kopa-service-widget-5 .widget-content .col-right {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-5 .widget-content .col-right {
    width: 100%;
  }
}

.kopa-service-widget-5 .widget-content .col-right ul {
  display: block;
}

.kopa-service-widget-5 .widget-content .col-right ul li {
  display: block;
}

.kopa-service-widget-5 .widget-content .col-right ul li:first-child a {
  border-top: none;
}

.kopa-service-widget-5 .widget-content .col-right ul li a {
  display: block;
  padding-left: 25px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.kopa-service-widget-5 .widget-content .col-right ul li a:before {
  position: absolute;
  content: '\f178';
  top: 18px;
  left: 0;
  color: #fff;
}

.kopa-service-widget-6 {
  float: left;
  width: 100%;
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .kopa-service-widget-6 {
    padding: 30px 0;
  }
}

.kopa-service-widget-6 .widget-title {
  margin-bottom: 50px;
}

.kopa-service-widget-6 .widget-content .entry-item {
  float: left;
  width: 100%;
}

.kopa-service-widget-6 .widget-content .entry-item:hover .entry-thumb a:before {
  background: rgba(255, 255, 255, 0.4);
}

.kopa-service-widget-6 .widget-content .entry-item:hover .entry-thumb a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-service-widget-6 .widget-content .entry-item:hover .entry-content span {
  opacity: 1;
}

.kopa-service-widget-6 .widget-content .entry-item.item-large {
  background: #2c2d2d;
}

.kopa-service-widget-6 .widget-content .entry-item.item-large .entry-thumb {
  float: right;
  width: 66.666667%;
}

@media (max-width: 799px) {
  .kopa-service-widget-6 .widget-content .entry-item.item-large .entry-thumb {
    width: 100%;
  }
}

.kopa-service-widget-6 .widget-content .entry-item.item-large .entry-content {
  float: left;
  width: 33.333333%;
}

@media (max-width: 799px) {
  .kopa-service-widget-6 .widget-content .entry-item.item-large .entry-content {
    width: 100%;
  }
}

.kopa-service-widget-6 .widget-content .entry-item.item-large .entry-content i {
  display: none;
}

.kopa-service-widget-6 .widget-content .entry-item.item-large .entry-content h3 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
}

@media (max-width: 1119px) {
  .kopa-service-widget-6 .widget-content .entry-item.item-large .entry-content h3 {
    margin-top: 0;
  }
}

.kopa-service-widget-6 .widget-content .entry-item.item-small {
  width: 33.333333%;
  background: #1b70c3;
}

@media (max-width: 639px) {
  .kopa-service-widget-6 .widget-content .entry-item.item-small {
    width: 100%;
  }
}

.kopa-service-widget-6 .widget-content .entry-item.item-small:nth-child(odd) {
  background: #ededed;
}

.kopa-service-widget-6 .widget-content .entry-item.item-small:nth-child(odd) h3 a {
  color: #000;
}

.kopa-service-widget-6 .widget-content .entry-item.item-small:nth-child(odd) p {
  color: #737373;
}

.kopa-service-widget-6 .widget-content .entry-item.item-small:nth-child(odd) .more {
  color: #000;
}

.kopa-service-widget-6 .widget-content .entry-item.item-small:nth-child(odd) .more:before {
  color: #000;
}

.kopa-service-widget-6 .widget-content .entry-item.item-small h3 {
  margin-top: 0;
  font-size: 16px;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-thumb {
  overflow: hidden;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-thumb a {
  display: block;
  position: relative;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-thumb a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-service-widget-6 .widget-content .entry-item .entry-thumb a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-6 .widget-content .entry-item .entry-thumb a img {
    width: 100%;
  }
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content {
  padding: 30px;
  position: relative;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content span {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 20px;
  background: #ededed;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content span i {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  color: #1b70c3;
  text-align: center;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content i {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fff;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content h3 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content h3 a {
  color: #fff;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content h3 a:hover {
  color: #1b70c3;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content p {
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #fff;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content .more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.015em;
  position: relative;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content .more:before {
  position: absolute;
  content: '\f178';
  font-size: 12px;
  color: #fff;
  top: 5px;
  left: 110%;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content .more:hover {
  color: #1b70c3;
}

.kopa-service-widget-6 .widget-content .entry-item .entry-content .more:hover:before {
  color: #1b70c3;
}

.kopa-service-widget-7 {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.kopa-service-widget-7 .widget-title {
  margin-bottom: 50px;
}

.kopa-service-widget-7 .widget-content .entry-item {
  float: left;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 979px) {
  .kopa-service-widget-7 .widget-content .entry-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .kopa-service-widget-7 .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap:hover .entry-content {
  background: #1b70c3;
  padding-top: 20px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap:hover .entry-content h5, .kopa-service-widget-7 .widget-content .entry-item .entry-wrap:hover .entry-content > i {
  color: #fff;
}

@media (max-width: 979px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-thumb img {
    width: 100%;
  }
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  padding: 10px 0 80px;
  -webkit-transition: all 600ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease 0s, visibility 0s ease 0s;
  transition: all 600ms ease 0s, visibility 0s ease 0s;
  -webkit-transform: translate(0, 268px);
  -moz-transform: translate(0, 268px);
  -ms-transform: translate(0, 268px);
  -o-transform: translate(0, 268px);
  transform: translate(0, 268px);
}

@media (max-width: 1119px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
    -webkit-transform: translate(0, 220px);
    -moz-transform: translate(0, 220px);
    -ms-transform: translate(0, 220px);
    -o-transform: translate(0, 220px);
    transform: translate(0, 220px);
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
    -webkit-transform: translate(0, 360px);
    -moz-transform: translate(0, 360px);
    -ms-transform: translate(0, 360px);
    -o-transform: translate(0, 360px);
    transform: translate(0, 360px);
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
    -webkit-transform: translate(0, 293px);
    -moz-transform: translate(0, 293px);
    -ms-transform: translate(0, 293px);
    -o-transform: translate(0, 293px);
    transform: translate(0, 293px);
  }
}

@media (max-width: 639px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
    -webkit-transform: translate(0, 204px);
    -moz-transform: translate(0, 204px);
    -ms-transform: translate(0, 204px);
    -o-transform: translate(0, 204px);
    transform: translate(0, 204px);
  }
}

@media (max-width: 479px) {
  .kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content {
    -webkit-transform: translate(0, 320px);
    -moz-transform: translate(0, 320px);
    -ms-transform: translate(0, 320px);
    -o-transform: translate(0, 320px);
    transform: translate(0, 320px);
  }
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #17394e;
  margin-bottom: 5px;
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content > i {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #a9a9a9;
  margin-bottom: 65px;
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content p {
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0;
}

.kopa-service-widget-7 .widget-content .entry-item .entry-wrap .entry-content .kopa-social-2 {
  position: absolute;
  width: 100%;
  margin: 10px 0;
  bottom: 40px;
}

.kopa-service-widget-8 .entry-item {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .kopa-service-widget-8 .entry-item {
    width: 100%;
  }
}

.kopa-service-widget-8 .entry-item .entry-thumb {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-service-widget-8 .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 112, 195, 0.6);
}

.kopa-service-widget-8 .entry-item .entry-thumb .entry-cost {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 979px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost {
    padding-top: 30px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost {
    padding-top: 15px;
  }
}

.kopa-service-widget-8 .entry-item .entry-thumb .entry-cost p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 979px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost p {
    margin-bottom: 30px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost p {
    margin-bottom: 15px;
  }
}

.kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 35px;
  border: 1px solid #fff;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span {
    font-size: 46px;
    line-height: 50px;
  }
}

@media (max-width: 799px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span {
    padding: 10px 30px;
  }
}

.kopa-service-widget-8 .entry-item .entry-thumb .entry-cost span:after {
  position: absolute;
  content: '\f02b';
  top: 30%;
  right: -15px;
  color: #fff;
  font-size: 40px;
}

.kopa-service-widget-8 .entry-item .entry-content {
  float: left;
  width: 100%;
  background: #ededed;
  position: relative;
}

.kopa-service-widget-8 .entry-item .entry-content header {
  float: left;
  width: 505px;
  background: #fff;
  padding: 30px;
  position: relative;
  margin-top: -100px;
  z-index: 5;
}

@media (max-width: 1119px) {
  .kopa-service-widget-8 .entry-item .entry-content header {
    width: 410px;
    margin-top: -35px;
  }
}

@media (max-width: 1023px) {
  .kopa-service-widget-8 .entry-item .entry-content header {
    width: 400px;
  }
}

@media (max-width: 979px) {
  .kopa-service-widget-8 .entry-item .entry-content header {
    width: 100%;
    margin-top: 0;
  }
}

.kopa-service-widget-8 .entry-item .entry-content header h2 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.kopa-service-widget-8 .entry-item .entry-content header p {
  color: #737373;
  margin: 0;
}

.kopa-service-widget-8 .entry-item .entry-content header span {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #2c2d2d;
  top: 35px;
  right: -65px;
  text-align: center;
  color: #fff;
  padding-top: 25px;
}

@media (max-width: 979px) {
  .kopa-service-widget-8 .entry-item .entry-content header span {
    display: none;
  }
}

.kopa-service-widget-8 .entry-item .entry-content header span i {
  font-size: 18px;
}

.kopa-service-widget-8 .entry-item .entry-content footer {
  float: left;
  width: 100%;
  padding: 30px;
}

.kopa-service-widget-8 .entry-item .entry-content footer ul {
  float: left;
  width: 100%;
}

.kopa-service-widget-8 .entry-item .entry-content footer ul li {
  float: left;
  width: 100%;
  padding-left: 25px;
  font-size: 13px;
  line-height: 30px;
  color: #34343e;
  position: relative;
}

.kopa-service-widget-8 .entry-item .entry-content footer ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-3.png") left top no-repeat;
}

@media (max-width: 979px) {
  .home-page-3 .kopa-service-widget-1.option-2 {
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .home-page-3 .kopa-service-widget-1.option-2 {
    margin-top: 30px;
  }
}

.home-page-3 .kopa-service-widget-1.option-2 .entry-item .entry-content header {
  margin: 15px;
  padding: 15px;
}

.home-page-3 .kopa-service-widget-1.option-2 .entry-item .entry-content header p {
  font-size: 12px;
}

/**
 * 3.4 - Widget Sale
 * -------------------------------------------------------------------
**/
.kopa-sale-widget {
  float: left;
  width: 100%;
  padding: 50px 30px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
  text-align: center;
}

@media (max-width: 767px) {
  .kopa-sale-widget {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .kopa-sale-widget {
    padding: 15px;
  }
}

.kopa-sale-widget header {
  margin-bottom: 26px;
  text-align: left;
}

.kopa-sale-widget header h2 {
  margin: 0 0 5px 0;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #1b70c3;
  text-align: center;
}

@media (max-width: 639px) {
  .kopa-sale-widget header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.kopa-sale-widget header p {
  font-size: 14px;
  color: #737373;
  text-align: center;
  line-height: 24px;
  letter-spacing: -0.015em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.kopa-sale-widget footer {
  margin-bottom: 40px;
  text-align: left;
}

.kopa-sale-widget footer .sale-left {
  padding: 15px 30px;
}

.kopa-sale-widget footer .sale-left h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.kopa-sale-widget footer .sale-left h6 {
  color: #34343e;
  line-height: 30px;
  letter-spacing: -0.015em;
  margin: 0;
}

.kopa-sale-widget footer .sale-left ul li {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #34343e;
  position: relative;
  padding-left: 20px;
}

.kopa-sale-widget footer .sale-left ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  top: 10px;
  left: 0;
  background: transparent url("images/icon/arr-right-3.png") center center no-repeat;
}

.kopa-sale-widget footer .sale-left .sale-off {
  border: 1px solid #1b70c3;
  text-align: center;
  padding: 15px 0 10px;
  position: relative;
  margin-bottom: 15px;
}

.kopa-sale-widget footer .sale-left .sale-off:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: transparent url("images/icon/icon-1.png") center center no-repeat;
  top: 30%;
  right: -20px;
}

@media (max-width: 479px) {
  .kopa-sale-widget footer .sale-left .sale-off:before {
    top: 15%;
  }
}

.kopa-sale-widget footer .sale-left .sale-off sup {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.015em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1b70c3;
  position: relative;
  top: -22px;
}

@media (max-width: 479px) {
  .kopa-sale-widget footer .sale-left .sale-off sup {
    font-size: 12px;
    line-height: 18px;
    top: -15px;
  }
}

.kopa-sale-widget footer .sale-left .sale-off h5 {
  margin: 0;
  display: inline-block;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -0.015em;
  color: #1b70c3;
}

@media (max-width: 479px) {
  .kopa-sale-widget footer .sale-left .sale-off h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

.kopa-sale-widget footer .sale-left .sale-off span {
  display: inline-block;
  position: relative;
}

.kopa-sale-widget footer .sale-left .sale-off small {
  position: absolute;
  font-size: 11px;
  letter-spacing: 0.02em;
  z-index: 1;
  white-space: nowrap;
  top: 0;
  left: 0;
}

.kopa-sale-widget footer .sale-left .col-left {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .kopa-sale-widget footer .sale-left .col-left {
    width: 100%;
  }
}

.kopa-sale-widget footer .sale-left .col-right {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .kopa-sale-widget footer .sale-left .col-right {
    display: none;
  }
}

@media (max-width: 1023px) {
  .kopa-sale-widget footer .sale-right {
    margin-top: 30px;
  }
}

.kopa-sale-widget footer .sale-right h4 {
  font-size: 24px;
  color: #34343e;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: -0.015em;
}

@media (max-width: 639px) {
  .kopa-sale-widget footer .sale-right h4 {
    font-size: 16px;
  }
}

.kopa-sale-widget footer .sale-right p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #737373;
}

.kopa-sale-widget footer .sale-right form {
  position: relative;
  margin-bottom: 20px;
}

.kopa-sale-widget footer .sale-right form input[type='email'] {
  display: block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  background: #fff;
  border: 1px solid #e1e1e1;
  line-height: 23px;
  letter-spacing: 0.015em;
  padding: 13px 20px 13px 20px;
}

@media (max-width: 479px) {
  .kopa-sale-widget footer .sale-right form input[type='email'] {
    padding: 13px 20px;
  }
}

.adminform_savebutton input,
.kopa-sale-widget footer .sale-right form button {
/*  position: absolute;
  top: 0;
  right: 0;
 */
  margin:0px auto;
  display: table;
  background: #1b70c3;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
  padding: 14px 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 479px) {
  .kopa-sale-widget footer .sale-right form button {
    position: relative;
    left: 0;
    margin-top: 15px;
  }
}

.kopa-sale-widget footer .sale-right form button:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #34343e;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-sale-widget footer .sale-right form button:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-sale-widget footer .sale-right a {
  float: left;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1b70c3;
  text-decoration: underline;
}

.kopa-sale-widget footer .sale-right a:hover {
  color: #34343e;
}

/**
 * 3.5 - Widget About
 * -------------------------------------------------------------------
**/
.kopa-about-widget .widget-content {
  float: left;
  width: 100%;
}

.kopa-about-widget .widget-content .entry-item {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.kopa-about-widget .widget-content .entry-item:nth-child(2n+3) {
  clear: both;
}

@media (max-width: 979px) {
  .kopa-about-widget .widget-content .entry-item {
    width: 100%;
  }
  .kopa-about-widget .widget-content .entry-item:nth-child(2n+3) {
    clear: none;
  }
}

.kopa-about-widget .widget-content .entry-item:hover .entry-thumb a:before {
  opacity: 1;
}

.kopa-about-widget .widget-content .entry-item:hover .entry-thumb a .icon-thumb {
  opacity: 1;
}

.kopa-about-widget .widget-content .entry-item:hover .entry-thumb a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-about-widget .widget-content .entry-item .entry-thumb {
  float: left;
  margin-right: 30px;
}

@media (max-width: 639px) {
  .kopa-about-widget .widget-content .entry-item .entry-thumb {
    display: none;
  }
}

.kopa-about-widget .widget-content .entry-item .entry-thumb a {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kopa-about-widget .widget-content .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 112, 195, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  transition: all 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget .widget-content .entry-item .entry-thumb a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease-out 0s, visibility 0s ease 0s;
  transition: all 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget .widget-content .entry-item .entry-thumb a .icon-thumb {
  opacity: 0;
}

@media (max-width: 639px) {
  .kopa-about-widget .widget-content .entry-item .entry-content {
    width: 100%;
  }
}

.kopa-about-widget .widget-content .entry-item .entry-content h5 {
  margin-top: 0;
  line-height: 21px;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.kopa-about-widget .widget-content .entry-item .entry-content h5 a {
  color: #34343e;
}

.kopa-about-widget .widget-content .entry-item .entry-content h5 a:hover {
  color: #1b70c3;
}

.kopa-about-widget .widget-content .entry-item .entry-content p {
  color: #737373;
}

.kopa-about-widget-2 .widget-title {
  margin-bottom: 50px;
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-title {
    margin-bottom: 20px;
  }
}

.kopa-about-widget-2 .widget-content .item-small {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-content .item-small {
    margin-bottom: 20px;
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb {
  float: right;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb:hover a:before {
  opacity: 0;
}

@media (max-width: 979px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb:hover a:before {
    opacity: 1;
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb:hover a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb > a {
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb > a {
    width: 100%;
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb > a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb > a:after {
  position: absolute;
  content: '';
  width: 55px;
  height: 70px;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: transparent url("images/icon/triangle-1.png") center center no-repeat;
  z-index: 2;
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb > a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  transition: all 1s ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb > a img {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-thumb > a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb h5 {
  position: absolute;
  width: 100%;
  font-size: 16px;
  background: #ededed;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb h5:hover a {
  background: #1b70c3;
  color: #fff;
}

.kopa-about-widget-2 .widget-content .item-small .entry-thumb h5 a {
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.kopa-about-widget-2 .widget-content .item-small .entry-content {
  float: left;
  width: 50%;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .kopa-about-widget-2 .widget-content .item-small .entry-content {
    width: 100%;
    padding: 0;
  }
}

.kopa-about-widget-2 .widget-content .item-small .entry-content h2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

.kopa-about-widget-2 .widget-content .item-small .entry-content h2 a {
  color: #000;
}

.kopa-about-widget-2 .widget-content .item-small .entry-content h2 a:hover {
  color: #1b70c3;
}

.kopa-about-widget-2 .widget-content .item-small .entry-content p {
  color: #737373;
  margin-bottom: 20px;
}

.kopa-about-widget-2 .widget-content .item-large .item-left {
  float: left;
  width: 33.333333%;
  text-align: right;
}

@media (max-width: 1023px) {
  .kopa-about-widget-2 .widget-content .item-large .item-left {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-content .item-large .item-left {
    width: 100%;
    text-align: left;
  }
}

.kopa-about-widget-2 .widget-content .item-large .item-left .list-item span {
  right: -34px;
}

.kopa-about-widget-2 .widget-content .item-large .item-right {
  float: right;
  width: 33.333333%;
}

@media (max-width: 1023px) {
  .kopa-about-widget-2 .widget-content .item-large .item-right {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-content .item-large .item-right {
    width: 100%;
  }
}

.kopa-about-widget-2 .widget-content .item-large .item-right .list-item span {
  left: -34px;
}

.kopa-about-widget-2 .widget-content .item-large .item-center {
  float: left;
  width: 33.333333%;
  text-align: center;
  padding: 0 45px;
}

@media (max-width: 1023px) {
  .kopa-about-widget-2 .widget-content .item-large .item-center {
    display: none;
  }
}

.kopa-about-widget-2 .widget-content .item-large .item-center img {
  display: initial;
}

.kopa-about-widget-2 .widget-content .item-large .item-bottom {
  text-align: center;
  padding-bottom: 60px;
}

@media (max-width: 1023px) {
  .kopa-about-widget-2 .widget-content .item-large .item-bottom {
    display: none;
  }
}

.kopa-about-widget-2 .widget-content .item-large .item-bottom img {
  display: initial;
}

.kopa-about-widget-2 .widget-content .item-large .list-item {
  padding: 30px;
  position: relative;
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-content .item-large .list-item {
    padding: 0;
  }
}

.kopa-about-widget-2 .widget-content .item-large .list-item:hover {
  background: #ededed;
}

@media (max-width: 639px) {
  .kopa-about-widget-2 .widget-content .item-large .list-item:hover {
    background: transparent;
  }
}

.kopa-about-widget-2 .widget-content .item-large .list-item:hover span:after {
  background: #ededed;
  top: auto;
  bottom: -18px;
}

.kopa-about-widget-2 .widget-content .item-large .list-item:hover span i {
  color: #fff;
}

.kopa-about-widget-2 .widget-content .item-large .list-item:hover span i:after {
  background: #1b70c3;
}

.kopa-about-widget-2 .widget-content .item-large .list-item span {
  position: absolute;
  top: 45%;
}

@media (max-width: 1023px) {
  .kopa-about-widget-2 .widget-content .item-large .list-item span {
    display: none;
  }
}

.kopa-about-widget-2 .widget-content .item-large .list-item span:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: -1;
  top: -22px;
  left: -14px;
  border: 1px solid #ededed;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget-2 .widget-content .item-large .list-item span i {
  width: 25px;
  font-size: 20px;
  color: #2b2c30;
  text-align: center;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget-2 .widget-content .item-large .list-item span i:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: #ededed;
  z-index: -1;
  top: -15px;
  left: -14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget-2 .widget-content .item-large .list-item h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}

.kopa-about-widget-2 .widget-content .item-large .list-item p {
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .kopa-about-widget-2.option-2 .widget-title {
    margin-bottom: 20px;
  }
}

.kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb {
    width: 100%;
  }
  .kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb img {
    display: initial;
  }
}

.kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb a {
  width: 100%;
}

.kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb a:before {
  display: none;
}

.kopa-about-widget-2.option-2 .widget-content .item-small .entry-thumb a img {
  display: initial;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-about-widget-3 {
  float: left;
  width: 100%;
}

.kopa-about-widget-3 .widget-title {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #34343e;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-about-widget-3 .widget-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .kopa-about-widget-3 .widget-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.kopa-about-widget-3 .widget-title:before {
  position: absolute;
  content: '';
  width: 65px;
  height: 1px;
  background: #34343e;
  left: 0;
  bottom: -15px;
}

.kopa-about-widget-3 .widget-content {
  float: left;
  width: 100%;
}

.kopa-about-widget-3 .widget-content p {
  color: #34343e;
  margin-bottom: 20px;
}

.kopa-about-widget-3 .widget-content .btn {
  background: #ededed;
  color: #34343e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget-3 .widget-content .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-about-widget-3 .widget-content .btn:hover {
  color: #fff;
  border-color: #1b70c3;
}

.kopa-about-widget-3 .widget-content .btn:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-about-widget-3 .widget-content .btn:hover {
  color: #fff;
}

.kopa-about-widget-3 .widget-content .btn:hover:after {
  background: transparent url("images/icon/arr-right-7.png") center center no-repeat;
}

.kopa-about-widget-3 .widget-content .btn:after {
  background: transparent url("images/icon/arr-right-3.png") center center no-repeat;
}

/**
 * 3.6 - Widget FAQ
 * -------------------------------------------------------------------
**/
.kopa-faq-widget .widget-title {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  .kopa-faq-widget .widget-title {
    margin-bottom: 15px;
  }
}

.kopa-faq-widget .widget-content h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: #34343e;
  letter-spacing: -0.015em;
}

.kopa-faq-widget .widget-content img {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .kopa-faq-widget .widget-content .entry-thumb {
    text-align: center;
  }
  .kopa-faq-widget .widget-content .entry-thumb img {
    display: initial;
  }
}

@media (max-width: 979px) {
  .kopa-faq-widget .widget-content .entry-thumb {
    display: none;
  }
}

/**
 * 3.7 - Widget Event
 * -------------------------------------------------------------------
**/
@media (max-width: 1023px) {
  .kopa-event-widget .entry-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .kopa-event-widget .entry-item {
    width: 100%;
  }
  .kopa-event-widget .entry-item:first-child {
    margin-bottom: 15px;
  }
}

.kopa-event-widget .entry-item .entry-thumb {
  position: relative;
  overflow: hidden;
}

.kopa-event-widget .entry-item .entry-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 1s ease-out 0s, visibility 0s ease 0s;
  transition: all 1s ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 979px) {
  .kopa-event-widget .entry-item .entry-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-event-widget .entry-item .entry-thumb:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-event-widget .entry-item .entry-content {
  width: 88%;
  margin-top: -80px;
  padding: 30px;
  background: #fff;
  position: relative;
}

@media (max-width: 1023px) {
  .kopa-event-widget .entry-item .entry-content {
    width: 396px;
  }
}

@media (max-width: 979px) {
  .kopa-event-widget .entry-item .entry-content {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .kopa-event-widget .entry-item .entry-content {
    padding: 10px;
  }
}

.kopa-event-widget .entry-item .entry-content h4 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .kopa-event-widget .entry-item .entry-content h4 {
    font-size: 14px;
    line-height: 22px;
  }
}

.kopa-event-widget .entry-item .entry-content p {
  color: #737373;
  letter-spacing: 0.02em;
}

.kopa-event-widget .entry-item .entry-content .more {
  position: absolute;
  width: 69px;
  height: 60px;
  background: #1b70c3;
  top: 20px;
  left: 100%;
  z-index: 5;
}

@media (max-width: 979px) {
  .kopa-event-widget .entry-item .entry-content .more {
    display: none;
  }
}

.kopa-event-widget .entry-item .entry-content .more:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: transparent url("images/icon/arr-right-2.png") center center no-repeat;
}

/**
 * 3.8 - Widget Save Money
 * -------------------------------------------------------------------
**/
.kopa-save-money-widget {
  float: left;
  width: 100%;
  background: #dfe0e3;
  position: relative;
  padding: 35px 0;
}

.kopa-save-money-widget .widget-content {
  float: left;
  width: 100%;
  padding: 30px 35px;
  background: #fff;
}

@media (max-width: 767px) {
  .kopa-save-money-widget .widget-content {
    text-align: center;
  }
}

.kopa-save-money-widget .widget-content span {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  background: #424242 url("images/icon/icon-2.png") center center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .kopa-save-money-widget .widget-content span {
    float: none;
    display: inline-block;
    margin: 0;
  }
}

.kopa-save-money-widget .widget-content h3 {
  display: inline-block;
  color: #282f42;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.015em;
  margin-top: 25px;
}

@media (max-width: 479px) {
  .kopa-save-money-widget .widget-content h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.kopa-save-money-widget .widget-content a {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.015em;
  padding: 15px 25px;
  color: #fff;
  background: #1b70c3;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-save-money-widget .widget-content a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34343e;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-save-money-widget .widget-content a:hover {
  color: #fff;
  border-color: #34343e;
}

.kopa-save-money-widget .widget-content a:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 767px) {
  .kopa-save-money-widget .widget-content a {
    float: none;
    display: inline-block;
  }
}

/**
 * 3.9 - Widget Testimonial
 * -------------------------------------------------------------------
**/
.widget-testimonial-1 {
  float: left;
  width: 100%;
}

.widget-testimonial-1 .widget-content .testimonial-left {
  float: left;
  width: 760px;
}

@media (max-width: 1119px) {
  .widget-testimonial-1 .widget-content .testimonial-left {
    max-width: 600px;
  }
}

@media (max-width: 1023px) {
  .widget-testimonial-1 .widget-content .testimonial-left {
    width: 100%;
  }
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .entry-content {
  float: left;
  width: 100%;
}

@media (max-width: 479px) {
  .widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 {
    display: none;
  }
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content {
  float: left;
  width: 82%;
}

@media (max-width: 1119px) {
  .widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content {
    width: 80%;
  }
}

@media (max-width: 639px) {
  .widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content {
    width: 75%;
  }
}

@media (max-width: 479px) {
  .widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content {
    width: 100%;
  }
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content h4 a {
  color: #000;
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content h4 a:hover {
  color: #1b70c3;
}

.widget-testimonial-1 .widget-content .testimonial-left .entry-item .time-date-1 + .entry-content p {
  color: #737373;
  margin-bottom: 0;
}

.widget-testimonial-1 .widget-content .testimonial-right {
  float: right;
  width: 380px;
}

@media (max-width: 1023px) {
  .widget-testimonial-1 .widget-content .testimonial-right {
    width: 100%;
  }
}

.widget-testimonial-2 .widget-content {
  float: left;
  width: 100%;
}

.widget-testimonial-2 .widget-content .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .widget-testimonial-2 .widget-content .entry-item {
    margin-bottom: 30px;
  }
}

.widget-testimonial-2 .widget-content .entry-item .entry-thumb {
  float: right;
  max-width: 255px;
}

@media (max-width: 767px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-thumb {
    display: none;
  }
}

.widget-testimonial-2 .widget-content .entry-item .entry-content {
  float: left;
  width: 885px;
}

@media (max-width: 1119px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content {
    width: 695px;
  }
}

@media (max-width: 979px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content {
    width: 525px;
  }
}

@media (max-width: 799px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content {
    width: 485px;
  }
}

@media (max-width: 767px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content {
    width: 100%;
  }
}

.widget-testimonial-2 .widget-content .entry-item .entry-content .time-date-1 {
  float: left;
}

@media (max-width: 799px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content .time-date-1 {
    display: none;
  }
}

.widget-testimonial-2 .widget-content .entry-item .entry-content footer {
  float: left;
  width: 775px;
}

@media (max-width: 1119px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content footer {
    width: 585px;
  }
}

@media (max-width: 979px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content footer {
    width: 415px;
  }
}

@media (max-width: 799px) {
  .widget-testimonial-2 .widget-content .entry-item .entry-content footer {
    width: 100%;
  }
}

.widget-testimonial-2 .widget-content .entry-item .entry-content footer h4 {
  margin-top: 0;
}

.widget-testimonial-2 .widget-content .entry-item:last-child {
  margin-bottom: 0;
}

.kopa-form-widget.s2 .widget-title {
  float: left;
  width: 100%;
}

.kopa-form-widget.s2 .widget-title h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.kopa-form-widget.s2 .widget-content {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 50px;
}

.kopa-form-widget.s2 .widget-content input, .kopa-form-widget.s2 .widget-content textarea {
  border-color: #e1e1e1;
  color: #737373;
  background: #fff;
}

.kopa-form-widget.s2 .widget-content input::-webkit-input-placeholder, .kopa-form-widget.s2 .widget-content textarea::-webkit-input-placeholder {
  color: #737373;
}

.kopa-form-widget.s2 .widget-content input:-moz-placeholder, .kopa-form-widget.s2 .widget-content textarea:-moz-placeholder {
  color: #737373;
}

.kopa-form-widget.s2 .widget-content input::-moz-placeholder, .kopa-form-widget.s2 .widget-content textarea::-moz-placeholder {
  color: #737373;
}

.kopa-form-widget.s2 .widget-content input:-ms-input-placeholder, .kopa-form-widget.s2 .widget-content textarea:-ms-input-placeholder {
  color: #737373;
}

.kopa-form-widget.s2 .widget-content input:focus, .kopa-form-widget.s2 .widget-content textarea:focus {
  border-color: #1b70c3;
}

.kopa-form-widget.s2 .widget-content input[type="submit"] {
  background: #000;
  color: #fff;
}

.kopa-form-widget.s2 .widget-content input[type="submit"]:hover {
  background: #1b70c3;
}

.kopa-form-widget.s2 .widget-content label.error {
  font-weight: normal;
  color: #1b70c3;
  margin-bottom: 20px;
}

.kopa-form-widget .widget-content {
  padding: 80px 100px;
  background: #252525;
}

@media (max-width: 767px) {
  .kopa-form-widget .widget-content {
    padding: 60px;
  }
}

@media (max-width: 639px) {
  .kopa-form-widget .widget-content {
    padding: 30px;
  }
}

.kopa-form-widget .widget-content input, .kopa-form-widget .widget-content textarea {
  display: block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.01em;
  background: #272728;
  border: 1px solid #363636;
  padding: 13px 20px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-form-widget .widget-content input::-webkit-input-placeholder, .kopa-form-widget .widget-content textarea::-webkit-input-placeholder {
  color: #fff;
}

.kopa-form-widget .widget-content input:-moz-placeholder, .kopa-form-widget .widget-content textarea:-moz-placeholder {
  color: #fff;
}

.kopa-form-widget .widget-content input::-moz-placeholder, .kopa-form-widget .widget-content textarea::-moz-placeholder {
  color: #fff;
}

.kopa-form-widget .widget-content input:-ms-input-placeholder, .kopa-form-widget .widget-content textarea:-ms-input-placeholder {
  color: #fff;
}

.kopa-form-widget .widget-content input:focus, .kopa-form-widget .widget-content textarea:focus {
  border-color: #fff;
}

.kopa-form-widget .widget-content textarea {
  height: 180px;
}

.kopa-form-widget .widget-content input[type="submit"] {
  width: 100%;
  padding: 15px 20px;
  background: #d7d7d7;
  border: none;
  color: #34343e;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-form-widget .widget-content input[type="submit"]:hover {
  color: #fff;
  background: #1b70c3;
}

.kopa-form-widget .widget-content label.error {
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}

/**
 * 3.10 - Widget Infomation
 * -------------------------------------------------------------------
**/
.widget-infomation {
  float: left;
  width: 100%;
  background: #ededed;
  position: relative;
  z-index: 10;
}

@media (max-width: 479px) {
  .widget-infomation {
    padding: 15px 0;
  }
}

.widget-infomation .widget-content .list-col {
  float: left;
  width: 25%;
  padding: 50px 0;
  border-left: 1px solid #fff;
  background: #ededed;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .widget-infomation .widget-content .list-col {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .widget-infomation .widget-content .list-col {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 479px) {
  .widget-infomation .widget-content .list-col {
    width: 100%;
    border-right: 1px solid #fff;
  }
  .widget-infomation .widget-content .list-col:first-child {
    border-top: 1px solid #fff;
  }
}

.widget-infomation .widget-content .list-col:last-child {
  border-right: 1px solid #fff;
}

.widget-infomation .widget-content .list-col:hover {
  background: #1b70c3;
  border-color: #ededed;
}

.widget-infomation .widget-content .list-col:hover span:after {
  border-bottom-color: #ededed;
}

.widget-infomation .widget-content .list-col:hover span i {
  background: #ededed;
  color: #17394e;
}

.widget-infomation .widget-content .list-col:hover h4, .widget-infomation .widget-content .list-col:hover p {
  color: #fff;
}

.widget-infomation .widget-content .list-col span {
  float: left;
  margin-right: 35px;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-infomation .widget-content .list-col span {
    display: none;
  }
}

.widget-infomation .widget-content .list-col span:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 44px;
  background: #17394e;
  top: 3px;
  left: 6px;
}

.widget-infomation .widget-content .list-col span:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom: 15px solid #1b70c3;
  top: 5px;
  left: 25px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget-infomation .widget-content .list-col span i {
  float: left;
  background: #1b70c3;
  padding-left: 12px;
  width: 30px;
  height: 50px;
  font-size: 15px;
  color: #fff;
  line-height: 3.3;
  position: relative;
}

.widget-infomation .widget-content .list-col span i:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-bottom: 12px solid #17394e;
  top: 8px;
  left: 31px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget-infomation .widget-content .list-col h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #17394e;
  text-transform: uppercase;
}

@media (max-width: 1119px) {
  .widget-infomation .widget-content .list-col h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

.widget-infomation .widget-content .list-col p {
  line-height: 24px;
  letter-spacing: 0.02em;
  margin: 0;
}

.home-page-2 #main-content .widget-infomation, .home-page-4 #main-content .widget-infomation {
  margin-top: -200px;
  border: 1px solid #c1b1a8;
  background: transparent;
}

@media (max-width: 1119px) {
  .home-page-2 #main-content .widget-infomation, .home-page-4 #main-content .widget-infomation {
    margin-top: -175px;
  }
}

@media (max-width: 1023px) {
  .home-page-2 #main-content .widget-infomation, .home-page-4 #main-content .widget-infomation {
    margin-top: 0;
    background: #2b2c30;
    border-bottom: none;
  }
}

@media (max-width: 639px) {
  .home-page-2 #main-content .widget-infomation, .home-page-4 #main-content .widget-infomation {
    padding: 0;
  }
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col, .home-page-4 #main-content .widget-infomation .widget-content .list-col {
  padding: 10px;
  border: none;
  border-right: 1px solid #c1b1a8;
  background: transparent;
}

@media (max-width: 1023px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col, .home-page-4 #main-content .widget-infomation .widget-content .list-col {
    width: 50%;
    border-bottom: 1px solid #c1b1a8;
  }
}

@media (max-width: 639px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col, .home-page-4 #main-content .widget-infomation .widget-content .list-col {
    width: 100%;
    border-right: none;
  }
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:last-child, .home-page-4 #main-content .widget-infomation .widget-content .list-col:last-child {
  border-right: none;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:hover article, .home-page-4 #main-content .widget-infomation .widget-content .list-col:hover article {
  background: #fff;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:hover article h4, .home-page-4 #main-content .widget-infomation .widget-content .list-col:hover article h4 {
  color: #000;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:hover article p, .home-page-4 #main-content .widget-infomation .widget-content .list-col:hover article p {
  color: #737373;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:hover article span:before, .home-page-4 #main-content .widget-infomation .widget-content .list-col:hover article span:before {
  background: #000;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col:hover article span i:after, .home-page-4 #main-content .widget-infomation .widget-content .list-col:hover article span i:after {
  border-bottom-color: #000;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article, .home-page-4 #main-content .widget-infomation .widget-content .list-col article {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col article, .home-page-4 #main-content .widget-infomation .widget-content .list-col article {
    padding: 10px 0;
    text-align: left;
  }
}

@media (max-width: 639px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col article, .home-page-4 #main-content .widget-infomation .widget-content .list-col article {
    padding: 10px;
  }
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span {
  display: block;
}

@media (max-width: 639px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col article span, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span {
    display: none;
  }
}

@media (max-width: 1119px) {
  .home-page-2 #main-content .widget-infomation .widget-content .list-col article h4, .home-page-4 #main-content .widget-infomation .widget-content .list-col article h4 {
    font-size: 14px;
  }
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article h4, .home-page-2 #main-content .widget-infomation .widget-content .list-col article p, .home-page-4 #main-content .widget-infomation .widget-content .list-col article h4, .home-page-4 #main-content .widget-infomation .widget-content .list-col article p {
  color: #fff;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span {
  margin-left: -10px;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span:before, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span:before {
  background: #fff;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span:after, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span:after {
  border-bottom-color: #1b70c3 !important;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span i, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span i {
  background: #1b70c3 !important;
  color: #fff !important;
}

.home-page-2 #main-content .widget-infomation .widget-content .list-col article span i:after, .home-page-4 #main-content .widget-infomation .widget-content .list-col article span i:after {
  border-bottom-color: #fff;
}

@media (max-width: 1119px) {
  .home-page-4 #main-content .widget-infomation {
    margin-top: -150px;
  }
}

@media (max-width: 979px) {
  .home-page-4 #main-content .widget-infomation {
    margin-top: 15px;
  }
}

@media (max-width: 799px) {
  .home-page-4 #main-content .widget-infomation {
    margin-bottom: 30px;
  }
}

@media (max-width: 1119px) {
  .home-page-4 #main-content .widget-infomation .widget-content .list-col article {
    padding: 30px 0;
  }
}

/**
 * 3.11 - Widget Bottom Sidebar
 * -------------------------------------------------------------------
**/
#bottom-sidebar {
  float: left;
  width: 100%;
  background: transparent url("images/fixed/bg-2.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  #bottom-sidebar {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

#bottom-sidebar:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#kopa-logo-footer {
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  #kopa-logo-footer {
    text-align: center;
  }
  #kopa-logo-footer img {
    display: initial;
  }
}

.widget-bottom-sidebar-1 {
  color: #bfbfbf;
}

@media (max-width: 1023px) {
  .widget-bottom-sidebar-1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
}

.widget-bottom-sidebar-1 p {
  color: #bfbfbf;
  margin-bottom: 20px;
}

.widget-bottom-sidebar-1 ul {
  float: left;
  width: 100%;
  border-top: 1px solid #3b3a3a;
}

.widget-bottom-sidebar-1 ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #3b3a3a;
}

@media (max-width: 479px) {
  .widget-bottom-sidebar-1 ul li {
    padding: 0;
    border-bottom: none;
  }
}

.widget-bottom-sidebar-1 ul li span {
  float: left;
  width: 50%;
}

@media (max-width: 479px) {
  .widget-bottom-sidebar-1 ul li span {
    width: 100%;
    margin-top: 10px;
  }
}

.widget-bottom-sidebar-1 ul li span i {
  float: left;
  font-size: 15px;
  margin-top: 3px;
  margin-right: 20px;
  color: #1b70c3;
}

.widget-bottom-sidebar-2 .list-item {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .widget-bottom-sidebar-2 .list-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .widget-bottom-sidebar-2 .list-item:last-child {
    clear: both;
  }
}

@media (max-width: 479px) {
  .widget-bottom-sidebar-2 .list-item {
    width: 100%;
  }
}

.widget-bottom-sidebar-2 .list-item h6 {
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.widget-bottom-sidebar-2 .list-item ul {
  float: left;
  width: 100%;
}

.widget-bottom-sidebar-2 .list-item ul li {
  float: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.widget-bottom-sidebar-2 .list-item ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-4.png") left top no-repeat;
  top: 11px;
  left: 0;
}

.widget-bottom-sidebar-2 .list-item ul li a {
  float: left;
  width: 100%;
  color: #bfbfbf;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.widget-bottom-sidebar-2 .list-item ul li a:hover {
  color: #fff;
}

/**/
.home-page-3 #bottom-sidebar {
  padding: 0;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-1 {
  color: #34343e;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-1 p {
  color: #34343e;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-1 ul {
  border-color: #e2e2e2;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-1 ul li {
  border-color: #e2e2e2;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-2 .list-item h6 {
  color: #34343e;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-2 .list-item ul li a {
  color: #34343e;
}

.home-page-3 #bottom-sidebar .widget-bottom-sidebar-2 .list-item ul li a:hover {
  color: #1b70c3;
}

.kopa-sub-page #bottom-sidebar {
  padding-top: 0;
}

/**
 * 3.12 - Widget Gallery
 * -------------------------------------------------------------------
**/
.filters-tab {
  display: block;
  margin-top: 30px;
  border: 1px solid #ddd;
  background: #fff;
}

@media (max-width: 979px) {
  .filters-tab {
    display: none;
  }
}

.filters-tab ol {
  display: inline-block;
}

.filters-tab ol li {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  cursor: pointer;
  border-right: 1px solid #ddd;
  margin-right: -4px;
  position: relative;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .filters-tab ol li {
    padding: 10px;
    font-size: 13px;
  }
}

.filters-tab ol li:hover {
  background: #2b2c30;
  color: #fff;
}

.filters-tab ol li:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #2b2c30;
  border-bottom-color: #2b2c30;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.filters-tab ol li.active {
  background: #2b2c30;
  color: #fff;
}

.filters-tab ol li.active:before {
  opacity: 1;
}

.filters-tab .filters-select-wrap {
  float: right;
  position: relative;
}

.filters-tab .filters-select-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 8px;
  height: 4px;
  background: transparent url("images/icon/arr-down-1.png") center center no-repeat;
}

.filters-tab .filters-select-wrap select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border: none;
  border-left: 1px solid #ddd;
  padding: 11px 15px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.kopa-gallery-widget {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-gallery-widget .widget-content {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-gallery-widget .widget-content ul {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kopa-gallery-widget .widget-content ul:after, .kopa-gallery-widget .widget-content ul:before {
  display: table;
  content: "";
}

.kopa-gallery-widget .widget-content ul:after {
  clear: both;
}

.kopa-gallery-widget .widget-content ul li {
  float: left;
  width: 33.333333%;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-gallery-widget .widget-content ul li {
    width: 32.9%;
  }
}

@media (max-width: 639px) {
  .kopa-gallery-widget .widget-content ul li {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .kopa-gallery-widget .widget-content ul li {
    width: 100%;
  }
}

.kopa-gallery-widget .widget-content ul li:hover .entry-thumb a:before, .kopa-gallery-widget .widget-content ul li:hover .entry-thumb a .icon-thumb {
  opacity: 1;
}

.kopa-gallery-widget .widget-content ul li:hover .entry-thumb a:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.kopa-gallery-widget .widget-content ul li:hover .entry-thumb a img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.kopa-gallery-widget .widget-content ul li:hover .entry-content h6 a {
  color: #1b70c3;
}

.kopa-gallery-widget .widget-content ul li:hover .entry-content em {
  color: #1b70c3;
}

.kopa-gallery-widget .widget-content ul li .entry-thumb a {
  display: block;
  position: relative;
}

.kopa-gallery-widget .widget-content ul li .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 112, 195, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.kopa-gallery-widget .widget-content ul li .entry-thumb a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-gallery-widget .widget-content ul li .entry-thumb a .icon-thumb {
  opacity: 0;
}

.kopa-gallery-widget .widget-content ul li .entry-content {
  float: left;
  width: 100%;
  background: #ededed;
  padding: 15px;
}

.kopa-gallery-widget .widget-content ul li .entry-content h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: -0.02em;
}

.kopa-gallery-widget .widget-content ul li .entry-content h6 a {
  color: #000;
}

.kopa-gallery-widget .widget-content ul li .entry-content em {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #a2a2a2;
}

/**
 * 3.13 - Widget News
 * -------------------------------------------------------------------
**/
.kopa-news-widget-1 {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.kopa-news-widget-1 .widget-title {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .kopa-news-widget-1 .widget-content .entry-item {
    width: 33.333333%;
  }
}

@media (max-width: 639px) {
  .kopa-news-widget-1 .widget-content .entry-item {
    width: 100%;
    margin-top: 30px;
  }
  .kopa-news-widget-1 .widget-content .entry-item:first-child {
    margin-top: 0;
  }
}

.kopa-news-widget-1 .widget-content .entry-item:hover .entry-thumb a:before {
  opacity: 0;
}

.kopa-news-widget-1 .widget-content .entry-item:hover .entry-thumb a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-news-widget-1 .widget-content .entry-item .entry-thumb {
  margin-bottom: 30px;
  overflow: hidden;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-thumb a {
  display: block;
  position: relative;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-thumb a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 639px) {
  .kopa-news-widget-1 .widget-content .entry-item .entry-thumb a img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-news-widget-1 .widget-content .entry-item .entry-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: -0.015em;
  margin: 15px 0;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-content p {
  color: #737373;
  letter-spacing: 0.02em;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-content .more-2 {
  color: #000;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-content .more-2:before {
  opacity: 1;
}

.kopa-news-widget-1 .widget-content .entry-item .entry-content .more-2:hover {
  color: #1b70c3;
}

.kopa-news-widget-2 {
  float: left;
  width: 100%;
}

.kopa-news-widget-2 .widget-content .entry-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kopa-news-widget-2 .widget-content .entry-item:hover .entry-thumb img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1023px) {
  .kopa-news-widget-2 .widget-content .entry-item:hover .entry-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-news-widget-2 .widget-content .entry-item .entry-thumb img {
  opacity: 0.8;
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-news-widget-2 .widget-content .entry-item .entry-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33.333333%;
  background: #2e2e2e;
  padding: 30px;
}

@media (max-width: 639px) {
  .kopa-news-widget-2 .widget-content .entry-item .entry-content {
    position: relative;
    float: left;
    width: 100%;
  }
}

.kopa-news-widget-2 .widget-content .entry-item .entry-content h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  margin-top: 0;
  letter-spacing: -0.02em;
}

.kopa-news-widget-2 .widget-content .entry-item .entry-content h2 a {
  color: #fff;
}

@media (max-width: 1023px) {
  .kopa-news-widget-2 .widget-content .entry-item .entry-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 979px) {
  .kopa-news-widget-2 .widget-content .entry-item .entry-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .kopa-news-widget-2 .widget-content .entry-item .entry-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.kopa-news-widget-2 .widget-content .entry-item .entry-content p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

@media (max-width: 979px) {
  .kopa-news-widget-2 .widget-content .entry-item .entry-content p {
    display: none;
  }
}

.kopa-news-widget-3 {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.kopa-news-widget-3 .widget-title {
  margin-bottom: 50px;
}

.kopa-news-widget-3 .widget-content .entry-item {
  float: left;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .kopa-news-widget-3 .widget-content .entry-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .kopa-news-widget-3 .widget-content .entry-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .kopa-news-widget-3 .widget-content .entry-item:last-child {
    margin-bottom: 0;
  }
}

.kopa-news-widget-3 .widget-content .entry-item:hover .entry-thumb a:before {
  opacity: 1;
}

.kopa-news-widget-3 .widget-content .entry-item:hover .entry-thumb a .icon-thumb {
  opacity: 1;
}

.kopa-news-widget-3 .widget-content .entry-item:hover .entry-thumb a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.kopa-news-widget-3 .widget-content .entry-item .entry-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-thumb a {
  display: block;
  position: relative;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-thumb a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 112, 195, 0.7);
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-thumb a .icon-thumb {
  opacity: 0;
  z-index: 10;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-thumb a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 767px) {
  .kopa-news-widget-3 .widget-content .entry-item .entry-thumb a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content {
  padding-bottom: 10px;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content h4 a {
  color: #34343e;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content h4 a:hover {
  color: #1b70c3;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content .entry-time {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #a2a2a2;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content p {
  letter-spacing: 0;
  color: #737373;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content .more-3 {
  color: #34343e;
}

.kopa-news-widget-3 .widget-content .entry-item .entry-content .more-3:hover {
  color: #1b70c3;
}

.kopa-news-widget-4 {
  float: left;
  width: 100%;
}

.kopa-news-widget-4 .widget-title {
  margin-bottom: 50px;
}

.kopa-news-widget-4 .widget-content {
  float: left;
  width: 100%;
}

.kopa-news-widget-4 .widget-content .entry-item {
  overflow: hidden;
}

@media (max-width: 767px) {
  .kopa-news-widget-4 .widget-content .entry-item {
    width: 33.333333%;
  }
}

@media (max-width: 639px) {
  .kopa-news-widget-4 .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-news-widget-4 .widget-content .entry-item:hover .entry-thumb:before {
  opacity: 1;
}

.kopa-news-widget-4 .widget-content .entry-item:hover .entry-thumb img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.kopa-news-widget-4 .widget-content .entry-item:hover .entry-thumb .icon-thumb {
  opacity: 1;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-thumb {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 112, 195, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 500ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 500ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 500ms ease 0s, visibility 0s ease 0s;
  transition: all 500ms ease 0s, visibility 0s ease 0s;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-thumb img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease 100ms, visibility 0s ease 0s;
  -moz-transition: all 500ms ease 100ms, visibility 0s ease 0s;
  -ms-transition: all 500ms ease 100ms, visibility 0s ease 0s;
  transition: all 500ms ease 100ms, visibility 0s ease 0s;
}

@media (max-width: 639px) {
  .kopa-news-widget-4 .widget-content .entry-item .entry-thumb img {
    width: 100%;
  }
}

.kopa-news-widget-4 .widget-content .entry-item .entry-thumb .icon-thumb {
  opacity: 0;
  -webkit-transition: all 500ms ease 200ms, visibility 0s ease 0s;
  -moz-transition: all 500ms ease 200ms, visibility 0s ease 0s;
  -ms-transition: all 500ms ease 200ms, visibility 0s ease 0s;
  transition: all 500ms ease 200ms, visibility 0s ease 0s;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-content {
  float: left;
  width: 100%;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-content h6 {
  margin: 0 0 5px;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-content em {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
}

.kopa-news-widget-4 .widget-content .entry-item .entry-content p {
  font-size: 14px;
}

.kopa-news-widget-5 {
  float: left;
  width: 100%;
}

.kopa-news-widget-5 .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px 7px;
  background: #2e2e2e;
  position: relative;
  margin-bottom: 10px;
}

.kopa-news-widget-5 .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.kopa-news-widget-5 .widget-content {
  float: left;
  width: 100%;
  padding: 50px 30px 30px;
  background: #f4f4f4;
}

.kopa-news-widget-5 .widget-content .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dde0e8;
}

.kopa-news-widget-5 .widget-content .entry-item h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.kopa-news-widget-5 .widget-content .entry-item p {
  margin: 0;
  color: #737373;
}

.kopa-news-widget-5 .more-3 {
  float: left;
}

.widget-news-list {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget-news-list .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 30px;
}

.widget-news-list .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget-news-list .widget-content {
  float: left;
  width: 100%;
}

.widget-news-list .widget-content .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.widget-news-list .widget-content .entry-item:last-child {
  margin-bottom: 0;
}

.widget-news-list .widget-content .entry-item .entry-thumb {
  float: left;
  margin-right: 15px;
}

.widget-news-list .widget-content .entry-item .entry-content h6 {
  margin-top: 0;
  margin-bottom: 5px;
}

.widget-news-list .widget-content .entry-item .entry-content .meta-item {
  font-size: 12px;
}

.widget-news-list-2 {
  float: left;
  width: 100%;
}

.widget-news-list-2 .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 30px;
}

.widget-news-list-2 .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget-news-list-2 .widget-content {
  float: left;
  width: 100%;
}

.widget-news-list-2 .widget-content .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f3f3;
}

.widget-news-list-2 .widget-content .entry-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.widget-news-list-2 .widget-content .entry-item .entry-thumb {
  float: left;
  width: 20%;
}

.widget-news-list-2 .widget-content .entry-item .entry-content {
  float: left;
  width: 80%;
  padding-left: 15px;
}

.widget-news-list-2 .widget-content .entry-item .entry-content h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.widget-news-list-2 .widget-content .entry-item .entry-content p {
  font-size: 14px;
  color: #737373;
  margin: 0;
}

/**
 * 3.14 - Widget Promo
 * -------------------------------------------------------------------
**/
.kopa-promo-widget {
  float: left;
  width: 100%;
  padding: 80px 0;
}

@media (max-width: 799px) {
  .kopa-promo-widget {
    display: none;
  }
}

@media (max-width: 1023px) {
  .kopa-promo-widget .entry-item {
    width: 33.333333%;
  }
}

.kopa-promo-widget .entry-item a {
  display: block;
}

.kopa-promo-widget .entry-item:nth-child(2) a:first-child {
  margin-bottom: 30px;
}

/**
 * 3.15 - Widget Article
 * -------------------------------------------------------------------
**/
.kopa-article-list .widget-title {
  margin-bottom: 50px;
}

.kopa-article-list .widget-content {
  float: left;
  width: 100%;
}

.kopa-article-list .widget-content .entry-item {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .kopa-article-list .widget-content .entry-item {
    width: 25%;
  }
  .kopa-article-list .widget-content .entry-item:nth-child(4n+5) {
    clear: both;
  }
}

@media (max-width: 979px) {
  .kopa-article-list .widget-content .entry-item {
    width: 33.333333%;
  }
  .kopa-article-list .widget-content .entry-item:nth-child(4n+5) {
    clear: none;
  }
  .kopa-article-list .widget-content .entry-item:nth-child(3n+4) {
    clear: both;
  }
}

@media (max-width: 639px) {
  .kopa-article-list .widget-content .entry-item {
    width: 50%;
  }
  .kopa-article-list .widget-content .entry-item:nth-child(3n+4) {
    clear: none;
  }
  .kopa-article-list .widget-content .entry-item:nth-child(2n+3) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .kopa-article-list .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-article-list .widget-content .entry-item:hover .entry-wrap {
  border-color: #dbdbdb;
}

.kopa-article-list .widget-content .entry-item:hover .entry-wrap .entry-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-article-list .widget-content .entry-item:hover .entry-wrap .entry-content footer {
  padding: 15px 20px 0;
}

@media (max-width: 767px) {
  .kopa-article-list .widget-content .entry-item:hover .entry-wrap .entry-content footer {
    padding: 10px 10px 0;
  }
}

.kopa-article-list .widget-content .entry-item:hover .entry-wrap .entry-content footer .meta-price {
  opacity: 1;
}

.kopa-article-list .widget-content .entry-item .entry-wrap {
  float: left;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap {
    border-color: #dbdbdb;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-thumb {
  overflow: hidden;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header {
  float: left;
  width: 100%;
  background: #dbdbdb;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header {
    text-align: center;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header:hover > a {
  color: #1b70c3;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header:hover span a:before {
  background: rgba(27, 112, 195, 0.7);
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header > a {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #34343e;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header > a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header > a {
    width: 100%;
    margin-left: 0;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header span {
  float: right;
}

@media (max-width: 767px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header span {
    display: none;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header span a {
  display: block;
  position: relative;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header span a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content header span a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") 0 0 no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  position: relative;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 479px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer {
    padding: 10px 10px 0;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer p {
  letter-spacing: -0.02em;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer p a {
  color: #737373;
  margin-right: 5px;
  position: relative;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer p a:first-child:before {
  display: none;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer p a:before {
  position: absolute;
  content: '\002c';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  bottom: 7px;
  left: -5px;
  line-height: 0;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer p a:hover {
  color: #1b70c3;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 1119px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer h5 {
    font-size: 14px;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer h5 a {
  color: #34343e;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer h5 a:hover {
  color: #1b70c3;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0;
}

@media (max-width: 479px) {
  .kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price {
    opacity: 1;
  }
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 50px;
  left: 0;
  background: #e6e6e6;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price del {
  margin-right: 10px;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price del span {
  color: #999;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price ins {
  text-decoration: none;
}

.kopa-article-list .widget-content .entry-item .entry-wrap .entry-content footer .meta-price ins span {
  color: #1b70c3;
}

.kopa-article-list-2 {
  float: left;
  width: 100%;
  padding: 80px 0 40px;
}

.kopa-article-list-2 .widget-title {
  margin-bottom: 50px;
}

.kopa-article-list-2 .widget-content .entry-item {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .kopa-article-list-2 .widget-content .entry-item {
    width: 50%;
  }
  .kopa-article-list-2 .widget-content .entry-item:nth-child(2n+3) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .kopa-article-list-2 .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-thumb {
  float: left;
}

@media (max-width: 479px) {
  .kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-thumb {
    width: 100%;
    text-align: center;
  }
  .kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-thumb img {
    display: initial;
  }
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content {
  float: right;
  text-align: right;
}

@media (max-width: 639px) {
  .kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content {
    float: left;
    width: 100%;
    text-align: left;
  }
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul {
  display: block;
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li {
  padding: 4px 0;
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li a {
  padding-right: 15px;
  color: #999;
  position: relative;
}

@media (max-width: 639px) {
  .kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li a {
    display: block;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
  }
  .kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li a:after {
    right: auto;
    left: 0;
  }
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li a:hover {
  color: #1b70c3;
}

.kopa-article-list-2 .widget-content .entry-item .entry-wrap .entry-content ul li a:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  background: #1b70c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**
 * 3.16 - Widget Defaut
 * -------------------------------------------------------------------
**/
/* Widget Search */
.widget_search {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget_search form {
  line-height: 0;
  position: relative;
}

.widget_search form label {
  font-weight: normal;
  width: 100%;
  margin: 0;
}

.widget_search form label .screen-reader-text {
  display: none;
}

.widget_search form label .search-field {
  float: left;
  width: 100%;
  padding: 8px 25px 8px 15px;
  border: 1px solid #ccc;
  color: #999;
  line-height: 21px;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.widget_search form label .search-field:focus {
  border-color: #1b70c3;
}

.widget_search form .search-submit {
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  top: 12px;
  right: 12px;
  background: transparent url("images/icon/icon-11.png") center center no-repeat;
  font-size: 0;
}

/* Widget Categories */
.widget_categories {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget_categories .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 15px;
}

.widget_categories .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget_categories ul li a {
  padding-left: 25px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #737373;
  position: relative;
}

.widget_categories ul li a:hover {
  color: #1b70c3;
}

.widget_categories ul li a:before {
  position: absolute;
  content: '\f067';
  top: 4px;
  left: 0;
  font-size: 9px;
}

/* Widget Tag */
.widget_tag_cloud {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget_tag_cloud .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 15px;
}

.widget_tag_cloud .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 5px 5px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #737373;
  border: 1px solid #ebebeb;
  padding: 3px 15px 2px;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #1b70c3;
  border-color: #1b70c3;
}

/* Widget Meta */
.widget_meta {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget_meta .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 15px;
}

.widget_meta .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget_meta ul {
  float: left;
  width: 100%;
}

.widget_meta ul li {
  float: left;
  width: 100%;
}

.widget_meta ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #737373;
}

.widget_meta ul li a:hover {
  color: #1b70c3;
}

.widget_meta ul li a abbr[title], .widget_meta ul li a abbr[data-original-title] {
  border-bottom-style: solid;
}

/* Widget Archive */
.widget_archive {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.widget_archive .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px 7px;
  background: #ededed;
  position: relative;
  margin-bottom: 15px;
}

.widget_archive .widget-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #1b70c3;
  border-bottom-color: #1b70c3;
}

.widget_archive ul {
  float: left;
  width: 100%;
}

.widget_archive ul li {
  float: left;
  width: 50%;
  padding-left: 15px;
  position: relative;
}

.widget_archive ul li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #737373;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget_archive ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  letter-spacing: -0.005em;
}

.widget_archive ul li a:hover {
  color: #1b70c3;
}

/**
 * 3.17 - Widget Counter
 * -------------------------------------------------------------------
**/
.kopa-counter-widget-1 {
  float: left;
  width: 100%;
}

.kopa-counter-widget-1 .widget-content {
  float: left;
  width: 100%;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content {
    padding: 15px 0;
  }
}

.kopa-counter-widget-1 .widget-content:before {
  position: absolute;
  content: '';
  width: 860px;
  height: 1px;
  background: #eee;
  top: 127px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content:before {
    top: 117px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content:before {
    display: none;
  }
}

.kopa-counter-widget-1 .widget-content .list-item {
  display: inline-block;
  margin: 0 30px;
  text-align: center;
}

@media (max-width: 1119px) {
  .kopa-counter-widget-1 .widget-content .list-item {
    margin: 0 21px;
  }
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content .list-item {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content .list-item {
    margin: 0;
    width: 50%;
    float: left;
    padding: 15px 0;
  }
}

@media (max-width: 639px) {
  .kopa-counter-widget-1 .widget-content .list-item {
    width: 100%;
  }
}

.kopa-counter-widget-1 .widget-content .list-item:hover .counter-icon:before {
  background: #1b70c3;
  border-color: transparent;
}

.kopa-counter-widget-1 .widget-content .list-item:hover .counter-icon:after {
  display: none;
}

.kopa-counter-widget-1 .widget-content .list-item:hover .counter-icon i, .kopa-counter-widget-1 .widget-content .list-item:hover .counter-icon span {
  color: #fff;
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon {
  display: inline-block;
  width: 125px;
  height: 125px;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 17px;
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon {
    padding-top: 10px;
  }
}

@media (max-width: 799px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon {
    text-align: center;
    margin-bottom: 0;
  }
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 94px;
  height: 94px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-out 0s, visibility 0s ease 0s;
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon:before {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon:before {
    margin: auto;
  }
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon:after {
  position: absolute;
  content: '';
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 94px;
  height: 94px;
  background: #f5f5f5;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon:after {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon:after {
    margin: auto;
  }
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon span, .kopa-counter-widget-1 .widget-content .list-item .counter-icon i {
  -webkit-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.kopa-counter-widget-1 .widget-content .list-item .counter-icon span {
  font-family: 'avant_garde';
  font-weight: 400;
  color: #34343e;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 979px) {
  .kopa-counter-widget-1 .widget-content .list-item .counter-icon span {
    font-size: 18px;
  }
}

.kopa-counter-widget-1 .widget-content .list-item h6 {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #000;
}

.kopa-counter-widget-2 {
  float: left;
  width: 100%;
  background: #e8e8e8;
  padding: 40px 0;
}

.kopa-counter-widget-2 .widget-content .list-item {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #d7d7d7;
}

@media (max-width: 639px) {
  .kopa-counter-widget-2 .widget-content .list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.kopa-counter-widget-2 .widget-content .list-item:last-child {
  border-right: none;
  margin-bottom: 0;
}

.kopa-counter-widget-2 .widget-content .list-item .counter-icon i {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
  color: #1b70c3;
}

.kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
  display: block;
  font-family: 'avant_garde';
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  color: #34343e;
}

@media (max-width: 1023px) {
  .kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
    font-size: 60px;
  }
}

@media (max-width: 979px) {
  .kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
    font-size: 50px;
  }
}

@media (max-width: 799px) {
  .kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .kopa-counter-widget-2 .widget-content .list-item .counter-icon span {
    font-size: 60px;
  }
}

.kopa-counter-widget-2 .widget-content .list-item h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #34343e;
}

@media (max-width: 767px) {
  .kopa-counter-widget-2 .widget-content .list-item h6 {
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .kopa-counter-widget-2 .widget-content .list-item h6 {
    font-size: 14px;
  }
}

/**
 * 4.1 - Elements Page
 * -------------------------------------------------------------------
**/
/* [Customize] Figure Images */
.wp-caption, .alignnone, .alignleft, .aligncenter, .alignright {
  margin-bottom: 40px;
}

.alignleft {
  float: left;
  right: 30px;
}

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

.alignright {
  float: right;
  margin-left: 30px;
}

.kopa-tagbox {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.kopa-tagbox span {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}

.kopa-tagbox a {
  float: left;
  margin-right: 15px;
  font-size: 13px;
  color: #000;
}

.kopa-tagbox a:hover {
  color: #1b70c3;
}

/* Breadcrumb */
@media (max-width: 479px) {
  .kopa-breadcrumb {
    text-align: center;
  }
}

.kopa-breadcrumb > span {
  float: left;
  margin-right: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  position: relative;
}

@media (max-width: 479px) {
  .kopa-breadcrumb span {
    float: none;
    display: inline-block;
  }
}

.kopa-breadcrumb span a {
  position: relative;
  line-height: 18px;
}

.kopa-breadcrumb span a:before {
  position: absolute;
  content: '\f101';
  top: 2px;
  right: -13px;
  color: #737373;
}

.kopa-breadcrumb .wrapper > span {
  float: left;
  margin-right: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  position: relative;
}

@media (max-width: 479px) {
  .kopa-breadcrumb .wrapper > span {
    float: none;
    display: inline-block;
  }
}

.kopa-breadcrumb.s1 {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #f8f8f8;
}

.kopa-breadcrumb.s1 span {
  color: #737373;
}

.kopa-breadcrumb.s1 a:before {
  background: #bdbdbd;
}

.kopa-breadcrumb.s1 a:hover span {
  color: #1b70c3;
}

.kopa-breadcrumb.s1 a span {
  color: #bdbdbd;
}

.kopa-breadcrumb.s2 {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #2e2e2e;
}

.kopa-breadcrumb.s2 span {
  color: #fff;
}

.kopa-breadcrumb.s2 a:before {
  background: #737373;
}

.kopa-breadcrumb.s2 a:hover span {
  color: #fff;
}

.kopa-breadcrumb.s2 a span {
  color: #737373;
}

.kopa-breadcrumb-wrap {
  float: left;
  width: 100%;
  padding: 30px;
}

@media (max-width: 767px) {
  .kopa-breadcrumb-wrap {
    padding: 15px;
  }
}

.kopa-breadcrumb-wrap .title-breadcrumb {
  float: left;
  margin: 0;
  line-height: 23px;
  letter-spacing: -0.05em;
  font-size: 16px;
}

@media (max-width: 479px) {
  .kopa-breadcrumb-wrap .title-breadcrumb {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.kopa-breadcrumb-wrap .title-breadcrumb span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  letter-spacing: 0.02em;
}

.kopa-breadcrumb-wrap .title-breadcrumb a {
  text-transform: uppercase;
}

.kopa-breadcrumb-wrap .title-breadcrumb a i {
  margin-right: 10px;
  font-size: 14px;
}

.kopa-breadcrumb-wrap .search-breadcrumb {
  float: right;
}

.kopa-breadcrumb-wrap .search-breadcrumb input {
  padding: 4px 0 4px 10px;
  border: none;
  background: none;
}

.kopa-breadcrumb-wrap .search-breadcrumb button {
  background: none;
  border: none;
}

.kopa-breadcrumb-wrap .search-breadcrumb button span {
  color: #cacaca;
}

.kopa-breadcrumb-wrap .kopa-breadcrumb {
  float: right;
}

@media (max-width: 479px) {
  .kopa-breadcrumb-wrap .kopa-breadcrumb {
    float: left;
    width: 100%;
    text-align: center;
  }
}

.kopa-breadcrumb-wrap.s1 {
  background: #f8f8f8;
}

.kopa-breadcrumb-wrap.s1 .title-breadcrumb {
  color: #d0d0d0;
}

.kopa-breadcrumb-wrap.s2 {
  background: #2e2e2e;
}

.kopa-breadcrumb-wrap.s2 .title-breadcrumb {
  color: #d0d0d0;
}

.kopa-breadcrumb-wrap.s2 .kopa-breadcrumb a:hover span {
  color: #fff;
}

.kopa-breadcrumb-wrap.s2 .kopa-breadcrumb a span {
  color: #737373;
}

.kopa-breadcrumb-wrap.s2 .kopa-breadcrumb span {
  color: #fff;
}

.kopa-breadcrumb-wrap.s3 {
  float: left;
  width: 100%;
  padding: 25px 0;
  background: #f8f8f8;
}

.kopa-breadcrumb-wrap.s3 .title-breadcrumb {
  float: right;
  color: #34343e;
}

@media (max-width: 767px) {
  .kopa-breadcrumb-wrap.s3 .title-breadcrumb {
    float: left;
    margin-bottom: 10px;
  }
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb {
  float: left;
  border: 1px solid #d0d0d0;
}

@media (max-width: 767px) {
  .kopa-breadcrumb-wrap.s3 .kopa-breadcrumb {
    clear: both;
  }
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span {
  margin: 0;
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span.current-page {
  padding: 5px 15px;
  line-height: 18px;
  position: relative;
  background: #1b70c3;
  color: #fff;
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span.current-page:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 14px solid #1b70c3;
  border-right: 7px solid #1b70c3;
  border-bottom: 14px solid transparent;
  border-left: 7px solid transparent;
  top: 0;
  right: 100%;
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span.current-page:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 14px solid #1b70c3;
  border-right: 7px solid #1b70c3;
  border-bottom: 14px solid transparent;
  border-left: 7px solid transparent;
  top: 0;
  left: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span a {
  float: left;
  padding: 5px 20px 5px 15px;
}

.kopa-breadcrumb-wrap.s3 .kopa-breadcrumb span a:before {
  right: 5px;
  background: #d0d0d0;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media (max-width: 767px) {
  .kopa-breadcrumb-wrap.s3 .search-breadcrumb {
    float: left;
    margin-bottom: 10px;
  }
}

.kopa-breadcrumb-wrap.s3 .wrapper {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.kopa-breadcrumb-wrap.s4 {
  float: left;
  width: 100%;
  background: #ededed;
}

.kopa-breadcrumb-wrap.s4:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
  border-right: 20px solid #1b70c3;
  border-bottom: 20px solid #1b70c3;
}

@media (max-width: 1023px) {
  .kopa-breadcrumb-wrap .wrapper {
    float: left;
    width: 100%;
  }
}

.kopa-breadcrumb-large {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.kopa-breadcrumb-large .title-breadcrumb {
  float: left;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.kopa-breadcrumb-large .title-breadcrumb:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d0d0d0;
}

.kopa-breadcrumb-large .kopa-breadcrumb {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.kopa-breadcrumb-large .kopa-breadcrumb span {
  display: inline-block;
  float: none;
}

.kopa-breadcrumb-large.s1 {
  background: #f8f8f8;
}

.kopa-breadcrumb-large.s1 .kopa-breadcrumb span {
  color: #737373;
}

.kopa-breadcrumb-large.s1 .kopa-breadcrumb a:before {
  background: #bdbdbd;
}

.kopa-breadcrumb-large.s1 .kopa-breadcrumb a:hover span {
  color: #1b70c3;
}

.kopa-breadcrumb-large.s1 .kopa-breadcrumb a span {
  color: #bdbdbd;
}

.kopa-breadcrumb-large.s2 {
  background: #2e2e2e;
}

.kopa-breadcrumb-large.s2 .title-breadcrumb {
  color: #d0d0d0;
}

.kopa-breadcrumb-large.s2 .kopa-breadcrumb span {
  color: #fff;
}

.kopa-breadcrumb-large.s2 .kopa-breadcrumb a:before {
  background: #737373;
}

.kopa-breadcrumb-large.s2 .kopa-breadcrumb a:hover span {
  color: #fff;
}

.kopa-breadcrumb-large.s2 .kopa-breadcrumb a span {
  color: #737373;
}

/* Top Page */
.kopa-top-page {
  float: left;
  width: 100%;
  min-height: 380px;
  padding-top: 150px;
  background-image: url("images/fixed/bg-4.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.kopa-top-page.s1 {
  background: #7a8183;
}

.kopa-top-page:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.kopa-top-page .title-page {
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0 20px;
  vertical-align: bottom;
}

.kopa-top-page .description-page {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .kopa-top-page .description-page {
    margin-bottom: 30px;
  }
}

.kopa-top-page .title-page + .description-page {
  border-left: 1px solid #fff;
}

@media (max-width: 979px) {
  .kopa-top-page .title-page + .description-page {
    border: none;
  }
}

.kopa-top-page .kopa-breadcrumb-wrap {
  position: absolute;
  bottom: -225px;
  z-index: 10;
}

@media (max-width: 979px) {
  .kopa-top-page .kopa-breadcrumb-wrap {
    bottom: -185px;
  }
}

@media (max-width: 767px) {
  .kopa-top-page .kopa-breadcrumb-wrap {
    position: relative;
    bottom: 0;
  }
}

.kopa-top-page .kopa-breadcrumb-wrap .title-breadcrumb {
  color: #34343e !important;
}

/* [Elements] Contain Structure */
.e-wrapper {
  float: left;
  width: 100%;
}

.e-wrapper .e-heading {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.e-wrapper .e-heading.s2 {
  text-transform: none;
  color: #d0d0d0;
}

.e-wrapper .e-content {
  float: left;
  width: 100%;
}

@media (max-width: 1023px) {
  .e-wrapper .e-content {
    margin-bottom: 30px;
  }
}

.e-wrapper .e-content p {
  letter-spacing: 0.01em;
  color: #34343e;
}

/* [Elements] Toggle */
.acc-title {
  float: left;
  width: 100%;
  background: none;
  border: 1px solid #eee;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}

.acc-title h5 {
  display: block;
  height: 100%;
  padding: 14px 0 12px 70px;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 22px;
}

.acc-title .icon-left {
  float: left;
  height: 48px;
  width: 30px;
  position: relative;
}

.acc-title .icon-left:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  top: 4px;
  left: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-title .icon-left span {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.acc-title .icon-left span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  top: 24px;
  left: 10px;
}

.acc-title .icon-left span:after {
  position: absolute;
  content: '';
  height: 12px;
  width: 2px;
  top: 19px;
  left: 15px;
}

.acc-title.active .icon-left span:after {
  background: transparent !important;
}

.acc-content {
  float: left;
  width: 100%;
  padding: 11px 20px 10px 20px;
}

.acc-content p {
  margin: 0;
}

.kopa-accordion, .kopa-toggle {
  float: left;
  width: 100%;
}

.kopa-accordion.s1 .acc-title .icon-left, .s1.kopa-toggle .acc-title .icon-left {
  background: #eee;
}

.kopa-accordion.s1 .acc-title .icon-left:before, .s1.kopa-toggle .acc-title .icon-left:before {
  border-bottom: 15px solid #eee;
}

.kopa-accordion.s1 .acc-title .icon-left span:before, .s1.kopa-toggle .acc-title .icon-left span:before {
  background: #1b70c3;
}

.kopa-accordion.s1 .acc-title .icon-left span:after, .s1.kopa-toggle .acc-title .icon-left span:after {
  background: #1b70c3;
}

.kopa-accordion.s1 .acc-title.active h5, .s1.kopa-toggle .acc-title.active h5 {
  background: #1b70c3;
  color: #fff;
}

.kopa-accordion.s2 .acc-title .icon-left, .s2.kopa-toggle .acc-title .icon-left {
  background: #2e2e2e;
}

.kopa-accordion.s2 .acc-title .icon-left:before, .s2.kopa-toggle .acc-title .icon-left:before {
  border-bottom: 15px solid #2e2e2e;
}

.kopa-accordion.s2 .acc-title .icon-left span:before, .s2.kopa-toggle .acc-title .icon-left span:before {
  background: #fff;
}

.kopa-accordion.s2 .acc-title .icon-left span:after, .s2.kopa-toggle .acc-title .icon-left span:after {
  background: #fff;
}

.kopa-accordion.s2 .acc-content, .s2.kopa-toggle .acc-content {
  padding-left: 0;
  padding-right: 0;
}

.kopa-accordion.s2 .acc-content img, .s2.kopa-toggle .acc-content img {
  float: left;
  margin-right: 30px;
}

.kopa-accordion.s2 .acc-content p, .s2.kopa-toggle .acc-content p {
  margin-bottom: 10px;
}

.kopa-accordion.s2 .acc-content p:last-child, .s2.kopa-toggle .acc-content p:last-child {
  margin-bottom: 0;
}

.kopa-accordion.s3 .acc-title.active .icon-left span:before, .s3.kopa-toggle .acc-title.active .icon-left span:before {
  background: #1d8aee;
}

.kopa-accordion.s3 .acc-title.active .icon-left span:after, .s3.kopa-toggle .acc-title.active .icon-left span:after {
  background: #1d8aee;
}

.kopa-accordion.s3 .acc-title.active h5, .s3.kopa-toggle .acc-title.active h5 {
  background: #1d8aee;
  color: #fff;
}

.kopa-accordion.s3 .acc-title .icon-left, .s3.kopa-toggle .acc-title .icon-left {
  background: #ededed;
}

.kopa-accordion.s3 .acc-title .icon-left:before, .s3.kopa-toggle .acc-title .icon-left:before {
  border-bottom: 15px solid #ededed;
}

.kopa-accordion.s3 .acc-title .icon-left span:before, .s3.kopa-toggle .acc-title .icon-left span:before {
  background: #b8b8b8;
}

.kopa-accordion.s3 .acc-title .icon-left span:after, .s3.kopa-toggle .acc-title .icon-left span:after {
  background: #b8b8b8;
}

.kopa-accordion.s3 .acc-title h5 i, .s3.kopa-toggle .acc-title h5 i {
  margin-right: 10px;
}

.kopa-accordion.s3 .acc-content img, .s3.kopa-toggle .acc-content img {
  float: left;
  margin-right: 30px;
}

.kopa-accordion.s3 .acc-content p, .s3.kopa-toggle .acc-content p {
  margin-bottom: 10px;
}

.kopa-accordion.s3 .acc-content p:last-child, .s3.kopa-toggle .acc-content p:last-child {
  margin-bottom: 0;
}

/* [Elements] Tabs Bootstrap */
.kopa-tab {
  float: left;
  width: 100%;
}

.kopa-tab.s1 .nav.nav-tabs {
  padding: 0;
  border-bottom-color: #efefef;
}

.kopa-tab.s1 .nav > li {
  margin: 0 0 -1px 0;
}

.kopa-tab.s1 .nav-tabs > li > a {
  padding: 10px 20px;
  background: #efefef;
  color: #737373;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-tab.s1 .nav-tabs > li.active > a, .kopa-tab.s1 .nav-tabs > li.active > a:hover, .kopa-tab.s1 .nav-tabs > li.active > a:focus {
  border-color: #efefef;
  border-bottom-color: transparent;
  background: #fff;
  color: #737373;
}

.kopa-tab.s1 .tab-content {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #efefef;
  border-top: none;
}

.kopa-tab.s1 .tab-content .entry-item {
  float: left;
  width: 100%;
}

.kopa-tab.s1 .tab-content .entry-item .entry-thumb {
  float: left;
  margin-right: 30px;
}

.kopa-tab.s1 .tab-content .entry-item .entry-content h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.kopa-tab.s1 .tab-content .entry-item .entry-content h6 a {
  color: #34343e;
}

.kopa-tab.s1 .tab-content .entry-item .entry-content h6 a:hover {
  color: #1b70c3;
}

.kopa-tab.s1 .tab-content .entry-item .entry-content p {
  color: #737373;
}

.kopa-tab.s2 .nav.nav-tabs {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.kopa-tab.s2 .nav > li {
  margin: 0;
}

.kopa-tab.s2 .nav-tabs > li > a {
  padding: 10px 0;
  background: #fff;
  color: #737373;
  position: relative;
  margin-right: 40px;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-tab.s2 .nav-tabs > li > a:hover {
  border: none;
  color: #1b70c3;
}

.kopa-tab.s2 .nav-tabs > li.active > a, .kopa-tab.s2 .nav-tabs > li.active > a:hover, .kopa-tab.s2 .nav-tabs > li.active > a:focus {
  background: #fff;
  color: #737373;
  border: none;
}

.kopa-tab.s2 .nav-tabs > li.active > a:before, .kopa-tab.s2 .nav-tabs > li.active > a:hover:before, .kopa-tab.s2 .nav-tabs > li.active > a:focus:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  top: 100%;
}

.kopa-tab.s2 .tab-content .entry-item .entry-content p {
  color: #737373;
  margin-bottom: 20px;
}

.kopa-tab.s2 .tab-content .entry-item .entry-content p:last-child {
  margin-bottom: 0;
}

.kopa-tab.s3 .nav.nav-tabs {
  float: left;
  width: 25%;
  padding: 0;
  border: none;
}

.kopa-tab.s3 .nav > li {
  margin: 0;
  float: left;
  width: 100%;
}

.kopa-tab.s3 .nav-tabs > li > a {
  padding: 10px 0;
  background: #fff;
  color: #737373;
  position: relative;
  margin-right: 40px;
  text-align: center;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-tab.s3 .nav-tabs > li > a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 42%;
  right: -4px;
  border: 4px solid transparent;
  border-right: 4px solid #1b70c3;
  border-bottom: 4px solid #1b70c3;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kopa-tab.s3 .nav-tabs > li > a:hover {
  border: none;
  color: #1b70c3;
}

.kopa-tab.s3 .nav-tabs > li.active > a, .kopa-tab.s3 .nav-tabs > li.active > a:hover, .kopa-tab.s3 .nav-tabs > li.active > a:focus {
  background: #1b70c3;
  color: #fff;
  border: none;
}

.kopa-tab.s3 .nav-tabs > li.active > a:before, .kopa-tab.s3 .nav-tabs > li.active > a:hover:before, .kopa-tab.s3 .nav-tabs > li.active > a:focus:before {
  opacity: 1;
}

.kopa-tab.s3 .tab-content {
  float: left;
  width: 75%;
}

.kopa-tab.s3 .tab-content .tab-pane {
  float: left;
  width: 100%;
}

.kopa-tab.s3 .tab-content .tab-pane .entry-item {
  float: left;
  width: 100%;
}

.kopa-tab.s3 .tab-content .tab-pane .entry-item .entry-content h6 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* [Elements] Alert */
.alert {
  font-size: 14px;
  color: #fff;
  border: none;
  border-bottom: 4px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert .close {
  opacity: 1;
  top: 2px;
  font-size: 18px;
}

.alert.alert-success {
  background: #a8e12a;
  border-bottom-color: #9ad121;
}

.alert.alert-info {
  background: #0bbff2;
  border-bottom-color: #13b0e4;
}

.alert.alert-warning {
  background: #f2f2f2;
  border-bottom-color: #d7d7d7;
  color: #34343e;
}

.alert.alert-danger {
  background: #ec284a;
  border-bottom-color: #d12142;
}

/* [Elements] Unorder List */
.kopa-ul li:hover a {
  color: #1b70c3;
}

.kopa-ul li a {
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  padding-left: 20px;
  position: relative;
}

.kopa-ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 5px;
  left: 0;
}

.kopa-ul.kopa-ul-s1 li a:before {
  content: '\f067';
  font-size: 8px;
}

.kopa-ul.kopa-ul-s2 li a:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #1b70c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* [Elements] Social */
.kopa-icon-social {
  margin-top: 30px;
}

.kopa-icon-social a {
  color: #8c8c8c;
  background: #ebebeb;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin-right: 5px;
  padding-top: 3px;
  margin-bottom: 10px;
}

.kopa-icon-social a.kopa-facebook:hover {
  background: #6078aa;
}
.sharefacebook{
  background: #6078aa none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  padding: 10px 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.sharefacebook:hover, .sharetwitter:hover, .sharelinkedin:hover{
  color:#fff;
}
.kopa-icon-social a.kopa-twitter:hover {
  background: #00abf0;
}
.sharetwitter{
  background: #00abf0 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  padding: 10px 20px;
  margin-left:15px;
  margin-bottom: 20px;
}
.kopa-icon-social a.kopa-linkedin:hover {
  background: #0073b2;
}
.sharelinkedin{
  background: #0073b2 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  padding: 10px 20px;
  margin-left:15px;
  margin-bottom: 20px;
}

.kopa-icon-social a.kopa-instagram:hover {
  background: #474135;
}

.kopa-icon-social a.kopa-gplus:hover {
  background: #d95232;
}

.kopa-icon-social a.kopa-skype:hover {
  background: #03a8e9;
}

.kopa-icon-social a.kopa-pinterest:hover {
  background: #db2828;
}

.kopa-icon-social a.kopa-github:hover {
  background: #353533;
}

.kopa-icon-social a.kopa-foursquare:hover {
  background: #35c6ff;
}

.kopa-icon-social a.kopa-dribbble:hover {
  background: #fa77b4;
}

.kopa-icon-social a.kopa-youtube:hover {
  background: #db2828;
}

.kopa-icon-social a.kopa-rss:hover {
  background: #ff9000;
}

.kopa-icon-social a:hover {
  color: #fff;
}

.kopa-icon-social a:hover span {
  opacity: 1;
  bottom: 40px;
}

.kopa-icon-social a:hover span:after {
  bottom: -5px;
  margin-left: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.kopa-icon-social a span {
  width: 90px;
  height: auto;
  padding: 3px 6px;
  left: 50%;
  margin-left: -45px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  opacity: 0;
  z-index: 999;
  white-space: nowrap;
  -webkit-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
}

.kopa-icon-social a span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}

/* [Elements] Blockquote */
.kopa-blockquote.s1 i {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #34343e;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  width: 85%;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}

.kopa-blockquote.s1 i:before {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 80px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #1b70c3;
  font-style: normal;
  bottom: 110%;
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.kopa-blockquote.s1 .user-reviews {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.kopa-blockquote.s1 .user-reviews img {
  display: inline-block;
  margin-right: 20px;
}

.kopa-blockquote.s1 .user-reviews .text-user-reviews {
  display: inline-block;
  text-align: left;
  top: 18px;
  position: relative;
}

.kopa-blockquote.s1 .user-reviews .text-user-reviews h5, .kopa-blockquote.s1 .user-reviews .text-user-reviews p {
  display: block;
  margin: 0;
}

.kopa-blockquote.s1 .user-reviews .text-user-reviews p {
  color: #737373;
}

.kopa-blockquote.s2 article {
  background: #ededed;
  padding: 25px 40px 60px;
  position: relative;
}

.kopa-blockquote.s2 article p {
  position: relative;
  color: #737373;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.kopa-blockquote.s2 article p:first-child {
  text-indent: 40px;
}

.kopa-blockquote.s2 article p:first-child:before {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 80px;
  line-height: 0;
  color: #737373;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -12px;
  left: 0;
}

.kopa-blockquote.s2 article p:last-child:after {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 80px;
  line-height: 0;
  color: #737373;
  right: 0;
  bottom: -30px;
}

.kopa-blockquote.s2 footer {
  display: block;
  padding: 15px 20px 50px 40px;
  background: #fff;
}

.kopa-blockquote.s2 footer > a {
  float: left;
  margin-right: 20px;
  margin-top: -65px;
  position: relative;
}

.kopa-blockquote.s2 footer > a:before {
  position: absolute;
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #555;
  z-index: -1;
  top: 5px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kopa-blockquote.s2 footer .draft {
  display: inline-block;
  width: 60%;
}

.kopa-blockquote.s2 footer .draft h6 {
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}

.kopa-blockquote.s2 footer .draft h6 a {
  color: #737373;
}

.kopa-blockquote.s2 footer .draft p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #737373;
  margin: 0;
}

.kopa-blockquote.s2 footer .kopa-star {
  margin-top: 10px;
}

.kopa-blockquote.s2 footer .kopa-star i {
  color: #1b70c3;
}

.kopa-blockquote.s3 i {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.015em;
  width: 100%;
  margin: 0 auto 30px;
  text-indent: 40px;
  position: relative;
}

.kopa-blockquote.s3 i:before {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  line-height: 0;
  color: #999;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -12px;
  left: 0;
}

.kopa-blockquote.s3 i:after {
  position: absolute;
  content: '\02ee';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  line-height: 0;
  color: #999;
  right: 0;
  bottom: -30px;
}

.kopa-blockquote.s3 .user-reviews {
  display: block;
}

.kopa-blockquote.s3 .user-reviews img {
  display: inline-block;
  margin-right: 20px;
}

.kopa-blockquote.s3 .user-reviews .text-user-reviews {
  display: inline-block;
  text-align: left;
  top: 18px;
  position: relative;
}

.kopa-blockquote.s3 .user-reviews .text-user-reviews h5, .kopa-blockquote.s3 .user-reviews .text-user-reviews p {
  display: block;
  margin: 0;
}

.kopa-blockquote.s3 .user-reviews .text-user-reviews h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #737373;
}

.kopa-blockquote.s3 .user-reviews .text-user-reviews p {
  color: #737373;
}

blockquote {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #737373;
  background: #f9f9f9;
  border-left-color: #f0f0f0;
  padding: 40px 30px;
  margin: 0;
}

blockquote.s2 {
  width: 80%;
  margin: auto;
  border: none;
  background: none;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #737373;
  padding: 0 30px;
}

@media (max-width: 767px) {
  blockquote.s2 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  blockquote.s2 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* [Elements] Button */
.kopa-button {
  float: left;
  width: 100%;
}

.kopa-button h5 {
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.kopa-button .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1119px) {
  .kopa-button .btn {
    margin-top: 10px;
    clear: both;
  }
}

@media (max-width: 767px) {
  .kopa-button .btn {
    margin-top: 0;
    clear: none;
  }
}

@media (max-width: 479px) {
  .kopa-button .btn {
    margin-top: 10px;
    clear: both;
  }
}

.kopa-button .btn-sm {
  margin-top: 13px;
}

@media (max-width: 1119px) {
  .kopa-button .btn-sm {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .kopa-button .btn-sm {
    margin-top: 13px;
  }
}

@media (max-width: 479px) {
  .kopa-button .btn-sm {
    margin-top: 10px;
  }
}

.kopa-button .btn-md {
  margin-top: 6px;
}

@media (max-width: 1119px) {
  .kopa-button .btn-md {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .kopa-button .btn-md {
    margin-top: 6px;
  }
}

@media (max-width: 479px) {
  .kopa-button .btn-md {
    margin-top: 10px;
  }
}

.btn {
  float: left;
  padding: 0 25px;
  border: none;
  position: relative;
  margin-right: 15px;
  color: #fff;
  vertical-align: bottom;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 300;
  letter-spacing: -0.01em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-sm {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-md {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-lg {
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-bg {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34343e;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-bg:hover {
  color: #fff;
  border-color: #34343e;
}

.btn-bg:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-bg:after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-7.png") center center no-repeat;
}

.btn-bg.btn-default {
  background: #03a9f5;
}

.btn-bg.btn-blue {
  background: #1b70c3;
}

.btn-bg.btn-orange {
  background: #ff6e00;
}

.btn-bg.btn-green {
  background: #88be4c;
}

.btn-bg.btn-red {
  background: #fc2a2a;
}

.btn-bg.btn-yellow {
  background: #f0c026;
}

.btn-icon {
  border-width: 1px;
  border-style: solid;
}

.btn-icon:hover {
  color: #fff !important;
}

.btn-icon:after {
  display: none;
}

.btn-icon.btn-default {
  color: #03a9f5;
  border-color: #03a9f5;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #03a9f5;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-default:hover {
  color: #fff;
  border-color: #03a9f5;
}

.btn-icon.btn-default:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-icon.btn-blue {
  color: #1b70c3;
  border-color: #1b70c3;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-blue:hover {
  color: #fff;
  border-color: #1b70c3;
}

.btn-icon.btn-blue:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-icon.btn-orange {
  color: #ff6e00;
  border-color: #ff6e00;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff6e00;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-orange:hover {
  color: #fff;
  border-color: #ff6e00;
}

.btn-icon.btn-orange:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-icon.btn-green {
  color: #88be4c;
  border-color: #88be4c;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #88be4c;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-green:hover {
  color: #fff;
  border-color: #88be4c;
}

.btn-icon.btn-green:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-icon.btn-red {
  color: #fc2a2a;
  border-color: #fc2a2a;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fc2a2a;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-red:hover {
  color: #fff;
  border-color: #fc2a2a;
}

.btn-icon.btn-red:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-icon.btn-yellow {
  color: #f0c026;
  border-color: #f0c026;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-yellow:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0c026;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.btn-icon.btn-yellow:hover {
  color: #fff;
  border-color: #f0c026;
}

.btn-icon.btn-yellow:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* [Elements] Action */
.call-action {
  float: left;
  width: 100%;
  text-align: center;
  padding: 80px 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.call-action h5 + h2 {
  margin-top: 20px;
}

.call-action h5 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.call-action h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  letter-spacing: -0.015em;
  line-height: 50px;
  color: #fff;
  position: relative;
}

.call-action.s1 {
  background-image: url("images/placeholder/element/element02.jpg");
}

.call-action.s1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.call-action.s2 {
  border-top: 6px solid #d5d5d5;
  background: #ededed;
}

.call-action.s2 h5, .call-action.s2 h2 {
  color: #000;
}

.call-action.s3 {
  background-image: url("images/placeholder/element/element03.jpg");
}

.call-action.s3:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.call-action.s4 {
  background-image: url("images/placeholder/element/element04.jpg");
}

.call-action.s4:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.call-action .more-1 {
  border-bottom: none;
  font-size: 14px;
  text-transform: none;
}

.call-action .more-1 i {
  margin-right: 10px;
}

/* [Elements] Client */
.kopa-client {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  border-bottom: none;
  overflow: hidden;
}

.kopa-client.s1 .entry-item {
  width: 33.333333%;
  height: 165px;
}

@media (max-width: 1023px) {
  .kopa-client.s1 .entry-item {
    height: 130px;
  }
}

@media (max-width: 979px) {
  .kopa-client.s1 .entry-item {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .kopa-client.s1 .entry-item {
    width: 50%;
    height: 125px;
  }
}

@media (max-width: 639px) {
  .kopa-client.s1 .entry-item {
    height: 95px;
  }
}

@media (max-width: 479px) {
  .kopa-client.s1 .entry-item {
    width: 100%;
    height: 136px;
    border-right: none;
  }
}

.kopa-client.s1 .entry-item:nth-child(3n+3) {
  border-right: none;
}

@media (max-width: 767px) {
  .kopa-client.s1 .entry-item:nth-child(3n+3) {
    border-right: 1px solid #ededed;
  }
}

@media (max-width: 479px) {
  .kopa-client.s1 .entry-item:nth-child(3n+3) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .kopa-client.s1 .entry-item:nth-child(2n+2) {
    border-right: none;
  }
}

.kopa-client.s2 .entry-item {
  width: 16.666666%;
  height: 85px;
}

@media (max-width: 979px) {
  .kopa-client.s2 .entry-item {
    width: 33.333333%;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .kopa-client.s2 .entry-item {
    width: 50%;
    height: 125px;
  }
}

@media (max-width: 639px) {
  .kopa-client.s2 .entry-item {
    height: 95px;
  }
}

@media (max-width: 479px) {
  .kopa-client.s2 .entry-item {
    width: 100%;
    height: 136px;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .kopa-client.s2 .entry-item:nth-child(2n+2) {
    border-right: none;
  }
}

@media (max-width: 979px) {
  .kopa-client.s2 .entry-item:nth-child(3n+3) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .kopa-client.s2 .entry-item:nth-child(3n+3) {
    border-right: 1px solid #ededed;
  }
}

@media (max-width: 639px) {
  .kopa-client.s2 .entry-item:nth-child(3n+3) {
    border-right: none;
  }
}

.kopa-client.s2 .entry-item:nth-child(6n+6) {
  border-right: none;
}

.kopa-client .entry-item {
  float: left;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.kopa-client .entry-item img {
  display: initial;
  height: 100%;
}

/* [Elements] Column */
.kopa-column {
  float: left;
  width: 100%;
}

.kopa-column h5 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.kopa-column p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #737373;
}

/* [Elements] Dropcap */
.kopa-dropcap.s1 {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 76px;
  line-height: 1;
  padding: 3px 14px 3px 0;
  margin: 2px 8px 0 0;
  float: left;
  text-transform: uppercase;
}

.kopa-dropcap.s2 {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  padding: 7px 14px;
  margin: 8px 8px 8px 0;
  float: left;
  text-transform: uppercase;
  color: #fff;
  background: #1b70c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-dropcap-wrap p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.015em;
}

/* [Elements] Fancy */
.kopa-fancy-heading-bg {
  float: left;
  width: 100%;
  padding: 80px 180px;
  background-image: url("images/placeholder/element/element05.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .kopa-fancy-heading-bg {
    padding: 80px;
  }
}

@media (max-width: 639px) {
  .kopa-fancy-heading-bg {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .kopa-fancy-heading-bg {
    padding: 30px;
  }
}

.kopa-fancy-heading-bg .kopa-fancy-heading h2 {
  color: #fff;
}

.kopa-fancy-heading-bg .kopa-fancy-heading h2:before {
  background: #2b2c30;
}

.kopa-fancy-heading-bg .kopa-fancy-heading p {
  color: #737373;
}

.kopa-fancy-heading-bg .kopa-fancy-heading .fancy-line:before, .kopa-fancy-heading-bg .kopa-fancy-heading .fancy-line:after {
  background: #939393;
}

.kopa-fancy-heading {
  float: left;
  width: 100%;
}

.kopa-fancy-heading.s2 h2 {
  text-align: center;
}

.kopa-fancy-heading.s2 h2:before {
  left: 0;
  right: 0;
  margin: auto;
}

.kopa-fancy-heading.s2 p {
  text-align: center;
}

.kopa-fancy-heading.s3 {
  text-align: center;
}

.kopa-fancy-heading.s3 h2 {
  text-align: center;
  margin-bottom: 10px;
}

.kopa-fancy-heading.s3 h2:before {
  display: none;
}

.kopa-fancy-heading.s3 p {
  text-align: center;
}

.kopa-fancy-heading.s3 .fancy-line {
  top: -10px;
}

.kopa-fancy-heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  position: relative;
}

.kopa-fancy-heading h2:before {
  position: absolute;
  content: '';
  width: 65px;
  height: 1px;
  background: #000;
  top: 100%;
  left: 0;
}

.kopa-fancy-heading p {
  color: #737373;
}

.kopa-fancy-heading p:last-child {
  margin-bottom: 0;
}

.fancy-line {
  width: 185px;
  text-align: center;
  position: relative;
}

.fancy-line:before {
  display: inline-block;
  content: '';
  top: -3px;
  width: 65px;
  height: 1px;
  background: #ccc;
  position: relative;
}

.fancy-line:after {
  display: inline-block;
  content: '';
  top: -3px;
  width: 65px;
  height: 1px;
  background: #ccc;
  position: relative;
}

.fancy-line i {
  color: #1b70c3;
  margin: 0 20px;
}

/* [Elements] Feature Box */
.kopa-feature-box-1 {
  float: left;
  width: 100%;
}

.kopa-feature-box-1 .entry-item {
  float: left;
  width: 33.333333%;
  text-align: center;
  border-right: 1px dashed #e1e1e1;
}

@media (max-width: 767px) {
  .kopa-feature-box-1 .entry-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .kopa-feature-box-1 .entry-item:nth-child(2n+3) {
    clear: both;
  }
}

@media (max-width: 639px) {
  .kopa-feature-box-1 .entry-item {
    width: 100%;
    border-right: none;
  }
  .kopa-feature-box-1 .entry-item:last-child {
    margin-bottom: 0;
  }
}

.kopa-feature-box-1 .entry-item:last-child {
  border-right: none;
}

.kopa-feature-box-1 .entry-item header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #34343e;
  margin-bottom: 50px;
}

.kopa-feature-box-1 .entry-item .entry-thumb {
  margin-bottom: 50px;
}

.kopa-feature-box-1 .entry-item .entry-thumb img {
  display: initial;
}

.kopa-feature-box-1 .entry-item .entry-content {
  padding: 0 30px;
}

.kopa-feature-box-1 .entry-item .entry-content p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.015em;
}

.kopa-feature-box-1 .entry-item .entry-content .more-1 {
  margin-top: 20px;
  text-transform: none;
  font-size: 14px;
}

.kopa-feature-box-2 {
  float: left;
  width: 100%;
}

.kopa-feature-box-2.s2 .entry-item:hover .entry-thumb {
  background: #000;
}

.kopa-feature-box-2.s2 .entry-item .entry-thumb {
  background: #999;
}

.kopa-feature-box-2 .entry-item {
  float: left;
  width: 33.333333%;
  height: 385px;
  border-right: 1px solid #fff;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-feature-box-2 .entry-item {
    width: 50%;
  }
  .kopa-feature-box-2 .entry-item:nth-child(2n+3) {
    clear: both;
  }
}

@media (max-width: 639px) {
  .kopa-feature-box-2 .entry-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .kopa-feature-box-2 .entry-item:last-child {
    margin-bottom: 0;
  }
}

.kopa-feature-box-2 .entry-item:hover .entry-thumb {
  background: #000;
}

.kopa-feature-box-2 .entry-item:hover .entry-content h5 a {
  color: #1b70c3;
}

.kopa-feature-box-2 .entry-item .entry-thumb {
  background: #1b70c3;
  text-align: center;
  height: 100%;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.kopa-feature-box-2 .entry-item .entry-thumb img {
  display: initial;
  margin-top: 30px;
}

.kopa-feature-box-2 .entry-item .entry-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 25px 15px 25px 65px;
  width: 85%;
}

.kopa-feature-box-2 .entry-item .entry-content .feature-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto 0;
  text-align: center;
}

.kopa-feature-box-2 .entry-item .entry-content .feature-icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border: 1px solid #bccbd9;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kopa-feature-box-2 .entry-item .entry-content .feature-icon:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kopa-feature-box-2 .entry-item .entry-content .feature-icon span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #1b70c3;
  position: relative;
  margin: 13px 0 0 0;
  z-index: 3;
}

.kopa-feature-box-2 .entry-item .entry-content h5 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.kopa-feature-box-2 .entry-item .entry-content h5 a {
  color: #000;
}

.kopa-feature-box-2 .entry-item .entry-content p {
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #737373;
  margin-bottom: 0;
}

/* [Elements] Google Map */
.kopa-map-wrap header {
  text-align: center;
  margin-bottom: 30px;
}

.kopa-map-wrap header h4 {
  margin-top: 0;
}

.kopa-map-wrap header p {
  line-height: 24px;
  color: #737373;
}

.kopa-map-box {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-map {
  float: left;
  width: 100%;
  height: 350px;
}

.kopa-map-2 h2 {
  margin-top: 0;
}

.kopa-map-2 p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #737373;
  margin-bottom: 20px;
}

.kopa-map-2 .kopa-map {
  height: 440px;
}

.kopa-list-contact {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-list-contact .list-contact {
  float: left;
  width: 100%;
  padding: 15px 20px;
  background: #fafafa;
  border-left: 4px solid #f0f0f0;
}

.kopa-list-contact .list-contact i {
  float: left;
  width: 30px;
  height: 65px;
  padding-top: 5px;
  font-size: 18px;
  color: #1b70c3;
  position: relative;
}

.kopa-list-contact .list-contact p {
  margin-bottom: 5px;
}

.kopa-list-contact .list-contact p:last-child {
  margin-bottom: 0;
}

/* [Elements] Heading */
.kopa-heading h1, .kopa-heading h2, .kopa-heading h3, .kopa-heading h4, .kopa-heading h5, .kopa-heading h6 {
  margin-top: 0;
  text-transform: uppercase;
  color: #34343e;
}

.kopa-heading p {
  font-size: 14px;
  color: #737373;
  margin: 0;
}

/* [Elements] Highlight */
.kopa-highlight h4 {
  margin-top: 0;
  color: #34343e;
}

.kopa-highlight p {
  margin: 0;
  color: #737373;
  font-size: 16px;
  line-height: 30px;
}

.hl-border {
  border-bottom: 1px dotted #97c3c6;
}

.hl-color {
  color: #34343e;
}

.hl-bg-1 {
  background: #000;
  color: #fff;
}

.hl-bg-2 {
  background: #1b70c3;
  color: #fff;
}

/* [Elements] Media */
.kopa-media h6 {
  text-transform: uppercase;
  color: #34343e;
  margin-bottom: 20px;
}

.kopa-media p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 20px;
}

.fb-page {
  float: left;
  width: 100%;
}

.fb-page > * {
  width: 100% !important;
}

/* [Elements] Pricing Table */
.kopa-price-table-1 {
  float: left;
  width: 100%;
}

.kopa-price-table-1 .price-col {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #dce1e2;
  background: #f7f7f7;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .kopa-price-table-1 .price-col {
    width: 50%;
  }
  .kopa-price-table-1 .price-col:nth-child(2n+3) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .kopa-price-table-1 .price-col {
    width: 100%;
    border-right: none;
  }
}

.kopa-price-table-1 .price-col:last-child {
  border-right: none;
}

.kopa-price-table-1 .price-col.current {
  margin-top: 0;
  background: #2e2e2e;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
}

.kopa-price-table-1 .price-col.current header {
  border-bottom-color: #2e3333;
}

.kopa-price-table-1 .price-col.current header h5 {
  font-weight: 500;
  color: #fff;
}

.kopa-price-table-1 .price-col.current header .price-currency {
  background: #fff;
}

.kopa-price-table-1 .price-col.current header .price-currency h3, .kopa-price-table-1 .price-col.current header .price-currency p {
  color: #000;
}

.kopa-price-table-1 .price-col.current .price-feature li {
  color: #fff;
  border-bottom-color: #2e3333;
}

.kopa-price-table-1 .price-col.current footer .btn {
  background: #fff;
  color: #000;
}

.kopa-price-table-1 .price-col header {
  float: left;
  width: 100%;
  height: 292px;
  border-bottom: 1px solid #dce1e2;
  padding-top: 50px;
}

.kopa-price-table-1 .price-col header h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}

.kopa-price-table-1 .price-col header .price-currency {
  width: 130px;
  height: 130px;
  background: #1b70c3;
  margin: auto;
  padding-top: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-price-table-1 .price-col header .price-currency h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.kopa-price-table-1 .price-col header .price-currency p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.kopa-price-table-1 .price-col .price-feature {
  float: left;
  width: 100%;
}

.kopa-price-table-1 .price-col .price-feature li {
  font-size: 14px;
  line-height: 36px;
  color: #737373;
  border-bottom: 1px solid #dce1e2;
}

.kopa-price-table-1 .price-col footer {
  float: left;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 45px;
}

.kopa-price-table-1 .price-col footer .btn {
  float: none;
  background: #2e2e2e;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-price-table-1 .price-col footer .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b70c3;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-price-table-1 .price-col footer .btn:hover {
  color: #fff;
  border-color: #1b70c3;
}

.kopa-price-table-1 .price-col footer .btn:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-price-table-1 .price-col footer .btn:after {
  display: none;
}

.kopa-price-table-2 .price-col {
  text-align: center;
}

.kopa-price-table-2 .price-col.current .price-col-wrap header {
  background: #2e2e2e;
}

.kopa-price-table-2 .price-col.current .price-col-wrap header h4 {
  color: #fff;
}

.kopa-price-table-2 .price-col.current .price-col-wrap header .price-currency h3 {
  color: #fff;
}

.kopa-price-table-2 .price-col.current .price-col-wrap header .price-currency h3 span {
  color: #fff;
}

.kopa-price-table-2 .price-col.current .price-col-wrap header .price-currency p {
  color: #fff;
}

.kopa-price-table-2 .price-col .price-col-wrap {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
}

.kopa-price-table-2 .price-col .price-col-wrap header {
  float: left;
  width: 100%;
  height: 268px;
  background: #ededed;
  padding: 0 20px;
}

.kopa-price-table-2 .price-col .price-col-wrap header h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #34343e;
  margin: 0;
  float: left;
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #333;
}

.kopa-price-table-2 .price-col .price-col-wrap header .price-currency {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.kopa-price-table-2 .price-col .price-col-wrap header .price-currency h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 25px;
  color: #34343e;
}

.kopa-price-table-2 .price-col .price-col-wrap header .price-currency h3 span {
  font-size: 60px;
  line-height: 1;
  position: relative;
  top: 25px;
}

.kopa-price-table-2 .price-col .price-col-wrap header .price-currency p {
  display: inline-block;
  position: relative;
  margin: 0;
  top: 0;
  left: 50px;
  font-size: 12px;
  line-height: 1;
}

.kopa-price-table-2 .price-col .price-col-wrap header .price-currency p:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: -5px;
  background: #34343e;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.kopa-price-table-2 .price-col .price-col-wrap .price-feature {
  float: left;
  width: 100%;
  padding: 20px 20px 0;
}

.kopa-price-table-2 .price-col .price-col-wrap .price-feature li {
  border-bottom: 1px solid #eee;
  line-height: 52px;
  letter-spacing: 0.015em;
}

.kopa-price-table-2 .price-col .price-col-wrap .price-feature li:first-child {
  line-height: 26px;
  padding-bottom: 10px;
}

.kopa-price-table-2 .price-col .price-col-wrap footer {
  float: left;
  width: 100%;
  padding: 50px 0;
}

.kopa-price-table-2 .price-col .price-col-wrap footer .btn {
  float: none;
  background: #1b70c3;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: color 600ms ease-out 0s, visibility 0s ease 0s;
  transition: color 600ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-price-table-2 .price-col .price-col-wrap footer .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34343e;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
  transition: transform 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-price-table-2 .price-col .price-col-wrap footer .btn:hover {
  color: #fff;
  border-color: #34343e;
}

.kopa-price-table-2 .price-col .price-col-wrap footer .btn:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.kopa-price-table-2 .price-col .price-col-wrap footer .btn:after {
  display: none;
}

/* [Elements] Sticky Note */
.kopa-sticky-note {
  float: left;
  width: 100%;
}

.kopa-sticky-note .sticky-note {
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.kopa-sticky-note .sticky-note:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 17px solid #fff;
}

.kopa-sticky-note .sticky-note.s1 {
  background: #edf6ff;
}

.kopa-sticky-note .sticky-note.s1:before {
  border-top-color: #9abbdc;
  border-left-color: #9abbdc;
}

.kopa-sticky-note .sticky-note.s1 p {
  color: #93909e;
}

.kopa-sticky-note .sticky-note.s2 {
  background: #fcf0c5;
}

.kopa-sticky-note .sticky-note.s2:before {
  border-top-color: #dec87c;
  border-left-color: #dec87c;
}

.kopa-sticky-note .sticky-note.s2 p {
  color: #a79555;
}

.kopa-sticky-note .sticky-note.s3 {
  background: #fdd4d4;
}

.kopa-sticky-note .sticky-note.s3:before {
  border-top-color: #e39f9f;
  border-left-color: #e39f9f;
}

.kopa-sticky-note .sticky-note.s3 p {
  color: #e39f9f;
}

.kopa-sticky-note .sticky-note.s4 {
  background: #ededed;
}

.kopa-sticky-note .sticky-note.s4:before {
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
}

.kopa-sticky-note .sticky-note.s4 p {
  color: #737373;
}

.kopa-sticky-note .sticky-note.s5 {
  background: #1b70c3;
}

.kopa-sticky-note .sticky-note.s5:before {
  border-top-color: #ededed;
  border-left-color: #ededed;
}

.kopa-sticky-note .sticky-note.s5 p {
  color: #fff;
}

.kopa-sticky-note .sticky-note.s6 {
  background: #2e2e2e;
}

.kopa-sticky-note .sticky-note.s6:before {
  border-top-color: #ededed;
  border-left-color: #ededed;
}

.kopa-sticky-note .sticky-note.s6 p {
  color: #fff;
}

.kopa-sticky-note .sticky-note p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

/* [Elements] Table */
.kopa-table {
  float: left;
  width: 100%;
}

table {
  float: left;
  width: 100%;
}

table thead {
  background: #1b70c3;
}

table thead tr th {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 15px 0;
}

table tbody {
  background: #fff;
}

table tbody tr td {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #eee;
  color: #737373;
  text-align: center;
  padding: 15px 0;
}

table tbody tr td.color-1 {
  color: #1b70c3;
}

table tfoot {
  background: #fff;
}

table tfoot tr td {
  border: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
}

table tfoot tr td .btn {
  float: none;
}

table tfoot tr td .btn:after {
  display: none;
}

/* [Elements] Progress bar */
.kopa-progress-bar {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-progress-bar.s1 .pro-bar-container {
  height: 10px;
}

.kopa-progress-bar.s1 .pro-bar-container .pro-bar {
  height: 10px;
}

.kopa-progress-bar.s2 .pro-bar-container {
  height: 30px;
  margin-top: 0;
}

.kopa-progress-bar.s2 .pro-bar-container .pro-bar {
  height: 30px;
}

.kopa-progress-bar.s2 .type-probar {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #fff;
}

.kopa-progress-bar.s2 .percent-probar {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #737373;
}

.kopa-progress-bar .type-probar {
  float: left;
  margin: 0;
  font-size: 14px;
  color: #737373;
}

.kopa-progress-bar .percent-probar {
  float: right;
  margin: 0;
  font-size: 14px;
  color: #737373;
}

.kopa-progress-bar .pro-bar-container {
  margin-top: 10px;
  float: left;
  background: #d8dde3;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-progress-bar .pro-bar-container .pro-bar {
  background: #1b70c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-pie-chart {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.kopa-pie-chart .list-chart {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.kopa-pie-chart .list-chart .chart-circle {
  position: relative;
}

.kopa-pie-chart .list-chart .chart-circle span {
  position: absolute;
  width: 35px;
  height: 22px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kopa-pie-chart .list-chart .chart-content {
  float: left;
  width: 100%;
  text-align: center;
}

.kopa-pie-chart .list-chart .chart-content h5 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

/* [Elements] Video */
.kopa-video h5 {
  margin-top: 0;
  text-transform: uppercase;
  color: #34343e;
  margin-bottom: 20px;
}

.kopa-video p {
  color: #737373;
  margin-bottom: 20px;
}

.kopa-video p:last-child {
  margin-bottom: 0;
}

/**
 * 4.2 - Appointment Page
 * -------------------------------------------------------------------
**/
.kopa-appointment {
  float: left;
  width: 100%;
}

.kopa-appointment .title-page {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.kopa-appointment .title-page h4 {
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #34343e;
}

.kopa-appointment .title-page h5 {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #34343e;
}

.kopa-appointment .title-page p {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  letter-spacing: -0.02em;
  margin: 0;
}

.kopa-appointment .appointment-contact {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-appointment .appointment-contact .kp-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-heading {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #34343e;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fafafa;
  border-left: 4px solid #f0f0f0;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content.s2 {
  padding: 0;
  background: none;
  border: none;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content.s2 img {
  float: left;
  margin-right: 15px;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content.s2 p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 20px;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content i {
  float: left;
  width: 10%;
  font-size: 18px;
  color: #1b70c3;
  padding: 10px;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content .text-wrap {
  float: left;
  width: 90%;
}

.kopa-appointment .appointment-contact .kp-wrap .kp-content .text-wrap p {
  color: #737373;
  margin: 0;
  line-height: 24px;
}

.kopa-appointment .appointment-info {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-appointment .appointment-info h4 {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.kopa-appointment .appointment-info p {
  font-size: 14px;
  line-height: 22px;
  color: #2b2c30;
}

.kopa-appointment .appointment-info .time-select {
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}

.kopa-appointment .appointment-info .time-select:before {
  position: absolute;
  content: '\f0dc';
  top: 17px;
  right: 17px;
  font-size: 16px;
  z-index: 5;
}

.kopa-appointment .appointment-info .time-select:after {
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  background: #ededed;
  top: 1px;
  right: 1px;
}

.kopa-appointment .appointment-info .time-select select {
  width: 100%;
  padding: 10px;
  height: 48px;
  border: 1px solid #dbdbdb;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.kopa-appointment .appointment-info label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.kopa-appointment .appointment-info input[type="radio"] {
  float: left;
  margin-right: 10px;
}

.kopa-appointment .appointment-info input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

.kopa-appointment .appointment-comment {
  float: left;
  width: 100%;
}

.kopa-appointment .appointment-comment h4 {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.kopa-appointment .appointment-comment form .form-group:nth-child(3n+4) {
  clear: both;
}

.kopa-appointment .appointment-comment form .form-group.form-captcha {
  clear: both;
}

.kopa-appointment .appointment-comment form .form-group.form-submit {
  text-align: center;
}

.kopa-appointment .appointment-comment form .form-group.form-submit input {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 10px;
}

.kopa-appointment .appointment-comment form .form-group.form-submit .more-1 {
  margin-top: 30px;
  float: none;
  display: inline-block;
}

.kopa-appointment .appointment-comment form .form-group label {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
}

.kopa-appointment .appointment-comment form .form-group input {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
}

.kopa-appointment .appointment-comment form .form-group .select-wrap {
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.kopa-appointment .appointment-comment form .form-group .select-wrap:before {
  position: absolute;
  content: '';
  width: 41px;
  height: 41px;
  background: #ededed;
  z-index: 1;
  top: 1px;
  right: 1px;
}

.kopa-appointment .appointment-comment form .form-group .select-wrap:after {
  position: absolute;
  content: '\f107';
  font-size: 15px;
  color: #737373;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.kopa-appointment .appointment-comment form .form-group .select-wrap select {
  float: left;
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  position: relative;
  z-index: 10;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.datetimepicker-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.datetimepicker-wrap .input-group {
  float: left;
  width: 100%;
}

.datetimepicker-wrap .input-group input[type="text"] {
  padding: 10px;
  height: 48px;
  border-color: #dbdbdb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.datetimepicker-wrap .input-group .input-group-addon {
  width: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
}

.datetimepicker-wrap .input-group .input-group-addon:hover {
  color: #1b70c3;
}

/**
 * 4.3 - About Page
 * -------------------------------------------------------------------
**/
.kopa-about-us {
  float: left;
  width: 100%;
}

.kopa-about-us .col-left {
  float: left;
  width: 750px;
}

@media (max-width: 1119px) {
  .kopa-about-us .col-left {
    width: 570px;
  }
}

@media (max-width: 979px) {
  .kopa-about-us .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.kopa-about-us .testimonial-right {
  float: right;
  width: 380px;
}

@media (max-width: 979px) {
  .kopa-about-us .testimonial-right {
    width: 100%;
  }
}

.kopa-about-us .testimonial-right .widget-slider-3 {
  background: #ededed;
}

.kopa-about-us .testimonial-right .widget-slider-3 header h3 {
  color: #000;
}

.kopa-about-us .testimonial-right .widget-slider-3 header .kopa-star i {
  color: #1b70c3;
}

.kopa-about-us .testimonial-right .widget-slider-3 .entry-content p {
  color: #737373;
}

.kopa-about-us .testimonial-right .widget-slider-3 .entry-content p:first-child:before {
  color: #909095;
}

.kopa-about-us .testimonial-right .widget-slider-3 .entry-content p:last-child:after {
  color: #909095;
}

.kopa-about-us .testimonial-right .widget-slider-3 footer {
  background: #252525;
}

.kopa-about-us .testimonial-right .widget-slider-3 footer > a:before {
  display: none;
}

.kopa-about-us .testimonial-right .widget-slider-3 .slick-dots li.slick-active button {
  background: #1b70c3;
}

.kopa-about-us .kopa-about-widget-2 .entry-thumb h5 a {
  background: #fff;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 0;
  color: #fff;
  font-size: 15px;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small h6 span {
  color: #000;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small h5 {
  font-size: 16px;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small p {
  color: #fff;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small .more-3 {
  float: left;
  margin-top: 30px;
  color: #fff;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small .more-3:before {
  z-index: 1;
}

.kopa-about-us .kopa-about-widget-2 .widget-content .item-small .more-3:after {
  border: none;
  background: #fff;
}

.kopa-about-us .kopa-service-widget-7 {
  padding-top: 0;
}

.kopa-about-us .widget-slider-10 {
  float: left;
  width: 100%;
  padding: 80px 0 60px;
}

.kopa-about-us .widget-slider-10 .widget-content {
  float: left;
  width: 100%;
}

.kopa-about-us .widget-slider-10 .widget-content .btn-block {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.kopa-about-us .widget-slider-10 .widget-content .btn-block .more-3 {
  color: #999;
}

.kopa-about-us .widget-slider-10 .widget-content .btn-block .more-3:before {
  top: 7px;
  right: -20px;
  background: transparent url("images/icon/arr-right-7.png") center center no-repeat;
}

.kopa-about-us .widget-slider-10 .widget-content .btn-block .more-3:after {
  display: none;
}

.kopa-about-us .widget-slider-11 {
  padding: 60px 0;
}

/**
 * 4.4 - Blog Full Width Page
 * -------------------------------------------------------------------
**/
.kopa-blog-full-width {
  float: left;
  width: 100%;
  padding: 0 125px;
}

@media (max-width: 1023px) {
  .kopa-blog-full-width {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .kopa-blog-full-width {
    padding: 0 30px;
  }
}

@media (max-width: 639px) {
  .kopa-blog-full-width {
    padding: 0;
  }
}

.kopa-blog-full-width .entry-item {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}

.kopa-blog-full-width .entry-item.s2 header {
  text-align: left;
}

.kopa-blog-full-width .entry-item.s2 header .time-date-1 {
  float: left;
}

.kopa-blog-full-width .entry-item.s2 header h2 {
  margin-top: 0;
}

.kopa-blog-full-width .entry-item header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.kopa-blog-full-width .entry-item header .time-date-1 {
  float: none;
  display: inline-block;
}

.kopa-blog-full-width .entry-item header h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #000;
}

@media (max-width: 479px) {
  .kopa-blog-full-width .entry-item header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.kopa-blog-full-width .entry-item .entry-thumb {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.kopa-blog-full-width .entry-item .entry-content {
  float: left;
  width: 100%;
}

.kopa-blog-full-width .entry-item .entry-content p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #737373;
  margin-bottom: 30px;
}

.kopa-blog-full-width .entry-item .entry-content .more-2 {
  color: #34343e;
}

.kopa-blog-full-width .entry-item .entry-content .more-2:hover {
  color: #1b70c3;
}

/**
 * 4.5 - Blog List Page
 * -------------------------------------------------------------------
**/
.kopa-blog-list {
  float: left;
  width: 100%;
}

@media (max-width: 979px) {
  .kopa-blog-list .main-col {
    padding: 0;
  }
}

.kopa-blog-list .main-col .entry-item {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.kopa-blog-list .main-col .entry-item .entry-thumb {
  float: left;
  width: 50%;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .kopa-blog-list .main-col .entry-item .entry-thumb {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .kopa-blog-list .main-col .entry-item .entry-thumb img {
    width: 100%;
  }
}

.kopa-blog-list .main-col .entry-item .entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.kopa-blog-list .main-col .entry-item .entry-thumb > a img {
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-blog-list .main-col .entry-item .entry-thumb > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-blog-list .main-col .entry-item .entry-content {
  float: left;
  width: 50%;
  padding-left: 15px;
}

@media (max-width: 479px) {
  .kopa-blog-list .main-col .entry-item .entry-content {
    width: 100%;
    padding: 0;
  }
}

.kopa-blog-list .main-col .entry-item .entry-content h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.kopa-blog-list .main-col .entry-item .entry-content h2 a {
  color: #000;
}

.kopa-blog-list .main-col .entry-item .entry-content h2 a:hover {
  color: #1b70c3;
}

.kopa-blog-list .main-col .entry-item .entry-content .meta-item {
  margin-bottom: 20px;
}

.kopa-blog-list .main-col .entry-item .entry-content p {
  color: #737373;
}

.kopa-blog-list .main-col .entry-item .entry-content .more-2 {
  color: #000;
}

.kopa-blog-list .main-col .entry-item .entry-content .more-2:hover {
  color: #1b70c3;
}

.kopa-blog-list-2 {
  float: left;
  width: 100%;
}

@media (max-width: 979px) {
  .kopa-blog-list-2 .main-col {
    padding-left: 0;
  }
}

.kopa-blog-list-2 .main-col .entry-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .kopa-blog-list-2 .main-col .entry-item {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .kopa-blog-list-2 .main-col .entry-item {
    width: 100%;
  }
}

.kopa-blog-list-2 .main-col .entry-item:nth-child(2n+3) {
  clear: both;
}

.kopa-blog-list-2 .main-col .entry-item:hover .entry-content .more-4 {
  background: #1b70c3;
}

@media (max-width: 639px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-thumb img {
    width: 100%;
  }
}

.kopa-blog-list-2 .main-col .entry-item .entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.kopa-blog-list-2 .main-col .entry-item .entry-thumb > a img {
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-blog-list-2 .main-col .entry-item .entry-thumb > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-blog-list-2 .main-col .entry-item .entry-content {
  width: 330px;
  margin-top: -50px;
  background: #fff;
  padding: 25px 15px 15px 30px;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content {
    width: 250px;
    padding: 15px;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content {
    width: 240px;
  }
}

@media (max-width: 979px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content {
    width: 315px;
  }
}

@media (max-width: 799px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content {
    width: 295px;
  }
}

@media (max-width: 767px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content {
    width: 100%;
  }
}

.kopa-blog-list-2 .main-col .entry-item .entry-content h5 {
  margin-top: 0;
  text-transform: uppercase;
}

.kopa-blog-list-2 .main-col .entry-item .entry-content p {
  color: #737373;
}

.kopa-blog-list-2 .main-col .entry-item .entry-content .more-4 {
  width: 60px;
  height: 60px;
  top: 30px;
  right: -60px;
  padding-top: 19px;
}

@media (max-width: 767px) {
  .kopa-blog-list-2 .main-col .entry-item .entry-content .more-4 {
    display: none;
  }
}

.kopa-blog-list-3 {
  float: left;
  width: 100%;
}

.kopa-blog-list-3 .main-col .entry-item {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}

@media (max-width: 639px) {
  .kopa-blog-list-3 .main-col .entry-item .time-date-1 {
    float: none;
    margin: 0 auto 30px;
  }
}

.kopa-blog-list-3 .main-col .entry-item .entry-content {
  float: left;
  width: 700px;
  margin-bottom: 30px;
}

@media (max-width: 1119px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 540px;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 520px;
  }
}

@media (max-width: 979px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 655px;
  }
}

@media (max-width: 799px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 615px;
  }
}

@media (max-width: 767px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 495px;
  }
}

@media (max-width: 639px) {
  .kopa-blog-list-3 .main-col .entry-item .entry-content {
    width: 100%;
  }
}

.kopa-blog-list-3 .main-col .entry-item .entry-content h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.kopa-blog-list-3 .main-col .entry-item .entry-content .meta-item {
  margin-bottom: 15px;
}

.kopa-blog-list-3 .main-col .entry-item .entry-content p {
  color: #737373;
}

.kopa-blog-list-3 .main-col .entry-item .entry-content .more-2 {
  color: #000;
}

.kopa-blog-list-3 .main-col .entry-item .entry-content .more-2:hover {
  color: #1b70c3;
}

.kopa-blog-list-3 .main-col .entry-item .entry-content .more-2:after {
  opacity: 1;
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb {
  float: left;
  width: 100%;
  position: relative;
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb:hover .icon-thumb {
  opacity: 1;
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb .icon-thumb {
  opacity: 0;
  -webkit-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease 0s, visibility 0s ease 0s;
  transition: all 400ms ease 0s, visibility 0s ease 0s;
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb > a img {
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-blog-list-3 .main-col .entry-item .entry-thumb > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-blog-list-4 {
  float: left;
  width: 100%;
}

.kopa-blog-list-4 .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.kopa-blog-list-4 .entry-item .entry-thumb {
  float: right;
  max-width: 255px;
}

@media (max-width: 767px) {
  .kopa-blog-list-4 .entry-item .entry-thumb {
    max-width: auto;
    width: 33.333333%;
  }
}

@media (max-width: 639px) {
  .kopa-blog-list-4 .entry-item .entry-thumb {
    display: none;
  }
}

.kopa-blog-list-4 .entry-item .entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.kopa-blog-list-4 .entry-item .entry-thumb > a img {
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-blog-list-4 .entry-item .entry-thumb > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-blog-list-4 .entry-item .entry-content {
  float: left;
  width: 885px;
}

@media (max-width: 1119px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 695px;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 675px;
  }
}

@media (max-width: 979px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 495px;
  }
}

@media (max-width: 799px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 455px;
  }
}

@media (max-width: 767px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 66.666666%;
  }
}

@media (max-width: 639px) {
  .kopa-blog-list-4 .entry-item .entry-content {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .kopa-blog-list-4 .entry-item .entry-content .time-date-1 {
    display: none;
  }
}

.kopa-blog-list-4 .entry-item .entry-content footer {
  float: left;
  width: 775px;
}

@media (max-width: 1119px) {
  .kopa-blog-list-4 .entry-item .entry-content footer {
    width: 585px;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-list-4 .entry-item .entry-content footer {
    width: 565px;
  }
}

@media (max-width: 979px) {
  .kopa-blog-list-4 .entry-item .entry-content footer {
    width: 100%;
  }
}

.kopa-blog-list-4 .entry-item .entry-content footer h4 {
  margin-top: 0;
}

.kopa-blog-list-4 .entry-item .entry-content footer .more-2 {
  color: #000;
}

.kopa-blog-list-4 .entry-item .entry-content footer .more-2:after {
  opacity: 1;
}

.kopa-blog-list-4 .entry-item .entry-content footer .more-2:hover {
  color: #1b70c3;
}

/**
 * 4.6 - Blog Masonry
 * -------------------------------------------------------------------
**/
.kopa-blog-masonry {
  float: left;
  width: 100%;
}

.kopa-blog-masonry .entry-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .kopa-blog-masonry .entry-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .kopa-blog-masonry .entry-item {
    width: 100%;
  }
}

.kopa-blog-masonry .entry-item:nth-child(4n+5) {
  clear: both;
}

@media (max-width: 767px) {
  .kopa-blog-masonry .entry-item:nth-child(4n+5) {
    clear: none;
  }
}

@media (max-width: 767px) {
  .kopa-blog-masonry .entry-item:nth-child(2n+3) {
    clear: both;
  }
}

.kopa-blog-masonry .entry-item:hover .entry-thumb img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-blog-masonry .entry-item:hover .entry-thumb .icon-thumb {
  opacity: 1;
}

.kopa-blog-masonry .entry-item .entry-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kopa-blog-masonry .entry-item .entry-thumb img {
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all 800ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 800ms ease-in-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .kopa-blog-masonry .entry-item .entry-thumb img {
    width: 100%;
  }
}

.kopa-blog-masonry .entry-item .entry-thumb .icon-thumb {
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 400ms ease-in-out 0s, visibility 0s ease 0s;
}

.kopa-blog-masonry .entry-item .entry-content {
  float: left;
  width: 100%;
}

.kopa-blog-masonry .entry-item .entry-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.kopa-blog-masonry .entry-item .entry-content .entry-time {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #a2a2a2;
  margin-bottom: 10px;
}

.kopa-blog-masonry .entry-item .entry-content p {
  color: #737373;
}

.kopa-blog-masonry .entry-item .entry-content .more-2 {
  color: #000;
}

.kopa-blog-masonry .entry-item .entry-content .more-2:hover {
  color: #1b70c3;
}

.kopa-blog-masonry .entry-item .entry-content .more-2:after {
  opacity: 1;
}

/**
 * 4.7 - Single Post
 * -------------------------------------------------------------------
**/
.kopa-single-post {
  float: left;
  width: 100%;
}

.kopa-single-post .time-date-1 {
  float: none;
  margin: 0 auto 30px auto;
}

.kopa-single-post .title-post {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
}

.kopa-single-post .meta-item {
  text-align: center;
  margin-bottom: 40px;
}

.kopa-single-post p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #737373;
  margin-bottom: 40px;
}

.kopa-single-post blockquote {
  margin-bottom: 40px;
}

.kopa-single-post .social-post {
  text-align: center;
}

.kopa-single-post .social-post p {
  display: inline-block;
}

.kopa-single-post .social-post .kopa-social {
  display: inline-block;
  margin-left: 30px;
}

.kopa-single-post .social-post .kopa-social ul {
  position: relative;
  top: 0;
}

.kopa-single-post .social-post .kopa-social ul li a:hover i:after {
  background: #1b70c3;
}

.kopa-single-post .social-post .kopa-social ul li a i:after {
  background: #fafafa;
}

.kopa-single-post .kopa-news-widget-1 {
  padding-top: 0;
  padding-bottom: 40px;
}

.kopa-single-post .kopa-form-widget {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 60px;
  margin-bottom: 60px;
}

.kopa-single-post .kopa-form-widget .widget-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.kopa-single-post .widget-testimonial-1 {
  padding-top: 60px;
  border-top: 1px solid #ebebeb;
}

.kopa-single-post .widget-testimonial-1 .widget-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-single-post .widget-testimonial-1 .widget-title h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.kopa-single-post .widget-testimonial-1 .widget-content .entry-item .entry-content {
  width: 635px;
}

.kopa-single-post .widget-testimonial-1 .widget-content .entry-item .entry-content .time-date-1 {
  margin: 0 30px 0 0;
}

.kopa-single-post .widget-testimonial-1 .widget-content .entry-item .entry-content footer {
  width: 525px;
}

.kopa-single-post .widget-testimonial-1 .widget-content .entry-item .entry-content footer .meta-item {
  text-align: left;
  margin-bottom: 10px;
}

.kopa-single-post .widget-testimonial-1 .widget-content .entry-item .entry-content footer p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
}

.kopa-single-post .content-slider-10 {
  margin-bottom: 30px;
}

.move-post {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.move-post a {
  float: left;
  width: 33.333333%;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.move-post a.prev-post {
  border-right: 1px solid #ebebeb;
}

.move-post a.prev-post:before {
  display: inline-block;
  top: 0;
  font-size: 16px;
  content: '\f104';
  margin-right: 30px;
}

.move-post a.next-post {
  border-left: 1px solid #ebebeb;
}

.move-post a.next-post:after {
  display: inline-block;
  top: 0;
  font-size: 16px;
  content: '\f105';
  margin-left: 30px;
}

.footer-post {
  float: left;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
}

.footer-post .kopa-pagination {
  float: right;
  width: auto;
}

.kopa-author-box {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}

.kopa-author-box .author-thumb {
  float: left;
  margin-right: 30px;
}

.kopa-author-box .author-box .author-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.kopa-author-box .author-box .author-name:hover {
  color: #1b70c3;
}

.kopa-author-box .author-box p {
  font-size: 14px;
  margin-bottom: 5px;
}

.kopa-author-box .author-box .author-follow {
  color: #1b70c3;
}

.single-post-comments {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.single-post-comments .widget-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 50px;
}

.single-post-comments .single-post-comments-content {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.single-post-comments .single-post-comments-content .rs-ul {
  float: left;
  width: 100%;
}

.single-post-comments .single-post-comments-content .rs-ul > li:last-child .entry-item {
  margin-bottom: 0;
}

.single-post-comments .single-post-comments-content .rs-ul li {
  float: left;
  width: 100%;
  position: relative;
}

.single-post-comments .single-post-comments-content .rs-ul li .children {
  float: left;
  width: 100%;
  padding-left: 60px;
}

.single-post-comments .single-post-comments-content .rs-ul li .children:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: 30px;
  background: #ebebeb;
  z-index: -1;
}

.single-post-comments .single-post-comments-content .rs-ul li .children .entry-item:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  background: #ebebeb;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fafafa;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  position: relative;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-thumb {
  float: left;
  margin-right: 30px;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .entry-meta .author-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  text-transform: capitalize;
  margin-right: 30px;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .entry-meta .author-name:hover {
  color: #1b70c3;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .entry-meta .entry-time {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  margin-right: 30px;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .cmt-reply {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .cmt-reply:hover {
  color: #1b70c3;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .comment-content {
  margin-top: 10px;
}

.single-post-comments .single-post-comments-content .rs-ul li .entry-item .entry-box .comment-content p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

/**
 * 4.8 - Care Tip
 * -------------------------------------------------------------------
**/
.kopa-care-tip {
  float: left;
  width: 100%;
}

.kopa-care-tip .call-action.s1 {
  padding: 115px 40px;
  background-image: url("images/placeholder/element/element04.jpg");
}

/**
 * 4.9 - Contact
 * -------------------------------------------------------------------
**/
.kopa-contact-page {
  float: left;
  width: 100%;
}

.kopa-contact-page header {
  text-align: center;
}

.kopa-contact-page header h5 {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  .kopa-contact-page header h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

.kopa-contact-page header p {
  width: 80%;
  margin: auto;
  color: #737373;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.kopa-contact-page header .contact-service {
  float: left;
  width: 33.333333%;
}

@media (max-width: 639px) {
  .kopa-contact-page header .contact-service {
    width: 100%;
    padding-top: 30px;
  }
}

.kopa-contact-page header .contact-service .icon-contact {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 30px;
}

.kopa-contact-page header .contact-service .icon-contact.icon-1 {
  background: transparent url("images/icon/icon-12.png") center center no-repeat;
}

.kopa-contact-page header .contact-service .icon-contact.icon-2 {
  background: transparent url("images/icon/icon-13.png") center center no-repeat;
}

.kopa-contact-page header .contact-service .icon-contact.icon-3 {
  background: transparent url("images/icon/icon-14.png") center center no-repeat;
}

.kopa-contact-page header .contact-service .icon-contact:before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: #1b70c3;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kopa-contact-page header .contact-service h5 {
  margin: 0 auto;
  width: 60%;
}

.kopa-contact-page footer {
  float: left;
  width: 100%;
  margin-top: 50px;
}

/**
 * 4.10 - Gallery Single
 * -------------------------------------------------------------------
**/
.kopa-gallery-single-page {
  float: left;
  width: 100%;
}

.gallery-info {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery-info {
    margin-top: 30px;
  }
}

.gallery-info header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.gallery-info header .title-page {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px;
}

.gallery-info header p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 25px;
}

.gallery-info header p span {
  float: left;
  width: 130px;
}

.gallery-info header p i {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.gallery-info header p a {
  color: #0196da;
}

.gallery-info header p a:hover {
  color: #1b70c3;
}

.gallery-info footer {
  float: left;
  width: 100%;
}

.gallery-info footer .title-description {
  margin: 0 0 20px;
}

.gallery-info footer p {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
}

.gallery-info footer .social-post {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}

.gallery-info footer .social-post p {
  float: left;
  margin: 0 30px 0 0;
}

.gallery-info footer .social-post .kopa-social ul {
  position: relative;
  top: 5px;
  text-align: left;
}

/**
 * 4.11 - Gallery Page
 * -------------------------------------------------------------------
**/
.gallery-page {
  float: left;
  width: 100%;
  background: #000;
}

.kopa-gallery-page {
  float: left;
  width: 100%;
}

.kopa-gallery-page .kopa-gallery-widget .filters-tab {
  border: none;
}

.kopa-gallery-page .kopa-gallery-widget #load-more-wrap {
  display: block;
  text-align: center;
}

.kopa-gallery-page .kopa-gallery-widget #load-more-wrap #load-more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.kopa-gallery-page .kopa-gallery-widget #load-more-wrap #load-more:after {
  display: inline-block;
  content: '';
  top: 7px;
  width: 30px;
  height: 30px;
  margin-top: 70px;
  background: #1b70c3 url("images/icon/arr-right-7.png") center center no-repeat;
  border: 1px solid #fff;
  margin-left: 15px;
  position: relative;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**
 * 4.12 - Reviews Page
 * -------------------------------------------------------------------
**/
.kopa-review {
  float: left;
  width: 100%;
}

.kopa-review .kopa-form-widget {
  margin-bottom: 80px;
}

.list-comment header {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 50px;
}

.comment-box {
  margin-bottom: 60px;
}

.comment-box .kopa-blockquote footer {
  -webkit-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
}

.comment-box .kopa-blockquote footer p {
  -webkit-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-in-out 0s, visibility 0s ease 0s;
}

.comment-box .kopa-blockquote:hover footer {
  background: #252525;
}

.comment-box .kopa-blockquote:hover footer .draft h6 a {
  color: #fff;
}

.comment-box .kopa-blockquote:hover footer .draft p {
  color: #fff;
}

/**
 * 4.13 - Service Page
 * -------------------------------------------------------------------
**/
.kopa-service {
  float: left;
  width: 100%;
}

.kopa-service .widget-text-order {
  float: left;
  width: 100%;
  padding: 0 30px;
}

.kopa-service .widget-text-order .col-left {
  float: left;
  width: 730px;
}

@media (max-width: 1119px) {
  .kopa-service .widget-text-order .col-left {
    width: 540px;
  }
}

@media (max-width: 1023px) {
  .kopa-service .widget-text-order .col-left {
    width: 520px;
  }
}

@media (max-width: 979px) {
  .kopa-service .widget-text-order .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.kopa-service .widget-text-order .col-left h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.kopa-service .widget-text-order .col-left h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #34343e;
  margin: 0 0 20px;
}

.kopa-service .widget-text-order .col-left p {
  font-size: 14px;
  color: #737373;
  line-height: 24px;
  margin-bottom: 40px;
}

.kopa-service .widget-text-order .col-left .list-icon {
  float: left;
  width: 100%;
  margin: 60px 0 80px;
}

.kopa-service .widget-text-order .col-left .list-icon span {
  float: left;
  margin: 0 40px;
  position: relative;
}

@media (max-width: 639px) {
  .kopa-service .widget-text-order .col-left .list-icon span {
    margin: 0 30px;
  }
}

@media (max-width: 479px) {
  .kopa-service .widget-text-order .col-left .list-icon span {
    float: none;
    margin: 0 25px;
  }
  .kopa-service .widget-text-order .col-left .list-icon span:first-child {
    margin-left: 0;
  }
  .kopa-service .widget-text-order .col-left .list-icon span:last-child {
    margin-right: 0;
  }
}

.kopa-service .widget-text-order .col-left .list-icon span:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: -1;
  top: -22px;
  left: -14px;
  border: 1px solid #ededed;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-service .widget-text-order .col-left .list-icon span:hover:after {
  opacity: 1;
}

.kopa-service .widget-text-order .col-left .list-icon span:hover i:after {
  background: #ededed;
}

.kopa-service .widget-text-order .col-left .list-icon span i {
  width: 25px;
  font-size: 20px;
  color: #2b2c30;
  text-align: center;
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-service .widget-text-order .col-left .list-icon span i:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: -1;
  top: -15px;
  left: -14px;
  border: 1px solid #ededed;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
}

.kopa-service .widget-text-order .col-left h5 {
  font-size: 16px;
  text-transform: uppercase;
}

.kopa-service .widget-text-order .col-right {
  float: right;
  width: 350px;
}

@media (max-width: 979px) {
  .kopa-service .widget-text-order .col-right {
    width: 100%;
  }
}

.kopa-service .widget-text-order .col-right ul {
  float: left;
  width: 100%;
}

.kopa-service .widget-text-order .col-right ul li {
  float: left;
  width: 100%;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.kopa-service .widget-text-order .col-right ul li:before {
  position: absolute;
  content: '\f178';
  top: 17px;
  left: 0;
}

.kopa-service .widget-text-order .col-right ul li:last-child {
  border-bottom: none;
}

.kopa-service .widget-text-order .col-right ul li a {
  font-size: 13px;
  line-height: 45px;
}

.kopa-service .call-action {
  background: transparent url("images/fixed/bg-3.jpg") left top no-repeat;
  position: relative;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .kopa-service .call-action {
    text-align: center;
  }
}

.kopa-service .call-action .wrapper {
  padding: 170px 0;
}

.kopa-service .call-action img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1119px) {
  .kopa-service .call-action img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .kopa-service .call-action img {
    display: none;
  }
}

.kopa-service .call-action h5, .kopa-service .call-action h2 {
  width: 50%;
}

@media (max-width: 767px) {
  .kopa-service .call-action h5, .kopa-service .call-action h2 {
    width: 100%;
  }
}

.kopa-service .call-action h5 {
  font-size: 21px;
}

.kopa-service .call-action h2 {
  font-size: 50px;
  line-height: 70px;
}

@media (max-width: 1023px) {
  .kopa-service .call-action h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

.kopa-service .kopa-service-widget-2 {
  margin-top: 0;
}

.kopa-service-single {
  float: left;
  width: 100%;
}

.kopa-service-single .widget-text {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.kopa-service-single .widget-text .title-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.kopa-service-single .widget-text .desciption-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin: 0;
}

.kopa-service-single .kopa-feature-box-2 {
  margin-bottom: 60px;
}

.kopa-service-single .kopa-feature-box-2 h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}

.kopa-service-single .kopa-feature-box-2 .entry-item:hover .entry-thumb {
  background: #1b70c3;
}

.kopa-service-single .kopa-feature-box-2 .entry-item .entry-thumb {
  background: #999;
}

.kopa-service-single .kopa-feature-box-2 .entry-item .entry-content {
  bottom: 50px;
}

@media (max-width: 979px) {
  .kopa-service-single .main-col {
    padding: 0;
  }
}

.kopa-service-single .main-col .entry-item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.kopa-service-single .main-col .entry-item header {
  float: left;
  width: 100%;
}

@media (max-width: 979px) {
  .kopa-service-single .main-col .entry-item header {
    text-align: center;
  }
}

.kopa-service-single .main-col .entry-item header h4 {
  margin-top: 0;
  margin-bottom: 30px;
}

.kopa-service-single .main-col .entry-item .entry-box {
  float: right;
  width: 620px;
}

@media (max-width: 979px) {
  .kopa-service-single .main-col .entry-item .entry-box {
    width: 100%;
  }
}

.kopa-service-single .main-col .entry-item .entry-box .entry-thumb {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  .kopa-service-single .main-col .entry-item .entry-box .entry-thumb {
    text-align: center;
  }
  .kopa-service-single .main-col .entry-item .entry-box .entry-thumb img {
    display: initial;
  }
}

.kopa-service-single .main-col .entry-item .entry-box .entry-thumb > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-thumb > a img {
  -webkit-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  transition: all 300ms ease-out 0s, visibility 0s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-service-single .main-col .entry-item .entry-box .entry-thumb > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content h4 {
  margin-top: 0;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content p {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin: 0 0 30px;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option {
  float: left;
  width: 50%;
}

@media (max-width: 639px) {
  .kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option {
    width: 100%;
  }
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option strong {
  font-size: 16px;
  color: #282f42;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option ul {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option ul li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #34343e;
  padding-left: 25px;
  position: relative;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-option ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  background: transparent url("images/icon/arr-right-3.png") left top no-repeat;
  top: 10px;
  left: 0;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-cost {
  float: left;
  width: 50%;
  text-align: right;
  padding-top: 50px;
}

@media (max-width: 639px) {
  .kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-cost {
    width: 100%;
    text-align: left;
  }
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-cost p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #34343e;
}

.kopa-service-single .main-col .entry-item .entry-box .entry-content .meta-cost p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #1b70c3;
  margin-left: 10px;
}

/**
 * 4.14 - Shop Page
 * -------------------------------------------------------------------
**/
.kopa-shop-page {
  float: left;
  width: 100%;
}

.kopa-shop-page .order-by {
  float: left;
  width: 100%;
}

.kopa-shop-page .order-by p {
  float: left;
  margin: 0;
  font-size: 14px;
}

.kopa-shop-page .order-by .select-wrap {
  float: right;
  background: #ededed;
  position: relative;
}

.kopa-shop-page .order-by .select-wrap select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 10px 50px 10px 10px;
  color: #737373;
}

.kopa-shop-page .list-product {
  float: left;
  width: 100%;
}

.kopa-shop-page .list-product .entry-item {
  margin-bottom: 50px;
}

.kopa-shop-page .list-product .entry-item:nth-child(4n+5) {
  clear: both;
}

@media (max-width: 979px) {
  .kopa-shop-page .list-product .entry-item {
    width: 33.333333%;
  }
  .kopa-shop-page .list-product .entry-item:nth-child(3n+4) {
    clear: both;
  }
  .kopa-shop-page .list-product .entry-item:nth-child(4n+5) {
    clear: none;
  }
}

@media (max-width: 767px) {
  .kopa-shop-page .list-product .entry-item {
    width: 50%;
  }
  .kopa-shop-page .list-product .entry-item:nth-child(2n+3) {
    clear: both;
  }
  .kopa-shop-page .list-product .entry-item:nth-child(3n+4) {
    clear: none;
  }
}

@media (max-width: 479px) {
  .kopa-shop-page .list-product .entry-item {
    width: 100%;
  }
}

.kopa-shop-page .list-product .entry-item:hover .entry-wrap {
  border-color: #dbdbdb;
}

.kopa-shop-page .list-product .entry-item:hover .entry-wrap .entry-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.kopa-shop-page .list-product .entry-item:hover .entry-wrap .entry-content footer {
  padding: 15px 20px 0;
}

.kopa-shop-page .list-product .entry-item:hover .entry-wrap .entry-content footer .meta-price {
  opacity: 1;
}

.kopa-shop-page .list-product .entry-item .entry-wrap {
  float: left;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-thumb {
  overflow: hidden;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 800ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 800ms ease 0s, visibility 0s ease 0s;
  transition: all 800ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 979px) {
  .kopa-shop-page .list-product .entry-item .entry-wrap .entry-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .kopa-shop-page .list-product .entry-item .entry-wrap .entry-thumb img {
    width: 100%;
  }
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header {
  float: left;
  width: 100%;
  background: #dbdbdb;
  border: 1px solid #fff;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header:hover > a {
  color: #1b70c3;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header:hover span a:before {
  background: rgba(27, 112, 195, 0.7);
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header > a {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #34343e;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header > a {
    font-size: 12px;
    margin-left: 15px;
  }
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header span {
  float: right;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header span a {
  display: block;
  position: relative;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header span a:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content header span a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: transparent url("images/icon/arr-right-2.png") 0 0 no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  position: relative;
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer p {
  letter-spacing: -0.02em;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer p a {
  color: #737373;
  margin-right: 5px;
  position: relative;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer p a:first-child:before {
  display: none;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer p a:before {
  position: absolute;
  content: '\002c';
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  bottom: 7px;
  left: -5px;
  line-height: 0;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer p a:hover {
  color: #1b70c3;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 1119px) {
  .kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer h5 {
    font-size: 14px;
  }
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer h5 a {
  color: #34343e;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer h5 a:hover {
  color: #1b70c3;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 50px;
  left: 0;
  background: #e6e6e6;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price del {
  margin-right: 10px;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price del span {
  color: #999;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price ins {
  text-decoration: none;
}

.kopa-shop-page .list-product .entry-item .entry-wrap .entry-content footer .meta-price ins span {
  color: #1b70c3;
}

.kopa-shop-page .kopa-pagination {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.kopa-shop-product-page .shop-detail-info {
  float: left;
  width: 100%;
}

.kopa-shop-product-page .shop-detail-info .product-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #34343e;
  margin-top: 0;
}

.kopa-shop-product-page .shop-detail-info .kopa-rating {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.kopa-shop-product-page .shop-detail-info .kopa-rating i {
  color: #1b70c3;
  font-size: 18px;
}

.kopa-shop-product-page .shop-detail-info .kopa-rating span {
  color: #737373;
}

.kopa-shop-product-page .shop-detail-info .product-price {
  float: left;
  width: 100%;
}

.kopa-shop-product-page .shop-detail-info .product-price .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.kopa-shop-product-page .shop-detail-info .product-price .price del {
  font-weight: 400;
  color: #a7aebf;
  font-size: 18px;
  margin-right: 15px;
}

.kopa-shop-product-page .shop-detail-info .product-price .price ins {
  font-size: 28px;
  color: #1b70c3;
  text-decoration: none;
}

.kopa-shop-product-page .shop-detail-info .description {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.kopa-shop-product-page .shop-detail-info .description p {
  font-size: 14px;
  line-height: 26px;
  color: #737373;
}

.kopa-shop-product-page .shop-detail-info .description .product-cart .quantity input[type="number"] {
  float: left;
  width: 100px;
  padding: 12px 10px 11px;
  border: 1px solid #ececec;
  text-align: center;
  margin-right: 10px;
}

.kopa-shop-product-page .shop-detail-info .description .product-cart button {
  text-transform: uppercase;
}

.kopa-shop-product-page .shop-detail-info .product_meta {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.kopa-shop-product-page .shop-detail-info .product_meta > span {
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
}

.kopa-shop-product-page .shop-detail-info .product_meta span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #22274d;
}

.kopa-shop-product-page .shop-detail-info .product_meta span span, .kopa-shop-product-page .shop-detail-info .product_meta span a {
  color: #a7aebf;
  text-transform: none;
  margin-left: 5px;
}

.kopa-shop-product-page .shop-detail-info .product_meta span a:hover {
  color: #1b70c3;
}

.kopa-shop-product-page .kopa-tab .nav-tabs > li > a {
  background: #1b70c3;
  color: #fff;
}

.kopa-shop-product-page .kopa-tab .tab-content .tab-pane .entry-item .entry-content h5 {
  text-transform: uppercase;
  margin-top: 0;
}

.kopa-shop-product-page .kopa-article-list .widget-content {
  margin-bottom: 30px;
}

/**
 * 4.15 - Team Page
 * -------------------------------------------------------------------
**/
.team-page .kopa-top-page {
  padding-bottom: 0;
}

.kopa-team-page {
  float: left;
  width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: -1;
}

.kopa-team-page .kopa-service-widget-7 {
  padding-bottom: 0;
}

.kopa-team-page .kopa-service-widget-7 .entry-item {
  margin-bottom: 80px;
}

.kopa-team-page .call-action {
  background-image: url("images/fixed/bg-3.jpg");
}

.kopa-team-page .call-action h5 {
  font-size: 18px;
}

.kopa-team-page .call-action h2 {
  font-size: 40px;
  width: 80%;
  margin: 0 auto 30px;
}

/**
 * 4.16 - 404 Page
 * -------------------------------------------------------------------
**/
.kopa-404 {
  float: left;
  width: 100%;
  text-align: center;
}

.kopa-404 img {
  display: initial;
}

.kopa-404 .search-form {
  margin: 0 auto;
  border: 1px solid #eaeaea;
  width: 311px;
}

.kopa-404 .search-form input {
  float: left;
  width: 263px;
  height: 46px;
  font-size: 14px;
  line-height: 16px;
  color: #adadad;
  border: 0;
  padding: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.kopa-404 .search-form button {
  float: left;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 0;
  padding: 0;
  background: #f9f9f9;
}
#kopa-header-bottom{
  background: #2b2c30;
}
.kopa-sale-widget footer .sale-right form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  margin-bottom:15px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  color: #737373;
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 23px;
  padding: 13px 20px 13px 20px;
  width: 100%;
  height: inherit;
}
.embedcontent{
  display: table;
  max-width: 100%;
}
.embedcontent {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.embedcontent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imagecontent img{
  max-width: 100%;
}
.kopa-sale-widget h1{
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 30px;
}