/*-----------------------------------------------------------------------------------

    Template Name: Edwards - Law Firm HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
	02. Elements CSS
		2.1 - Accordion CSS
		2.2 - Blockquote CSS
		2.3 - Button CSS
		2.4 - Form CSS
		2.5 - List CSS
		2.6 - Skill/Progress CSS
		2.7 - Tab CSS
	03. Header CSS
		3.1 - Header Top CSS
		3.2 - Header Middle CSS
		3.3 - Header Bottom CSS
		3.4 - Mobile Header CSS
		3.5 - Offcanvas CSS
		3.6 - Fullscreen Search CSS
	04. Pages CSS (All Page Styles)
		4.1  - Home Pages CSS
			4.1.1 - Hero Slider CSS
			4.1.2 - Intro CSS
			4.1.3 - CTA(Call to action) CSS
			4.1.4 - Testimonial CSS
			4.1.5 - Partner CSS
			4.1.6 - Quote CSS
			4.1.7 - Funfact CSS
			4.1.8 - Feature CSS
		4.2  - Page Banner CSS
		4.3  - Practice CSS
		4.4  - Case Result CSS
		4.5  - Team CSS
		4.6  - Award CSS
		4.7  - Career CSS
		4.8  - About CSS
		4.9  - News CSS
		4.10 - Comment CSS
		4.11 - Shop CSS
			4.11.1 - Product CSS
			4.11.2 - Single Product CSS
			4.11.3 - Cart & Wishlist CSS
			4.11.4 - Checkout CSS
			4.11.5 - My Account CSS
		4.12 - Gallery CSS
		4.13 - Contact CSS
	05. Widget CSS
		5.1 - Sidebar Widget CSS
		5.2 - Footer Widget CSS
	06. Newsletter Socail CSS
	07. Footer CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");

/*-- Common Style --*/

.wow {
   visibility: hidden;
}






*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Poppins", sans-serif;
  color: #666666;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1697d9;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section, .main-wrapper {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 300px;
  }
}

/*Background Color*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-primary {
  background-color: #1697d9 !important;
}

.bg-primary-light {
  background-color: #f9f4ef !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #4CAF50 !important;
}

.bg-danger {
  background-color: #F44336 !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

/*Text Color*/
.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #666666 !important;
}

.text-body-light {
  color: #999999 !important;
}

.text-heading {
  color: #333333 !important;
}

.text-primary {
  color: #1697d9 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #4CAF50 !important;
}

.text-danger {
  color: #F44336 !important;
}

.text-warning {
  color: #FFC107 !important;
}

.text-info {
  color: #17a2b8 !important;
}

/*Font Weight*/
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*White Space*/
.white-space-nowrap {
  white-space: nowrap;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Background Image--*/
[data-bg-image] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-margin-2 {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-2 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section-margin-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}





/*======================
  WATSAPP BUTTON START
========================*/

.bar_wpp {
  position: fixed;
  top: 58%;
  left: -130px;
  z-index: 1200;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  margin-right: 5px;
}

.bar_wpp:hover {
left:-10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.bar_wpp a {
display: flex;
align-items: stretch;
justify-content: space-between;
}

.bar_wpp .icon_wpp i {
color: #ffffff;
font-size: 20px;
}

.bar_wpp .icon_wpp {
display: flex;
align-items: center;
justify-content: center;
background-color: #0c7619;
text-align: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border-radius: 100%;
width: 40px;
height: 40px;
float: left;
z-index: 2;
}

.bar_wpp .txt_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0e3f14;
  color: #ffffff;
  padding: 0px 5px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right: 11px;
  padding-left: 12px!important;
  margin-right: 2px;
  z-index: 1;
  border-radius: 50px;
}


.bar_wpp a:hover{text-decoration: none !important;}
.bar_wpp a:hover .icon_wpp{background-color: #0e3f14;}
.bar_wpp a:hover .txt_wpp{background-color: #0c7619;}


@media(max-width: 480px){
.bar_wpp{right: auto;left: 1px;bottom: 65px;}
.bar_wpp .icon_wpp i{font-size: 25px;}
.bar_wpp .txt_wpp{display: none;}
}

/*======================
WATSAPP BUTTON END
========================*/


/*======================
PHONE BUTTON START
========================*/

.bar_phn {
position: fixed;
top: 67%;
left: -100px;

z-index: 1200;
border-radius: 5px 5px 0px 0px;
overflow: hidden;
 
}
.bar_phn:hover {
left:-5px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.bar_phn a {
display: flex;
align-items: stretch;
justify-content: space-between;
}

.bar_phn .icon_phn i {
color: #ffffff;
font-size: 20px;
}

.bar_phn .icon_phn {
display: flex;
align-items: center;
justify-content: center;
background-color: #0331bd;
text-align: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border-radius: 100%;
width: 40px;
height: 40px;
float: left;
z-index: 2;
margin-left:3px;
}

.bar_phn .txt_phn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color:  #337ab7;
  color: #ffffff;
  padding: 0px 5px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right: 11px;
  padding-left: 45px!important;
  margin-left: -35px;
  z-index: 1;
  border-radius: 50px;
}


.bar_phn a:hover{text-decoration: none !important;}
.bar_phn a:hover .icon_phn{background-color: #0331bd;}
.bar_phn a:hover .txt_phn{background-color:  #337ab7;}


@media(max-width: 475px){
.bar_phn{right: auto;left: -2px;bottom: 15px;}
.bar_phn .icon_phn i{font-size: 25px;}
.bar_phn .txt_phn{display: none;}
}

/*======================
PHONE BUTTON END
========================*/


/*--Section Title--*/
.section-title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.section-title .title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333333;
  margin-top: -5px;
  margin-bottom: 0;
}

.section-title .title::after {
  content: '\e900';
  font-family: 'TMLawyer';
  font-size: 9px;
  color: #1697d9;
  display: block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title-2 {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}

.section-title-2 .sub-title {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: #1697d9;
}

.section-title-2 .sub-title:first-child {
  margin-top: -5px;
}

.section-title-2 .title {
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-title-2 .title:first-child {
  margin-top: -5px;
}

.section-title-2 .title::after {
  content: '\e900';
  font-family: 'TMLawyer';
  font-size: 9px;
  color: #1697d9;
  display: block;
  margin-top: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 {
    margin-bottom: 50px;
  }
  .section-title-2 .sub-title {
    font-size: 24px;
  }
  .section-title-2 .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 40px;
  }
  .section-title-2 .sub-title {
    font-size: 20px;
  }
  .section-title-2 .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title-2 .sub-title {
    font-size: 18px;
  }
  .section-title-2 .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title-2 .sub-title {
    font-size: 16px;
  }
  .section-title-2 .title {
    font-size: 20px;
  }
}

.section-title-left {
  text-align: left;
}

.section-title-left .title::after {
  content: '\e901';
}

.section-title-right {
  text-align: right;
}

.section-title-right .title::after {
  content: '\e902';
}

/*Page Pagination*/
.page-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-right: -15px;
  margin-bottom: -15px;
}

.page-pagination ul li {
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 15px;
}

.page-pagination ul li a {
  display: block;
  border: none;
  background-color: #f9f4ef;
  color: #333333;
}

.page-pagination ul li a:hover {
  background-color: #1697d9;
  color: #ffffff;
}

.page-pagination ul li.page-numbers {
  width: auto;
}

.page-pagination ul li.page-numbers a {
  padding: 0 20px;
}

.page-pagination ul li.active {
  background-color: #1697d9;
  color: #ffffff;
}

.page-pagination.center ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-pagination.right ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*Custom Animation*/
@-webkit-keyframes cusFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cusFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cusFadeInUp {
  -webkit-animation-name: cusFadeInUp;
  animation-name: cusFadeInUp;
}


/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Accordion CSS
/*----------------------------------------*/
.accordion .card {
  border: none;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}

.accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 15px 0;
  border: none;
  background-color: transparent;
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-family: "EB Garamond", serif;
  color: #333333;
}

.accordion .card .card-header [data-toggle="collapse"]::after {
  display: inline-block;
  font-size: 90%;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 15px;
  color: #1697d9;
  -webkit-transform: rotateX(-190deg);
          transform: rotateX(-190deg);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.accordion .card .card-header [data-toggle="collapse"].collapsed::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.accordion .card .collapse, .accordion .card .collapsing {
  margin: 0;
}

.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 75%;
}

.accordion.text-center .card .card-header {
  padding-left: 15px;
  padding-right: 15px;
}

.accordion.text-center .card .collapse .card-body, .accordion.text-center .card .collapsing .card-body {
  padding: 0 15px 20px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-2 .card {
  border: none;
  border-radius: 0;
  background-color: #f8f7f7;
}

.accordion-2 .card + .card {
  margin-top: 15px;
}

.accordion-2 .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion-2 .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 20px 60px 20px 30px;
  border: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background-color: #1697d9;
  color: #ffffff;
}

.accordion-2 .card .card-header [data-toggle="collapse"]::after {
  display: block;
  content: "-";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  color: #1697d9;
  padding-left: 3px;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed {
  background-color: #f8f7f7;
  color: #333333;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed::after {
  content: "+";
  background-color: #1697d9;
  color: #ffffff;
  padding-left: 1px;
}

.accordion-2 .card .collapse, .accordion-2 .card .collapsing {
  margin: 0;
}

.accordion-2 .card .collapse .card-body, .accordion-2 .card .collapsing .card-body {
  padding: 25px 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 90%;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 90%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 90%;
}
}

@media only screen and (max-width: 767px) {
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 90%;
}
}


@media only screen and (max-width: 767px) {
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 90%;
}
}
/*--
/*  2.5 - List CSS
/*----------------------------------------*/
.list-bullet {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-bullet li {
  line-height: 2;
}

.list-bullet li::before {
  content: "\f111";
  font-size: 8px;
  font-family: "FontAwesome";
  color: #1697d9;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.list-check-square-o {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check-square-o li {
  line-height: 2;
}

.list-check-square-o li::before {
  content: "\f046";
  font-family: "FontAwesome";
  color: #1697d9;
  margin-right: 10px;
  position: relative;
  top: 0;
}

/*--
/*  2.7 - Tab CSS
/*----------------------------------------*/
.nav-tabs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-item .nav-link {
  margin: 0 0 -1px;
  border: none;
  padding: 15px 20px;
  position: relative;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
}

.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1697d9;
  opacity: 0;
}

.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
}

