@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@charset "UTF-8";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
   font-family: "Roboto", sans-serif;
	margin: 0;
    font-size: 16px;
    line-height: 1.6 !important;
    color: var(--tcolor);
	letter-spacing: 1px;
	background: #f6f6fd;

}
a { color: var(--tcolor); text-decoration: none;}
a:hover { color:var(--th-color) !important; text-decoration: none;}

	.main .frm { background: #fff; padding-bottom: 5%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0  0 8px 8px;   }
	

.main-color {color:var(--tw-color) !important;}
.main-color a {color:var(--tw-color) !important; text-decoration:none;}

.bottom-1 { margin-bottom:15px !important; }
.bottom-2 { margin-bottom:25px !important; }
.bottom-3 { margin-bottom:35px !important; }
.bottom-4 { margin-bottom:45px !important; }
.bottom-5 { margin-bottom:55px !important; }

.pbottom-1 { padding-bottom:10px !important; }

hr {
  border-top: 1px solid #f9f9f9;
	margin:15px !important;
}



.top-1 { margin-top:15px !important; }
.top-2 { margin-top:25px !important; }
.top-3 { margin-top:35px !important; }
.top-4 { margin-top:45px !important; }
.top-5 { margin-top:55px !important; }

.pd510 {  padding: 5px 10px;}
.img-fluid{max-width:100%;height:auto;}



.widget_search form input {
    width: 100%;
    background: rgba(238, 238, 238, 0.5);
    height: 55px;
    border: 0;
    color: #aaaaaa;
    padding: 0 20px;
}

.widget_search form .icon-search {
    position: absolute;
    color: var(--tw-color);
    font-size: 14px;
    line-height: 55px;
    top: 0;
    right: 20px;
}


.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}


.text-center{text-align:center!important;}
.text-right{text-align:right!important;}
.text-left{text-align:left!important;}

.text-white { color: #fff; }
.text-white a { color: #fff; text-decoration:none; }


.gri {color:#7f7a7a !important;}
.gri a {color:#7f7a7a !important; text-decoration: none;}

.red {color:#b31a2d !important ;}
.red a {color:#b31a2d !important; text-decoration: none;}

.blue {color:#3c8ad3 !important ;}
.blue a {color:#3c8ad3 !important; text-decoration: none;}

.green {color:#10830b !important ;}
.green a {color:#10830b !important; text-decoration: none;}




.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

  div>.custom-select {
    display: none !important;
  }

  #ilce {
    display: flex !important;
  }
	  
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--mn-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--tw-color);
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--mn-color);
  border-color: var(--tw-color);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: var(--mn-color);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
	display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
	display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
  


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-main {
  color: #fff;
  background-color: var(--tw-color);
  border-color: var(--th-color);
}
.btn-main:focus,
.btn-main.focus {
  color: #fff;
  border-color: var(--tw-color);
  background-color: var(--th-color);
}
.btn-main:hover {
  color: #fff;
  border-color: var(--th-color);
  background-color: var(--mn-color);
}


.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}



.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--tw-color);
  border-color: var(--tw-color);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: var(--tw-color);
}
.list-group-item-success {
  color: var(--tw-color);
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}




    .sidebarContent2 {
   width:100%;
   max-width:100%;
		display:block;
}

.sidebarBox2 {
     font-size:14px;
     padding:0px;
     color:#797e84;
     margin-bottom:20px;
     width:100%;
     border-top:1px solid #e1e2e3;
     border-left:1px solid #e1e2e3;
     border-right:1px solid #e1e2e3;
     border-bottom:3px solid #e1e2e3;
     }


.sidebarBox2 h1 {
    color:#fff;
    padding:9px 10px;
    font-size:15px;
    font-weight:700;
    line-height:16px;
    background:var(--tw-color);
    margin-top:0px;
    border-bottom: 2px solid #eee;
   
}

.sidebarBox2 .brand {
    color: var(--tw-color);
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: #f5f5f5;
    margin-top: 0px;
    border-bottom: 2px solid #eee;
}


.sidebarBox2 p {
 padding:10px;
 text-align:left;
}

.sidebarBox2 p baskan {
 padding:5px;
 text-align:left;
}



.sidebarBox2 img {
    width:100%;
    border:2px solid #f8f8f8;
    
}

.sidebarBox2 h1 span {
font-size:12px;
float:right;
}

.sidebarBox2 h1.sidebarRedHeading {

    background-color:#b31a2d;
    color:#fff;
} 

.sidebarBox2 .sbottom {
	padding: 0 10px;
} 





.box-n {
	border:1px solid #e1e2e3; border-radius: 3px; margin:20px 0;
}



.box-n .brand {
    color: #b11f31;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: #f5f5f5;
    margin-top: 0px;
    border-bottom: 2px solid #eee;
}



.news-boxes.list-5 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.news-boxes.gutter-small ul {
    margin-left: -1px;
    margin-right: -1px;
}

.news-boxes.gutter-small ul li {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-bottom: 2px !important;
}

.news-boxes ul li:not(.news-boxes-card) {
    margin-bottom: 10px;
}

.news-boxes ul li:not(.news-boxes-card) a {
    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;
    height: 110px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 5px 40px;
    color: var(--tcolor);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-boxes ul li:not(.news-boxes-card) a:not(.all):hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    color: var(--tw-color);
}

.news-boxes ul li:not(.news-boxes-card) a.all {
    background: var(--tw-color);
    color: #fff;
}

.news-boxes.no-center ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0 10px;
}

.news-boxes-card {
    margin-bottom: 20px;
}

.news-boxes-card a {
    background: rgba(255, 66, 11, 0.1);
    height: 120px;
}

.news-boxes ul li:not(.news-boxes-card) a .icon {
    margin: -10px;
    height: -webkit-fill-available;
    margin-top: 0px;
    padding: 10px 0;
    font-size: 18pt;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 0px;
    border-radius: 12px 0px 12px;
}

.news-boxes ul li:not(.news-boxes-card) a .iconn {
    margin: -10px;
    height: -webkit-fill-available;
    margin-top: -20px;
    padding-top: 20px;
    font-size: 18pt;
    padding-left: 10px;
    color: #fff;
    margin-left: -20px;
    padding-right: 10px;
    margin-bottom: -20px;
    border-radius: 12px 0px 12px;
} 


.news-boxes ul li:not(.news-boxes-card) a .title {
    padding-left: 15px;
}


.news-boxes-card a:hover .news-boxes-left__hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.news-boxes-card a:hover .news-boxes-left__visible {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.news-boxes-left {
    width: 120px;
    height: 100%;
    background: var(--tw-color);
    position: relative;
}

.news-boxes-left>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-boxes__hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.news-boxes-left .icon {
    color: #fff;
    font-size: 36px;
}

.news-boxes-left .text {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 7px;
}

.news-boxes-description {
    width: calc( 100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 15px 20px;
    color: var(--tw-color);
}

.news-boxes -description .title,
.news-boxes -description>.text {
    overflow: hidden;
}

.news-boxes-description .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    max-height: 55px;
}

.news-boxes-description>.text {
    font-size: 14px;
    line-height: 1.3;
    max-height: 57px;
    margin-top: 5px;
}

.news-boxes-footer {
    margin-top: 10px;
}

.news-boxes-footer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--tw-color);
}

.news-boxes-footer .item:not(:last-child) {
    margin-bottom: 4px;
}

.news-boxes-footer .icon {
    opacity: .5;
    font-size: 14px;
    margin-right: 7px;
    width: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-boxes-footer .text {
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 767px) {


.news-boxes>ul>li:not(.more)>a .text {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.news-boxes>ul>li:not(.more)>a .date {
    font-size: 13px;
    color: #999;
}


    .news-boxes>ul>li:not(.more)>a .date {
        padding-left: 20px;
    }
}





article,aside,footer,header,nav,section {display: block; }
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
   font-family: "Roboto", sans-serif;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Roboto", sans-serif;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
	font-style: italic;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.search {
    background: white;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
}

.search-header {
    background: #fff;
    height: 120px;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

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

.search-header.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-header .container {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 479px) {
    .search-header .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search-header .container,
.search-header form {
    position: relative;
    height: 100%;
    width: 100%;
}

.search-header input {
    background: #fff;
    border: 0 none;
    color: rgba(34, 34, 34, 0.7);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
   font-family: "Roboto", sans-serif;
    height: 100%;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
    .search-header input {
        font-size: 24px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .search-header input {
        font-size: 32px;
    }
}

.search-close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1em;
    height: 1em;
    font-size: 32px;
    cursor: pointer;
    padding-top: 13px;
}

.search-close:before,
.search-close:after {
    content: "";
    position: absolute;
    background: #e16327;
    height: 3px;
    width: 100%;
}

.search-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-heading {
    color: #b3b5b6;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.search-row {
    margin-left: calc( -1 * 40px);
    margin-right: calc( -1 * 40px);
}

.search-col {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .search-col {
        margin-bottom: 40px;
    }
}

.search-lists {
    margin-top: 40px;
}

.search-lists .container {
    display: block !important;
}

.search-lists .container-fluid {
    display: block !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
}

.search-lists ul li {
    margin-bottom: 20px;
}

.search-lists ul li:last-child {
    margin-bottom: 0;
}

.search-lists ul li a {
    display: block;
    position: relative;
   font-family: "Roboto", sans-serif;
}

.search-lists .title {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.search-lists .text {
    color: #6f6f6f;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    overflow: hidden;
    max-height: 57px;
}

.buttons-container.center {
    text-align: center;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 120px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #10304a;
    color: #fff;
    border: 1px solid transparent;
}

.button:last-child {
    margin-right: 0;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background: none;
    cursor: pointer;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
 thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }


svg {
    width: 1em;
    height: 1em;
    font-size: 18px;
}


table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table > thead > tr > td.main,
.table > tbody > tr > td.main,
.table > tfoot > tr > td.main,
.table > thead > tr > th.main,
.table > tbody > tr > th.main,
.table > tfoot > tr > th.main,
.table > thead > tr.main > td,
.table > tbody > tr.main > td,
.table > tfoot > tr.main > td,
.table > thead > tr.main > th,
.table > tbody > tr.main > th,
.table > tfoot > tr.main > th {
  background-color: var(--tw-color);
	color:#fff;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 480px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
	#map{
	display:none;
	}
}

@media (min-width: 768px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
	#map{
	display:none;
	}
}

@media (min-width: 992px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
	#map{
	display:none;
	}
}

@media (min-width: 1200px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
	#map{
	display:block;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
    .container {
        max-width: 390px;
        width: 100%;
    }
	#map{
	display:none;
	}
}

@media (min-width: 480px) {
    .container {
        width: 100%;
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 768px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

@media (min-width: 1824px) {
    .container {
        width: 1400px;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 768px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .container-fluid {
        max-width: 390px;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1280px) {
    .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media (min-width: 1824px) {
    .container-fluid {
        padding-right: 120px;
        padding-left: 120px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 480px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}


/* Make sure that the first one is on the top */

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--tw-color);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.95;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100001;
    width: 100%;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: none;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
    display: none !important;
}

.fancybox-show-buttons .fancybox-buttons {
    display: block;
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide--image {
    overflow: hidden;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
   font-family: "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: 'Ã—';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}


/* Caption */

.fancybox-caption-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index: 99998;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    background: #d70000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0.8rem 1rem;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}


/* Buttons */

.fancybox-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 44px;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body {
    background: #fff;
}

.fancybox-button {
    background: var(--tw-color) none repeat scroll 0 0;
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #000;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
    opacity: 0.5;
}

.fancybox-button--left::after {
    left: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 18px;
    top: 21px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    left: 0;
}

.fancybox-button--right {
    right: 0;
}

.fancybox-button--close {
    right: 0;
    top: 0;
    z-index: 100001;
    height: 44px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Loading spinner */

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}


/* Fullscreen  */

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}


/* Slideshow button */

.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: transparent;
}


/* Thumbs */

.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0;
    }
}


/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */


/* Owl Carousel - Core */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    /* z-index: 1; */
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*&.current { opacity: .5; }*/
}

.owl-carousel .owl-item img {
    display: block;
    position: inherit;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .scaleOut {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}

.owl-carousel .scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}


/* Owl Carousel - Auto Height Plugin */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../../index.html") no-repeat;
    cursor: default;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Owl Carousel - Video Plugin */


/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */


/* Default theme - Owl Carousel CSS File */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: .1s;
    transition: .1s;
    opacity: .4;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}


/** Owl Default Nav */

.owl-nav__style .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 28px;
    color: #fff;
}

.owl-nav__style .owl-theme .owl-nav .owl-prev {
    left: -45px;
}

@media (max-width: 1279px) {
    .owl-nav__style .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }
}

.owl-nav__style .owl-theme .owl-nav .owl-next {
    right: -45px;
}

@media (max-width: 1279px) {
    .owl-nav__style .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}

.owl-nav__style.hn-carousel .owl-nav {
    margin-top: -65px;
}

@media (max-width: 479px) {
    .owl-nav__style.hn-carousel .owl-nav {
        margin-top: -45px;
    }
}

.owl-nav__style.hn-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-nav__style.hn-carousel .owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-nav__style.mp-carousel .owl-nav {
    margin-top: -10px;
}

.owl-nav__style.mp-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-nav__style.mp-carousel .owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-nav__style.projects-carousel .owl-nav {
    margin-top: -35px;
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #8f8585;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
        color: #fff;
    }
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-prev {
    left: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-prev {
        left: 25px;
    }
}

.owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.projects-carousel .owl-theme .owl-nav .owl-next {
        right: 25px;
    }
}

