/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
html {
  -webkit-text-size-adjust: none;
}
/*************************** fonts ******************************/
@font-face {
  font-family: 'DubaiW23-Bold';
  src: url('fonts/DubaiW23-Bold.eot') format('embedded-opentype'), url('fonts/DubaiW23-Bold.woff') format('woff'), url('fonts/DubaiW23-Bold.woff2') format('woff'), url('fonts/DubaiW23-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DubaiW23-Light';
  src: url('fonts/DubaiW23-Light.eot') format('embedded-opentype'), url('fonts/DubaiW23-Light.woff') format('woff'), url('fonts/DubaiW23-Light.woff2') format('woff'), url('fonts/DubaiW23-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DubaiW23-Medium';
  src: url('fonts/DubaiW23-Medium.eot') format('embedded-opentype'), url('fonts/DubaiW23-Medium.woff') format('woff'), url('fonts/DubaiW23-Medium.woff2') format('woff'), url('fonts/DubaiW23-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DubaiW23-Regular';
  src: url('fonts/DubaiW23-Regular.eot') format('embedded-opentype'), url('fonts/DubaiW23-Regular.woff') format('woff'), url('fonts/DubaiW23-Regular.woff2') format('woff'), url('fonts/DubaiW23-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/************************************************************* variable ***************************************/
/************************************************************* mixins ***************************************/
select:active,
select:hover {
  outline: none;
}
:active,
:focus {
  outline: none !important;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
/* remember to highlight inserts somehow! */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
/*for IE8 */
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
textarea,
select,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  color: inherit;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}
/************************ style starts *****************************/
html {
  overflow-x: hidden;
}
body {
  font-family: 'DubaiW23-Light';
  color: #535353;
}
img {
  max-width: 100%;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
header .top-menu {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-menu .social-icons {
  float: left;
}
header .top-menu .social-icons ul {
  clear: both;
}
header .top-menu .social-icons ul:after,
header .top-menu .social-icons ul:before {
  content: "";
  display: table;
  clear: both;
}
header .top-menu .social-icons ul li {
  float: left;
  margin-right: 10px;
}
header .top-menu .social-icons ul li a {
  padding: 10px;
}
header .top-menu .social-icons ul li a i {
  font-size: 20px;
  color: #ffffff;
}
header .top-menu .contact-info {
  float: right;
  padding: 13px 0;
}
header .top-menu .contact-info p {
  font-family: 'DubaiW23-Light';
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.5;
}
header .main-menu {
  position: relative;
  z-index: 10;
  margin-top: 17px;
}
header .main-menu .logo {
  width: 185px;
  float: left;
}
header .main-menu .logo a {
  display: block;
  text-align: right;
}
header .main-menu .logo a span {
  font-family: 'DubaiW23-Light';
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.035em;
  line-height: 1;
  position: relative;
  top: -5px;
}
header .main-menu .logo a img {
  display: block;
}
header .main-menu .menu-item {
  float: right;
}
header .main-menu .menu-item ul.first-level li {
  float: left;
  border-radius: 2px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-menu .menu-item ul.first-level li a {
  font-family: 'DubaiW23-Light';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-menu .menu-item ul.first-level li.active,
header .main-menu .menu-item ul.first-level li.current-menu-item {
  background-color: #243b7c;
}
header .main-menu .menu-item ul.first-level li:hover {
  /*  background-color: #243b7c;*/
}
header .main-menu .menu-item ul.first-level li:last-of-type {
  margin-right: 0;
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children:hover {
  /* ul.second-level {
                opacity: 1;
                visibility: visible;
                pointer-events: all;
                z-index: 1;
              }*/
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu {
  position: absolute;
  width: 225px;
  overflow: hidden;
  border-radius: 2px;
  left: 0;
  top: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li {
  margin-right: 0;
  border-bottom: 1px solid #24578d;
  width: 100%;
  background-color: #243b7c;
  border-radius: 0;
  /* &:hover {
                  background-color: #243b7c;
                }*/
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li:last-of-type {
  border-bottom: none;
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li:last-of-type a {
  padding-bottom: 20px;
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li:first-of-type a {
  padding-top: 20px;
}
header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li a {
  display: block;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 10px 10px;
}
header.small-header {
  background-color: #243b7c;
}
header.small-header .top-menu {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
header.small-header .main-menu {
  margin-top: 10px;
}
header.small-header .main-menu .logo {
  width: 150px;
}
header.small-header .main-menu .logo a span {
  font-size: 10px;
}
header.small-header .main-menu .menu-item {
  /* padding-top: 9px;*/
}
header .mobile-menu {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  background-color: #fff;
  z-index: 15;
  height: 100%;
  max-width: 290px;
  padding: 60px 0;
}
header .mobile-menu .mobile-menu-inner {
  overflow-y: visible;
}
header .mobile-menu .mobile-menu-inner .m-first-level li {
  border-bottom: 1px solid rgba(83, 83, 83, 0.1);
}
header .mobile-menu .mobile-menu-inner .m-first-level li a {
  font-family: 'DubaiW23-Regular';
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 10px;
  width: 100%;
  display: block;
}
header .mobile-menu .mobile-menu-inner .m-first-level li.m-dropdown .m-second-level {
  overflow: hidden;
  height: 0;
}
header .mobile-menu .mobile-menu-inner .m-first-level li.m-dropdown .m-second-level.active {
  height: auto;
}
header .mobile-menu .mobile-menu-inner .m-first-level li .social-icons ul {
  clear: both;
}
header .mobile-menu .mobile-menu-inner .m-first-level li .social-icons ul:after,
header .mobile-menu .mobile-menu-inner .m-first-level li .social-icons ul:before {
  content: '';
  display: table;
  clear: both;
}
header .mobile-menu .mobile-menu-inner .m-first-level li .social-icons ul li {
  float: left;
}
header .mobile-menu .mobile-menu-inner .m-first-level li .contact-info a {
  padding: 0;
}
/*footer*/
footer {
  background-color: #2f2f2f;
}
footer .foot-top {
  clear: both;
  padding: 60px 0;
  border-bottom: 5px solid #484848;
}
footer .foot-top:after,
footer .foot-top:before {
  content: '';
  display: table;
  clear: both;
}
footer .foot-top .foot-location {
  display: inline-block;
  float: left;
}
footer .foot-top .foot-location img {
  width: 32px;
  margin-bottom: 5px;
}
footer .foot-top .foot-location p {
  font-size: 15px;
  color: #ffffff;
  font-family: 'DubaiW23-Light';
  max-width: 300px;
}
footer .foot-top .foot-information {
  display: inline-block;
  float: right;
  text-align: right;
}
footer .foot-top .foot-information p,
footer .foot-top .foot-information a {
  font-size: 15px;
  color: #ffffff;
  font-family: 'DubaiW23-Light';
}
footer .foot-top .foot-information img {
  width: 40px;
  margin-bottom: 5px;
}
footer .foot-bottom {
  padding: 25px 0;
}
footer .foot-bottom .foot-logo {
  width: 185px;
  text-align: right;
  float: left;
}
footer .foot-bottom .foot-logo a img {
  width: 100%;
}
footer .foot-bottom .foot-logo span {
  font-family: 'DubaiW23-Light';
  font-size: 12px;
  color: #747474;
  letter-spacing: 0.035em;
  line-height: 1;
  position: relative;
  top: -5px;
  display: none;
}
footer .foot-bottom .foot-social {
  display: inline-block;
  float: right;
}
footer .foot-bottom .foot-social ul {
  clear: both;
}
footer .foot-bottom .foot-social ul:after,
footer .foot-bottom .foot-social ul:before {
  content: '';
  clear: both;
  display: table;
}
footer .foot-bottom .foot-social ul li {
  float: left;
  margin-right: 10px;
}
footer .foot-bottom .foot-social ul li:last-of-type {
  margin-right: 0;
}
footer .foot-bottom .foot-social ul li a {
  padding: 5px;
}
footer .foot-bottom .foot-social ul li a i {
  font-size: 20px;
  color: #ffffff;
}
footer .foot-bottom p {
  float: left;
  color: #747474;
  font-family: 'DubaiW23-Light';
  font-size: 14px;
  line-height: 1.4;
  margin-left: 30px;
  margin-top: 15px;
}
.camera_caption div {
  background: transparent;
}
.camera_caption div h1 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1.2;
  font-family: 'DubaiW23-Bold';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 500px;
}
.camera_caption div h1 span {
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  padding: 10px 20px;
  padding-top: 0;
}
.camera_caption div h1 span:nth-of-type(1) {
  padding-top: 10px;
}
.camera_caption div h1 i {
  font-size: 18px;
  position: absolute;
  bottom: -28px;
  right: 11px;
}
.camera_caption div h1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #243b7c;
  bottom: 0;
  left: 0;
}
.camera_caption div h1:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: -40px;
  background-color: #243b7c;
}
.banner-section {
  position: relative;
  height: 0px;
  padding-bottom: 42%;
  overflow: hidden;
}
.banner-section .banner-owl {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section .banner-owl .owl-stage,
.banner-section .banner-owl .owl-stage-outer,
.banner-section .banner-owl .owl-item {
  height: 100%;
}
.banner-section .banner-owl .item {
  height: 100%;
}
.banner-section .banner-owl .item .owl-video-frame iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-section .banner-owl .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .banner-owl .item h1 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1.2;
  font-family: 'DubaiW23-Bold';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 500px;
}
.banner-section .banner-owl .item h1 span {
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  padding: 10px 20px;
  padding-top: 0;
}
.banner-section .banner-owl .item h1 span:nth-of-type(1) {
  padding-top: 10px;
}
.banner-section .banner-owl .item h1 i {
  font-size: 18px;
  position: absolute;
  bottom: -28px;
  right: 11px;
}
.banner-section .banner-owl .item h1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #243b7c;
  bottom: 0;
  left: 0;
}
.banner-section .banner-owl .item h1:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: -40px;
  background-color: #243b7c;
}
.banner-section .banner-owl .owl-nav {
  /*height: 50px;
      position: absolute;
      margin: auto 0;
      top: 0;
      bottom: 0;
      width: 100%;*/
}
.banner-section .banner-owl .owl-nav .owl-prev {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 40px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  font-size: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-section .banner-owl .owl-nav .owl-prev:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.banner-section .banner-owl .owl-nav .owl-next {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 40px;
  top: 47%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  -moz-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  font-size: 0;
  cursor: pointer;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-section .banner-owl .owl-nav .owl-next:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.banner-section .banner-owl .owl-nav.disabled {
  display: block;
}
/*******************/
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 16px;
}
#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger {
  display: none;
}
.top-triangle {
  position: relative;
  height: 50px;
  top: -49px;
  z-index: 2;
}
.top-triangle svg {
  width: 100%;
  position: absolute;
  height: 50px;
}
.bottom-triangle {
  position: relative;
  height: 50px;
  bottom: -49px;
  z-index: 2;
}
.bottom-triangle svg {
  width: 100%;
  position: absolute;
  height: 50px;
}
.home-about {
  position: relative;
  z-index: 10;
}
.home-about .container {
  position: relative;
}
.home-about .top-triangle {
  height: 80px;
  top: -84px;
}
.home-about .top-triangle svg {
  height: 84px;
}
.home-about .bottom-triangle {
  height: 85px;
  bottom: -85px;
}
.home-about .bottom-triangle svg {
  height: 85px;
}
.home-about .home-learn-about {
  background: #243b7c;
  background: -webkit-linear-gradient(#243b7c, #c20b32);
  background: -o-linear-gradient(#243b7c, #c20b32);
  background: -moz-linear-gradient(#243b7c, #c20b32);
  background: linear-gradient(#243b7c, #c20b32);
  padding-bottom: 160px;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 3  ;
  /*border-radius: 5px;*/
  border-top-left-radius: 0;
}
.home-about .home-learn-about p {
  font-family: 'DubaiW23-Light';
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
  padding: 0 60px;
  height: 96px;
  overflow: hidden;
}
.home-about .home-learn-about p strong {
  font-family: 'DubaiW23-Bold';
}
.home-about .home-learn-about .top-triangle {
  height: 40px;
  top: -40px;
}
.home-about .home-learn-about .top-triangle svg {
  height: 40px;
}
.home-about .home-learn-about a {
  font-family: 'DubaiW23-Medium';
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 14px 36px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: transparent;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-about .home-learn-about a:hover {
  background-color: #ffffff;
  color: #df1c46;
}
.box-main .box-inner .box-image {
  width: 360px;
  height: 270px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.box-main .box-inner .box-image a {
  display: block;
  position: relative;
}
.box-main .box-inner .box-image a h2 {
  position: absolute;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  bottom: 30px;
  font-family: 'DubaiW23-Light';
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #ffffff;
  z-index: 11;
  display: inline-block;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-main .box-inner .box-image a h2:after {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #df1c46;
}
.box-main .box-inner .box-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.box-main .box-inner .box-image a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-main .box-inner .box-image a:hover:after {
  opacity: 1;
  visibility: visible;
}
.box-main .box-inner .box-image a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.box-main .box-inner .box-image a:hover h2 {
  bottom: 30px;
}
.box-main .box-inner .box-image.compat-object-fit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.box-main .box-inner .box-image.compat-object-fit img {
  visibility: hidden;
}
.box-main .box-inner p {
  width: 360px;
  margin: 20px auto;
  font-family: 'DubaiW23-Regular';
  font-size: 16px;
  color: #535353;
  line-height: 1.2;
  overflow: hidden;
  height: 60px;
}
.home-pledge-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.home-pledge-section .container {
  height: 700px;
  display: table;
  margin: 0 auto;
}
.home-pledge-section .container .home-our-pledge {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.home-pledge-section .container .home-our-pledge a h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: 'DubaiW23-Bold';
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  /*max-width: 360px;*/
}
.home-pledge-section .container .home-our-pledge a h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #243b7c;
  bottom: 0;
  left: 0;
}
.home-pledge-section .container .home-our-pledge a h2:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: -40px;
  background-color: #243b7c;
}
.home-pledge-section .container .home-our-pledge a h2 span {
  display: block;
  font-size: 60px;
}
.home-pledge-section .container .home-our-pledge a h2 i {
  font-size: 18px;
  position: absolute;
  bottom: -28px;
  right: 11px;
}
.home-case-study {
  background-color: #f8f8f8;
  padding-bottom: 30px;
}
.home-case-study h2 {
  text-align: center;
}
.home-case-study .home-case-study-inner {
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-case-study .home-case-study-inner:hover {
  box-shadow: 0px 8px 12px 1px #ddd;
}
.home-case-study .home-case-study-inner .home-case-img {
  height: 140px;
  background-color: #df1c46;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.home-case-study .home-case-study-inner .home-case-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-case-study .home-case-study-inner .home-case-content {
  padding: 20px;
  background-color: #ffffff;
}
.home-case-study .home-case-study-inner .home-case-content h3 {
  font-family: 'DubaiW23-Light';
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #0a0a0a;
  font-size: 18px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.home-case-study .home-case-study-inner .home-case-content h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #df1c46;
  width: 80%;
}
.home-case-study .home-case-study-inner .home-case-content p {
  color: #535353;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'DubaiW23-Regular';
  padding-top: 15px;
  height: 170px;
  overflow: hidden;
}
.home-case-study .home-case-study-inner .home-case-content p:empty {
  display: none !important;
}
.home-case-study .home-case-viewall {
  margin: 60px auto;
  text-align: center;
}
.home-case-study .home-case-viewall a {
  display: inline-block;
  font-family: 'DubaiW23-Medium';
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-color: #243b7c;
  border-radius: 2px;
  padding: 4px 23px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-case-study .home-case-viewall a:hover {
  background-color: #df1c46;
}
.inner-banner-section {
  background-color: #243b7c;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner-section .container {
  height: 520px;
  display: table;
  margin: 0 auto;
}
.inner-banner-section .container .banner-text {
  display: table-cell;
  vertical-align: middle;
}
.inner-banner-section .container .banner-text h1 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1;
  font-family: 'DubaiW23-Bold';
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: inline-block;
}
.home-about-box {
  position: relative;
  z-index: 8;
}
.custom-style strong {
  font-family: 'DubaiW23-Regular';
  color: #000000;
  font-weight: normal !important;
}
.custom-style ul {
  margin-bottom: 24px;
}
.custom-style ul li {
  position: relative;
  padding-left: 12px;
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
}
.custom-style ul li:before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-color: #535353;
  border-radius: 50%;
}
.custom-style p {
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
  margin-bottom: 24px;
}
.custom-style p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
.custom-style p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
.big-heading h2 {
  font-family: 'DubaiW23-Bold';
  font-size: 54px;
  letter-spacing: -0.01em;
  color: #535353;
  line-height: 1.3;
  padding: 40px 0;
}
.about-group {
  background-repeat: no-repeat;
  background-image: url("../img/our-group.jpg") !important;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.about-group.about-mission-vision .container .row p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.about-mission-vision {
  background-repeat: no-repeat;
  background-image: url("../img/Homepage_01.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
}
.about-mission-vision:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(228, 28, 70, 0.7);
  background: -webkit-linear-gradient(rgba(228, 28, 70, 0.7), rgba(194, 11, 50, 0.9));
  background: -o-linear-gradient(rgba(228, 28, 70, 0.7), rgba(194, 11, 50, 0.9));
  background: -moz-linear-gradient(rgba(228, 28, 70, 0.7), rgba(194, 11, 50, 0.9));
  background: linear-gradient(rgba(228, 28, 70, 0.7), rgba(194, 11, 50, 0.9));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-mission-vision .col-md-6 {
  position: relative;
}
.about-mission-vision .col-md-6:nth-of-type(1):after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: transparent;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, #ffffff 50%, transparent);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, #ffffff 50%, transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #ffffff 50%, transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, transparent, #ffffff 50%, transparent);
  /* Standard syntax */
}
.about-mission-vision .container {
  height: 500px;
  display: table;
  position: relative;
  z-index: 10;
}
.about-mission-vision .container .row {
  display: table-cell;
  vertical-align: middle;
}
.about-mission-vision .container .row h2 {
  font-size: 28px;
  font-family: 'DubaiW23-Regular';
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.about-mission-vision .container .row p {
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.about-our-team {
  background-color: #f8f8f8;
}
.about-our-team h2 {
  text-align: center;
}
.about-our-team .our-team-slider-main {
  padding: 70px 50px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.about-our-team .our-team-slider-main .team-slider-main {
  position: relative;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-stage-outer {
  overflow: hidden;
}
.about-our-team .our-team-slider-main .team-slider-main .item .team-image-big {
  height: 320px;
  width: 320px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.about-our-team .our-team-slider-main .team-slider-main .item .team-image-big img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-our-team .our-team-slider-main .team-slider-main .item h5 {
  font-family: 'DubaiW23-Light';
  font-size: 18px;
  color: #0a0a0a;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.about-our-team .our-team-slider-main .team-slider-main .item h3 {
  font-family: 'DubaiW23-Regular';
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #0a0a0a;
  margin-bottom: 10px;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-item {
  float: left;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-nav {
  height: 50px;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-prev {
  position: absolute;
  height: 40px;
  width: 40px;
  left: -100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-prev:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  width: 40px;
  right: -100px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-size: 0;
  cursor: pointer;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-next:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.about-our-team .our-team-slider-people {
  margin-bottom: 30px;
}
.about-our-team .our-team-slider-people .team-slider-people {
  overflow: hidden;
}
.about-our-team .our-team-slider-people .team-slider-people .owl-nav {
  display: none;
}
.about-our-team .our-team-slider-people .team-slider-people .item {
  cursor: pointer;
}
.about-our-team .our-team-slider-people .team-slider-people .slider-people-img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
}
.about-our-team .our-team-slider-people .team-slider-people .slider-people-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.about-our-team .our-team-slider-people .team-slider-people .slider-content h4 {
  font-family: 'DubaiW23-Regular';
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #0a0a0a;
  position: relative;
  padding-bottom: 10px;
  margin-top: 15px;
}
.about-our-team .our-team-slider-people .team-slider-people .slider-content h4:after {
  content: '';
  height: 2px;
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #243b7c;
}
.about-our-team .our-team-slider-people .team-slider-people .slider-content span {
  color: #6b6b6b;
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'DubaiW23-Light';
  font-size: 15px;
  margin: 5px auto;
}
.about-our-team .our-team-slider-people .owl-item {
  float: left;
}
.about-our-team .our-team-slider-people .owl-item.item-active .slider-people-img {
  border: 5px solid #243b7c;
}
.say-hello {
  width: 260px;
  position: relative;
}
.say-hello img {
  opacity: .1;
}
.say-hello .say-hello-content {
  text-align: right;
  position: absolute;
  top: 33px;
  left: 35px;
}
.say-hello .say-hello-content h3 {
  font-family: 'DubaiW23-Bold';
  font-size: 28px;
  color: #243b7c;
  line-height: 1;
  text-align: left;
}
.say-hello .say-hello-content span {
  font-family: 'DubaiW23-Regular';
  font-size: 16px;
  color: #535353;
  display: block;
  text-align: left;
  margin: 10px 0 0;
}
.say-hello .say-hello-content a {
  font-size: 21px;
  font-family: 'DubaiW23-Regular';
  color: #ffffff;
  background-color: #243b7c;
  border-radius: 2px;
  padding: 1px 10px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.say-hello .say-hello-content a:hover {
  background-color: #df1c46;
}
.expertise-main {
  background-color: #f5f5f5;
}
.side-menu {
  width: 280px;
  float: left;
}
.side-menu .side-menu-container {
  background-color: #fff;
  margin-bottom: 30px;
}
.side-menu .side-menu-container .side-first-level > li {
  font-family: 'DubaiW23-Regular';
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 20px 26px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  color: #0a0a0a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-container .side-first-level > li:hover {
  color: #243b7c;
}
.side-menu .side-menu-container .side-first-level > li.active {
  color: #243b7c;
}
.side-menu .side-menu-container .side-first-level > li:last-of-type {
  border-bottom: none;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level {
  height: 0;
  overflow: hidden;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level.active {
  height: auto;
  overflow: visible;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li {
  font-family: 'DubaiW23-Light';
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #999999;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 15px;
  visibility: hidden;
  opacity: 0;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li:first-of-type {
  margin-top: 20px;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li:hover {
  color: #000000;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li:hover:after {
  visibility: visible;
  opacity: 1;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li.active {
  color: #000000;
}
.side-menu .side-menu-container .side-first-level > li .side-second-level li.active:after {
  visibility: visible;
  opacity: 1;
}
.side-main-container {
  padding-bottom: 80px;
  padding-top: 30px;
}
.side-container {
  width: calc(100% - 300px);
  float: left;
  padding-left: 40px;
}
.side-container .side-container-inner {
  background-color: #ffffff;
  padding: 30px;
}
.side-container .side-container-inner .side-item {
  display: none;
}
.side-container .side-container-inner .side-item.active {
  display: block;
}
.side-container .side-container-inner .side-item-banner {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: 40px;
  background-color: #d8d6d6;
  height: 250px;
  border-radius: 2px;
  overflow: hidden;
}
.side-container .side-container-inner .side-item-banner.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.side-container .side-container-inner .side-item-banner.compat-object-fit img {
  display: none;
}
.side-container .side-container-inner .side-item-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-style-side strong {
  font-family: 'DubaiW23-Medium';
  color: #000000;
  font-weight: normal !important;
}
.custom-style-side ul {
  margin-bottom: 24px;
  padding-left: 10px;
}
.custom-style-side ul li {
  position: relative;
  padding-left: 12px;
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
  margin-bottom: 15px;
}
.custom-style-side ul li:before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-color: #000000;
  border-radius: 50%;
}
.custom-style-side p {
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
  margin-bottom: 24px;
}
.custom-style-side p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
.custom-style-side h2 {
  font-family: 'DubaiW23-Medium';
  font-size: 38px;
  color: #000000;
  margin-bottom: 5px;
}
.custom-style-side h4 {
  font-family: 'DubaiW23-Regular';
  font-size: 21px;
  color: #535353;
  line-height: 1.1;
  margin-bottom: 30px;
}
.custom-style-side a {
  font-family: 'DubaiW23-Regular';
  font-size: 21px;
  line-height: 1;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #243b7c;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.custom-style-side a:hover {
  background-color: #df1c46;
}
.case-study-main {
  background-color: #f5f5f5;
}
.extra-main {
  background-color: #f5f5f5;
}
.extra-main .extra-list h2 {
  font-family: 'DubaiW23-Medium';
  font-size: 38px;
  color: #000000;
  margin-bottom: 15px;
}
.extra-main .extra-list h4 {
  font-family: 'DubaiW23-Regular';
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #0a0a0a;
  border-bottom: 1px solid #dddddd;
  padding: 0 30px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-right: -30px;
  margin-left: -30px;
}
.extra-main .extra-list ul {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 50px;
}
.extra-main .extra-list ul li {
  padding: 0 30px;
  border-bottom: 1px solid #dddddd;
  clear: both;
  background-color: transparent;
}
.extra-main .extra-list ul li:hover {
  background-color: #fbfbfb;
}
.extra-main .extra-list ul li:after,
.extra-main .extra-list ul li:before {
  content: '';
  display: table;
  clear: both;
}
.extra-main .extra-list ul li span {
  float: left;
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
  display: inline-block;
  padding: 12px 0;
  line-height: 1;
}
.extra-main .extra-list ul li a {
  font-family: 'DubaiW23-Medium';
  font-size: 17px;
  line-height: 1;
  color: #243b7c;
  float: right;
  display: inline-block;
  padding: 12px 0;
}
.side-slider-main {
  position: relative;
  margin-bottom: 24px;
}
.side-slider-main .item {
  height: 375px;
  overflow: hidden;
  border-radius: 2px;
}
.side-slider-main .item.compat-object-fit {
  background-repeat: no-repeat;
  background-position: center;
}
.side-slider-main .item.compat-object-fit img {
  visibility: hidden;
}
.side-slider-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-slider-main .owl-stage-outer {
  overflow: hidden;
}
.side-slider-main .owl-stage-outer .owl-item {
  float: left;
}
.side-slider-main .owl-nav {
  height: 50px;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.side-slider-main .owl-nav .owl-prev {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-slider-main .owl-nav .owl-prev:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.side-slider-main .owl-nav .owl-next {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 40px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-size: 0;
  cursor: pointer;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-slider-main .owl-nav .owl-next:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.side-menu-video {
  width: 400px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.side-menu-video iframe {
  width: 100%;
}
.contact-top {
  position: relative;
  overflow: hidden;
}
.contact-top #map {
  height: 600px;
  display: table;
  width: 100%;
}
.contact-top h1 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1;
  font-family: 'DubaiW23-Bold';
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: inline-block;
  height: 74px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.contact-main {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  position: relative;
}
.contact-main .contact-form .contact-main-form .form-group input[type=text],
.contact-main .contact-form .contact-main-form .form-group input[type=email] {
  width: 100%;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 2px !important;
  padding: 0 15px;
  font-size: 16px;
  color: #535353;
  font-family: 'DubaiW23-Light';
}
.contact-main .contact-form .contact-main-form .form-group textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e6e6e6;
  border-radius: 2px !important;
  padding: 15px;
  font-size: 16px;
  color: #535353;
  font-family: 'DubaiW23-Light';
}
.contact-main .contact-form .contact-main-form .form-group input[type=submit] {
  width: 100%;
  background-color: #243b7c;
  height: 45px;
  color: #ffffff;
  text-align: center;
  border: none;
  border-radius: 2px !important;
  font-family: 'DubaiW23-Regular';
  font-size: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-main .contact-form .contact-main-form .form-group input[type=submit]:hover {
  background-color: #df1c46;
}
.contact-main .contact-address a {
  color: #243b7c;
  font-family: 'DubaiW23-Medium';
  font-size: 17px;
  margin-bottom: 20px;
}
.contact-main .contact-address p {
  color: #535353;
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  max-width: 280px;
}
.contact-main .contact-show .contact-show-container {
  height: 0;
  overflow: hidden;
}
.contact-main .contact-show .contact-show-container.active {
  height: auto;
}
.contact-main .contact-show .contact-show-button i {
  display: none;
}
.contact-main .contact-show .contact-show-button.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.about-address h3 {
  color: #535353;
  font-family: 'DubaiW23-Regular';
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-addr {
  margin-bottom: 20px;
}
.contact-addr h2 {
  color: #535353;
  font-family: 'DubaiW23-Medium';
  font-size: 19px;
}
.contact-addr p {
  color: #535353;
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
}
.media-main {
  background-color: #f5f5f5;
}
.media-main .media-content .custom-style-side.media-double:nth-of-type(even) .media-text-content {
  float: right !important;
}
.media-main .media-content p {
  font-family: 'DubaiW23-Regular';
  font-size: 17px;
  color: #535353;
  margin-bottom: 24px;
}
.media-main .media-content .row {
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 2px;
}
.media-main .media-content .row span {
  color: #999999;
  font-size: 15px;
  font-family: 'DubaiW23-Regular';
  display: block;
  margin: 10px 0 5px;
}
.media-main .media-content .row .media-text-content {
  padding-left: 30px;
  padding-right: 15px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.media-main .media-content .row .media-text-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  background-color: #F5F5F5;
  opacity: 0;
}
.media-main .media-content .row .media-text-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  opacity: 0;
}
.media-main .media-content .row .media-text-content::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border: 2px solid #F5F5F5;
  opacity: 0;
}
.media-main .media-content .row .media-text-content h2 {
  margin-bottom: 20px;
}
.media-main .media-content .row .media-text-content.auto-height {
  height: auto !important;
}
.media-main .media-content .media-info {
  padding-right: 0;
  padding-left: 0;
}
.media-main .media-content .media-info .media-video {
  position: relative;
  height: 500px;
}
.media-main .media-content .media-info .media-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.media-main .media-content .media-info .media-video .media-overly {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 4;
}
.media-main .media-content .media-info .media-video .media-overly img {
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-main .media-content .media-info .media-slider {
  position: relative;
}
.media-main .media-content .media-info .media-slider .owl-dots {
  display: none;
}
.media-main .media-content .media-info .media-slider .item {
  height: 500px;
}
.media-main .media-content .media-info .media-slider .item.compat-object-fit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-main .media-content .media-info .media-slider .item.compat-object-fit img {
  visibility: hidden;
}
.media-main .media-content .media-info .media-slider .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.media-main .media-content .media-info .media-slider .owl-stage-outer {
  overflow: hidden;
}
.media-main .media-content .media-info .media-slider .owl-item {
  float: left;
}
.media-main .media-content .media-info .media-slider .owl-nav {
  /*height: 50px;
          position: absolute;
          margin: auto 0;
          top: 0;
          bottom: 0;
          width: 100%;*/
}
.media-main .media-content .media-info .media-slider .owl-nav .owl-prev {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 40px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  font-size: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-main .media-content .media-info .media-slider .owl-nav .owl-prev:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
.media-main .media-content .media-info .media-slider .owl-nav .owl-next {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 40px;
  top: 47%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  -moz-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  font-size: 0;
  cursor: pointer;
  box-shadow: -2px 2px 3px -1px #c7c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-main .media-content .media-info .media-slider .owl-nav .owl-next:hover {
  box-shadow: -2px 2px 3px -1px #000;
}
#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#overlay img {
  position: ABSOLUTE;
  width: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .1;
  display: none;
}
#progress {
  height: 2px;
  background: #1ea5e7;
  position: absolute;
  width: 0;
  /* will be increased by JS */
  top: 0%;
  z-index: 11;
}
#progstat {
  height: 2px;
  background: rgba(30, 165, 231, 0.2);
  position: absolute;
  width: 100%;
  /* will be increased by JS */
  top: 0%;
  z-index: 10;
  font-size: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .home-pledge-section {
    background-attachment: scroll;
  }
}
div.wpcf7-validation-errors {
  border: none !important;
  float: left !important;
  margin-top: 0 !important;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.form-group {
  position: relative;
  padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
span.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  bottom: -20px !important;
  left: 2px !important;
}
.about-group h2.text-center {
  color: #ffffff !important;
  font-family: 'DubaiW23-Bold' !important;
  font-size: 54px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  padding: 40px 0 !important;
  padding-top: 10px !important;
}
.about-group .container .row h2 {
  padding-bottom: 10px !important;
}
.owl-carousel .owl-video-tn {
  background-size: cover !important;
}
.our-clients {
  background-color: #f8f8f8;
  padding-bottom: 60px;
}
.our-clients .client-container {
  text-align: center;
}
.our-clients .client-container .client-box {
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 220px;
  height: 110px;
  border: 1px solid #e8eaea;
  background-color: #ffffff;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.our-clients .client-container .client-box.no-link {
  pointer-events: none;
}
.our-clients .client-container .client-box:hover {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.our-clients .client-container .client-box:nth-of-type(1),
.our-clients .client-container .client-box:nth-of-type(5n + 1) {
  margin-left: 0;
}
.our-clients .client-container .client-box a {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-clients .client-container .client-box a p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'DubaiW23-Light';
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #535353;
  padding: 5px 10px;
  width: 100%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.wpcf7-mail-sent-ok {
  border: none !important;
}
#slider img {
  width: 100%;
}
.html5gallery-car-0 {
  display: none !important;
}
.html5gallery {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.html5gallery-container-0 {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.html5gallery-box-0 {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.html5gallery-loading-center-0,
.html5gallery-elem-0 {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.html5gallery-container-0 div iframe + a {
  font-size: 0 !important;
  color: #fff !important;
}
.html5gallery-container-0 div iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
}
.html5gallery-toolbox-0 {
  z-index: 3;
  width: 100%;
  height: auto;
  display: block !important;
  top: 50%;
  position: ABSOLUTE;
  left: 0;
}
.html5gallery-left-0,
.html5gallery-right-0 {
  z-index: 4;
  display: block !important;
}
.html5gallery-left-0 {
  position: absolute;
  height: 30px !important;
  width: 30px !important;
  left: 40px !important;
  top: 50% !important;
  -webkit-transform: rotate(45deg) translateY(-50%) !important;
  -ms-transform: rotate(45deg) translateY(-50%) !important;
  -moz-transform: rotate(45deg) translateY(-50%) !important;
  transform: rotate(45deg) translateY(-50%) !important;
  font-size: 0 !important;
  cursor: pointer !important;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  box-shadow: -2px 2px 3px -1px #c7c7c7 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  background: none !important;
}
.html5gallery-right-0 {
  left: auto !important;
  position: absolute !important;
  height: 30px !important;
  width: 30px !important;
  right: 40px !important;
  top: 50% !important;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  -webkit-transform: rotate(-135deg) translateY(-50%) !important;
  -ms-transform: rotate(-135deg) translateY(-50%) !important;
  -moz-transform: rotate(-135deg) translateY(-50%) !important;
  transform: rotate(-135deg) translateY(-50%) !important;
  font-size: 0 !important;
  cursor: pointer !important;
  box-shadow: -2px 2px 3px -1px #c7c7c7 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  background: none !important;
}
.html5gallery-elem-img-0 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover  !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2;
}
.html5gallery-elem-img-0 {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.html5gallery-play-0 {
  position: absolute !important;
  height: 80px !important;
  width: 80px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -40px !important;
  margin-top: -40px !important;
  background: url(../img/btn-ply.svg) no-repeat !important;
  cursor: pointer !important;
  z-index: 1 !important;
  -webkit-backface-visibility: hidden !important;
  transition: transform .1s ease !important;
}
.html5gallery-title-0 .html5gallery-title-text-0 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1.2;
  font-family: 'DubaiW23-Bold';
  display: inline-block;
  position: relative;
  max-width: 500px;
  padding: 0px !important;
  cursor: pointer;
}
.html5gallery-title-text-0 i {
  font-size: 18px;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.html5gallery-title-text-0,
.html5gallery-title-0 {
  overflow: visible !important;
}
.html5gallery-title-0 .html5gallery-title-text-0:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: -40px;
  background-color: #243b7c;
}
.html5gallery-title-0 .html5gallery-title-text-0:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #243b7c;
  bottom: 0;
  left: 0;
}
.html5gallery-title-text-0 {
  background: none !important;
}
.html5gallery-title-0 {
  z-index: 6;
  position: relative !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  text-align: left;
  width: 100% !important;
  background: none !important;
  max-width: 500px;
  cursor: pointer;
  display: table !important;
}
.html5gallery-title-0 span {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 10px 20px;
  padding-top: 0;
}
.html5gallery-title-0 span:nth-of-type(1) {
  padding-top: 10px;
}
.html5gallery-title-0 span:last-of-type {
  width: 100%;
}
.html5gallery-elem-video-0 {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
}
.html5gallery-lightbox-0,
.html5gallery-timer-0,
.html5gallery-viral-0 {
  display: none !important;
}
.menu-item.menu-move {
  padding-top: 8px;
}