.tab-content:not(:first-child) {
  margin-top: 25px;
}

/*--
/*  2.6 - Skill/Progress CSS
/*----------------------------------------*/
.skill + .skill {
  margin-top: 40px;
}

.skill .progress {
  border-radius: 0;
  background-color: #ffffff;
  height: 10px;
}

.skill .progress .progress-bar {
  border-radius: 0;
  background-color: #1697d9;
}

.skill .text {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-top: 7px;
}

.skill .text .value {
  font-size: 14px;
  margin-left: 15px;
  color: #1697d9;
  margin-top: 2px;
}

/*--
/*  2.2 - Blockquote CSS
/*----------------------------------------*/
blockquote {
  background-color: #f9f4ef;
  padding: 20px 30px;
}

blockquote::before {
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
  color: #1697d9;
}

blockquote:not(:first-child) {
  margin-top: 25px;
}

blockquote:not(:last-child) {
  margin-bottom: 25px;
}

blockquote p {
  display: inline;
  font-size: 24px;
  font-style: italic;
  font-family: "EB Garamond", serif;
  color: #333333;
  line-height: 1.35;
  font-weight: 500;
}

/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999999;
  border-radius: 0;
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/select-arrow-down.png);
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #666666;
  border-radius: 0;
  max-width: 500px;
}

/*Switch*/
.ht-mcs-switcher-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.ht-mcs-switcher-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ht-mcs-switcher-wrap .ht-mcs-switcher {
  margin: 5px 10px;
}

.ht-mcs-switcher {
  position: relative;
  line-height: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-mcs-switcher input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.ht-mcs-switcher input:checked + label {
  background-color: rgba(200, 154, 105, 0.3);
}

.ht-mcs-switcher input:checked + label::before {
  background-color: #1697d9;
  -webkit-box-shadow: 0 0 15px rgba(200, 154, 105, 0.5);
          box-shadow: 0 0 15px rgba(200, 154, 105, 0.5);
  left: 26px;
}

.ht-mcs-switcher input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.ht-mcs-switcher label {
  width: 52px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 4px 0;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}

.ht-mcs-switcher label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  -o-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
}

.ht-mcs-switcher.primary input:checked + label {
  background-color: rgba(200, 154, 105, 0.3);
}

.ht-mcs-switcher.primary input:checked + label::before {
  background-color: #1697d9;
  -webkit-box-shadow: 0 0 15px rgba(200, 154, 105, 0.5);
          box-shadow: 0 0 15px rgba(200, 154, 105, 0.5);
}

.ht-mcs-switcher.secondary input:checked + label {
  background-color: rgba(108, 117, 125, 0.3);
}

.ht-mcs-switcher.secondary input:checked + label::before {
  background-color: #6c757d;
  -webkit-box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);
}

.ht-mcs-switcher.success input:checked + label {
  background-color: rgba(76, 175, 80, 0.3);
}

.ht-mcs-switcher.success input:checked + label::before {
  background-color: #4CAF50;
  -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
          box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}

.ht-mcs-switcher.danger input:checked + label {
  background-color: rgba(244, 67, 54, 0.3);
}

.ht-mcs-switcher.danger input:checked + label::before {
  background-color: #F44336;
  -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
          box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
}

.ht-mcs-switcher.warning input:checked + label {
  background-color: rgba(255, 193, 7, 0.3);
}