.owl-nav__style.books-carousel .owl-nav {
    margin-top: -80px;
}

.owl-nav__style.books-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #8f8585;
}

@media (max-width: 767px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
        color: #fff;
    }
}

.owl-nav__style.books-carousel .owl-theme .owl-nav .owl-prev {
    left: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav .owl-prev {
        left: 15px;
    }
}

.owl-nav__style.books-carousel .owl-theme .owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 1279px) {
    .owl-nav__style.books-carousel .owl-theme .owl-nav .owl-next {
        right: 15px;
    }
}


/** Owl Default Dots */

.owl-dots__style .owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-dots__style .owl-theme .owl-dots .owl-dot span {
    margin-left: 4px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #222;
    background: none;
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.owl-dots__style .owl-theme .owl-dots .owl-dot.active span,
.owl-dots__style .owl-theme .owl-dots .owl-dot:hover span {
    background: #222;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/** Headline News Dots */

.headline-news .owl-theme .owl-dots {
    text-align: left;
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: dots;
    padding-right: 0px;
}

@media (max-width: 767px) {
    .headline-news .owl-theme .owl-dots {
        padding-right: 0;
    }
}

.headline-news .owl-theme .owl-dots .owl-dot {
    background: #87969e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 51px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.headline-news .owl-theme .owl-dots .owl-dot.active,
.headline-news .owl-theme .owl-dots .owl-dot:hover {
    background: var(--tw-color);
}

.headline-news .owl-theme .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

@media (max-width: 479px) {
    .headline-news .owl-theme .owl-dots .owl-dot {
        height: 40px;
        font-size: 20px;
    }
}

.headline-news .owl-theme .owl-dots .owl-dot span {
    display: none;
}


body.bg {
    background: #f7f7f7;
}

.small-title {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 2px;
}

.border {
    display: inline-block;
    background: var(--tw-color);
    width: 70px;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-header.center {
    text-align: center;
}

.section-header.small .title {
    font-size: 42px;
    letter-spacing: -0.5px;
}

.section-header .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #8f8585;
    letter-spacing: 3px;
}

@media (max-width: 479px) {
    .section-header .title {
        font-size: 32px;
        letter-spacing: 1px;
    }
}

.section-header img {
    width: 226px;
}

@media (max-width: 479px) {
    .section-header img {
        width: 150px;
    }
}

.section-header .text {
    font-size: 16px;
    font-weight: 300;
}

.app-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--tw-color);
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.app-overlay.is-visible {
    opacity: 0;
    visibility: visible;
}

.app-scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    text-align: center;
    color: var(--tw-color);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 10000;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .app-scroll {
        bottom: 75px;
    }
}

.app-scroll .icon {
    font-size: 16px;
}

.app-scroll.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.app-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    background: rgba(255, 255, 255, 0.7);
}

.app-loading.style-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
}

.app-loading.small {
    background: none;
}

.app-loading.small:before {
    width: 35px;
    height: 35px;
}

.app-loading.is-visible {
    opacity: 1;
    visibility: visible;
}

.app-loading:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    border-top: 4px solid var(--tw-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
}

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

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.header-nav__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-nav__item {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.header-nav__item>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-nav__item>a {
        font-size: 16px;
    }
}

.header-nav__item>a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: currentColor;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.header-nav__item>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    width: 0;
    border-color: transparent transparent #fff transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.header-nav__item:hover>a:before {
    width: 100%;
}

.header-nav__item:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__item:hover>.header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s .5s;
    transition: .3s .5s;
}

