@charset "UTF-8";
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

body, html {
  overflow-x: hidden;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/page-loader.gif) center no-repeat #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .navbar {
  padding: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  height: 100%;
}
.header .navbar .navbar-brand {
  align-self: self-start;
  padding-top: 18px;
}
.header .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #18233f;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  font-weight: 600;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #eb694e;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 8px;
  font-size: 13px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  background-color: #21949e;
}

.right_side {
  display: flex;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  justify-content: flex-end;
  position: relative;
  z-index: 13;
  align-items: center;
}
.right_side a {
  color: #18233f;
  font-size: 21px;
}
.right_side a.search-open {
  color: #fff;
}
.right_side a.button-open {
  color: #fff;
}
.right_side a:hover {
  color: #eb694e;
}
.right_side .menu {
  width: 35px;
  margin-left: 15px;
}

.banner .carousel-item img {
  height: 600px;
  object-fit: cover;
}
.banner .carousel-item .carousel-caption {
  left: auto;
  width: 32%;
  text-align: left;
  bottom: auto;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
}
.banner .carousel-item .carousel-caption:after {
  content: "";
  position: absolute;
  left: -8vh;
  width: 51vw;
  height: 34vw;
  border: 2px solid #eb694e;
  top: -12vw;
  border-bottom-right-radius: 100px;
}
.banner .carousel-item .carousel-caption h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #18233f;
  font-weight: 600;
}
.banner .carousel-item .carousel-caption h1 span {
  color: #eb694e;
  display: block;
}
.banner .carousel-item .carousel-caption h1 strong {
  color: #eb694e;
  font-weight: 600;
}

.title {
  margin-bottom: 15px;
  text-transform: capitalize;
  padding: 20px 0;
  color: #18233f;
  font-size: 28px;
  font-weight: 600;
}
.title span {
  color: #eb694e;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 10px;
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li a:hover {
  color: #eb694e;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

/*-----------*/
.inner_map h4, .inner_map img, .quick_links ul li a {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.default {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 6px 20px;
}
.default:hover {
  background: #000;
  color: #fff;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #eeeeee;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top span {
  display: block;
  font-weight: bold;
  text-align: center;
}
#back-to-top i {
  font-size: 20px;
  vertical-align: bottom;
}

#back-to-top:hover {
  background-color: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

.map iframe {
  width: 100%;
  height: 350px;
  margin: 50px 0 25px 0;
}

.contact_form .form-control {
  border-radius: 0;
  height: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  margin-bottom: 25px;
}
.contact_form textarea {
  width: 100%;
  max-width: 100%;
  height: 150px !important;
  max-height: 150px !important;
}
.contact_form .btn {
  background-color: #eb694e;
  color: #fff;
  border-radius: 25px;
  padding: 6px 20px;
}
.contact_form .btn:hover {
  background-color: #000;
}

/*------GALLERY--------*/
.centering {
  max-width: 1300px;
  margin: 50px auto;
  text-align: left;
}

.lightbox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}

.lightbox {
  position: absolute;
  background: white;
  z-index: 1000;
}

.spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

.next_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.next_img:hover {
  opacity: 1;
}

.prev_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  left: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.prev_img:hover {
  opacity: 1;
}

/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.menu-wrap {
  background-color: #18233f;
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  margin-right: -300px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 13;
  right: 0;
}

.menu-show {
  margin-right: 0;
}

.menu-sidebar {
  margin: 15px 20px 80px;
  position: relative;
  top: 70px;
}
.menu-sidebar li {
  padding: 15px 0px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.menu-sidebar li > a {
  color: #fff;
  font-size: 14px;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #eb694e 50.3%);
  transition: background-position 0.2s 0.1s ease-out;
  background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}
.menu-sidebar li > a i {
  width: 50px;
  display: inline-block;
}
.menu-sidebar ul {
  padding: 0;
  display: block;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
  background: #141d33;
  margin: 0 -19px;
  padding: 0 20px;
  margin-top: 15px;
}
.menu-sidebar .menu-item-has-children .sub-menu li {
  border-bottom: 0;
  padding: 10px 5px;
}
.menu-sidebar .menu-item-has-children .sub-menu li a {
  font-size: 12px;
}
.menu-sidebar .menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0px;
}

.sidebar-menu-arrow::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 10px;
  color: #fff;
  position: relative;
}
.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}
.sidebar-menu-arrow:active::after {
  top: 2px;
}

.toggle-button {
  width: 35px;
  height: 25px;
  padding: 4px;
  transition: 0.25s;
  z-index: 15;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  display: block;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  border-radius: 2px;
  width: 100%;
  transition: 0.5s;
}
.toggle-button .menu-bar-top {
  border: 3px solid #18233f;
  border-bottom: none;
  top: 0;
  width: 100%;
}
.toggle-button .menu-bar-middle {
  height: 3px;
  background-color: #18233f;
  margin-top: 5px;
  margin-bottom: 5px;
  top: 3px;
}
.toggle-button .menu-bar-bottom {
  border: 3px solid #18233f;
  border-top: none;
  top: 16px;
  width: 100%;
}
.toggle-button:hover .menu-bar-top {
  width: 100%;
}
.toggle-button:hover .menu-bar-middle {
  width: 100%;
}
.toggle-button:hover .menu-bar-bottom {
  width: 100%;
}

.sticky .toggle-button {
  top: 40px;
}

.button-open {
  right: -90px;
}
.button-open .menu-bar-top {
  border-color: #fff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: 0.5s;
}
.button-open .menu-bar-middle {
  background-color: #fff;
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #fff;
  transform: rotate(-45deg) translate(4px, -4px);
  transition: 0.5s;
  top: 21px;
}

.wrapper {
  width: 40%;
  margin: 100px auto 0;
  color: #83828D;
}
.wrapper .text {
  padding: 30px;
}
.wrapper .text .heading {
  margin-bottom: 40px;
  font-size: 2em;
}
.wrapper .text p {
  line-height: 1.6em;
}
.wrapper .text .buttons {
  margin-top: 40px;
}
.wrapper .buttons .button {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 2em;
  background-color: #70CE64;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  transition: background-color 0.3s;
}
.wrapper .buttons .button span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.wrapper .buttons .button span::after {
  position: absolute;
  font-family: "FontAwesome";
  right: -3px;
  font-size: 14px;
  top: 0;
  transition: top 0.3s, right 0.3s;
}
.wrapper .buttons .button-secondary {
  background-color: #FF6746;
}
.wrapper .buttons .button-secondary:hover {
  background-color: #FF7D60;
}
.wrapper .buttons .button-secondary:hover span::after {
  right: -6px;
}
.wrapper .buttons .button-secondary:active {
  background-color: #FF6746;
}
.wrapper .buttons .button-secondary span::after {
  content: "";
}
.wrapper .buttons .button-primary:hover {
  background-color: #84D07A;
}
.wrapper .buttons .button-primary:hover span::after {
  top: 4px;
}
.wrapper .buttons .button-primary:active {
  background-color: #70CE64;
}
.wrapper .buttons .button-primary span::after {
  content: "";
}