.ht-mcs-switcher.warning input:checked + label::before {
  background-color: #FFC107;
  -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.ht-mcs-switcher.info input:checked + label {
  background-color: rgba(23, 162, 184, 0.3);
}

.ht-mcs-switcher.info input:checked + label::before {
  background-color: #17a2b8;
  -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}

/*Custom Checkbox*/
.cus-checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-checkbox-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-checkbox-wrap .cus-checkbox {
  margin: 5px 10px;
}

.cus-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cus-checkbox input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.cus-checkbox input:checked + label::before {
  background-color: #1697d9;
  border-color: #1697d9;
  background-image: url(../images/icons/checkbox.png);
}

.cus-checkbox input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-checkbox label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-checkbox label span {
  padding-left: 8px;
}

.cus-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbbbbb;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-position: center center;
  background-repeat: no-repeat;
}

.cus-checkbox.primary input:checked + .icon {
  background-color: #1697d9;
  border-color: #1697d9;
}

.cus-checkbox.secondary input:checked + .icon {
  background-color: #6c757d;
  border-color: #6c757d;
}

.cus-checkbox.success input:checked + .icon {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.cus-checkbox.danger input:checked + .icon {
  background-color: #F44336;
  border-color: #F44336;
}

.cus-checkbox.warning input:checked + .icon {
  background-color: #FFC107;
  border-color: #FFC107;
}

.cus-checkbox.info input:checked + .icon {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/*Custom Radio*/
.cus-radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-radio-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-radio-wrap .cus-radio {
  margin: 5px 10px;
}

.cus-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
}

.cus-radio input:checked + label::before {
  background-color: #1697d9;
}

.cus-radio input:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.cus-radio input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-radio label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-radio label span {
  padding-left: 8px;
}

.cus-radio label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio.primary input:checked + .icon {
  background-color: #1697d9;
}

.cus-radio.secondary input:checked + .icon {
  background-color: #6c757d;
}

.cus-radio.success input:checked + .icon {
  background-color: #4CAF50;
}

.cus-radio.danger input:checked + .icon {
  background-color: #F44336;
}

.cus-radio.warning input:checked + .icon {
  background-color: #FFC107;
}

.cus-radio.info input:checked + .icon {
  background-color: #17a2b8;
}

/*Custom Upload*/
.cus-upload {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cus-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #666666;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 35px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn:not([type="submit"]) {
    height: 44px;
    padding: 7px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn:not([type="submit"]) {
    font-size: 12px;
    height: 40px;
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .btn:not([type="submit"]) {
    height: 36px;
    padding: 3px 20px;
  }
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-group .btn {
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;

  -webkit-flex: 1 0 50px;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: #1697d9;
  border-color: #1697d9;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #40baf9;
  border-color: #40baf9;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #60686f;
  border-color: #60686f;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-success:hover {
  background-color: #449d48;
  border-color: #449d48;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-danger:hover {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333333;
}

.btn-warning:hover {
  background-color: #edb100;
  border-color: #edb100;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:hover {
  background-color: #148ea1;
  border-color: #148ea1;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #333333;
}

.btn-light:hover {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #292d32;
  border-color: #292d32;
}

.btn-android {
  background-color: #7AC157;
  border-color: #7AC157;
  color: #ffffff;
}

.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  color: #ffffff;
}

.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869FF;
  border-color: #1869FF;
  color: #ffffff;
}

.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #EA4C8A;
  border-color: #EA4C8A;
  color: #ffffff;
}

.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #ffffff;
}

.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78D525;
  border-color: #78D525;
  color: #ffffff;
}

.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867AA;
  border-color: #4867AA;
  color: #ffffff;
}

.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}

.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1DA462;
  border-color: #1DA462;
  color: #ffffff;
}

.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #ffffff;
}

.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083C3;
  border-color: #5083C3;
  color: #ffffff;
}

.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01B9FD;
  border-color: #01B9FD;
  color: #ffffff;
}

.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
  color: #ffffff;
}

.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #B23A94;
  border-color: #B23A94;
  color: #ffffff;
}

.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #ffffff;
}

.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #E44D26;
  border-color: #E44D26;
  color: #ffffff;
}

.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #F9DC3D;
  border-color: #F9DC3D;
  color: #ffffff;
}

.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0C9DBF;
  border-color: #0C9DBF;
  color: #ffffff;
}

.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #E31B23;
  border-color: #E31B23;
  color: #ffffff;
}

.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007BB6;
  border-color: #007BB6;
  color: #ffffff;
}

.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002F86;
  border-color: #002F86;
  color: #ffffff;
}

.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
  color: #ffffff;
}

.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #EF3E56;
  border-color: #EF3E56;
  color: #ffffff;
}

.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #F87292;
  border-color: #F87292;
  color: #ffffff;
}

.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #F99C3A;
  border-color: #F99C3A;
  color: #ffffff;
}

.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2C9CFF;
  border-color: #2C9CFF;
  color: #ffffff;
}

.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #F38024;
  border-color: #F38024;
  color: #ffffff;
}

.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497B;
  border-color: #15497B;
  color: #ffffff;
}

.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181B8;
  border-color: #5181B8;
  color: #ffffff;
}

.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #333333;
}

.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078D6;
  border-color: #0078D6;
  color: #ffffff;
}

.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122D4B;
  border-color: #122D4B;
  color: #ffffff;
}

.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #F79B34;
  border-color: #F79B34;
  color: #ffffff;
}

.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #F06A35;
  border-color: #F06A35;
  color: #ffffff;
}

.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #ffffff;
}

.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2E9EFE;
  border-color: #2E9EFE;
  color: #ffffff;
}

.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7AB831;
  border-color: #7AB831;
  color: #ffffff;
}

.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #FE0084;
  border-color: #FE0084;
  color: #ffffff;
}

.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #F58220;
  border-color: #F58220;
  color: #ffffff;
}

.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072C6;
  border-color: #0072C6;
  color: #ffffff;
}

.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418E;
  border-color: #07418E;
  color: #ffffff;
}

.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #ffffff;
}

.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00A9F0;
  border-color: #00A9F0;
  color: #ffffff;
}

.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #ffffff;
}

.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #FE4900;
  border-color: #FE4900;
  color: #ffffff;
}

.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465D;
  border-color: #36465D;
  color: #ffffff;
}

.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441A4;
  border-color: #6441A4;
  color: #ffffff;
}

.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1AB7EA;
  border-color: #1AB7EA;
  color: #ffffff;
}

.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189D0E;
  border-color: #189D0E;
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}

.btn-xbox {
  background-color: #107C0F;
  border-color: #107C0F;
  color: #ffffff;
}

.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101AF;
  border-color: #4101AF;
  color: #ffffff;
}

.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #FE0000;
  border-color: #FE0000;
  color: #ffffff;
}

.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}