.header-nav__links {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    min-width: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.header-nav__links li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav__links li:last-child {
    border-bottom: 0 none;
}

.header-nav__links li>a {
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    color: #222;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-nav__links li>a:hover {
    color: #fff;
    background: var(--tw-color);
    padding-left: 20px;
}

.header-nav__mayor-description img {
    width: 500px;
    margin-top: 10px;
}

.header-nav__mayor-description .title {
    color: #222;
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 1;
}

.header-nav__mayor-description .text {
    color: #6f6f6f;
    font-weight: 200;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.header-nav__mayor-photo {
    position: absolute;
    right: 70px;
    bottom: 0;
}

.header-nav__mayor-photo img {
    width: 380px;
}

.header-nav__mayor-social {
    position: absolute;
    right: 95px;
    bottom: 25px;
}

.header-nav__mayor-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 8px;
}

.header-nav__mayor-social a:first-child {
    margin-left: 0;
}

.header-nav__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.header-nav__dropdown-heading {
    color: var(--tw-color);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.header-nav__dropdown .row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-nav__dropdown .container {
    padding-top: 70px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__dropdown .projects,
.header-nav__dropdown .news,
.header-nav__dropdown .boxes {
    width: 100%;
}

.mobile-nav {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-bottom: 55px;
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 10010;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 320px) and (max-width: 479px) {
    .mobile-nav {
        width: 320px;
    }
}

.mobile-nav__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    background: var(--tw-color);
    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;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-nav__header .title,
.mobile-nav__header .close {
    font-size: 16px;
}

.mobile-nav__header .title {
    color: #fff;
    font-weight: 700;
}

.mobile-nav__header .close {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.mobile-nav__wrapper {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    min-height: calc(100% - 110px);
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.mobile-nav__content>ul>li {
    display: block;
}

.mobile-nav__content>ul>li>a {
    color: #222;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
    .mobile-nav__content>ul>li>a {
        font-size: 18px;
    }
}

.mobile-nav__content>ul>li>a:hover {
    background: #fff;
    color: var(--tw-color);
}

.mobile-nav__content>ul>li.is-open>a {
    background: #fff;
    color: var(--tw-color);
    border-bottom: 0 none;
}

.mobile-nav__plus {
    position: absolute;
    right: 20px;
    font-size: 16px;
    margin-right: 0;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    display: none;
}

.mobile-nav__sub>li {
    display: block;
}

.mobile-nav__sub>li:last-child a {
    border-bottom: 0 none;
}

.mobile-nav__sub>li>a {
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 6px 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__sub>li>a:hover {
    color: var(--tw-color);
}

.mobile-nav__footer {
    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;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mobile-nav__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #666 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-nav__social a:hover {
    background: var(--tw-color);
}

.slide,
.slide-material,
.header-sub {
    height: 750px;
}

@media (min-width: 1824px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 950px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 600px;
    }
}

@media (max-width: 479px) {
    .slide,
    .slide-material,
    .header-sub {
        height: 500px;
    }
}

.slide {
    position: relative;
    overflow: hidden;
}

.slide-list {
    position: relative;
    top: 0;
    left: 0;
}

.slide-list li {
    display: none;
}

.slide-list li.is-active .slide-material img {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.slide-list li.is-active .heading,
.slide-list li.is-active .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slide-material {
    overflow: hidden;
    position: relative;
}

.slide-material img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 10s ease-in 0s;
    transition: all 10s ease-in 0s;
}

.slide-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slide-wrapper .container {
    height: 100%;
    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;
}

.slide-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.slide-content .heading,
.slide-content .text {
    opacity: 0;
    visibility: hidden;
}

.slide-content .heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .8s .1s;
    transition: .8s .1s;
}

@media (max-width: 479px) {
    .slide-content .heading {
        font-size: 32px;
    }
}

.slide-content .text {
    font-size: 16px;
    margin-top: 7px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: .8s .2s;
    transition: .8s .2s;
}

.slide-content .text img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 226px;
}

@media (max-width: 767px) {
    .slide-content .text img {
        width: 150px;
    }
}

.slide-pagination {
    bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: none;
}

.slide-pagination li {
    display: inline-block;
}

.slide-pagination li a {
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    opacity: .3;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background: var(--tw-color);
    -webkit-transition: .2s;
    transition: .2s;
}

.slide-pagination li.is-active a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

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

.slide-arrows a {
    position: absolute;
}

.slide-arrows a.prev {
    left: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-arrows a.prev {
        left: 20px;
    }
}

.slide-arrows a.next {
    right: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-arrows a.next {
        right: 20px;
    }
}

.slide-arrows a .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
}

.slide-arrows a .arrow.left {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slide-arrows a .arrow.right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(32, 112, 103, 0.9);
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.popup-wrapper {
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 55px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

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

.popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup-wrapper .cover {
    overflow: hidden;
    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;
    width: 100%;
    height: 100%;
}

.popup-wrapper .cover a {
    max-width: 90%;
    text-align: center;
    height: 100%;
}

@media ( max-width: 767px) {
    .popup-wrapper .cover a {
        height: auto;
    }
}

.popup-wrapper .cover img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
    padding: 10px;
}

.popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 1em;
    height: 1em;
    font-size: 28px;
    z-index: 12;
    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;
}

.popup-close:before,
.popup-close:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
}

.popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-custom.form-contact ul li .icon {
    font-size: 18px;
    left: 10px;
    z-index: 1;
}

.form-custom.form-contact .send input {
    width: 90%;
}

.form-custom ul li {
    margin-bottom: 20px;
}

.form-custom ul li.is-error input,
.form-custom ul li.is-error textarea,
.form-custom ul li.is-error .current,
.form-custom ul li.is-error label {
    border: 1px solid red;
}

.form-custom ul li input,
.form-custom ul li textarea {
    width: 100%;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: inherit;
    color: #222;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-custom ul li input:focus,
.form-custom ul li textarea:focus {
    border: 1px solid #6f6f6f;
}

.form-custom ul li input {
    padding-left: 80px;
}

.form-custom ul li textarea {
    padding-top: 20px;
    height: 150px;
}

.form-custom ul li .icon {
    width: 65px;
    height: 60px;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 16px;
    left: 0;
}

.form-custom ul li .icon:before {
    position: absolute;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 20px;
}

.form-custom .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-custom .send input {
    background: #6f6f6f;
    height: 60px;
    border: 0 none;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    width: 100%;
}

.form-custom .send input {
    background: var(--tw-color);
    color: #fff;
}

.form {
    /*&-loading { background: rgba($overlay-bg, .5); }*/
}

.form-error {
    position: absolute;
    color: red;
    font-size: 12px;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.form-messages.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.form-messages.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.buttons-container.center {
    text-align: center;
    width: 100%;
}

.buttons-container.pos-1 {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: var(--tw-color);
    color: #fff;
    border: 2px solid transparent;
}

@media (max-width: 479px) {
    .button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.button:last-child {
    margin-right: 0;
}

.button .icon {
    margin-left: 10px;
    font-size: 16px;
}

.button:hover {
    border: 2px solid var(--tw-color);
    color: var(--tw-color);
    background: none;
}

.button-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #8f8585;
    color: #8f8585;
}

@media (max-width: 479px) {
    .button-border {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.button-border:last-child {
    margin-right: 0;
}

.button-border .icon {
    margin-left: 10px;
    font-size: 16px;
}

.button-border.style-1 {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #6f6f6f;
}

.button-border.style-1:hover {
    background: #6f6f6f;
    color: #fff;
}

.button-border:not(.style-1):hover {
    background: #8f8585;
    color: #fff;
}

.button-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #222;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.button-line .icon {
    margin-left: 12px;
    color: var(--tw-color);
    font-size: 13px;
}

.button-line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    background: var(--tw-color);
    height: 2px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.button-line:hover:before {
    width: 100%;
}

.cards.list .card {
    margin-bottom: 20px;
}

.cards.no-text .cards-footer {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards.large .cards-photo {
    height: 210px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards.large .cards-photo {
        height: 150px;
    }
}

.cards.center .cards-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cards .card a {
    position: relative;
    display: block;
}

.cards .card a:hover .cards-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.cards .card a:hover .cards-overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s .1s;
    transition: .2s .1s;
}

.cards ul li.more {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cards ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.cards ul li.more a:hover {
    color: #6f6f6f;
}

.cards ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.cards-single ul li:not(:last-child) {
    margin-bottom: 20px;
}

.cards-single ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cards-single ul li a:hover .photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.cards-single ul li a:hover .cards-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.cards-single ul li a:hover .cards-overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s .1s;
    transition: .2s .1s;
}

.cards-single ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.cards-single ul li.more a:hover {
    color: #6f6f6f;
}

.cards-single ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.cards-single__left {
    width: 330px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single__left {
        width: 200px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single__left {
        width: 200px;
    }
}

@media (max-width: 479px) {
    .cards-single__left {
        width: 100%;
    }
}

.cards-single .photo {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .photo {
        height: 175px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .photo {
        height: 175px;
    }
}

@media (max-width: 479px) {
    .cards-single .photo {
        height: auto;
    }
}

.cards-single .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-single .description {
    width: calc( 100% - 330px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .description {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .description {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .cards-single .description {
        width: 100%;
        padding: 20px;
    }
}

.cards-single .description .title,
.cards-single .description .text {
    overflow: hidden;
}

.cards-single .description .title {
    color: var(--tw-color);
    font-size: 20px;
    font-weight: 600;
    max-height: 53px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.cards-single .description>.text {
    color: #999;
    font-size: 14px;
    max-height: 59px;
    line-height: 1.4;
    margin-top: 7px;
}

.cards-single .description .review {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-single .description .review {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cards-single .description .review {
        display: none;
    }
}

@media (max-width: 479px) {
    .cards-single .description .review {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
}

.cards-single .description .review .text {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    opacity: .5;
}

.cards-single .description .review .icon {
    color: var(--tw-color);
    font-size: 14px;
    margin-left: 10px;
}

.cards-header {
    position: relative;
}

.cards-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(122, 213, 236, 0.8);
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

.cards-overlay .icon {
    color: #fff;
    font-size: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    transition: .2s;
}

.cards-photo {
    overflow: hidden;
    height: 175px;
}

@media (max-width: 479px) {
    .cards-photo {
        height: auto;
    }
}

.cards-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-footer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    height: 137px;
}

.cards-footer .title,
.cards-footer .text {
    overflow: hidden;
}

.cards-footer .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tw-color);
    max-height: 50px;
    line-height: 1.3;
    text-transform: capitalize;
}

.cards-footer .text {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    max-height: 39px;
    line-height: 1.4;
}

.cards-cover {
    height: 175px;
    overflow: hidden;
}

@media (min-width: 1824px) {
    .cards-cover {
        height: 210px;
    }
}

.cards-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}

.cards-body .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    overflow: hidden;
    max-height: 50px;
}

.gallery {
    width: 100%;
}

.gallery.list .gallery-card {
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .gallery.list .gallery-card {
        margin-bottom: 10px;
    }
    .gallery.list .gallery-card:last-child {
        margin-bottom: 0;
    }
}

.gallery.large .gallery-photo {
    height: 175px;
}

.gallery-card a {
    position: relative;
    display: block;
}

.gallery-card a:hover .gallery-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-header {
    position: relative;
}

.gallery-photo {
    overflow: hidden;
    height: 130px;
}

@media (max-width: 479px) {
    .gallery-photo {
        height: auto;
    }
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
    text-align: center;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gallery-footer .title {
    font-size: 16px;
    color: #222;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-overlay .icon {
    font-size: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: rgba(255, 66, 11, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-video .gallery-body .title:before {
    background: var(--tw-color);
}

.gallery-video .gallery-body>.icon {
    background: rgba(122, 213, 236, 0.8);
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-body .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 20px 30px;
}

.gallery-body .title:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    background: var(--tw-color);
    right: 30px;
    height: 4px;
}

.gallery-body>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 66, 11, 0.8);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 479px) {
    .gallery-body>.icon {
        display: none;
    }
}

.gallery-cover {
    overflow: hidden;
    height: 250px;
}

@media (max-width: 767px) {
    .gallery-cover {
        height: auto;
    }
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.shortcuts.style-1 .shortcuts-card {
    height: 150px;
}

.shortcuts.style-1 .shortcuts-card a {
    height: 120px;
}

.shortcuts.style-1 .shortcuts-card a:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(26, 130, 146, 0.63);
    height: 150px;
}

.shortcuts.style-1 .shortcuts-card .icon {
    width: 50%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    color: var(--tw-color);
    font-size: 20px;
}

.shortcuts.style-1 .shortcuts-card .text {
    color: #fff;
}

.shortcuts.style-2 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .shortcuts.style-2 {
        margin-top: 10px;
    }
}

.shortcuts.style-2 ul {
    margin-left: -5px;
    margin-right: -5px;
}

.shortcuts.style-2 .shortcuts-card {
    padding-left: 5px;
    padding-right: 5px;
}

.shortcuts.style-2 .shortcuts-card a {
    border: none;
    background: rgba(32, 112, 103, 0.15);
    color: #1d625a;
}

.shortcuts.style-2 .shortcuts-card a:hover {
    background: var(--tw-color);
    color: #fff;
}

.shortcuts.style-2 .shortcuts-card .icon {
    font-size: 28px;
}

.shortcuts.list .shortcuts-card {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .shortcuts.list .shortcuts-card {
        width: 100%;
    }
}

.shortcuts-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.shortcuts-card a {
    border: .0px solid var(--tw-color);
    border-radius: 20px;
	background: rgba(0,88,102,0.8);
    height: 140px;
    width: 100%;
    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;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.shortcuts-card .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 8px;
}

.shortcuts-card .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.shortcuts-card .text span {
    font-weight: 300;
    display: block;
}

.news.single .news-card {
    margin-bottom: 20px;
}

.news.single .news-card a {
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.news.single .news-card a:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.news.single .news-card a:hover:before {
    width: 100%;
}

.news .photo {
    width: 125px;
    height: 95px;
    overflow: hidden;
}

.news .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .description {
    width: calc( 100% - 125px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.news .description .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    line-height: 1.3;
    font-weight: 600;
    overflow: hidden;
    max-height: 74px;
}

.projects.list .projects-card {
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .projects.large ul {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1280px) {
    .projects.large ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.projects.large .projects-photo {
    height: 200px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .projects.large .projects-photo {
        height: 150px;
    }
}

.projects.large .projects-footer .title {
    font-size: 18px;
}

.projects-card a {
    display: block;
    position: relative;
    background: #fff;
    padding: 7px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.projects-card a:hover .projects-photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.projects-photo {
    overflow: hidden;
    height: 160px;
}

.projects-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    text-align: center;
}

.projects-footer .title {
    color: #8f8585;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    overflow: hidden;
    max-height: 42px;
}

.books.list .books-card {
    margin-bottom: 30px;
}

.books.list .books-card a {
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.books.list .books-card a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.books.gutter-large ul {
    margin-left: -15px;
    margin-right: -15px;
}

.books.gutter-large ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.books-card a {
    position: relative;
}

.books-header {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 45px;
}

.books-cover {
    height: 190px;
    overflow: hidden;
}

.books-cover:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 197px;
    height: 15px;
    margin: 0 auto;
}

.books-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.books-photo {
    overflow: hidden;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.books-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.books-description {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-left: 30px;
    padding-right: 30px;
}

.books-description .title {
    color: var(--tw-color);
    line-height: 1.3;
    font-size: 18px;
}

.books-description .text {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.books-footer {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    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;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.books-footer .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.mayor-card {
    background: #f7f7f7;
    position: relative;
    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;
    height: 170px;
    margin-top: 29px;
    padding-left: 25px;
}

.mayor-photo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mayor-photo img {
    width: 170px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mayor-photo img {
        width: 150px;
    }
}

.mayor-description .title {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}

.mayor-description .text {
    color: #222;
    font-size: 12px;
    opacity: .8;
}

.mayor-list {
    margin-top: 15px;
}

.mayor-list ul li a {
    font-size: 13px;
    color: #999;
    display: block;
    padding-left: 15px;
    position: relative;
}

.mayor-list ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tw-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mayor-list ul li a:hover {
    color: #6f6f6f;
}

.personnel ul li {
    margin-bottom: 20px;
}

.personnel.single ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.personnel.single ul li:first-child a {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    max-width: 31.7%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .personnel.single ul li:first-child a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }
}

.personnel-card a {
    display: block;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.personnel-card a:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.personnel-photo {
    overflow: hidden;
    height: 310px;
}

@media (max-width: 1279px) {
    .personnel-photo {
        height: 280px;
    }
}

@media (max-width: 479px) {
    .personnel-photo {
        height: auto;
    }
}

.personnel-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personnel-footer {
    padding-top: 10px;
    text-align: center;
}

.personnel-footer .title {
    color: var(--tw-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.personnel-footer .text {
    font-size: 13px;
    color: #999;
}

.boxes.list-5 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.boxes.gutter-small ul {
    margin-left: -1px;
    margin-right: -1px;
}

.boxes.gutter-small ul li {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-bottom: 2px !important;
}

.boxes ul li:not(.boxes-card) {
    margin-bottom: 10px;
}

.boxes ul li:not(.boxes-card) a {
    background: var(--mn-color);
    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;
    height: 70px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    padding: 5px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.boxes ul li:not(.boxes-card) a:not(.all):hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    color: var(--th-color);
}

.boxes ul li:not(.boxes-card) a.all {
    background: var(--tw-color);
    color: #fff;
}

.boxes.no-center ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0 10px;
}

.boxes-card {
    margin-bottom: 20px;
}

.boxes-card a {
    background: rgba(255, 66, 11, 0.1);
    height: 120px;
}

.boxes ul li:not(.boxes-card) a .icon {
    margin: -10px;
    height: -webkit-fill-available;
    margin-top: 0px;
    padding-top: 20px;
    font-size: 18pt;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 0px;
    border-radius: 12px 0px 12px;
}

.boxes ul li:not(.boxes-card) a .iconn {
    margin: -10px;
    height: -webkit-fill-available;
    margin-top: -20px;
    padding-top: 20px;
    font-size: 18pt;
    padding-left: 10px;
    color: #fff;
    margin-left: -20px;
    padding-right: 10px;
    margin-bottom: -20px;
    border-radius: 12px 0px 12px;
} 

.bgcolor-1 {
    background-color: #00a1c1;
}

.bgcolor-2 {
    background-color: #4601c1;
}

.bgcolor-3 {
    background-color: #383838;
}

.bgcolor-4 {
    background-color: #c10045;
}

.boxes ul li:not(.boxes-card) a .title {
    padding-left: 15px;
}

.boxes-card a:hover .boxes-left__hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.boxes-card a:hover .boxes-left__visible {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.boxes-left {
    width: 120px;
    height: 100%;
    background: var(--tw-color);
    position: relative;
}

.boxes-left>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-transition: .3s;
    transition: .3s;
}

.boxes-left__hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.boxes-left .icon {
    color: #fff;
    font-size: 36px;
}

.boxes-left .text {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 7px;
}

.boxes-description {
    width: calc( 100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 15px 20px;
    color: var(--tw-color);
}

.boxes-description .title,
.boxes-description>.text {
    overflow: hidden;
}

.boxes-description .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    max-height: 45px;
}

.boxes-description>.text {
    font-size: 14px;
    line-height: 1.3;
    max-height: 37px;
    margin-top: 5px;
}

.boxes-footer {
    margin-top: 10px;
}

.boxes-footer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--tw-color);
}

.boxes-footer .item:not(:last-child) {
    margin-bottom: 4px;
}

.boxes-footer .icon {
    opacity: .5;
    font-size: 14px;
    margin-right: 7px;
    width: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxes-footer .text {
    font-size: 13px;
    line-height: 1.4;
}

.nobetci {
    margin-top: 0px;
}

.nobetci ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}

.nobetci ul li:before {
    content: "";
    background: #f7f7f7;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -10px;
    bottom: -1px;
    left: -10px;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.nobetci ul li:hover:before {
    width: calc( 100% + 20px);
    opacity: 1;
}

.nobetci ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
}

.nobetci ul li a:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    background: #af1019;
    width: 5px;
}

.nobetci .title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #830e14;
	padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nobetci .date {
    color: #999;
    font-size: 13px;
}


.videos-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.videos-list ul li:first-child a:before {
    top: calc( -1 * 10px);
}

.videos-list ul li a {
    position: relative;
    z-index: 1;
}

.videos-list ul li a:before {
    content: "";
    position: absolute;
    top: calc( -1 * 13px);
    right: calc( -1 * ( 20px / 2));
    bottom: calc( -1 * 13px);
    left: calc( -1 * ( 20px / 2));
    background: #f7f7f7;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.videos-list ul li a:hover:before {
    width: calc(100% + 20px);
    opacity: 1;
}

.videos-list ul li a:hover .videos-list__photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.videos-list__photo {
    width: 160px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 479px) {
    .videos-list__photo {
        width: 130px;
    }
}

.videos-list__photo .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 66, 11, 0.8);
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 16px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videos-list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.videos-list__description {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.videos-list__description .title {
    color: #6f6f6f;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.2;
    max-height: 58px;
}

.videos-list__description .date {
    font-size: 13px;
    color: #999;
}

.ordered-list {
    display: inline-block;
    width: 100%;
}

.ordered-list>ul>li:not(.more) {
    margin-bottom: 10px;
    background: #f7f7f7;
}

.ordered-list>ul>li:not(.more):last-child {
    margin-bottom: 0;
}

.ordered-list>ul>li:not(.more):hover>a {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list>ul>li:not(.more):hover>a:after {
    width: 100%;
    opacity: 1;
}

.ordered-list>ul>li:not(.more)>a {
    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;
    padding: 20px;
    color: var(--tw-color);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .ordered-list>ul>li:not(.more)>a {
        -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;
    }
}

.ordered-list>ul>li:not(.more)>a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    width: 30%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.ordered-list>ul>li:not(.more)>a .icon {
    margin-right: 10px;
    font-size: 14px;
}

.ordered-list ul li:not(.boxes-card) a .iconn {
    height: -webkit-fill-available;
    font-size: 18pt;
    margin-top: -18px;
    margin-left: -18px;
    margin-bottom: -18px;
    margin-right: 18px;
    padding: 17px;
    color: #fff;
    border-radius: 12px 0px 12px;
}

.ordered-list>ul>li:not(.more)>a .text {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.boxes>ul>li:not(.more)>a .text {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ordered-list>ul>li:not(.more)>a .date {
    font-size: 13px;
    color: #999;
}

.boxes>ul>li:not(.more)>a .date {
    font-size: 13px;
    color: #999;
}

@media (max-width: 767px) {
    .ordered-list>ul>li:not(.more)>a .date {
        padding-left: 20px;
    }
    .boxes>ul>li:not(.more)>a .date {
        padding-left: 20px;
    }
}

.ordered-list>ul li.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.ordered-list>ul li.more a:hover {
    color: #6f6f6f;
}

.ordered-list>ul li.more .icon {
    margin-right: 10px;
    font-size: 16px;
}

.ordered-list__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list__sub-content {
    width: 100%;
}

.ordered-list__sub-content .page-content__description,
.ordered-list__sub-content .page-content__gallery,
.ordered-list__sub-content .documents-files {
    padding: 30px;
}

.ordered-list__sub-content .page-content__gallery {
    margin-top: 0;
}

.ordered-list__sub-content img {
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ordered-list__dropdown ul li.is-open a {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}

.ordered-list__dropdown ul li.is-open a:before {
    content: "_";
    margin-top: -10px;
}

.ordered-list__dropdown ul li.is-open a:after {
    width: 100%;
    opacity: 1;
}

.ordered-list__dropdown ul li a {
    padding-right: 40px;
}

.ordered-list__dropdown ul li a:before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 200;
}

.ordered-list__dropdown ul li a .date {
    margin-right: 30px;
}

.ordered-list__dropdown .ordered-list__sub {
    display: none;
}

.documents-files {
    display: inline-block;
    width: 100%;
}

.documents-files ul li {
    margin-bottom: 10px;
}

.documents-files ul li:last-child {
    margin-bottom: 0;
}

.documents-files ul li a {
    background: #f7f7f7;
    padding: 20px 30px 20px 20px;
    border-left: 5px solid var(--tw-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.documents-files ul li a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.documents-files ul li a .text {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #222;
}

.documents-files ul li a .date {
    font-size: 13px;
    color: #999;
}

.documents-files ul li a .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    opacity: .15;
}

.documents-icon {
    font-size: 24px;
    color: var(--tw-color);
    margin-right: 20px;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    z-index: 1001;
}

@media (max-width: 767px) {
    .header {
        height: calc( 245px - 105px);
    }
}

.header.is-active .header-contact a {
    color: var(--tw-color);
}

.header.is-active .header-nav__item>a {
    color: #fff;
}

.header.is-active .header-links a {
    color: #171717;
}

.header.is-active .header-buttons a:not(.btn-1) {
    color: #171717;
    border: 2px solid #999;
}

.header-buttons {
    margin-right: 30px;
}

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

.header-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--tw-color);
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    color: var(--tw-color);
    font-size: 14px;
    font-weight: 700;
}

.header-buttons a.btn-1 {
    background: var(--tw-color);
    border: 2px solid var(--tw-color);
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-buttons a:not(.btn-1):hover {
    background: #fff;
    color: #171717;
}

.header-buttons a .icon {
    margin-left: 10px;
    font-size: 16px;
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 570px;
    background: rgba(0,88,102,0.7);
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    transition: .5s;
}

.header-overlay.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.header-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background:  transparent;
}

.side-caption {
    background-color: var(--tw-color);
    border: 2px solid #f7f7f7;
    padding: 16px;
    border-radius: 12px 0px 12px;
}

.ovalyap {
    border: 2px solid #f2f2f2;
    border-radius: 30px 0px 20px;
}

.side-caption a {
    color: #fff;
    font-weight: 800;
}

.header-top {
    border-top: 6px solid var(--tw-color);
}

@media ( max-width: 991px) {
    .header-top__right {
        display: none !important;
    }
}

.header-top .container {
    position: relative;
    z-index: 1;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .header-bottom {
        display: none;
    }
}
.header-bottom {  background-color: var(--mn-color);}
.header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header-logo.is-visible a {
    opacity: 1;
    visibility: visible;
}

.header-logo.is-visible:before {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.header-logo:before {
    content: "";
    position: absolute;
    top: -110px;
    right: 0;
    left: 50%;
    background-size: cover;
    width: 193px;
    height: 308px;
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 767px) {
    .header-logo:before {
        height: 245px;
        width: 145px;
    }
}

.header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(308px - 90px);
    padding-bottom: 32px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s .4s;
    transition: .4s .4s;
}

@media (max-width: 767px) {
    .header-logo a {
        height: calc(245px - 105px);
    }
}

.header-logo img {
    width: 160px;
}

@media (max-width: 767px) {
    .header-logo img {
        width: 95px;
    }
}

.header-contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 45px;
    padding-right: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-contact a:hover {
    background: #fff;
    color: #171717;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .header-contact a {
        padding-right: 0;
    }
}

.header-links {
    margin-left: 5px;
}

.header-links a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex
}

.header-links a:hover {
    text-decoration: underline;
}

.header-links a:not(:last-child) {
    margin-right: 10px;
}

.header-contact .icon {
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--tw-color);
    border-radius: 100%;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .header-contact .icon {
        margin-right: 0;
    }
}

.header-contact .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.header-contact .text span {
    font-size: 20px;
}

.header-contact .text div.heading {
    font-size: 10px;
}

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

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.header-social a {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--tw-color);
    color: #fff;
    font-size: 18px;
    margin-left: 7px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-social a:hover {
    background: #fff;
    color: #171717;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header-social a:first-child {
    margin-left: 0;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: var(--tw-color);
    padding: 10px;
    font-family: inherit;
    display: none;
}

@media (max-width: 991px) {
    .header-bar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.header-bar .icon {
    font-size: 28px;
}

.header-sticky {
    background: var(--tw-color);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    -webkit-transform: translateY(calc( -1 * (80px + 10px)));
    transform: translateY(calc( -1 * (80px + 10px)));
    -webkit-transition: .3s;
    transition: .3s;
}

.header-sticky.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-sticky .container {
    height: 70px;
    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;
    position: relative;
}

.header-sticky__left .text {
    margin-left: 20px;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
}

.header-sticky__left .text strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .header-sticky__left .text {
        display: none;
    }
}

.header-sticky__logo {
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-sticky__logo a {
    display: block;
    position: relative;
}

.header-sticky__logo img {
    width: 80px;
}

.header-sticky .header-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 1280px) {
    .header-sticky .header-contact {
        margin-right: -30px;
    }
}

@media ( max-width: 767px) {
    .footer {
        margin-bottom: 55px;
    }
}

.footer { margin-top:50px;}

.footer-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .footer-heading {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .footer-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-card ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-card ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-card ul li a:hover {
    color: #fff;
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .footer-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-contact__numbers {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 1280px) {
    .footer-contact__numbers {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .footer-contact__numbers {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.footer-contact__numbers ul li {
    margin-bottom: 20px;
}

.footer-contact__numbers ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer-contact__numbers ul li {
        text-align: center;
    }
}

.footer-contact__numbers ul li a {
    display: block;
    position: relative;
    text-align: right;
    color: #72051a;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .footer-contact__numbers ul li a {
        text-align: center;
    }
}

.footer-contact__numbers ul li a:hover {
    color: #fff;
}

.footer-contact__numbers ul li a .title {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact__numbers ul li a .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: .8;
}

@media (max-width: 1279px) {
    .footer-contact__numbers ul li a .number {
        font-size: 60px;
    }
}

.footer-contact__numbers ul li a .icon {
    font-size: 55px;
    margin-right: 20px;
}

@media (max-width: 1279px) {
    .footer-contact__numbers ul li a .icon {
        font-size: 42px;
    }
}

.footer-contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .footer-contact__info {
        text-align: center;
    }
}

.footer-contact__info a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact__info a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.footer-contact__info a:hover {
    color: #fff;
}

.footer-contact__info a strong {
    font-weight: 700;
}

.footer-logo {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer-logo {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .footer-logo {
        display: none;
    }
}

.footer-logo:before {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%;
    background: url("../../../index.html");
    width: 193px;
    height: 308px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(308px - 110px);
    padding-bottom: 34px;
    position: relative;
}

.footer-logo img {
    width: 126px;
}

.footer-bottom {
    background: var(--mn-color);
    padding-top: 25px;
    padding-bottom: 25px;
	color:#fff;
}


@media (max-width: 479px) {
    .footer-bottom .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-bottom .text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-bottom .text strong {
    font-weight: 700;
}

.footer-bottom .design {
    color: #fff;
}

.footer-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: none;
}

@media ( max-width: 991px) {
    .footer-sticky {
        display: block;
    }
}

@media ( max-width: 480px) {
    .footer-sticky ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-sticky ul li a {
    height: 55px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: var(--tw-color);
    padding-left: 10px;
    padding-right: 10px;
}

.footer-sticky ul li a._apply .icon {
    display: none;
}

.footer-sticky ul li:nth-child(2) a {
    background: var(--tw-color);
}

.footer-sticky ul li:nth-child(3) a {
    background: #1d625a;
}

.footer-sticky ul li a .icon {
    font-size: 20px;
    margin-bottom: 5px;
}

.header-sub {
    position: relative;
}

.header-sub:before,
.header-sub:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 450px;
}

.header-sub:before {
    top: 0;
}

.header-sub:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(32, 112, 103, 0.9)));
    background: linear-gradient(transparent, var(--tw-color) 91);
    bottom: 0;
}

.shortcuts-carousel {
    position: absolute;
    right: 10px;
    bottom: 30px;
    left: 10px;
    z-index: 2;
}

@media (max-width: 767px) {
    .shortcuts-carousel {
        right: 0;
        bottom: 20px;
        left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .shortcuts-carousel .container {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .shortcuts-carousel .container {
        width: 83%;
    }
}

@media (max-width: 1279px) {
    .shortcuts-carousel .owl-stage-outer,
    .shortcuts-carousel .owl-shortcuts {
        position: inherit;
    }
}

.section.bg-cover {
    position: relative;
    z-index: 1;
}

.section.bg-cover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.section.cover-1 {
    background: #fff;
}

.section.cover-1:before {
    background-image: url("../img/slide/1.jpg");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .2;
}

.section.cover-2:before {
    background-image: url("../../../index.html");
}

.section.bg {
    min-height: 600px;
}

.section.bg-1 {
    background: #e5e2e2;
}

.section-arrow {
    position: relative;
}

.section-arrow:before,
.section-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 35px;
}

.section-arrow:before {
    top: 0;
    border-color: #fff transparent transparent transparent;
}

.section-arrow:after {
    bottom: 0;
    border-color: transparent transparent #fff transparent;
}

.section-projects {
    margin-top: 60px;
}

.section-books {
    position: relative;
    z-index: 1;
}

.section-books:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 70px;
    background: #8f8585;
    right: 0;
    bottom: -70px;
    left: 0;
}

@media (max-width: 767px) {
    .headline-news {
        margin-bottom: 1px;
    }
}

.headline-news__container {
    height: 685px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1824px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__container {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .headline-news__container {
        height: auto;
    }
    .headline-news__container>div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.headline-news__photo {
    max-height: 450px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1824px) {
    .headline-news__photo {
          max-height: 450px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .headline-news__photo {
          max-height: 350px;
    }
}

@media (max-width: 479px) {
    .headline-news__photo {
        height: 250px;
    }
}



.headline-news__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .headline-news__body {
        padding: 25px;
    }
}

.headline-news__body .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 15px;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 75px;
    position: relative;
}

@media (max-width: 479px) {
    .headline-news__body .title {
        font-size: 18px;
        line-break: 1.4;
        max-height: 73px;
    }
}

.headline-news__body .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    background: var(--tw-color);
    width: 4px;
}

@media (min-width: 1280px) {
    .headline-news__body .title {
        padding-right: 150px;
    }
}

.headline-news__body .text {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    max-height: 47px;
    line-height: 1.4;
    margin-top: 10px;
}

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

.headline-news__link {
    background: var(--tw-color);
    height: 51px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 9px;
    width: 99px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
    .headline-news__link {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .headline-news__link {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        margin-bottom: 10px;
    }
}

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

.cards .row.gutter-small>li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-other {
        margin-top: 10px;
    }
}

.components-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .components-container {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

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

.components-row.gutter-small>div {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1280px) {
    .components-row.gutter-large {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1280px) {
    .components-row.gutter-large>div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.components-content {
    max-width: 100%;
}

@media (max-width: 991px) {
    .components-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-content {
        max-width: 768px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .components-content {
        max-width: 600px;
    }
}

@media (max-width: 479px) {
    .components-content {
        max-width: 390px;
    }
}

.components-wrapper {
    position: relative;
    z-index: 1;
}

.components-wrapper:before {
    content: "";
    background: var(--tw-color);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 115px;
}

.components-wrapper.bg-1:before {
    background: #1d625a;
}

.components-wrapper.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.components-wrapper.right .components-content {
    width: 463px;
    padding-right: 20px;
}

@media (min-width: 1824px) {
    .components-wrapper.right .components-content {
        width: 528px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .components-wrapper.right .components-content {
        width: 403px;
    }
}

.components-wrapper.left .components-content {
    width: calc( 1200px - 463px - 20px);
    padding-left: 20px;
}

@media (min-width: 1824px) {
    .components-wrapper.left .components-content {
        width: calc( 1400px - 528px - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .components-wrapper.left .components-content {
        width: calc( 990px - 403px - 20px);
    }
}

.components-header {
    height: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.components-header.align-end {
    text-align: right;
}

.components-header .title,
.components-header .text {
    color: #fff;
}

.components-header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.components-header>.text {
    font-size: 13px;
}

.components-link {
    font-size: 16px;
    color: var(--tw-color);
    float: right;
    margin-top: 15px;
    position: relative;
}

.components-link:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--tw-color);
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.components-link:hover:before {
    width: 100%;
}

.components-heading {
    height: 55px;
    background: var(--tw-color);
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}

.components-card {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 465px;
    padding: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components-card:not(.components-video) {
        height: auto;
    }
    .components-card>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 991px) {
    .components-card {
        margin-bottom: 30px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components-card>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-card:not(.components-video) {
        height: auto;
    }
}

.components-items {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.components-items .photo {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.components-items .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.components-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.components-list ul li:last-child {
    border-bottom: 0;
}

.components-list ul li.is-current a:after,
.components-list ul li:hover a:after {
    width: calc( 100% + 20px);
    opacity: 1;
}

.components-list ul li a {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 600;
    letter-spacing: -0.3px;
    height: 45px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.components-list ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}

.components-list ul li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #f7f7f7;
    top: -1px;
    right: calc( -1 * ( 20px / 2));
    bottom: -1px;
    left: calc( -1 * ( 20px / 2));
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .components-list ul li a {
        height: 43px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .components-list ul li a {
        height: 43px;
    }
}

.tab-nav ul {
    margin-left: -7px;
    margin-right: -7px;
}

.tab-nav ul li {
    padding-left: 7px;
    padding-right: 7px;
}

.tab-nav ul li.is-current a,
.tab-nav ul li:hover a {
    background: #fff;
    color: var(--tw-color);
}

.tab-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--tw-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.mayor-photos {
    margin-top: 30px;
}

.mayor-photos a:hover .photo img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.mayor-photos .photo {
    overflow: hidden;
    height: 288px;
    border-radius: 10px;
}

.mayor-photos .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 479px) {
    .projects-container {
        padding-top: 60px;
    }
}

.projects-carousel {
    margin-top: 20px;
    margin-bottom: 30px;
}

.projects-carousel .projects-card {
    margin: 10px;
}

.books-container {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 556px;
    position: relative;
}

.books-wrapper {
    position: absolute;
    right: 10px;
    bottom: -70px;
    left: 10px;
}

.books-nav {
    margin-top: 20px;
}

.books-nav ul {
    margin-left: -7px;
    margin-right: -7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.books-nav ul li {
    padding-left: 3px;
    padding-right: 3px;
}

.books-nav ul li.is-current a,
.books-nav ul li:hover a {
    background: #746363;
}

.books-nav ul li.is-current a:before {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    border-color: #746363 transparent transparent transparent;
}

@media (max-width: 479px) {
    .books-nav ul li {
        width: 33.3%;
    }
}

.books-nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    background: #8f8585;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .books-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

.books-nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-40px);
    transform: translateX(-50%) translateY(-40px);
    width: 0;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 20px;
    bottom: -40px;
    border-color: #8f8585 transparent transparent transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.books-carousel .books-card a {
    text-align: center;
    display: block;
}

.books-carousel .books-card a:hover .books-footer {
    background: #746363;
}

.logos-container {
    padding-top: calc( 70px + 50px);
    padding-bottom: 50px;
    text-align: center;
}

.inner-page__form .form-custom {
    max-width: 550px;
    margin: 50px auto 0;
    width: 100%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.inner-page__form .form-custom ul li .icon {
    left: 10px;
}

.inner-page__form .send {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .logos-container {
        padding-top: 0;
    }
}

.logos-container img {
    max-width: 100%;
}

.inner-page__header {
    position: relative;
    overflow: hidden;
}

.inner-page__photo {
    overflow: hidden;
    height: 240px;
    background: var(--tw-color);
}

.inner-page__photo.large {
    height: 100vh;
}

.inner-page__photo img {
    width: 100%;
    height: calc(100% + 50px);
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    opacity: .3;
}

.inner-page__heading {
    padding-top: 170px;
    background: #f7f7f7;
	background-image: url(../../images/sehir3.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	
	
}

.inner-page__heading.style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.inner-page__heading.style-2 .title {
    font-size: 24px;
    line-height: 1.2;
}

.inner-page__heading.style-2 .inner-page__back {
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-left: 30px;
}

.inner-page__heading .container {
    height: 120px;
    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;
}

@media (max-width: 479px) {
    .inner-page__heading .container {
        height: 90px;
    }
}

.inner-page__heading .title {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
	text-shadow: 1px 3px 5px #000;
}

@media (max-width: 479px) {
    .inner-page__heading .title {
        font-size: 28px;
    }
}

.inner-page__back {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    margin-left: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

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

.inner-page__back .icon {
    color: var(--tw-color);
    margin-right: 10px;
    font-size: 14px;
}

.inner-page__wrapper {
    margin-bottom: 100px;
}

.inner-page__wrapper.margin-top-0 {
    margin-top: 0;
}

.inner-page__wrapper.margin-bottom-0 {
    margin-bottom: 0;
}

.inner-page__content {
    min-height: 700px;
    margin-top: 30px;
}

.inner-page__content.no-height {
    min-height: inherit;
}

@media (min-width: 1280px) {
    .col-article {
        padding-right: 20px;
    }
}

.col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        width: 32%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
    }
}

@media (max-width: 767px) {
    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.col-sidebar>div {
    margin-bottom: 10px;
}

.col-sidebar>div:last-child {
    margin-bottom: 0;
}

.col-sidebar__nav {
    margin-top: 20px;
}

.col-sidebar__nav ul {
    background: var(--tw-color);
}

.col-sidebar__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    padding: 16px 20px;
    color: #fff;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.col-sidebar__nav ul li a:after {
    content: "";
    position: absolute;
    z-index: 12;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transition: .3s;
    transition: .3s;
}

.col-sidebar__nav ul li a:hover {
    padding-left: 25px;
    background: #1d625a;
}

.col-sidebar__nav ul li a:hover:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.col-sidebar__box {
    position: relative;
}

.col-sidebar__box-cover {
    height: 310px;
}

.col-sidebar__box-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.col-sidebar__box-body {
    padding: 35px;
    background: #f7f7f7;
}

.col-sidebar__box-body.style-1 {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.col-sidebar__box-body .small-title {
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}

.col-sidebar__box-body .title {
    color: #222;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-sidebar__box-body .title {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar__box-body .title {
        font-size: 16px;
    }
}

.col-sidebar__box-body .text {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.col-sidebar__projects {
    margin-top: 30px;
}

.col-sidebar__projects .components-card {
    height: 429px;
}

.col-sidebar__projects .components-items {
    height: 190px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.col-sidebar__videos {
    margin-top: 30px;
}

.col-sidebar__videos .videos-list__photo {
    width: 50%;
}

.page-content__header {
    margin-bottom: 20px;
    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;
    position: relative;
}

.page-content__header .title {
    color: #222;
    font-size: 28px;
    line-height: 1.3;
    text-transform: capitalize;
}

.page-content__header .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    background: #f7f7f7;
    padding: 5px 13px;
    border-radius: 2px;
}

.page-content__header .date .icon {
    margin-right: 7px;
    font-size: 13px;
}

.page-content__heading {
    color: var(--tw-color);
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.page-content__photo {
    overflow: hidden;
    height: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 50%;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-content__photo {
        height: auto;
        margin-right: 0;
        width: 100%;
    }
}

.page-content__photo.small,
.page-content__photo.large {
    width: 100%;
    float: inherit;
    margin-right: 0;
}

.page-content__photo.small {
    height: 175px;
    margin-bottom: 0;
}

.page-content__photo.large {
    height: 450px;
}

.page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-content__video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 100px 25px 25px 25px;
}

.page-content__video a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.page-content__video .icon {
    background: rgba(255, 66, 11, 0.8);
    width: 55px;
    height: 55px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.page-content__video .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.page-content__spot {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #222;
}

.page-content__spot.style-2 {
    color: #6f6f6f;
    font-weight: 300;
    overflow: hidden;
    max-height: 112px;
}

.page-content__description {
    color: #101010 !important;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.page-content__description strong {
    font-weight: 600;
}

.page-content__description img {
    max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
    padding-left: 20px;
}

.page-content__description ul li {
    list-style: disc;
}

.page-content__description ol li {
    list-style: decimal;
}

.page-content__description table {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.page-content__description table tbody tr td {
    padding: 5px 15px !important;
}

.page-content__gallery {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.page-content__summary {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .page-content__summary {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.page-content__summary .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--tw-color);
    line-height: 1.4;
    padding-right: 40px;
    text-align: right;
}

@media (max-width: 991px) {
    .page-content__summary .title {
        padding-right: 0;
        text-align: inherit;
        margin-bottom: 20px;
    }
}

.page-content__summary .text {
    line-height: 1.9;
    font-weight: 300;
}

.page-content__summary .text strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .page-content__summary .text {
        margin-top: 20px;
    }
}

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

.breadcrumb.style-2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumb.style-2 ul li a {
    color: #999;
    opacity: 1;
}

.breadcrumb.light ul li a {
    color: #fff;
}

.breadcrumb ul li a {
    font-size: 13px;
    color: #6f6f6f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 30px;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumb ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    margin-right: 13px;
}

.breadcrumb ul li a:hover {
    opacity: 1;
    color: var(--tw-color);
}

.breadcrumb ul li a .icon {
    font-size: 13px;
}

.breadcrumb ul li:last-child a:after {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 55px;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 {
    display: none;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-1+label {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s;
}

.inputfile-1+label:hover {
    border: 1px solid var(--tw-color);
    color: var(--tw-color);
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    background: none;
}

.person-profile {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .person-profile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.person-photo {
    margin-top: -40px;
    margin-left: 30px;
    width: 165px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    height: 185px;
    background: #fff;
    padding: 6px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .person-photo {
        margin-left: 0;
    }
}

.person-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.person-info {
    padding-left: 25px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991px) {
    .person-info {
        padding-left: 0;
        width: 100%;
    }
}

.person-info .name {
    font-weight: 700;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1.3;
}

.person-info .rank {
    color: #6f6f6f;
    font-size: 13px;
    margin-bottom: 15px;
}

.person-info__contact .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    color: var(--tw-color);
    font-size: 14px;
    position: relative;
}

.person-info__contact .text:last-child {
    margin-right: 0;
}

.person-info__contact .text:hover {
    color: var(--tw-color);
}

.person-info__contact .icon {
    margin-right: 10px;
    font-size: 14px;
    opacity: .4;
}

.project-detail>.row {
    margin-bottom: 50px;
}

.project-detail>.row:last-child {
    margin-bottom: 0;
}

.project-detail__photo {
    overflow: hidden;
    height: 385px;
}

@media (max-width: 991px) {
    .project-detail__photo {
        height: auto;
    }
}

.project-detail__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-detail__article {
    padding-left: 10px;
}

@media (max-width: 991px) {
    .project-detail__article {
        padding-left: 0;
        margin-top: 10px;
    }
}

.project-detail__buttons.style-2 {
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 20px;
}

@media (max-width: 991px) {
    .project-detail__buttons.style-2 {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .project-detail__buttons.style-2 .shortcuts-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}

.project-detail__buttons.style-2 .shortcuts-card a {
    background: rgba(255, 66, 11, 0.1);
    color: var(--tw-color);
}

.video-detail__wrapper {
    background: var(--tw-color);
    min-height: 600px;
    padding-top: calc( 170px + 20px);
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .video-detail__wrapper {
        padding-top: calc( 245px - 105px);
    }
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .video-detail__player {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    }
}

.video-detail__player iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .video-detail__player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail__player iframe {
        height: 400px;
    }
}

.video-detail__other-videos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
}

@media (max-width: 991px) {
    .video-detail__other-videos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.video-detail__other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--tw-color);
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.video-detail__other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    opacity: .7;
    font-weight: 400;
}

.video-detail__other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail__list {
    height: calc(550px - 65px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
}

.video-detail__list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.video-detail__list::-webkit-scrollbar {
    width: 6px;
}

.video-detail__list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail__list {
        height: 340px;
    }
}

.video-detail__list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail__list li:last-child {
    border-bottom: 0 none;
}

.video-detail__list li:hover {
    background: rgba(0, 0, 0, 0.15);
}

.video-detail__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail__list .video-left {
    width: 125px;
    height: 75px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail__list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail__list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 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;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}

.video-detail__list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 20px;
}

.video-detail__list .video-right .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    max-height: 63px;
}

.contact {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .contact {
        margin-top: 30px;
    }
}

.contact-address ul li {
    position: relative;
}

@media (max-width: 479px) {
    .contact-address ul li {
        margin-bottom: 40px;
    }
    .contact-address ul li:last-child {
        margin-bottom: 0;
    }
}

.contact-address .icon {
    margin-right: 0;
    background: var(--tw-color);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.contact-address__info {
    background: #f7f7f7;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100px;
}

.contact-address__info .title {
    text-transform: uppercase;
    color: #444;
    font-size: 18px;
    font-weight: 700;
}

.contact-address__info .text {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.3;
}

.contact-address__cards .item {
    margin-bottom: 20px;
}

.contact-address__cards .item:last-child {
    margin-bottom: 0;
}

.contact-address__wrapper {
    height: 116px;
    background: #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address__wrapper .icon {
    width: 65px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: var(--tw-color);
    background: #fff;
    margin-right: 20px;
}

.contact-address__summary .title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .contact-address__summary .title {
        font-size: 16px;
    }
}

.contact-address__summary .address {
    font-size: 14px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 7px;
}

.contact-address__summary .address,
.contact-address__summary .phone {
    color: #6f6f6f;
}

.contact-social__content {
    background-image: url("../../../index.html");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 181px;
    width: 100%;
    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;
}

.contact-social__content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--tw-color);
    font-size: 48px;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 479px) {
    .contact-social__content a {
        font-size: 32px;
        width: 60px;
        height: 60px;
    }
}

.contact-social__content a:hover {
    border: 1px solid #fff;
}

.contact-map iframe {
    height: 500px;
    width: 100%;
}

.position-inherit {
    position: inherit;
}

.no-scroll {
    overflow: hidden;
}

.no-scroll-y {
    overflow-y: hidden;
}

.no-scroll-x {
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-relative {
    position: relative;
}

.l-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.text-center {
    text-align: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.hidden {
    display: none;
}

@media (max-width: 767px) {
    .hidden {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .xs-hidden {
        display: none;
    }
}

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

@media (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

.padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.margin-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-v-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-v-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-v-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-v-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.Kisayol-1 {
    background-color: var(--tw-color);
    border: 2px solid #f7f7f7;
    padding: 16px;
    border-radius: 12px 12px 12px;
}

.ovalyap {
    border: 2px solid #f2f2f2;
    border-radius: 30px 0px 20px;
}

.Kisayol-1 a {
    color: #fff;
    font-weight: 800;
}

.sol-btn {
    background-color: var(--mn-color);
    margin-top: 10px;
    padding: 16px;
}

.sol-btn2 {
    background-color: var(--tw-color);
    margin-top: 10px;
    padding: 16px;
}

.ovalyap {
    border: 2px solid #f2f2f2;
    border-radius: 30px 0px 20px;
}

.btn-1 {
    color: #fff;
    font-weight: 800;
}

.pagination {
    display: flex;
    padding-left: 0;
    padding: 10px;
    list-style: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    padding: .375rem .75rem;
}

.page-link {
    position: relative;
    display: block;
    color: var(--tw-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.active .page-link {
    background-color: var(--tw-color);
    color: #fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
    background-color: #666\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.nobet-kart {
    width: 100%;
    padding: 2%;
    border: 1px solid #e1e2e3;
    box-shadow: 0px 9px 14px #d4d2d2;
    -webkit-box-shadow: 0px 9px 14px #d4d2d2;
    -moz-box-shadow: 0px 9px 14px #D4D2D2;
    min-height: 220px !important;
}




.nobet-logo {
  width: 100%;
}