/*-----*/
.searching_area {
  background-color: #18233f;
  position: fixed;
  top: 0;
  height: 100%;
  width: 400px;
  margin-right: -400px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 13;
  right: 0;
  padding: 20px;
  color: #fff;
  padding-top: 110px;
}
.searching_area .form-inline .form-control {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.searching_area .form-inline .btn {
  background-color: #eb694e;
  color: #fff;
  border-radius: 0;
}
.searching_area.search-show {
  margin-right: 0;
}

.area_loc {
  border-bottom: 0;
}
.area_loc .nav-link.active {
  border: 0;
}
.area_loc .nav-link.active .inner_map img {
  transform: scale(1.04, 1.04);
  filter: drop-shadow(2px 2px 2px #eb694e);
  -moz-filter: drop-shadow(2px 2px 2px #eb694e);
  -webkit-filter: drop-shadow(2px 2px 2px #eb694e);
}
.area_loc .nav-link.active .inner_map h4 {
  border-color: #eb694e;
  color: #eb694e;
  width: 70px;
  height: 70px;
  line-height: 43px;
  font-size: 33px;
}
.area_loc .nav-link:hover {
  border: 0;
}

.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .cz-business-setup-tabs > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/*-----------*/
.mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(24, 35, 63, 0.8);
  height: 100%;
  z-index: 12;
  display: none;
}
.mask.active {
  display: block;
}

/*-------*/
.journey {
  margin-top: 25px;
}

.home_blocks {
  height: 255px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 4px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+2,dadada+100 */
  background: #fefefe;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fefefe 2%, #dadada 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fefefe 2%, #dadada 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fefefe 2%, #dadada 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#dadada",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  @extends %trans;
}
.home_blocks h4 {
  color: #18233f;
  font-weight: 800;
  font-size: 23px;
}
.home_blocks h4 span {
  display: block;
}
.home_blocks p {
  text-decoration: none;
  color: #eb694e;
  font-weight: 400;
  font-size: 18px;
}
.home_blocks p a {
  color: #eb694e;
  text-decoration: none;
}
.home_blocks p a:hover {
  color: #18233f;
}
.home_blocks:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd2c9+2,eb694e+100 */
  background: #ffd2c9;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffd2c9 2%, #eb694e 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffd2c9 2%, #eb694e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffd2c9 2%, #eb694e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd2c9", endColorstr="#eb694e",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.home_blocks:hover h4 {
  color: #fff;
}
.home_blocks:hover p a {
  color: #fff;
}

/*--QUICK LINKS-----*/
.quick_links {
  margin-top: 25px;
}
.quick_links h4 {
  font-weight: 400;
  color: #eb694e;
}
.quick_links ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.quick_links ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.quick_links ul li a {
  color: #18233f;
  letter-spacing: 2px;
  text-decoration: none;
  border: 1px solid #18233f;
  display: block;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px;
}
.quick_links ul li a:hover {
  color: #eb694e;
  border-color: #eb694e;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*-------*/
.facts {
  background-color: #ededed;
  padding: 15px 0;
}
.facts [class*=col-] {
  text-align: center;
}
.facts .number {
  color: #eb694e;
  font-size: 37px;
  font-weight: 900;
}
.facts .number.percent:after {
  content: "%";
  font-weight: 900;
}
.facts p {
  font-size: 17px;
  color: #575756;
  font-weight: 600;
  text-transform: uppercase;
}

/*------*/
.awards {
  background-color: #18233f;
  padding: 15px 0 35px;
}
.awards.orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb694e+0,eb694e+50,eb694e+100&1+0,0.4+50,1+100 */
  background: -moz-linear-gradient(left, #eb694e 0%, rgba(235, 105, 78, 0.4) 50%, #eb694e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eb694e 0%, rgba(235, 105, 78, 0.4) 50%, #eb694e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eb694e 0%, rgba(235, 105, 78, 0.4) 50%, #eb694e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb694e", endColorstr="#eb694e",GradientType=1 );
  /* IE6-9 */
  margin-top: 25px;
}
.awards.orange .title span {
  color: #fff;
}

.brands {
  background-color: #f6f6f6;
  padding: 15px 0;
}
.brands [class*=col-] {
  border: 4px solid #f6f6f6;
}
.brands ul {
  margin-top: 15px;
}
.brands ul li {
  color: #18233f;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  border-top: 1px dotted #18233f;
  line-height: 30px;
}
.brands ul li:last-child {
  border-bottom: 1px dotted #18233f;
}

.partner {
  padding: 15px 0;
}

/*------*/
footer {
  background-color: #f2f2f2;
  padding: 15px 0;
}
footer .site_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .site_block ul {
  display: flex;
}
footer .site_block ul li a {
  color: #000;
  font-size: 28px;
  display: block;
  padding: 0 5px;
}
footer .site_block ul li a:hover {
  color: #eb694e;
}
footer .addrs li {
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: baseline;
}
footer .addrs li a {
  color: #000;
}
footer .addrs li i {
  padding: 2px;
  margin-right: 10px;
  width: 15px;
}
footer .addrs li i.empty {
  margin-right: 17px;
}
footer .addrs li:first-child i.empty {
  margin-right: 11px;
}
footer .visa {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
footer .visa .visa_img {
  width: 80%;
}
footer .blocks {
  background-color: #e3e2e1;
  padding: 15px;
}
footer .blocks p {
  color: #686868;
  font-weight: 600;
}
footer .links li {
  border-bottom: 1px dotted #000;
  line-height: 35px;
}
footer .links li a {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
footer .map {
  margin-top: 22px;
}
footer .map p {
  font-weight: 600;
}
footer .map iframe {
  height: 150px;
  margin: 0;
}

/*--------*/
.inner_banner {
  height: 550px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.inner_banner iframe {
  height: 550px;
  max-width: 100%;
  width: 100%;
}
.inner_banner .caption {
  position: absolute;
  width: 32%;
  text-align: left;
}
.inner_banner .caption h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #18233f;
  font-weight: 600;
}
.inner_banner .caption h1 span {
  color: #eb694e;
  display: block;
}
.inner_banner .caption:after {
  content: "";
  position: absolute;
  width: 51vw;
  height: 34vw;
  border: 2px solid #eb694e;
}
.inner_banner .caption.right_bottom {
  left: auto;
  right: 15%;
  bottom: 15%;
  top: auto;
  transform: translatey(-15%);
  -webkit-transform: translatey(-15%);
  -ms-transform: translatey(-15%);
  -moz-transform: translatey(-15%);
}
.inner_banner .caption.right_bottom:after {
  content: "";
  left: -8vh;
  top: -2vw;
  border-top-right-radius: 100px;
}
.inner_banner .caption.left_top {
  right: auto;
  left: 15%;
  bottom: auto;
  top: 25%;
  transform: translatey(-25%);
  -webkit-transform: translatey(-25%);
  -ms-transform: translatey(-25%);
  -moz-transform: translatey(-25%);
}
.inner_banner .caption.left_top:after {
  content: "";
  left: -8vh;
  top: -16vw;
  border-bottom-right-radius: 100px;
  width: 40vw;
}
.inner_banner .caption.bottom_left {
  right: auto;
  left: 15%;
  bottom: 15%;
  width: 40%;
  top: auto;
  transform: translatey(-15%);
  -webkit-transform: translatey(-15%);
  -ms-transform: translatey(-15%);
  -moz-transform: translatey(-15%);
}
.inner_banner .caption.bottom_left:after {
  content: "";
  left: -40vh;
  top: -5vw;
  border-top-left-radius: 100px;
  width: 60vw;
}

.info {
  padding: 15px 0;
}
.info h4 {
  font-size: 22px;
  color: #eb694e;
  font-weight: 600;
  margin-top: 15px;
}
.info p {
  color: #18233f;
  font-size: 17px;
  font-weight: 400;
}

.gradient_block {
  position: relative;
  border: 4px solid #fff;
}
.gradient_block .image_area {
  position: relative;
}
.gradient_block .image_area .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3000000", endColorstr="#b3000000",GradientType=0 );
  /* IE6-9 */
}
.gradient_block .detail_text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gradient_block .detail_text h4 {
  background-color: rgba(235, 105, 78, 0.8);
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 5px 5px 12px;
  width: 50px;
  text-align: center;
  line-height: 37px;
}
.gradient_block .detail_text p {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 25px;
}
.gradient_block .detail_text h5 {
  color: #eb694e;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.gradient_block .detail_text a {
  text-decoration: none;
}
.gradient_block .detail_text a span {
  color: #fff;
  display: none;
}
.gradient_block .detail_text a i {
  color: #eb694e;
  font-size: 20px;
  margin-left: 0;
  vertical-align: top;
  transition: all 0.5s ease-in-out;
}
.gradient_block .detail_text a:hover span {
  color: #eb694e;
}
.gradient_block .detail_text a:hover i {
  color: #fff;
}
.gradient_block .detail_text:hover h5 {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 10px;
}
.gradient_block .detail_text:hover a span {
  display: inline;
}
.gradient_block .detail_text:hover a i {
  margin-left: 8px;
}

.team .gradient_block .image_area img {
  border-radius: 20px;
}
.team .gradient_block .image_area .overlay {
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+23,0.7+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#b3000000",GradientType=0 );
  /* IE6-9 */
}

/*-----*/
.support {
  padding: 15px 0;
  background-color: #f6f6f6;
}
.support [class*=col-] {
  border: 4px solid #f6f6f6;
}
.support .squre {
  background-color: #fff;
  height: 177px;
}
.support .squre a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.support .squre .icon {
  height: 109px;
  width: 90px;
  background-size: 90px;
  margin: 0 auto;
}
.support .squre:hover {
  background: #18233f;
}
.support .squre:hover .icon {
  background-position: 0px -117px;
}
.support p {
  text-align: center;
  color: #18233f;
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}

.partners {
  margin-top: 25px;
}
.partners h4 {
  font-weight: 700;
  color: #eb694e;
  border-top: 8px solid #18233f;
  padding-top: 20px;
  margin-top: 20px;
}
.partners h5 {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
.partners h5 small {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/*----*/
.inner_map {
  position: relative;
}
.inner_map h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  color: #98989b;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 39px;
  border: 2px solid #98989b;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 26px;
  font-weight: 700;
}
.inner_map:hover img {
  transform: scale(1.04, 1.04);
  filter: drop-shadow(2px 2px 2px #eb694e);
  -moz-filter: drop-shadow(2px 2px 2px #eb694e);
  -webkit-filter: drop-shadow(2px 2px 2px #eb694e);
}
.inner_map:hover h4 {
  border-color: #eb694e;
  color: #eb694e;
  width: 70px;
  height: 70px;
  line-height: 43px;
  font-size: 33px;
}

.free_zone li {
  border-bottom: 1px dotted #eb694e;
}
.free_zone li a {
  text-decoration: none;
  color: #18233f;
  font-weight: 600;
  font-size: 17px;
  padding: 9px 0;
  display: block;
}
.free_zone li a:hover {
  font-weight: 800;
}

.dubai p {
  color: #18233f;
  line-height: 29px;
  font-size: 15px;
  font-weight: 500;
}
.dubai h5 {
  background-color: #eb694e;
  color: #fff;
  padding: 5px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
.dubai ul li {
  color: #18233f;
  padding: 4px 0;
  font-weight: 500;
}

form.inqury .form-control {
  background: #ededed;
  border-radius: 0;
  margin-bottom: 10px;
}
form.inqury .form-control::placeholder {
  color: #18233f;
}
form.inqury .btn {
  width: 100%;
  background-color: #18233f;
  margin-top: 15px;
}
form.inqury .btn:hover {
  background-color: #eb694e;
}
form.inqury .input-group-text {
  height: 38px;
  border-radius: 0;
  padding: 6px;
}
form.inqury .input-group-text img {
  width: 36px;
  margin-right: 5px;
}
form.inqury .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #18233f;
  background-color: #18233f;
}

/*--------*/
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
  display: none;
}

.menu-sidebar ul.dis_in_mobile {
  display: none;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
/*---RESPONSIVE MEDIA QUERIES---*/
@media screen and (max-width: 1024px) {
  .banner .carousel-item .carousel-caption:after {
    top: -14vw;
    height: 48vw;
  }

  .home_blocks {
    background-size: cover !important;
  }

  .inner_banner .caption.right_bottom {
    bottom: 5%;
  }
  .inner_banner .caption.bottom_left:after {
    width: 57vw;
    height: 50vw;
    left: -59vh;
  }
  .inner_banner.bottom {
    background-position: center;
  }
}
@media (max-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  .navbar-collapse {
    display: none;
  }

  .menu-sidebar ul.dis_in_mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    margin-bottom: 15px;
  }
  .header nav {
    position: relative;
  }
  .header nav .navbar-toggler {
    margin-right: 30px;
    text-align: left;
    margin-top: 17px;
    border: 0;
    background-color: #eb694e;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    font-size: 14px;
  }
  .header nav .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 66px;
    background-color: #fff;
    z-index: 12;
  }
  .header nav .navbar-brand {
    padding-top: 13px !important;
  }

  .right_side {
    margin-top: 14px;
  }

  .banner .carousel-item img {
    height: 370px;
  }
  .banner .carousel-item .carousel-caption h1 {
    font-size: 5vw;
  }

  .inner_banner .caption h1 {
    font-size: 5vw;
  }
  .inner_banner .caption.right_bottom:after {
    width: 60vw;
    bottom: -5vw;
  }
  .inner_banner .caption.bottom_left:after {
    width: 65vw;
    height: 65vw;
    left: -25vh;
  }

  .home_blocks {
    padding: 14px;
    height: 180px;
  }
  .home_blocks h4 {
    font-size: 18px;
  }
  .home_blocks p {
    font-size: 14px;
  }

  .facts .number {
    font-size: 28px;
  }
  .facts p {
    font-size: 13px;
  }

  .inner_banner .caption.left_top:after {
    width: 65vw;
    height: 44vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    margin-bottom: 15px;
  }
  footer .addrs li i.empty {
    margin-right: 0;
    padding: 0;
    width: 0;
  }
  footer .addrs li:first-child i.empty {
    margin-right: 0;
    padding: 0;
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .carousel-item .carousel-caption:after {
    top: -17vw;
    height: 56vw;
    width: 60vw;
  }
}
@media screen and (max-width: 500px) {
  .banner .carousel-item .carousel-caption:after {
    top: -20vw;
    height: 61vw;
    width: 60vw;
  }

  .se-pre-con {
    background-size: 80%;
  }

  .inner_banner {
    height: 370px;
  }
}
@media screen and (max-width: 420px) {
  .header .navbar {
    flex: 0 0 80.666667%;
    max-width: 80.666667%;
  }
  .header .navbar .navbar-brand img {
    width: 150px;
  }

  .banner .carousel-item img {
    height: 200px;
  }

  .title {
    font-size: 5vw;
  }

  .inner_banner .caption {
    width: 45%;
  }
  .inner_banner .caption.right_bottom:after {
    width: 80vw;
  }
  .inner_banner .caption.bottom_left:after {
    width: 85vw;
    height: 65vw;
    left: -25vh;
  }
}
@media screen and (max-width: 363px) {
  .toggle-button {
    width: 30px;
  }

  .header .navbar {
    flex: auto;
    max-width: initial;
  }
  .header .navbar .navbar-toggler {
    margin-right: 0;
    font-size: 13px;
  }
  .header .navbar .navbar-brand img {
    width: 125px;
  }
  .header .right_side {
    flex: auto;
    max-width: initial;
  }
  .header .right_side .menu {
    margin-left: 5px;
  }
  .header .right_side a {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptsg8zYS_SKggPNwE44Q4FqL_KWxWMT.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptsg8zYS_SKggPNwE44TYFqL_KWxQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwIYqWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwN4rWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwPIsWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwJYtWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Raleway Black'), local('Raleway-Black'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwK4vWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Raleway Black'), local('Raleway-Black'), url(https://www.creativezone.ae/wp-content/themes/cz/fonts/global/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*Footer 2*/
.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}
footer .site_block ul li a {
    color: #eb694e;
}
footer .site_block ul li a:hover {
    color: #fff;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.iti{
    width:100%;
}
.awards{
    padding:15px 0px!important;
}

.czlogo{
	max-height:50px;
}
.wp-post-image {
    max-width: 320px;
    height: auto;
}
.gform_wrapper .field_description_below .gfield_description{
	padding-top:5px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: rgba(255,223,224,.25);
	margin-bottom: 6px!important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
	padding-bottom: 0px;
	padding-top: 0px;
	box-sizing: border-box;
	border: none;
}
.gform_wrapper div.validation_error{
	display:none;
}
.gform_button{
	background: #18243f!important;
	color: #fff;
	border-radius: 0;
	padding: 6px 20px;
	width: 100%!important;
	border: 0px;
	text-transform: uppercase;
}
.gform_wrapper ul.gform_fields li.gfield{
	padding-right:0px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width:calc(100% - 0px)!important;
}
.gform_wrapper .gform_footer {
    padding: 5px 0 5px;
	margin: 5px 0 0;
}
.gform_body input[type="checkbox"]{
	width:auto!important;
	height:auto;
	display:initial;
}
.gform_body input, .gform_body select, .gform_body textarea {
	width: 100%!important;
	height: 35px;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ededed;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_body .gfield_label{
	display:none!important;
}
body .gform_wrapper ul li.gfield{
	margin-top:10px;
}
.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
    color: #292929;
}
.czsp-txt-color{
	color:#a3897a!important;
}
.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox{
	background: #f7f7f7;
}
.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time{
		background: #eaeaea;
}
.f1rem{
	font-size:1rem;
}
.czsp-img{
	max-height:195px;
	max-width:100%;
	border-radius:10px;
}
.bgblue{
background: #0f1e41;
    color: #fff;
    margin-bottom: 20px;
}
.celist{
	list-style: none;
    padding-left: 0px;
}
.czleadblue-stretch-row.special{
	font-size:1rem;
	margin-top:-30px;
	padding:10px 0px;
}
.bl{
	border-left:1px solid #fff;
}
.uc{
	text-transform:uppercase;
}
.czsp-tbl th{
	text-align:center;
}
.czce-tbl-heading{
	text-transform:uppercase;
	margin-top:15px;
}
footer .addrs li{
	font-size:14px;
}
.mtb-70{
	margin:70px 0px;
}
footer{
	margin-top: 20px;
}
table.folding {
  border-spacing: 0;
}

table.folding th {
  font-weight: bold;
  text-align: left;
}

table.folding thead th {
	text-transform: capitalize;
	color: #18233f;
	font-size: 20px;
	font-weight: 600;
}
.right_side .search {
    margin-right: 10px;
}
table.folding td > div {
  float: left;
	padding-left: 6px;
}
#cciframe{
	width:100%;
	border: 0px;
	min-height: 740px;
}
@media only screen and (max-width: 800px) {
#cciframe{
	width:100%;
	border: 0px;
	min-height: 990px;
}	
}
	@media only screen and (max-width: 40em) {
  table.folding thead th:not(:first-child) {
    display: none;
  }
  table.folding td, table.folding th {
    display: block;
    clear: both;
  }
  table.folding td[data-th]:before {
    content: attr(data-th);
    float: left;
		text-transform: capitalize;
	color: #18233f;
	font-size: 20px;
	font-weight: 600;
  }
}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_default{
	z-index:9999999;
}
.custom-control-input:checked~.custom-control-label::before{
  color: #fff;
  border-color: #23af94;
  background-color: #23af94;
}
.btn-primary {
    color: #fff;
    background-color: #18233f;
    border-color: #18233f;
    padding: 2px 15px;
}
#lfb_bootstraped .lfb_itemContainer_285 label,#lfb_bootstraped .lfb_itemContainer_292 label,#lfb_bootstraped .lfb_itemContainer_236 label,#lfb_bootstraped .lfb_itemContainer_234 label,#lfb_bootstraped .lfb_itemContainer_235 label{
  display:none!important;
}
footer .addrs li{
	margin-bottom:10px;
}
.pl-25{
	padding-left:25px;
}
footer.entry-footer {
    display: none;
}
div.entry-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#estimation_popup.wpe_bootstraped .form-group, .bootstrap-datetimepicker-widget .form-group{
  margin-bottom:5px;
}
#estimation_popup.wpe_bootstraped #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), #estimation_popup.wpe_bootstraped #mainPanel textarea, #estimation_popup.wpe_bootstraped #mainPanel select, #estimation_popup.wpe_bootstraped #mainPanel .select-block, #estimation_popup.wpe_bootstraped #mainPanel .input-group{
  background: #ededed;
  border-radius: 0;
  margin: 10px 0px;
  border:1px solid;
  text-align:left;
  margin:0 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #495057;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inner_banner .caption.bottom_left{
  width:35%;
}
.search-mask.active{
  display:block;
}
.search-mask{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-color: rgba(24, 35, 63, 0.8);
    height: 100%;
    z-index: 12;
    display: none;
}
.ajax-posts{position: relative;}
.ajax-posts .overlay{position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background-color: rgba(255,255,255,0.8);}
.overlay-content{
  text-align:center;
}
.list-unstyled > .list-unstyled{
  padding-left:15px;
}
.list-unstyled ul.list-unstyled {
    padding-left: 25px;
    list-style: circle;
}

.show-preloader{
  display:block!important;
}
/* GLOBAL */
a,a:hover{
  text-decoration:none;
}
.czsp-tbl thead {
    background: #0f1d41;
}
.czsp-tbl thead th {
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
}
.qoute-title p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
}
.free_zone li a{
  text-transform:uppercase;
}
.free_zone li a[aria-expanded="true"]{
  font-weight: 800;
}
p.quote:after {
  background: url(https://s3.eu-west-1.amazonaws.com/cdn.creativezone.ae/assets/quotation2.png);
  background-size: contain;
  height: 25px;
  width: 25px;
  content: "";
  position: absolute;
}
p.quote:before {
  background: url(https://s3.eu-west-1.amazonaws.com/cdn.creativezone.ae/assets/quotation1.png);
  background-size: contain;
  height: 25px;
  width: 25px;
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
}
.czsp-tbl tbody td:nth-of-type(odd) {
    background: #e4e4e4;
    padding: 0px 15px;
}
.czsp-tbl tbody td:nth-of-type(even) {
    background: #f2f2f2;
    padding: 0px 15px;
}
span.servicetitle {
    color: #a3897a;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 50px;
}
.tbl-icons{
  width:25px;
  height:auto;
}
.searching_area{
  width:300px;
  padding-top:150px;
}
.topbar {
    background: #18233f;
    width: 100%;
    padding: 10px 0px;
    display:block;
  text-align:right;
}
.gradient_block .image_area{
  height:100%;
}
.qoute-title {
    text-transform: uppercase;
    color: #a3897a;
    font-weight: 600;
}
.topbar a{
  background: #fff;
  border-bottom-left-radius: 10px;
  padding: 5px 15px;
  margin: 2px 10px;
  border-top-right-radius: 10px;
  display: block;
  text-align: center;
}
.topbar span.orange a{
  background:#eb694e;
}
.inner_banner .caption.bottom_left:after{
  border-top-left-radius:100px;
}
.mec-hourly-schedule-speaker-details{
  width:100%;
  padding-left:0px;
}
.inner_banner .caption.left_top:after{
  border-bottom-left-radius:100px;
    border-bottom-right-radius:0px;
}
.topbar span.orange{
  background:#eb694e;
}
.topbar span.orange a{
  color:#fff;
  font-weight:600;
}
.comments-area {
  display: none;
}
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover{
  background: #18233f;
}

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover{
  border:1px solid #18233f;
  font-family: "Raleway", sans-serif;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover{
  color: #18233f;
}
.mec-single-event .mec-events-meta-group-booking form>h4, .mec-single-event .mec-frontbox-title,.mec-event-schedule-content dl dt.mec-schedule-title{
  text-transform: inherit;
}
.mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before{
  border-bottom: 4px solid #18233f;
}
.mec-container .mec-events-event-image .wp-post-image {
  width: 100%;
}
.mec-event-list-standard .mec-col-table-c{
  vertical-align:top;
}
.mec-venue-details .mec-event-address{
  display:none;
}
/*HOME BLOCKS*/
.home_blocks_container a{
  text-decoration:none;
}
.home_blocks:hover p{
  color:#18233f;
}
/* BUSINESS SETUP PAGE */
p.title{
  text-align: center;
  margin: 15px 0px;
  font-size: 16px;
}
/* FOOTER */
footer .map{
    margin-top:0px;
}
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover{
  background: #18233f;
}

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover{
  border:1px solid #18233f;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover{
  color: #18233f;
}
.mec-single-event .mec-events-meta-group-booking form>h4, .mec-single-event .mec-frontbox-title,.mec-event-schedule-content dl dt.mec-schedule-title{
  text-transform: inherit;
}
.mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before{
  border-bottom: 4px solid #18233f;
}
.czbank-title{
  background: #1b75bc;
  color:#fff;
  text-transform:uppercase;
  font-size:1.2rem;
  font-weight:600;
  padding:5px;
}
.bank-logos{
  max-width:100%;
}
footer .map iframe{
    height: 280px;;
}
.team .gradient_block .image_area img{
  width:100%;
}
.insurance-green-label h3 {
  background: #22af94;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.insurance-grey-label h3 {
  font-size: 1rem;
  padding: 10px;
  background: #e4e4e4;
  text-transform: uppercase;
}
.sidebar-recent-posts {
    background: #ececec;
    padding: 0px 16px;
}
.post-item{
  min-height: 350px;
}
.post-item {
    border-bottom: 1px solid #cccccc;
}
.post-item a,.post-item a:hover{
  text-decoration:none;
}

.row.recent-post-item {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    padding: 10px 0px;
}
.sidebar-recent-posts .info .title {
    font-size: 1.2rem;
}
.shareicons ul li a {
    color: #000;
    font-size: 22px;
    display: block;
    padding: 0 5px;
}
.shareicons ul li{
    float:left;
}
a {
    color: #1d2645;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}
.dis_in_mobile li a{
  padding:0px;
}
.dis_in_mobile{
  margin:0px;
  padding:0px;
}
.brands ul li a{
  color: #18233f;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  text-decoration:none;
}

.brands ul li a:hover{
  text-decoration:none;
  color: #eb684e;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.orange{
  color:#eb694e!important;
}
.detail_text span{
  color:#eb694e;
}

.gradient_block .detail_text.killpadding{
  bottom: 0px;
  padding-bottom:0px;
}

p.empty_space {
    padding: 20px;
}
.image_area img.img-fluid{
  width: 100%;
}

.image_area img.filter50{
  filter:brightness(50%);
  width: 100%;
}
.filter90{
	filter:brightness(90%);
}
.font14{
	font-size:14px!important;
	line-height:18px!important;
}
.detail_text a.subbrands{
  margin-left:-25px;
  margin-right:-25px;
  display: block;
  background: #18233fc2;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #fff;
  font-size: 1.0rem;
  border-bottom: 1px solid #fff;
}
.detail_text a.subbrands:hover{
  background: #eb694e;
}
.post-item .dtime,.post-item .read-more {
  font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top:30px;
}
button#more_posts {
    margin: 10px 0px;
}
.post-item .read-more{
  position: absolute;
  bottom:0px;
}
.post-item .read-more a{
  color:#1c2544;
  text-decoration:none;
}
.post-item .read-more a:hover{
  color:#eb694e;
  text-decoration:none;
}
.post-item .post-item {
    height: 100%;
    padding: 24px 0px;
}
.post-item .post-img {
    height: 140px;
    overflow: hidden;
}
.post-item .short-description {
    font-weight: 300;
    font-size: 14px;
}
.post-item .post-title {
  margin: 10px 0px;
  font-weight: 600;
  color: #eb694e;
}
.press-item {
    background: #ececec;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.press-item .post-title {
    font-size: 1.3rem;
}
.press-item .read-more {
    float: left;
}
.press-item .dtime {
  float: right;
  text-transform:uppercase;
  color:#959ca4;
}
.press-item a:hover {
    text-decoration: none;
    color: #eb694e;
}
.press-item a {
    display: block;
    margin-bottom: 10px;
}
.searchbtn {
    background: #ededed;
    border: 1px #ccc solid;
    height: 38px;
    margin: 10px 0px;
    border-radius: 0px;
}
.press-item .read-more a {
    color: #eb694e;
}
.swiper1 p{
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-top:10px;
}
.swiper-slide{
  text-align: center;
  margin-bottom:25px;
}

.site_block .stick-to-bottom{
  position: absolute;
  bottom: 0;
}
.info a{
  color:#000;
}
.mt-10{
  margin-top:10px;
}
.mt-25{
  margin-top:25px;
}
.p-30{

  padding:30px;
  
}
.mb-5{
  margin-bottom:5px!important;
}
.inner_banner .caption.left_top_full_width:after{
  width:61vw;
}
.br-15{
  border-radius:15px;
}
.czta-team-title{
  color: #2caf93;
  font-weight: bold;
  font-size: 1.2rem;
}
hr{
  border-top:1px solid rgba(35, 35, 35, 0.56);
}
.bold{
  font-weight:bold;
}
.inner_banner .left_top_full_width h1{
  width:45vw;
  text-align:right;
}
.banner .carousel-item .carousel-caption h1 span, .inner_banner .caption h1 span{
  display:inline;
}
/* CZPG STYLE */
.czpg-color:after,.czpg-color h1 span{
  border-color:#1d70b7!important;
  color:#1d70b7!important;
}
.czpg-btn{
  background: #1d70b7;
  border-color: #1d70b7;
  width: 250px;
  border-radius: 0px;
  padding: 2px 0px;
}
.czpg-tabs-heading{
  background: #1d70b7;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.czpg-table thead th{
  background: #1d70b7;
  color: #fff;
}
.czpg-table tbody tr:nth-of-type(odd){
  background-color:#e4e4e4;
}
.czpg-table tbody tr:nth-of-type(even){
  background-color:#b1b1b1;
}
.czpg-tabs-heading[aria-expanded="true"]
,.czpg-tabs-heading:hover{
  background:#18233f;
  text-decoration:none;
  color:#fff;
}
.czpg-panel-body{
  min-height: 400px;
  margin-bottom: 20px;
}
ul.czpg{
  list-style: none;
  line-height: 1.6rem;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 0.9rem;
}
.czleadblue-stretch-row {
  background: #0f1d41;
  color: #fff;
  padding: 54px 0px;
  font-size: 1.3rem;
  margin:20px 0px;
}
.czpg-stretched-row {
    background: #2c70b6;
    color: #fff;
    padding: 54px 0px;
    font-size: 1.3rem;
}
/* CZ LEAD STYLE */
.czlead-stretch-row {
  background: #f5f5f5;
  padding: 54px 0px;
  font-size: 1.3rem;
  margin:30px 0px;
}
.text-white{
  color:#fff;
}
.white-bg{
  background: #fff;
  color: #041e41;
  margin:10px;
  min-height:160px;
}
.white-bg p.icon-text-wrapper{
  color:#041e41;
}
/*CZBH STYLE*/ 
.czbh-bg{
  background: #1d2545;
}
.price span {
    color: #85cde0;
    font-size: 2.2rem;
    font-weight: bold;
}
.price {
    text-align: center;
    color: #1d2645;
    position: absolute;
    font-weight: bold;
    bottom: 0;
    margin: 0px 27%;
}
.dark-col{
  background:#e4e4e4;
}
.light-col{
  background:#f2f2f2;
}
.table-cols {
    padding: 25px;
}
.table-cols .info h3 {
  text-align: center;
  color: #85cde0;
}
.table-cols .info p{
  text-align:center;
}
.czbh-heading{
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.czbh-color:after,.czbh-color h1 span{
border-color:#85cde0!important;
  color:#85cde0!important;
}
.czsp-color:after,.czsp-color h1 span{
border-color:#a3897a!important;
  color:#a3897a!important;
}
.czbank-color:after,.czbank-color h1 span{
border-color:#1b75bc!important;
  color:#1b75bc!important;
}
.czbh-tab a {
  line-height: 50px;
  background: #1d2445;
  color: #84cde0;
  border-radius: 0px!important;
  font-weight: 600;
  letter-spacing: 3px;
}
.czbh-tab .nav-item.show .nav-link, .czbh-tab .nav-link.active {
  color: #fff;
  background: #84cde0;
  border: 0px;
  font-weight: 600;
  letter-spacing: 3px;
}
.cz-tab-content{
  border: 1px solid #e4e4e4;
  padding: 20px!important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top:0px;
}
.czbh-stretch-row {
  background: #85cde0;
  color: #fff;
  padding: 54px 0px;
  font-size: 1.3rem;
  margin:30px 0px;
}
p.icon-text-wrapper {
  color: #fff;
  max-width: 190px;
  margin: 0 auto;
}
.czbh-btn{
  background: #85cde0;
  border-color: #85cde0;
  width: 250px;
  border-radius: 0px;
  padding: 2px 0px;
}
/*CZCS STYLE*/
.czcs-color:after,.czcs-color h1 span{
  border-color:#f59f31!important;
  color:#f59f31!important;
}
.czcs-tabs-heading{
  background: #0f1d41;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.czcs-tabs-heading[aria-expanded="true"]
,.czcs-tabs-heading:hover{
  background:#f59f31;
  text-decoration:none;
  color:#fff;
}
.czcs-tabs-heading{
  background: #0f1d41;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.czcs-panel-body{
  min-height: 230px;
}
/* CZCE STYLE */
.czce-title{
  color:#1d70b7;
}
ul.czce-list{
  list-style:none;
}
h3.title.num{
  font-size:18px;
}
h3.title.num span {
  background: #2c70b6;
  padding: 6px 13px;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 8px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 1.3rem;
}
img.icon{
  max-height:80px;
  width:auto;
}
ul.czce-list{
	padding-left:0px;
}
ul.czce-list li:before{
      content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #2c70b6;
    margin-right: 10px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}
/* CZI STYLE */
.czi-color:after,.czi-color h1 span{
  border-color:#22af94!important;
  color:#22af94!important;
}
/* CZTA STYLE */
.czta-color:after,.czta-color h1 span{
  border-color:#22af94!important;
  color:#22af94!important;
}
.czta-btn{
  background: #22af94;
  border-color: #22af94;
  width: 250px;
  border-radius: 0px;
  padding: 2px 0px;
}
.czta-tabs-heading{
  background: #0f1d41;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.czta-tabs-heading[aria-expanded="true"]
,.czta-tabs-heading:hover{
  background:#22af94;
  text-decoration:none;
  color:#fff;
}
.cz-panel-body{
  background:#e4e4e4;
  padding:15px;
}
ul.cz-list{
  /*padding-left:10px;*/
}
.cz-list li{
  list-style:none;
  line-height: 1.6rem;
}
.cz-list li span{
  position: relative;
  top: -5px;
}
.panel-default{
  border: 1px solid #fff;
}
.cz-list li:before{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(https://s3.eu-west-1.amazonaws.com/cdn.creativezone.ae/assets/cz-list.png);
  background-size: cover;
  margin-right: 2px;
}
.no-padding{
  padding:0px;
}
.no-margin{
  margin:0px;
}
table.czl-table-green thead th {
    background: #22af94;
    text-transform: uppercase;
    color: #fff;
}
table.cz-table-default thead th {
  background: #18233f;
  text-transform: uppercase;
  color: #fff;
}
.panel-body.cz-panel-body.czta-panel-body {
    min-height: 361px;
}
.cz-table-default tbody tr:nth-of-type(odd),.czl-table tbody tr:nth-of-type(odd){
  background-color:#e4e4e4;
  text-transform:uppercase;
}
.cz-table-default tbody tr:nth-of-type(even),.czl-table tbody tr:nth-of-type(even){
  background-color:#b1b1b1;
  text-transform:uppercase;
}
.czta-table thead th{
  background: #22af94;
  color: #fff;
  text-align:center;
}

.czta-table{
  border:1px solid #dee2e6;
}
/* .czta-table tbody tr:nth-of-type(odd){
  background-color:#e4e4e4;
}
.czta-table tbody tr:nth-of-type(even){
  background-color:#b1b1b1;
} */
.inner_banner .caption.left_top_full_width{
  left:0%;
}
.form-control{
  background: #ededed;
  border-radius: 0;
  margin: 10px 0px;
}
.default{
  width: 100%;
  margin: 10px 0px;
}
form .title{
  padding:7px 0px;
  margin-bottom:0px;
}
.facts .number{
  font-weight:700;
}
footer .site_block{
  max-height:50px;
}
.numIconBlue{
  background: #1d70b7;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fit-full-width{
  width:100%;
}
.input-group-addon span{
      width: 30px;
    text-align: center;
    background: #ededed;
    line-height: 38px;
    margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .banner .carousel-item .carousel-caption:after{
    height:43vw;
  }
  .banner .carousel-item .carousel-caption h1{
    max-width:380px;
  }
}

@media screen and (min-width: 480px) and (max-width: 900px){
.banner .carousel-item img {
    height: 360px;
}
  .banner .carousel-item .carousel-caption h1{
    font-size:30px;
  }
.site_block .stick-to-bottom{
    position: relative;
    bottom: 0;
  }
.czbh-tab a {
  width:100%;
}
.czbh-tab .nav-item.show .nav-link,.czbh-tab .nav-link.active {
  width:100%;
}
  .czbh-tab{
    display:block;
  }
  .inner_banner .caption.left_top_full_width:after{
		width:61vw;
	}
}

@media screen and (min-width: 0px) and (max-width: 320px){

.banner .carousel-item .carousel-caption h1 {
    font-size: 14px;
}
  .inner_banner {
    height: 200px;
  }
  .inner_banner .left_top_full_width h1 {
    right: 20px;
    position: absolute;
}
.post-item {
    min-height: 380px;
}
  .teamimginmobile{
    display:none;
  }
	.inner_banner .caption.left_top_full_width:after{
		width:61vw;
	}
}
@media screen and (min-width: 320px) and (max-width: 375px){
	
  .banner .carousel-item .carousel-caption h1 {
    font-size: 17px;
  }
  .inner_banner .left_top_full_width h1 {
    right: 20px;
    position: absolute;
}
  .inner_banner {
    height: 200px;
  }
  .teamimginmobile{
    display:none;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px){
  .banner .carousel-item img {
      height: 220px;
  }
    .inner_banner .left_top_full_width h1 {
    right: 20px;
    position: absolute;
}
  .teamimginmobile{
    display:none;
  }
}
@media screen and (min-width: 425px) and (max-width: 570px){
	
.czta-table td, .czta-table th{
	padding:2px!important;
}
  .banner .carousel-item .carousel-caption h1 {
    font-size: 22px;
}
  .banner .carousel-item .carousel-caption:after{
    height:60vw;
  }
  .inner_banner{
    height:250px;
  }
  .teamimginmobile{
    display:none;
  }
	.inner_banner .caption.left_top_full_width:after{
		width:61vw;
	}
}

@media screen and (min-width: 570px) and (max-width: 768px){
  .banner .carousel-item .carousel-caption h1 {
    font-size: 22px;
}
  .banner .carousel-item .carousel-caption:after{
    height:47vw;
  }
  .inner_banner{
    height:230px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner_banner .left_top_full_width h1{
    position:absolute;
    right:-70;
  }
  .post-item {
    min-height: 490px;
  }
  .banner .carousel-item .carousel-caption h1,.inner_banner .caption h1{
    font-size:37px;
  }
  .inner_banner{
    height:350px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px){
  .post-item {
    min-height: 380px;
  }
  .banner .carousel-item .carousel-caption h1{
    font-size:38px;
  }
  .banner .carousel-item img{
    max-height:480px;
  }
  .banner .carousel-item .carousel-caption h1 {
    font-size: 43px;
}
}
@media screen and (min-width: 1440px) and (max-width: 1780px){
  .banner .carousel-item .carousel-caption:after{
    width: 38vw;
    height: 31vw;
  }
  .post-item {
    min-height: 370px;
  }
}
@media screen and (max-width: 500px){
	
	.czta-table td, .czta-table th{
		padding:2px!important;
		font-size:12px
	}
	.inner_banner {
    height: 200px;
  }
	.mobile-mt-5{
		margin-top:5px;
	}
}
@media screen and (min-width: 1780px) and (max-width: 3000px){
  .banner .carousel-item .carousel-caption:after{
    width: 32vw;
    height: 22vw;
  }
}
.mec-totalcal-box{
	display:none!important;	
}
.mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6{
	font-family:"Raleway", sans-serif;
}
.czbtn{
	background:#eb694e;
	color:#fff!important;
	font-weight:bold;
	margin-top:10px;
}
.oliv-info{
	font-size:36px;
	line-height: 1em;
}
.oliv-info h3{
	color: rgb(0, 26, 74);
}
.oliv-info span{
	color: rgb(255, 92, 72);
}
.oliv-info p{
	color: rgb(0, 26, 74);
	font-size: 18px;
	line-height: 31px;
}
.oliv .tbl{
    background-size: contain;
    background-repeat: no-repeat;
    background: #f1f1f1;
    border-bottom-left-radius: 80px;
    padding: 40px;
    border-top-right-radius: 80px;
    text-align: center;
    margin-top: 15px;
}
.oliv .tbl-heading{
    background: #011a4a;
    color: #fff;
    font-weight: bold;
    margin-left: -40px;
    padding: 5px 15px;
    width: fit-content;
    margin-bottom: 30px;
}
.oliv .strike{
    text-decoration: line-through;
    color: #011a4a;
    font-size: 25px;
    font-weight: bold;
    padding-right: 40px;
    line-height: 30px;
    margin-top:15px;
}
.oliv .strike p {
    margin: 0;
}
.oliv .tbl-main-price {
    font-size: 45px;
    font-weight: bold;
    color: #ff5b47;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}
.oliv .tbl-main-price img{
	margin-top:-40px;
}
.oliv .cz-orange-btn{
	background: #ff5c48;
	color: #fff!important;
	padding: 5px 15px;
}
.oliv ul{
	text-align: left;
	margin-left: 10%;
	margin-top: 20px;
}
img.oliv-icons {
    height: 85px;
    width: auto;
}
.oliv-heading {
    color: #17233e;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.oliv-heading span{
    color: #eb694e;
}
.grey-bg.oliv {
    background: #f1f1f1;
    padding: 50px 0px;
}
.oliv-sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top:25px;
    margin-bottom: 15px;
}
.olivp p {
    padding: 0px 50px;
}
.container-fluid.oliv{
	margin:50px 0px;
	background: url(https://s3.eu-west-1.amazonaws.com/cdn.creativezone.ae/assets/czbg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.olivimg{
	width:100%;
	height: auto;
}
.olivimgIcon{
 max-width:90px;
}
.mec-event-schedule-content dl dt.mec-schedule-description{
	font-size: 14px;
    font-weight: 400;
    color: #6d7683;
    line-height: 1.7;
    text-align: left;
}
.mec-hourly-schedule-speaker-info,.lity-container, .mec-wrap, .mec-wrap div:not([class^=elementor-]){
	margin-left:0px;
	font-family:"Raleway";
}
.mec-load-more-button, .mec-events-meta-group-tags a, .mec-events-button, .mec-single-event .mec-event-meta dt, .mec-wrap abbr, .mec-event-schedule-content dl dt, .mec-breadcrumbs a, .mec-breadcrumbs span .mec-event-content p, .mec-wrap p,.mec-single-title{
	font-family:"Raleway";
}
.mec-wrap .mec-single-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
}
.mec-wrap .button, .mec-wrap a.button:not(.owl-dot), .mec-wrap button:not(.owl-dot):not(.gm-control-active), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit]{
	padding:5px;
	background:#18243f;
}
.mec-single-event:not(.mec-single-modern) .mec-local-time-details{
	background:#eaeaea;
}
.brand-blue-btn {
    background: #18243f;
    color: #fff!important;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
	width:fit-content;
}
.brand-orange-btn {
    background: #eb694e;
    color: #fff!important;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.plr-15{
	padding:0px 15px;
}
input[type=submit]:hover {
    background-color: #eb694e!important;
    text-decoration: none;
	color:#fff;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    margin-top: -5px;
}
.modal-dialog{
	max-width:700px;
}
.alert.alert-danger ul {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.mdmr0{
	margin-right:0px!important;
}
.mdpr0{
	padding-right:0px;
}
@media only screen and (max-width: 600px) {
	.mdmr0{
		margin-right:10px!important;
	}
	.mdpr0{
		padding-right:15px;
	}
}
.dropdown-item:hover{
	background-color:#18243f;
	color:#fff;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:#eb694e;	
}
.mask{
	position:fixed;
}
.featured_image{
	width:100%;
}
ul.lang_switcher {
    background: #fff;
    border-bottom-left-radius: 10px;
    padding: 5px 15px;
    margin: 2px 10px;
    border-top-right-radius: 10px;
    display: block;
    text-align: center;
    overflow:hidden;
    display: flex!important;                
    justify-content: center;
    position: relative;  
}
ul.lang_switcher li {
	float: right;
	list-style: none;
	padding: 0px 5px;
}
ul.lang_switcher li a{
	background: #fff;
	border-bottom-left-radius: 0px;
	padding: 0;
	margin: 0px;
	border-top-right-radius: 0px;
	display: inherit;
	text-align: center;
	font-weight:bold;
}
.detail_text a.subbrands{
    margin-right:-5px!important;
}
.gradient_block{
    margin:10px;
}