/*  4.3 - Practice CSS
/*----------------------------------------*/
.practice-1 .inner {
  display: block;
  text-align: center;
  padding: 20% 15px;
  position: relative;
  z-index: 1;
}

.practice-1 .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.practice-1 .inner .icon {
  color: #1697d9;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1;
  margin-bottom: 16px;
}

.practice-1 .inner .icon i {
  font-size: 40px;
  line-height: 1;
}

.practice-1 .inner .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

.practice-1 .inner:hover::before {
  background-color: rgba(22, 151,217, 0.9);
}

.practice-1 .inner:hover .icon {
  color: #333333;
}

.practice-2 .inner {
  text-align: center;
}

.practice-2 .inner .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1;
  padding: 30px;
}

.practice-2 .inner .icon i {
  font-size: 42px;
  line-height: 1;
}

.practice-2 .inner .icon:hover {
  background-color: #1697d9;
  color: #ffffff;
}

.practice-2 .inner .title {
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0 10px;
}

.practice-2 .inner .desc {
  font-size: 13px;
}

.practice-2.white .inner .icon {
  color: #1697d9;
}

.practice-2.white .inner .icon:hover {
  color: #ffffff;
}

.practice-2.white .inner .title {
  color: #ffffff;
}

.practice-2.white .inner .desc {
  color: #999999;
}

.practice-3 .inner {
  text-align: center;
}

.practice-3 .inner .image {
  position: relative;
  display: block;
}

.practice-3 .inner .image img {
  width: 100%;
}

.practice-3 .inner .image .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1;
  padding: 20px;
  background-color: #ffffff;
  color: #1697d9;
  position: absolute;
  left: 50%;
  bottom: -36px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.practice-3 .inner .image .icon i {
  font-size: 32px;
  line-height: 1;
}

.practice-3 .inner .title {
  text-transform: uppercase;
  font-weight: 400;
  margin: 45px 0 0;
}

.practice-4 .inner {
  text-align: center;
}

.practice-4 .inner .image {
  position: relative;
  display: block;
}

.practice-4 .inner .image img {
  width: 100%;
}

.practice-4 .inner .image .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1;
  padding: 30px;
  background-color: #ffffff;
  color: #1697d9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.practice-4 .inner .image .icon i {
  font-size: 42px;
  line-height: 1;
}

.practice-4 .inner .content {
  padding: 30px;
}

.practice-4 .inner .content .title {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}

.practice-4 .inner .content .desc {
  font-size: 13px;
}

.practice-single img:first-child:not(:last-child) {
  margin-bottom: 20px;
}

.practice-single h3, .practice-single h4, .practice-single h5 {
  font-weight: 400;
}

.practice-single .widget-title {
  padding-left: 0;
  padding-bottom: 0;
  border: none;
}

.practice-single .widget-title:not(:last-child) {
  margin-bottom: 30px;
}

.practice-single ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*	4.1.3 - CTA(Call to action) CSS	*/
.cta-section-1 {
  padding: 180px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section-1 {
    padding: 150px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-1 {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section-1 {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 575px) {
  .cta-section-1 {
    padding: 60px 0;
  }
}

.cta-content .title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.cta-content .title .font-heading {
  font-family: "EB Garamond", serif;
  text-transform: capitalize;
  font-size: 80%;
  font-weight: 400;
}

.cta-content .title .text-small {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .cta-content .title {
    font-size: 32px;
  }
  .cta-content .title .text-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content .title {
    font-size: 26px;
  }
}

.cta-content-2 .icon {
  margin-bottom: 30px;
}

.cta-content-2 .title {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-content-2 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .cta-content-2 .title {
    font-size: 32px;
  }
  .cta-content-2 .title .text-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content-2 .title {
    font-size: 26px;
  }
}

.cta-content-3 .title {
  font-size: 48px;
  line-height: 1.35;
  margin: 0;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .cta-content-3 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .cta-content-3 .title {
    font-size: 32px;
  }
  .cta-content-3 .title .text-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content-3 .title {
    font-size: 26px;
  }
}
/*--
/*  4.8 - About CSS
/*----------------------------------------*/
.about-us-image img {
  width: 100%;
}

.our-history-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.our-history {
  display: block;
  text-align: center;
  padding: 30px;
  background-color: #fbf7f3;
}

.our-history + .our-history {
  margin-top: 1px;
}

.our-history .date {
  font-size: 14px;
  text-transform: uppercase;
  color: #1697d9;
  font-weight: 600;
}

.our-history .date i {
  top: -1px;
  position: relative;
}

.our-history .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

/*--
/*  4.9 - News CSS
/*----------------------------------------*/
.news {
  margin-bottom: 40px;
}

.news .inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.news .inner .news-media iframe {
  width: 100%;
  border: none;
}

.news .inner .news-media-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  display: block;
  background-color: rgba(51, 51, 51, 0.7);
  color: #1697d9;
  text-align: center;
  cursor: pointer;
  border: none;
  z-index: 11;
}

.news .inner .news-media-slider .slick-arrow i {
  font-size: 20px;
  line-height: 80px;
}

.news .inner .news-media-slider .slick-arrow.slick-prev {
  left: 0;
}

.news .inner .news-media-slider .slick-arrow.slick-next {
  right: 0;
}

.news .inner .news-media-slider .slick-arrow:hover {
  background-color: #1697d9;
  color: #333333;
}

.news .inner .news-content .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.news .inner .news-content .title:last-child {
  margin-bottom: 0;
}

.news .inner .news-content .meta {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: 20px;
}

.news .inner .news-content .meta li {
  padding-right: 25px;
}

.news .inner .news-content .meta li i {
  margin-right: 5px;
  color: #1697d9;
}

.news .inner .news-content .desc:not(:last-child) {
  margin-bottom: 25px;
}

.news .inner .news-content .desc ul, .news .inner .news-content .desc ol {
  margin-bottom: 16px;
}

.news .inner .news-content .desc ul:last-child, .news .inner .news-content .desc ol:last-child {
  margin-bottom: 0;
}

.news .inner .news-content .read-more-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

.news .inner .news-content .read-more-link i {
  margin-left: 5px;
}

.news .inner .news-content .read-more-link:hover {
  color: #1697d9;
}

.news .inner .news-footer {
  background-color: #f9f4ef;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.news .inner .news-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 20px;
}

.news .inner .news-footer ul:last-child {
  margin-right: 0;
}

.news .inner .news-footer ul li {
  margin-right: 7px;
}

.news .inner .news-footer ul li + li::after {
  content: ",";
}

.news .inner .news-footer ul li:last-child {
  margin-right: 0;
}

.news .inner .news-footer ul li:last-child::after {
  display: none;
}

.news .inner .news-footer ul li i {
  color: #1697d9;
}

.news.single-news .inner {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 575px) {
  .news .inner .news-media-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .news .inner .news-media-slider .slick-arrow i {
    font-size: 20px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .news .inner .news-media-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .news .inner .news-media-slider .slick-arrow i {
    font-size: 16px;
    line-height: 40px;
  }
  .news .inner .news-content .title.h1 {
    font-size: 26px;
  }
}

.news2 {
  text-align: center;
}

.news2 .inner .news2-media {
  position: relative;
  overflow: hidden;
}

.news2 .inner .news2-media .image {
  position: relative;
  z-index: 1;
}

.news2 .inner .news2-media .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news2 .inner .news2-media .image img {
  width: 100%;
}

.news2 .inner .news2-media .read-more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateX(-90deg);
          transform: translate(-50%, -50%) rotateX(-90deg);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 9;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
}

.news2 .inner .news2-media .read-more:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #1697d9;
}

.news2 .inner .news2-media .external-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 9;
  -webkit-transform: translate(50%) rotateZ(90deg);
      -ms-transform: translate(50%) rotate(90deg);
          transform: translate(50%) rotateZ(90deg);
  opacity: 0;
  visibility: hidden;
}

.news2 .inner .news2-media .external-link i {
  font-size: 18px;
  line-height: 30px;
}

.news2 .inner .news2-media .external-link:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #1697d9;
}

.news2 .inner .news2-content {
  padding: 30px;
}

.news2 .inner .news2-content .title {
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: -5px;
}

.news2 .inner .news2-content .title:last-child {
  margin-bottom: 0;
}

.news2 .inner:hover .news2-media .image::before {
  opacity: 0.85;
}

.news2 .inner:hover .news2-media .read-more {
  -webkit-transform: translate(-50%, -50%) rotateX(0deg);
          transform: translate(-50%, -50%) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.news2 .inner:hover .news2-media .external-link {
  -webkit-transform: translate(0) rotateZ(0deg);
      -ms-transform: translate(0) rotate(0deg);
          transform: translate(0) rotateZ(0deg);
  opacity: 1;
  visibility: visible;
}

/*	4.1.4 - Testimonial CSS	*/
/*Testimonial*/
.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial .avatar {
  width: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70px;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 25px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.testimonial .avatar img {
  width: 100%;
}

.testimonial .content {
  padding: 20px;
  border: 2px solid #dddddd;
  margin-top: 35px;
  margin-left: 20px;
  position: relative;
  color: #ffffff;
}

.testimonial .content::before {
  content: '\f0d9';
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  left: -8px;
  font-size: 20px;
  color: #dddddd;
}

.testimonial .meta {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -55px;
  margin-bottom: 35px;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-left: -20px;
}

.testimonial .meta li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}

.testimonial .meta li.author {
  color: #1697d9;
  font-size: 24px;
  text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial .avatar {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .testimonial .content {
    margin-left: 0;
  }
  .testimonial .content::before {
    display: none;
  }
  .testimonial .meta {
    font-size: 12px;
  }
}

/*Testimonial Two*/
.testimonial-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial-2 .avatar {
  width: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 120px;
      -ms-flex: 1 0 120px;
          flex: 1 0 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
}

.testimonial-2 .avatar img {
  width: 100%;
}

.testimonial-2 .content {
  text-align: center;
  max-width: 350px;
  margin: auto;
}

.testimonial-2 .content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.testimonial-2 .content .meta {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  margin: 30px 0 0;
}

.testimonial-2 .content .meta li.author {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonial-2 .content .meta li + li::before {
  content: "/";
  margin: 0 5px;
}

/*	4.1.5 - Partner CSS	*/
.partner {
  position: relative;
  overflow: hidden;
}

.partner img {
  max-width: 100%;
  margin: auto;
}

.partner .hover-content {
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2px 10px;
  background-color: rgba(249, 245, 240, 0.75);
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.partner:hover img {
  -webkit-transform: scale(0.7) rotate(3deg);
      -ms-transform: scale(0.7) rotate(3deg);
          transform: scale(0.7) rotate(3deg);
}

.partner:hover .hover-content {
  left: 0;
}

.partner-2 {
  position: relative;
  overflow: hidden;
}

.partner-2 img {
  max-width: 100%;
  margin: auto;
}
/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-area {
  margin-bottom: -40px;
}

.footer-widget {
  margin-bottom: 40px;
  color: #d9d9d9;
}

.footer-widget-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.footer-widget-title::after {
  content: '\e901';
  font-family: "TMLawyer";
  font-size: 9px;
  display: block;
  margin-top: 8px;
  color: #1697d9;
}

.footer-widget-text p {
  margin-bottom: 10px;
}

.footer-widget-text p i {
 
  color: #1697d9;
  float: left;
  line-height: 1.75;
  padding-right: 10px;
}

.footer-widget-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget-link li + li {
  margin-top: 5px;
}

.footer-widget-link li a {
  padding-left: 15px;
  position: relative;
}

.footer-widget-link li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
  color: #1697d9;
}
/*--
/*  07. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-color: #333333;
  padding: 60px 0;
}

.copyright-section {
  padding: 40px 0;
  border-top: 1px solid #444444;
  background-color: #333333;
}

.copyright-content {
  color: #d9d9d9;
}

.copyright-content a {
  color: #1697d9;
}

.copyright-content a:hover {
  text-decoration: underline;
}


/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR OPKLIM               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common style
* 2. header style
* 3. inner-banner style
* 4. slider style
* 5. about style
* 6. blog style
* 7. brand style
* 8. testimonials style
* 9. cta style
* 10. team style
* 11. service style
* 12. case style
* 13. fact style
* 14. faq style
* 15. feature style
* 16. progress style
* 17. contact style
* 18. mailchimp style
* 19. footer style
* 20. search-popup style
* 21. side-menu style
* 22. sidebar style
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common style
*/

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.preloader span > img {
  -webkit-animation-name: preloaderRotateIn;
          animation-name: preloaderRotateIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes preloaderRotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
}

@keyframes preloaderRotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(0, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  background-color: #40baf9;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 34.5px;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  background-color: #333333;
  color: #fff;
}
.thm-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 5px;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1697d9;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border: 1px solid #1697d9;
}
@media (max-width: 480px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }
}
.scroll-to-top i {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .scroll-to-top i {
    font-size: 14px;
    line-height: 40px;
  }
}
.scroll-to-top:hover {
  background: #fff;
  border-color: #fff;
}
.scroll-to-top:hover i {
  color: #1697d9;
}

/*
* 2. header style
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 42px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 21px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  display: block;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #1697d9;
}
.header-navigation ul.navigation-box > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul.right-align {
  left: auto;
  right: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header-navigation ul.navigation-box > li > ul.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}
.header-navigation ul.navigation-box > li > ul > li + li {
  border-top: 1px solid #e4e4e4;
}
.header-navigation ul.navigation-box > li > ul > li > a {
  font-size: 16px;
  color: #302e2f;
  font-weight: 400;
  padding: 12px 20px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li:hover > a {
  color: #fff;
  background: #1697d9;
}
.header-navigation ul.navigation-box > li > ul:before {
  content: '';
  width: 17px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  bottom: 100%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.header-navigation ul.navigation-box > li > ul > li:hover > a:after {
  color: #fff;
}
.header-navigation ul.navigation-box > li > ul > li > a {
  position: relative;
}
.header-navigation ul.navigation-box > li > ul > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #302e2f;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > a:only-child:after {
  content: '';
  display: none;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header-navigation ul.navigation-box > li > ul > li > ul {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 99;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
  transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > ul {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > ul.right-align {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header-navigation ul.navigation-box > li > ul > li > ul.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > ul > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}
.header-navigation ul.navigation-box > li > ul > li > ul > li + li {
  border-top: 1px solid #e4e4e4;
}
.header-navigation ul.navigation-box > li > ul > li > ul > li > a {
  font-size: 16px;
  color: #302e2f;
  font-weight: 400;
  padding: 12px 20px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > ul > li:hover > a {
  color: #fff;
  background: #1697d9;
}
.header-navigation ul.navigation-box > li > ul > li > ul {
  padding-left: 10px;
  min-width: 210px;
}
.header-navigation ul.navigation-box > li > ul > li > ul.right-align {
  padding-left: 0px;
  padding-right: 10px;
}
.header-navigation ul.navigation-box > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header-navigation ul.navigation-box > li > ul > li ul {
  /* no more nested showen */
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #302e2f;
  -webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media (min-width: 1200px) {
  .topbar-one .container,
  .site-header__header-one .container {
    width: 100%;
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1439px) {
  .topbar-one .container,
  .site-header__header-one .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .topbar-one .container,
  .site-header__header-one .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.topbar-one {
  padding: 22px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.15);
}
.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .topbar-one .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .topbar-one__left {
    margin-bottom: 5px;
  }
}
.topbar-one__left p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.topbar-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .topbar-one__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topbar-one__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__right a:hover {
  color: #1697d9;
}
.topbar-one__right a:hover i {
  color: #fff;
}
.topbar-one__right a + a {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .topbar-one__right a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.topbar-one__right a i {
  color: #1697d9;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .topbar-one__social {
    margin-left: 0;
    margin-top: 10px;
  }
}
.topbar-one__social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social a + a {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .topbar-one__social a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.topbar-one__social a:hover {
  color: #1697d9;
}

@media (min-width: 1200px) {
  .site-header__header-one .container .logo-box {
    left: 70px;
  }
}
@media (max-width: 1439px) {
  .site-header__header-one .container .logo-box {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .site-header__header-one .container .logo-box {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header__header-one .container .right-side-box {
    right: 70px;
  }
}
@media (max-width: 1439px) {
  .site-header__header-one .container .right-side-box {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .site-header__header-one .container .right-side-box {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header__header-one .main-navigation {
    padding-right: 565px;
  }
}

.header-phone {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-phone:hover {
  color: #1697d9;
}
.header-phone:hover i {
  color: #dcbb52;
}
.header-phone i {
  font-size: 16px;
  color: #1697d9;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-phone span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: .025em;
}

.header-booking__btn:hover {
  background-color: #fff;
  color: #333333;
}

.header__search {
  color: #333333;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header__search:hover {
  color: #1697d9;
}

.header__sidebar-toggler {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header__sidebar-toggler:hover {
  color: #1697d9;
}

.site-header__header-one-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.topbar-two {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .topbar-two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.topbar-two__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .topbar-two__left {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .topbar-two__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.topbar-two__link + .topbar-two__link {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .topbar-two__link + .topbar-two__link {
    margin-left: 0;
    margin-top: 5px;
  }
}
.topbar-two__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__link i {
  color: #1697d9;
  font-size: 14px;
  margin-right: 9px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__link:hover {
  color: #e23e4e;
}
.topbar-two__link:hover i {
  color: #333333;
}
.topbar-two .header-booking__btn:hover {
  background-color: #333333;
  color: #fff;
}

@media (min-width: 1200px) {
  .site-header__header-two .header-navigation .main-navigation {
    padding-right: 88px;
  }
}
.site-header__header-two .header-navigation ul.navigation-box > li {
  padding: 49.5px 0px;
}
.site-header__header-two .header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}
.site-header__header-two .header-navigation ul.navigation-box > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.site-header__header-two .header-navigation ul.navigation-box > li.current > a,
.site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
  color: #1697d9;
}
.site-header__header-two .header__sidebar-toggler {
  margin-left: 20px;
}
.site-header__header-two .stricky-fixed {
  background-color: #fff;
}
.site-header__header-two .stricky-fixed ul.navigation-box > li {
  padding: 25.5px 0px;
}

.topbar-one {
  padding: 22px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.15);
}
.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .topbar-one .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .topbar-one__left {
    margin-bottom: 5px;
  }
}
.topbar-one__left p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.topbar-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .topbar-one__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topbar-one__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__right a:hover {
  color: #1697d9;
}
.topbar-one__right a:hover i {

  color: #fff;
}
.topbar-one__right a + a {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .topbar-one__right a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.topbar-one__right a i {
  color: #1697d9;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .topbar-one__social {
    margin-left: 0;
    margin-top: 10px;
  }
}
.topbar-one__social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__social a + a {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .topbar-one__social a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.topbar-one__social a:hover {
  color: #1697d9;
}

@media (min-width: 1200px) {
  .site-header__header-one .container .logo-box {
    left: 70px;
  }
}
@media (max-width: 1439px) {
  .site-header__header-one .container .logo-box {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .site-header__header-one .container .logo-box {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header__header-one .container .right-side-box {
    right: 70px;
  }
}
@media (max-width: 1439px) {
  .site-header__header-one .container .right-side-box {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .site-header__header-one .container .right-side-box {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header__header-one .main-navigation {
    padding-right: 565px;
  }
}

.header-phone {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-phone:hover {
  color: #1697d9;
}
.header-phone:hover i {
  color: #e23e4e;
}
.header-phone i {
  font-size: 16px;
  color: #1697d9;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-phone span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: .025em;
}

.header-booking__btn:hover {
  background-color: #fff;
  color: #333333;
}

.header__search {
  color: #333333;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header__search:hover {
  color: #1697d9;
}

.header__sidebar-toggler {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header__sidebar-toggler:hover {
  color: #1697d9;
}

.site-header__header-one-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.topbar-two {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .topbar-two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.topbar-two__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .topbar-two__left {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .topbar-two__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.topbar-two__link + .topbar-two__link {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .topbar-two__link + .topbar-two__link {
    margin-left: 0;
    margin-top: 5px;
  }
}
.topbar-two__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__link i {
  color: #1697d9;
  font-size: 14px;
  margin-right: 9px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-two__link:hover {
  color: #e23e4e;
}
.topbar-two__link:hover i {
  color: #333333;
}
.topbar-two .header-booking__btn:hover {
  background-color: #333333;
  color: #fff;
}

@media (min-width: 1200px) {
  .site-header__header-two .header-navigation .main-navigation {
    padding-right: 88px;
  }
}
.site-header__header-two .header-navigation ul.navigation-box > li {
  padding: 49.5px 0px;
}
.site-header__header-two .header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}
.site-header__header-two .header-navigation ul.navigation-box > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.site-header__header-two .header-navigation ul.navigation-box > li.current > a,
.site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
  color: #1697d9;
}
.site-header__header-two .header__sidebar-toggler {
  margin-left: 20px;
}
.site-header__header-two .stricky-fixed {
  background-color: #fff;
}
.site-header__header-two .stricky-fixed ul.navigation-box > li {
  padding: 25.5px 0px;
}

/*
* 3. inner-banner style
*/
.inner-banner {
  background-image: url(../images/background/inner-banner-bg-1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 146px;
  padding-bottom: 140px;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #15181f;
  opacity: .85;
}
.inner-banner .container {
  position: relative;
  text-align: center;
}
.inner-banner__title {
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .inner-banner__title {
    font-size: 40px;
  }
}
.inner-banner__tag-line {
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: .025em;
  position: relative;
  display: inline-block;
}
.inner-banner__tag-line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}
.inner-banner .thm-breadcrumb {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}
.inner-banner .thm-breadcrumb li {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-banner .thm-breadcrumb li + li:before {
  content: '\f30b';
  font-family: "Font Awesome 5 Free";
  color: #1697d9;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
.inner-banner .thm-breadcrumb li a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.inner-banner .thm-breadcrumb li a:hover {
  color: #1697d9;
}

.inner-banner__overlay-two {
  background-position: top;
  background-attachment: scroll;
}
.inner-banner__overlay-two:before {
  opacity: .55;
}

.inner-banner__overlay-none {
  background-position: top;
  background-attachment: scroll;
}
.inner-banner__overlay-none:before {
  opacity: 0;
}

/*
* 4. slider style
*/
.slider-one {
  position: relative;
}
.slider-one .item {
  overflow: hidden;
}
.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 375px) {
  .slider-one__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.slider-one__tag-line {
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: .025em;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  position: relative;
  display: inline-block;
}
.slider-one__tag-line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5px;
}
.slider-one__text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 767px) {
  .slider-one__text br {
    display: none;
  }
}
.slider-one__btn {
  background-color: #1697d9;
  color: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-one .active .slider-one__tag-line {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-one .active .slider-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-one .active .slider-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-one .active .slider-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-one .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.slider-one .owl-theme .owl-dots {
  position: absolute;
  bottom: -15px;
  right: 70px;
  width: 100%;
  text-align: right;
}
.slider-one .owl-theme .owl-dots .owl-dot {
  outline: none;
  margin: 0 7.5px;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.slider-one .owl-theme .owl-dots .owl-dot:before {
  content: '';
  width: 100%;
  background-color: #40baf9;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-one .owl-theme .owl-dots .owl-dot span {
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
  width: 150px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-one .owl-theme .owl-dots .owl-dot:hover:before, .slider-one .owl-theme .owl-dots .owl-dot.active:before {
  opacity: 1;
}
.slider-one .owl-theme .owl-dots .owl-dot:hover span, .slider-one .owl-theme .owl-dots .owl-dot.active span {
  opacity: .3;
}
.slider-one__nav-left, .slider-one__nav-right {
  color: #fff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(calc(-50% + 90px));
          transform: translateY(calc(-50% + 90px));
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.slider-one__nav-left i, .slider-one__nav-right i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.slider-one__nav-left:hover, .slider-one__nav-right:hover {
  background-color: #333333;
  color: #fff;
}
.slider-one__nav-left {
  left: 2%;
}
.slider-one__nav-right {
  right: 2%;
}
.slider-one__nav-right i {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.slider-one__nav-right i:after {
  right: -5px;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[class*=slider-one__slider-] {
  padding-top: 322px;
  padding-bottom: 245px;
}
@media (max-width: 575px) {
  [class*=slider-one__slider-] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.slider-two {
  position: relative;
}
.slider-two .item {
  overflow: hidden;
}
.slider-two__title {
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 375px) {
  .slider-two__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.slider-two__tag-line {
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: .025em;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  position: relative;
  display: inline-block;
}
.slider-two__tag-line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5px;
}
.slider-two__text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 767px) {
  .slider-two__text br {
    display: none;
  }
}
.slider-two__btn {
  background-color: #1697d9;
  color: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-two__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 375px) {
  .slider-two__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider-two__btn-two {
  margin-left: 10px;
  border: 1px solid #fff;
  padding: 12px 33.5px;
  background-color: transparent;
}
@media (max-width: 375px) {
  .slider-two__btn-two {
    margin-left: 0;
    margin-top: 10px;
  }
}
.slider-two__btn-two:hover {
  background-color: #fff;
  color: #333333;
}
.slider-two .active .slider-two__tag-line {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-two .active .slider-two__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-two .active .slider-two__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-two .active .slider-two__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-two .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
@media (max-width: 575px) {
  .slider-two .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
  }
}
.slider-two .owl-theme .owl-dots {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100%;
  text-align: center;
}
.slider-two .owl-theme .owl-dots .owl-dot {
  outline: none;
  margin: 0 7.5px;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.slider-two .owl-theme .owl-dots .owl-dot:before {
  content: '';
  width: 100%;
  background-color: #e23e4e;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-two .owl-theme .owl-dots .owl-dot span {
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
  width: 150px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-two .owl-theme .owl-dots .owl-dot:hover:before, .slider-two .owl-theme .owl-dots .owl-dot.active:before {
  opacity: 1;
}
.slider-two .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot.active span {
  opacity: .3;
}
.slider-two__nav-left, .slider-two__nav-right {
  color: #fff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(calc(-50% + 0px));
          transform: translateY(calc(-50% + 0px));
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.slider-two__nav-left i, .slider-two__nav-right i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.slider-two__nav-left:hover, .slider-two__nav-right:hover {
  background-color: #333333;
  color: #fff;
}
.slider-two__nav-left {
  left: 2%;
}
.slider-two__nav-right {
  right: 2%;
}
.slider-two__nav-right i {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.slider-two__nav-right i:after {
  right: -5px;
}

[class*=slider-two__slider-],
[class*=slider-two__slider-] {
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[class*=slider-two__slider-] {
  padding-top: 188.5px;
  padding-bottom: 248.5px;
}
@media (max-width: 480px) {
  [class*=slider-two__slider-] {
    padding-top: 100.5px;
    padding-bottom: 148.5px;
  }
}

/*
* 6. blog style
*/
.blog-one {
  padding-top: 100px;
  padding-bottom: 60px;
}
.blog-one .block-title {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .blog-one .block-title br {
    display: none;
  }
}
.blog-one__top {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-one__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blog-one__more-btn {
  background-color: #1697d9;
	margin: 20px 0px 40px 0px; float: right;
}
@media (max-width: 991px) {
  .blog-one__more-btn {
    margin-top: 30px;
  }
}
.blog-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .blog-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .blog-one__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-one__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .blog-one__meta a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .blog-one__meta a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.blog-one__meta a:hover {
  color: #e23e4e;
}
.blog-one__meta a:hover:after {
  color: #666666;
}
.blog-one__meta a + a:before {
  content: '|';
  position: relative;
  top: -2px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .blog-one__meta a + a:before {
    display: none;
  }
}
.blog-one__title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
}
.blog-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__title a:hover {
  color: #1697d9;
}
.blog-one__text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}
.blog-one__content {
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .blog-one__content {
    padding-left: 0;
  }
}
.blog-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.blog-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__link span {
  border-bottom: 1px solid #333333;
  line-height: 22px;
  display: inline-block;
}
.blog-one__link i {
  color: #1697d9;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.blog-one__link:hover {
  color: #e23e4e;
}
.blog-one__link:hover span {
  border-color: #e23e4e;
}
.blog-one__share {
  color: #999999;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__share:hover {
  color: #e23e4e;
}
@media (max-width: 1199px) {
  .blog-one__image {
    width: 100%;
  }
}
.blog-one__image-inner {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  width: 265px;
}
@media (max-width: 1199px) {
  .blog-one__image-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blog-one__image-inner > img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.blog-one__image-inner > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.blog-one__image-inner > a:hover {
  color: #e23e4e;
}
.blog-one__single:hover .blog-one__image-inner > img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-one__single:hover .blog-one__image-inner > a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}
.blog-one__date {
  background-color: #1697d9;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1em;
  position: absolute;
  bottom: calc(100% - 20px);
  right: 20px;
}
.blog-one__date span {
  display: block;
  font-size: 24px;
  line-height: 1em;
}
.blog-one__qoute-post {
  background-color: #e23e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-one__qoute-post .blog-one__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.blog-one__qoute-author {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: .1em;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .blog-one__qoute-author {
    display: block;
    margin-top: 15px;
  }
}

.blog-one__home-two {
  padding-bottom: 100px;
}
.blog-one__home-two .block-title {
  margin-bottom: 50px;
}
.blog-one__home-two .blog-one__more-block {
  margin-top: 30px;
}
.blog-one__home-two .blog-one__more-btn {
  background-color: #e23e4e;
}
.blog-one__home-two .blog-one__more-btn:hover {
  background-color: #333333;
}

.blog-one__grid {
  padding: 100px 0;
}
.blog-one__grid .blog-one__single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.blog-one__grid .blog-one__image-inner {
  width: 100%;
}
.blog-one__grid .blog-one__content {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (min-width: 992px) {
  .blog-one__classic-content {
    padding-right: 75px;
  }
}
.blog-one__classic-content .blog-one__single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2ebe8;
  margin-bottom: 60px;
}
.blog-one__classic-content .blog-one__image-inner {
  width: 100%;
  background-color: #000000;
  margin: 0 !important;
}
.blog-one__classic-content .blog-one__content {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 480px) {
  .blog-one__classic-content .blog-one__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.blog-one__classic-content .blog-one__date {
  right: auto;
  left: 60px;
}
@media (max-width: 480px) {
  .blog-one__classic-content .blog-one__date {
    left: 20px;
  }
}
.blog-one__classic-content .blog-one__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .blog-one__classic-content .blog-one__title {
    font-size: 25px;
    line-height: 1.3em;
  }
}
.blog-one__classic-content .blog-one__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-one__classic-content .blog-one__share span {
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: .1em;
}
.blog-one__classic-content .blog-one__qoute-post {
  padding: 40px 60px;
  background-color: #e23e4e;
}
@media (max-width: 480px) {
  .blog-one__classic-content .blog-one__qoute-post {
    padding: 25px 35px;
  }
}

.blog-details-page .blog-one__single:hover .blog-one__image img {
  opacity: 1;
}
.blog-details-page .blog-one__content {
  width: 100%;
}
.blog-details-page .blog-one__content img {
  max-width: 100%;
}
.blog-details-page .blog-one__content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
@media (max-width: 575px) {
  .blog-details-page .blog-one__content .alignleft {
    margin: 0 0 20px;
    float: none;
  }
}
.blog-details-page .blog-one__content .blog-one__subtitle {
  font-size: 24px;
  color: #333333;
}
.blog-details-page .blog-one__content strong {
  color: #aaaaaa;
  font-weight: 700;
}
.blog-details-page .blog-one__content p + p {
  margin-top: 15px;
}
.blog-details-page .blog-one__content .blog-one__image-column {
  margin-top: 40px;
  margin-bottom: 0px;
}
.blog-details-page .blog-one__bottom {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .blog-details-page .blog-one__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*--------------blog------------*/
.blog-one__title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
	 font-family: "Poppins", sans-serif;
}
.blog-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__title a:hover {
  color: #1697d9;
}
.blog-one__text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}
.blog-one__content {
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .blog-one__content {
    padding-left: 0;
  }
}
.blog-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.blog-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__link span {
  border-bottom: 1px solid #333333;
  line-height: 22px;
  display: inline-block;
}
.blog-one__link i {
  color: #1697d9;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.blog-one__link:hover {
  color: #e23e4e;
}
.blog-one__link:hover span {
  border-color: #e23e4e;
}
.blog-one__share {
  color: #999999;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__share:hover {
  color: #e23e4e;
}
@media (max-width: 1199px) {
  .blog-one__image {
    width: 100%;
  }
}
.blog-one__image-inner {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  width: 265px;
}
@media (max-width: 1199px) {
  .blog-one__image-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blog-one__image-inner > img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.blog-one__image-inner > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.blog-one__image-inner > a:hover {
  color: #e23e4e;
}
.blog-one__single:hover .blog-one__image-inner > img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-one__single:hover .blog-one__image-inner > a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}
.blog-one__date {
  background-color: #1697d9;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1em;
  position: absolute;
  bottom: calc(100% - 20px);
  right: 20px;
}
.blog-one__date span {
  display: block;
  font-size: 24px;
  line-height: 1em;
}
.blog-one__qoute-post {
  background-color: #e23e4e;
  display: -webkit-box;
  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-one__qoute-post .blog-one__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.blog-one__qoute-author {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: .1em;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .blog-one__qoute-author {
    display: block;
    margin-top: 15px;
  }
}


.about_hom p{ text-align: justify;}


.stricky-fixed img {max-width: 65% !important;
}






@media(max-width:575px){
	
.stricky  img {max-width: 65% !important;}
}

@media(min-width:576px) and (max-width:767px){
.navbar-expand-lg .menu-toggler {
  
    font-size: 45px;	

}}
@media(min-width:768px) and (max-width:991px){



}

@media(min-width:992px) and (max-width:1199px){


}















