:root {
  /*--blue: #51a3cb;*/
  --blue: #018abe;
  --ltblue: #77e5ed;
  --yellow: #f8c11b;
  --gray: #696969;
}
@font-face {
    font-family: 'mada-reg';
    src: url('../fonts/Mada-Regular.ttf');
}
@font-face {
    font-family: 'mada-bold';
    src: url('../fonts/Mada-Bold.ttf');
}
@font-face {
    font-family: 'mada-light';
    src: url('../fonts/Mada-Light.ttf');
}
@font-face {
    font-family: 'mont-reg';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'mont-bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
/***Common CSS***/
*{
    box-sizing: border-box;
}

html {
  /*font-family: sans-serif;*/
  /*line-height: 1.15;*/
  overflow-x: hidden;
}

body {
  font-size: 14px;
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  /*text-align: left;*/
  /*background-color: #fefefe;*/
  overflow-x: hidden;
  font-family: mont-reg;
  color: var(--gray);
  background: #f5f5f5;
  padding: 0 !important;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: mont-bold;
  color: var(--blue);
  margin-bottom: 0;
}
a {
  color: var(--blue);
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  /*color: #F28123;*/
  text-decoration: none;
}
ul {
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
}
section{
    padding: 40px 0;
}

b, strong {
    /*font-weight: bolder;*/
    font-family: mont-bold;
}

.callBtn{
    display: inline-block;
    /*background: radial-gradient(circle, rgba(119,229,237,1) 0%, rgba(81,163,203,1) 80%);*/
    background: var(--blue);
    color: #f3f3f3 !important;
    padding: 8px 24px;
    border-radius: 7px;
    cursor: pointer;
    /*font-size: 18px;*/
    border: none;
    outline: none;
    /*text-transform: uppercase;*/
    transition: all 0.3s ease !important;
}

.amcBtn{
    display: inline-block;
    /*background: radial-gradient(circle, rgba(119,229,237,1) 0%, rgba(81,163,203,1) 80%);*/
    background: var(--blue);
    color: #f3f3f3 !important;
    padding: 8px 24px;
    border-radius: 7px;
    cursor: pointer;
    border: none;
    outline: none;
    /*text-transform: uppercase;*/
    transition: all 0.3s ease !important;
}

.amcBtn:hover,
.callBtn:hover
/*.newsletter-btn:hover*/
{
    background: var(--ltblue);
}

.amcBtn-white{
    display: inline-block;
    background: #f3f3f3;
    color: var(--blue);
    padding: 8px 24px;
    border-radius: 7px;
    cursor: pointer;
    /*font-size: 11px;*/
    border: none;
    outline: none;
    /*text-transform: uppercase;*/
    transition: all 0.3s ease !important;
}

.amcBtn-white:hover{
    background: #dbdbdb;
    /*color: var(--ltblue);*/
}

.text-blue{
    color: var(--blue);
}

.bg-blue{
    background: var(--blue);
}
.bg-ltgray{
    background: #ececec;
}

.modal-dialog{
    width: 400px;
    position: absolute;
    bottom: 20px;
    right: 60px;
    /*top: 70%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%) !important;*/
}

.call-links{
    list-style: none;
    padding: 0;
    /*column-count: 2;*/
    /*column-gap: 80px;*/
}

.call-links li{
    margin: 0 0 15px 0;
}

.icon-phone{
    /*max-width: 20px;*/
    /*height: auto;*/
    font-size: 18px;
    margin: 2px 4px 0;
}

.whatsapp-button {
    position: fixed;
    display: inline-flex;
    background-color: #25D366;
    color: #fefefe;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.whatsapp-button i {
    font-size: 24px;
}

.darken{
    mix-blend-mode: darken;
}

.modal-header .btn-close {
    margin: 0;
}

/******************************NEW menu part start*********************************/
.main_menu {
  position: relative;
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  z-index: 999;
  padding: 20px 0px 40px;
  /*background: #55555580;*/
}

.main_menu #search_1 i {
  color: #fff;
}

.main_menu #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #aaa;
  margin-top: 25px;
}

.main_menu #search_input_box ::placeholder {
  color: #fff;
}

.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.main_menu #search_input_box .ti-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}

.main_menu .search-inner {
  padding: 5px 5px;
}

.main_menu .form-control:focus {
  box-shadow: none;
}

.main_menu .main_menu_iner {
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/
  align-items: center;
  flex-wrap: wrap;
}

.main_menu .main_menu_iner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_menu .menu-trigger span {
  display: block;
  height: 3px;
  background: var(--navy);
  transition: 0.5s;
}

.main_menu .menu-trigger span:nth-child(2) {
  margin: 10px 0px 8px;
}

.main_menu span.menu-trigger {
  /*display: inline-block;*/
  display: none;
  width: 30px;
}

.main_menu .menu-trigger {
  cursor: pointer;
}

.main_menu .menu-trigger span:nth-child(1) {
  width: 15px;
  float: right;
}

.main_menu .menu-trigger span:nth-child(3) {
  width: 23px;
  float: right;
}

.main_menu .menu-trigger:hover span:nth-child(1),
.main_menu .menu-trigger:hover span:nth-child(3) {
  width: 30px;
}

.main_menu .off-canven-menu {
  position: fixed;
  background: #f7f7f7;
  width: 400px;
  height: 100vh;
  z-index: 99;
  top: 0;
  padding: 0px 60px;
  transition: 0.5s;
  right: -400px;
}

@media (max-width: 575px) {
  .main_menu .off-canven-menu {
    right: -300px;
    width: 220px;
  }
}

.main_menu .offcanvas-overlay.active {
  opacity: 0.2;
  visibility: visible;
  z-index: 3;
}

.main_menu .off-canven-menu.active {
  right: 0;
}

.main_menu .menu-btm-tex {
  background: #efebff;
  padding: 7px;
  font-weight: 700;
}

.main_menu .off-canven-menu a {
  color: #b6b3c1;
  font-size: 20px;
  display: inline-block;
  /*padding-right: 20px;*/
}

.main_menu .off-canven-menu a:hover {
  color: var(--sblue);
}

.main_menu .social-icon {
  margin-bottom: 20px;
}

.main_menu .canven-menu-iner {
  padding: 20px 0px;
}

.main_menu .off-canven-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main_menu .off-canven-menu ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray);
  font-weight: 600;
  letter-spacing: -0.12px;
  margin: 10px 0px;
}

.main_menu .off-canven-menu ul li a:hover {
  color: var(--ltblue);
}

.main_menu .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}

.main_menu .off-canven-menu i {
  height: 65px;
  width: 65px;
  background-color: #272822;
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
}

.main_menu .off-canven-menu i:hover {
  background-color: #ff0083;
}

.main_menu .menu-btm-section {
  position: absolute;
  bottom: 67px;
  max-width: 306px;
}

.main_menu .close-icon i {
  position: absolute;
  text-align: center;
  top: 5%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: var(--grey);
  transition: all 0.3s ease-in-out;
}

.main_menu .close-icon i:hover {
  position: absolute;
  text-align: center;
  top: 5%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: var(--blue);
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
}
.nav-link {
  padding: 6px 12px;
  /*color: var(--blue);*/
  color: #5b5b5b;
  font-size: 16px;
  border-radius: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
/*a.nav-link {*/
/*    color: var(--grey);*/
/*}*/
.nav-link:focus,
.nav-link:hover {
  color: var(--ltblue);
  /*border: 1px solid var(--ltblue);*/
}
.nav-logo {
  width: 150px;
}
.nav-active {
  background: var(--blue);
  /*border-radius: 7px;*/
  /*padding: 6px 12px;*/
  color: #fefefe;
}

.side-nav-active{
    color: var(--blue) !important;
}

.book-nav {
  background: var(--ltblue);
  padding: 15px 10px;
  color: #fefefe;
  text-transform: capitalize;
}
.nav-book {
  padding: 0px !important;
  color: #fefefe;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-book:focus,
.nav-book:hover {
  color: #fefefe;
}
.visibleNav {
  /*position: absolute;*/
  /*top: 110px;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 9;*/
}
/***Mobile Version for menu***/

@media only screen and (max-width: 768px) {
    .main_menu{
        padding: 20px 0;
    }
    
  .main_menu span.menu-trigger {
    display: inline-block;
  }
  .main_menu .main_menu_iner{
      justify-content: space-between;
  }
  .visibleNav {
    display: none;
  }
  .modal-dialog {
    width: 375px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    /* top: 70%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%) !important; */
}
.section-service-odd:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0%;
    transform: translate(0%, 0%);
    width: 98%!important;
    height: 100%;
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35); */
    background: #ececec;
    z-index: -1;
    border-radius: 60px 0px 0px 60px;
}
}
/***********************************New Menu END***********************************/

/************************************Footer************************************/
.footer_section{
    background: radial-gradient(circle, rgba(119,229,237,1) 0%, var(--blue) 80%);
    color: #f3f3f3;
    padding: 60px 0 20px 0;
}

.footer_section h4{
    color: #f3f3f3;
    margin-bottom: 15px;
}

.footer-logo{
    max-width: 150px;
    height: auto;
    margin: 0 0 15px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    display: flex;
    margin: 0 0 5px 0;
}

.footer-links a,
.footer-links h6
{
    color: #f3f3f3;
}
.footer-links h6 {
    margin-right: 10px;
    /*width: 90px;*/
}

.footer-icon{
    max-width: 25px;
    height: auto;
}
.newsletter-input{
    background: transparent;    
    border-color: #fefefe;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fefefe;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.newsletter-input::placeholder{
    color: #fefefe;
}
.newsletter-btn {
    position: absolute;
    /*right: 0px;*/
    top: 0px;
    display: inline-block;
    /*color: #f3f3f3 !important;*/
    /*background: var(--blue);*/
    color: var(--blue) !important;
    background: #f3f3f3;
    padding: 8.5px 12px;
    border-radius: 7px;
    border: none;
    outline: none;
    /*background: radial-gradient(circle, rgba(119,229,237,1) 0%, rgba(81,163,203,1) 80%);*/
    transition: all 0.3s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}

/**********************************Home Page**********************************/

.section-slider{
    padding: 80px 0;
    position: relative;
    color: #fefefe;
    margin-bottom: 20px;
}
/*.section-slider:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0%;*/
/*    transform: translate(0%, 0%);*/
/*    width: 60%;*/
/*    height: 100%;*/
    /*box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);*/
/*    background: #fefefe;*/
/*    z-index: -1;*/
/*    border-radius: 0 60px 0 0;*/
/*}*/
.section-slider h1{
    font-size: 80px;
    text-transform: uppercase;
    word-spacing: -30px;
    line-height: 1;
    color: #fefefe;
    margin: 10px 0 0 0;
}
.section-slider h2{
    font-size: 50px;
    text-transform: uppercase;
    word-spacing: -30px;
    line-height: 1;
    color: #fefefe;
    margin: 10px 0 0 0;
}
.section-slider .slider-header{
    font-size: 80px;
    text-transform: uppercase;
    word-spacing: -30px;
    line-height: 1;
    color: #fefefe;
    margin: 10px 0 0 0;
}


.slider-text{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
}

.eleven-yrs{
    max-width: 350px;
    height: auto;
    margin: 0 0 15px 0;
}
.since-2013{
    max-width: 700px;
    height: auto;
    opacity: 0.05 !important;
    transform: translate(0, -20px);
    z-index: -1;
    position: relative;
}

.icon-service {
    width: 60px;
    /*height: 60px;*/
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 10px 10px 10px 10px;
}

/*.icon-service:nth-child(odd) {*/
/*    background-color: #fefefe;*/
/*}*/

/*.icon-service:nth-child(even) {*/
/*    background-color: var(--blue);*/
/*}*/

.icon-service img {
    max-width: 30px;
    height: auto;
}

.section-header {
    position: relative;
    /*font-size: 42px;*/
    /*font-weight: 700;*/
    text-transform: uppercase;
    /* border-bottom: 2px solid var(--gold); */
    /* width: 50px; */
    width: fit-content;
    margin-bottom: 15px;
}

.section-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background-color: var(--yellow);
}

.bg-service{
    background: url('../images/bg-service.png') center no-repeat;
    background-size: cover;
}

.bg-projects{
    background: url('../images/bg-projects.png') center no-repeat;
    background-size: cover;
}

.bg-choose{
    /*background: url('../images/bg-choose-2.jpg') center no-repeat;*/
    background: linear-gradient(90deg, rgba(1,138,190,1) 50%, rgba(148,238,246,1) 100%);
    background-size: cover;
    color: #f3f3f3;
}

.bg-choose p{
    font-size: 16px;
}

.img-holder {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    /*height: auto;*/
    margin-bottom: 30px;
    border-radius: 15px;
    height: 350px;
}

.img-holder img {
    width: 100%;
    /*height: auto;*/
    display: block;
    /*max-height: 540px;*/
    transition: all 0.3s ease;
    height: 100%;
    object-fit: contain;
}

.overlay-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e80;
    opacity: 0.5;
    transition: top 0.3s ease-in-out;
}
/*To be deleted*/
.img-holder h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f3f3f3;
    width: 100%;
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    z-index: 1; 
    transition: 0.3s ease-in-out;
}
.img-holder .project-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f3f3f3;
    width: 100%;
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    z-index: 1; 
    transition: 0.3s ease-in-out;
}

.img-holder p {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f3f3f3;
    width: 100%;
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    z-index: 1; 
    transition: 0.3s ease-in-out;
}

.img-holder a {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    color: #f3f3f3;
    /*font-size: 16px;*/
    font-weight: bold;
    text-align: center;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-holder:hover img {
    transform: scale(1.1) rotate(5deg);
}

.img-holder:hover a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.bg-client{
    /*background: url('../images/client-shape-2.png') 98% no-repeat;*/
    /*background-size: cover;*/
    padding: 20px 0px;
    background: var(--blue);
}

.img-clients{
    max-width: 150px;
    height: auto;
}

.service-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*text-align: center;*/
    /*border: 1px solid var(--gray);*/
    /*background: #def2f9;*/
    background: #ececec;
    border-radius: 7px;
    padding: 0 10px;
    height: 320px;
}

.service-card p{
    color: var(--gray);
}

.img-services{
    max-width: 150px;
    height: auto;
    align-self: center;
    /*margin: 0 0 15px 0;*/
}

.shape-home-1{
    position: absolute;
    top: -250px;
    right: -120px;
    max-width: 300px;
}

.shape-home-2{
    position: absolute;
    bottom: -100px;
    left: 0;
    max-width: 200px;
}

.have-project{
    display: flex;
    align-items: center;
    background: url(../images/have-project.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
    margin: 40px 0 20px 0;
}

.have-project h1{
    color: #f3f3f3;
    text-transform: uppercase;
}
.have-project p{
    color: #f3f3f3;
}

.video-background-home {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.perspective-1200{
    perspective: 1200px;
}

.preserve-3d{
    transform-style: preserve-3d;
}

.testi-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*text-align: center;*/
    background: #ececec;
    border-radius: 7px;
    padding: 20px 30px;
    box-shadow: 2px 2px 20px #cacaca;
    /*height: 320px;*/
    transform-style: preserve-3d;
}

.testi-card img{
    max-width: 80px;
    margin-bottom: 15px;
    align-self: center;
}

/*.slide-client{*/
/*    text-align: center;*/
/*    height: calc((100% - 30px) / 2) !important;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/**********************************Home END**********************************/

/**********************************About Page**********************************/
.bg-bread{
    background: url('../images/bread-2.jpg') center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fefefe;
    padding: 60px 0;
}
.bg-bread-ar {
    position: relative;
    background: none;
    display: flex;
    align-items: center;
    color: #fefefe;
    padding: 60px 0;
}

.bg-bread-ar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bread-2.jpg) center no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    z-index: -1;
}

.bg-bread h1,
.bg-bread-ar h1{
    color: #fefefe;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.bg-bread .bread-title,
.bg-bread-ar .bread-title{
    color: #fefefe;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.bg-summary{
    background: url('../images/bg-summary.jpg') center no-repeat;
    background-size: cover;
}

.bg-summary-ar {
    position: relative;
    z-index: 1;
}

.bg-summary-ar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg-summary.jpg') center no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    z-index: -1;
}

.signature{
    max-width: 200px;
    height: auto;
}

.card-approach-odd,
.card-approach-even
{
    border-radius: 15px;
    padding: 30px 30px;
    min-height: 276px;
}
.card-approach-odd {
    background: #fefefe;
}

.card-approach-even {
    background: linear-gradient(320deg, rgba(119,229,237,1) 0%, rgba(81,163,203,1) 80%);
    color: #fefefe;
}

.card-approach-even h4 {
    color: #fefefe;
}

.card-approach-odd span {
    color: #e7e7e7;
    font-family: mont-bold;
}

.card-approach-even span {
    color: var(--yellow);
    font-family: mont-bold;
}
.card-approach-odd ul,
.card-approach-even ul{
    padding: 0 15px;
    margin-top: 15px;
}
.card-approach-odd ul li::marker,
.card-approach-even ul li::marker
{
  content: '- ';
  font-size: 1.2em;
  margin-right: 0.2em;
}

.column-ul {
    /*column-count: 2;*/
    /*column-gap: 80px;*/
    /*margin: 20px 0 0 0;*/
}

/*.icon-fact {*/
/*    font-size: 2.25rem;*/
/*    margin-bottom: 1rem;*/
/*    color: var(--blue);*/
/*}*/
.icon-fact {
    max-width: 40px;
    height: auto;
}

.card-fact{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: #fefefe33;*/
    padding: 30px 0;
}

.fact-value{
    color: #fefefe;
}

.hiddenText {
    overflow: hidden;
    height: 60px;
    transition: height 0.3s ease;
}

.core-card{
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
    padding: 15px 15px;
}

/**********************************About END**********************************/

/********************************** Services **********************************/
.section-service-odd{
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
    /*background: #ececec;*/
}
.section-service-odd:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    transform: translate(0%, 0%);
    width: 35%;
    height: 100%;
    /*box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);*/
    background: #ececec;
    z-index: -1;
    border-radius: 0 60px 60px 0;
}
.section-service-even{
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
    background: #ececec;
}
.service-img{
    max-width: 75%;
    height: auto;
}
.service-text{
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px 0;
    color: var(--gray);
}

.service-float{
    max-width: 350px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}

/**********************************Services END**********************************/

/********************************** Contact Start *****************************/

.form-label{
    color: var(--blue);
    font-family: mont-bold;
}
.form-control{
    background: transparent;
    border-color: var(--gray);
}
.form-control::placeholder{
    color: #696969;
}

.contact-detail{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 10px 0;
}

.contact-detail img{
    max-width: 50px;
    height: auto;
}

.strong-detail{
    width: 70px;
    display: inline-flex;
}

.bg-global{
    /*background: linear-gradient(90deg, rgba(1,138,190,1) 50%, rgba(148,238,246,1) 100%);*/
    /*background-size: cover;*/
    /*color: #f3f3f3;*/
    background: #ececec;
}

.bg-global a{
    /*color: #fefefe;*/
}
.bg-global h6{
    /*color: #fefefe;*/
}

.country-title {
    position: relative;
    /*color: #f3f3f3;*/
    /*font-size: 42px;*/
    /*font-weight: 700;*/
    text-transform: uppercase;
    /* border-bottom: 2px solid var(--gold); */
    /* width: 50px; */
    width: fit-content;
    margin-bottom: 15px;
}

.country-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 35px;
    height: 2px;
    background-color: var(--yellow);
}


/*********************************Clock Start*********************************/

.clock {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  border: 2px solid black;
  position: relative;
      margin: 20px auto ;

}

.clock .number {
  --rotation: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: rotate(var(--rotation));
  font-size: 1rem;
}

.clock .number1 { --rotation: 30deg; }
.clock .number2 { --rotation: 60deg; }
.clock .number3 { --rotation: 90deg; }
.clock .number4 { --rotation: 120deg; }
.clock .number5 { --rotation: 150deg; }
.clock .number6 { --rotation: 180deg; }
.clock .number7 { --rotation: 210deg; }
.clock .number8 { --rotation: 240deg; }
.clock .number9 { --rotation: 270deg; }
.clock .number10 { --rotation: 300deg; }
.clock .number11 { --rotation: 330deg; }

.clock .hand {
  --rotation: 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  border: 1px solid white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform-origin: bottom;
  z-index: 10;
  transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}

.clock::after {
  content: '';
  position: absolute;
  background-color: black;
  z-index: 11;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.clock .hand.second {
  width: 3px;
  height: 30%;
  background-color: red;
}

.clock .hand.minute {
  width: 5px;
  height: 29%;
  background-color: black;
}

.clock .hand.hour {
  width: 5px;
  height: 23%;
  background-color: black;
}
.add_min_padd{
    padding-bottom:14px;
}

.clock_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #17D4FE;
    font-size: 60px;
    font-family: Orbitron;
    letter-spacing: 7px;
}
/**********************************Clock End**********************************/

/******************************* Contact End **********************************/

/*********************************Clients Start*********************************/
/**! 37. works **/
.works {
  margin-bottom: -1.875rem;
  padding: 0 !important;
}

.works--full {
  -webkit-transform: scaleX(1.02);
      -ms-transform: scaleX(1.02);
          transform: scaleX(1.02);
}

.works-meta {
  position: absolute;
  bottom: 1rem;
  left: 2.5rem;
  color: #fff;
}

.works__category {
  margin-bottom: 0.1875rem;
  opacity: 0;
  -webkit-transform: translateY(-50px) scale(0);
      -ms-transform: translateY(-50px) scale(0);
          transform: translateY(-50px) scale(0);
  letter-spacing: 0;
  -webkit-transition: .3s .1s;
  -o-transition: .3s .1s;
  transition: .3s .1s;
}

.works__category span {
  font-size: 0.8rem;
}

.works__category span:not(:last-child):after {
  content: ',';
}

.works__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: .3s .2s;
  -o-transition: .3s .2s;
  transition: .3s .2s;
}

.works__title:hover {
  color: #fbc25e;
}

.works__thumb-action {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%) scale(0);
      -ms-transform: translate(50%, 50%) scale(0);
          transform: translate(50%, 50%) scale(0);
  z-index: 999;
  opacity: 0;
  -webkit-transition: .3s .1s;
  -o-transition: .3s .1s;
  transition: .3s .1s;
}

.works__thumb-action i {
  font-size: 2rem;
  color: #fff;
  background: #333c52;
  padding: 1rem;
}

.works-item:hover .masonry-image__thumb {
  -webkit-transform: rotate(5deg) scale(1.3);
      -ms-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.works-item:hover .masonry-image__thumb:before {
  opacity: .9;
  height: 120%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.works-item:hover .works__title,
.works-item:hover .works__category {
  opacity: 1;
}

.works-item:hover .works__title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.works-item:hover .works__category {
  letter-spacing: initial;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
  position: relative;
}

.works-item:hover .works__thumb-action {
  opacity: 1;
  -webkit-transform: translate(50%, 50%) scale(1);
      -ms-transform: translate(50%, 50%) scale(1);
          transform: translate(50%, 50%) scale(1);
}

/**! ----- Porfolio FIlter---- **/
.filter-button-group {
  /*margin-bottom: 4.375rem;*/
  margin: 0 0 30px 0;
  text-align: center;
}

.filter-button-group button {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 10px;
  background: transparent;
  border: 0;
  padding: 10px 0;
}

.filter-button-group button.is-checked {
  color: #1c202d;
}

.border_client{
    border: 1px solid #c8c6c6;
    border-radius: 15px;
    aspect-ratio: 2/1;
    object-fit: contain;
}
/**! 13. masonry **/
.masonry-item {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  /*width: 100%;*/
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .masonry-item {
    /*width: 50%;*/
  }
}

@media only screen and (max-width: 1181px) {
  .masonry-item {
    /*width: 33.33%;*/
  }
  .works--full .masonry-item {
    /*width: 25%;*/
  }
    .visibleNav {
    display: none;
  }
  .main_menu span.menu-trigger {
    display: inline-block;
  }
  .hide-in-mobile {
    display: none !important;
}

}

.masonry-item .masonry-image {
  overflow: hidden;
  position: relative;
}

.masonry-item .masonry-image__thumb {
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 575px) {
  .masonry-item .masonry-image__thumb {
    min-height: 268px;
  }
}

.masonry-item .masonry-image__thumb img {
  width: 100%;
}

.masonry-item .masonry-image__thumb::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 120%;
  background: #3d4862;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 0;
}

.masonry-item--lg .masonry-image__thumb {
  min-height: 566px;
}

.masonry-item--xl {
  width: 100%;
}

.masonry-item--xl .masonry-image__thumb {
  min-height: 566px;
}

@media only screen and (min-width: 768px) {
  .masonry-item--xl {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .masonry-item--xl {
    width: 66.66666666%;
  }
  .works--full .masonry-item--xl {
    width: 50%;
  }
  
}
   .logo_clients {
          width: 20%;
          float: left;
          }
/*********************************Clients End*********************************/

/**********************************Team Start**********************************/
**! 36. team **/
.team-mamber {
  overflow: hidden;
}

.team-mamber h5 {
  font-weight: 600;
  margin-top:0.5rem;
}

.team-mamber span {
  font-weight: 500;
  color: #6679a2;
}

.team-mamber__avatar {
  position: relative;
  /*border-radius: 50%;*/
  z-index: 1;
}

.team-mamber__avatar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(84, 102, 139, 0.75);
  height: 100%;
  width: 100%;
  /*border-radius: 50%;*/
  opacity: 0;
}

.team-mamber__connect {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.team-mamber__connect li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.team-mamber__connect li a {
  color: #fff;
}

.team-mamber__connect li a:hover {
  color: #fbc25e;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.team-mamber:hover .team-mamber__avatar::before {
  opacity: 1;
}

.team-mamber:hover .team-mamber__connect {
  opacity: 1;
}

.team-card{
    background: #ececec;
    border-radius: 7px;
    text-align: center;
    padding: 15px 15px;
}

/**********************************Team End**********************************/

/*********************************Portfolio Start*********************************/

.portfolio-card:nth-child(odd) {
    margin-bottom: 30px;
}
.portfolio-card:nth-child(even) {
    position: relative;
}

.portfolio-border{
    border: 1px solid #cacaca;
    border-radius: 20px;
}

.portfolio-img{
    position: relative;
    overflow: hidden;
    /* width: 250px; */
    max-width: 100%;
    height: auto;
    /*margin-bottom: 15px;*/
}

.portfolio-img img{
    max-width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    box-shadow: 2px 2px 20px #e7e7e7;
    object-fit: cover;
}

.portfolio-content{
    position: relative;
    background: #e7e7e7;
    border-radius: 0 0 20px 20px;
    padding: 10px 10px 10px 30px;
}
/*.portfolio-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 50px;*/
/*    background-color: var(--yellow);*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/

.bg-features{
    background: #ececec;
    padding: 60px 0;
}

.feature-img{
    max-width: 100%;
    height: auto;
}

.myschool-features{
    max-width: 100%;
    height: auto;
}

.social-card{
    border-radius: 20px;
    box-shadow: 2px 2px 20px;
    box-shadow: 2px 2px 20px #cacaca;
    transform-style: preserve-3d;
}
.social-img{
    max-width: 100%;
    height: auto;
    mix-blend-mode: darken;
}

.ul-school{
    list-style: auto;
    padding-left: 15px;
}

/**********************************Portfolio End**********************************/

/*******************************Swiper Style*******************************/
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
      margin-right: auto;
}
.swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fefefe;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
/*.swiper-button-next:after, .swiper-button-prev:after {*/
/*    color: #fefefe;*/
/*    font-size: 24px;*/
/*}*/
/*.swiper-button-next{*/
    /*background: url('assets/images/arrow-white-right.png') center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.swiper-button-prev{*/
    /*background: url('assets/images/arrow-white-left.png') center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.arrow-ltblue:after{*/
/*    color: var(--ltblue);*/
/*}*/

/*********************************** Mobile Version ***********************************/
.show-in-mobile{
    display: none;
}

@media (max-width: 768px) {
  .show-in-mobile{
    display: block;
  }
  .hide-in-mobile{
      display: none !important;
  }
  .video-container{
      max-width: 100%;
      height: auto;
      border-radius: 0px 30px 30px 30px;
  }
  .section-slider:before{
      width: 100%;
  }
  .since-2013 {
      max-width: 100%;
      transform: translate(0, 20px);
    }
    .section-header::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
    }
    .section-slider h1 {
        font-size: 36px;
    }
    .section-slider h2 {
    font-size: 30px;
}

    .slider-text {
        font-size: 26px;
    }
    .service-float{
        max-width: 100%;
    }
    /*.icon-service{*/
    /*    width: 75px;*/
    /*    height: 50px;*/
    /*}*/
}

/********************************Desktop Options********************************/

@media only screen and (min-width: 768px) {
    .row [class*="vertLine"] {
         position: relative;
    }
    .row [class*="vertLine"]::before {
        content: "";
        position: absolute;
        top: 20%;
        bottom: 20%;
        right: 0;
        width: 1px;
        background-color: #fefefe99;
    }
    
    .video-container{
        position : absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        /*max-height: 300px;*/
        border-radius: 0px 30px 30px 30px;
        box-shadow: 6px 6px 10px #dadada;
    }
    .feature-img{
        /*max-width: 400px;*/
        /*max-width: -webkit-fill-available;*/
        /*max-width: calc(50% + 50px);*/
        max-width: 100%;
        /*height: auto;*/
        height: calc(100% + 220px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
    }
    /*animation: float 3s ease-in-out infinite;*/
    .myschool-features{
        max-width: 100%;
        height: calc(100% + 80px);
        position: absolute; 
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }
}

    @keyframes float {
        0%, 100% {
            transform: translate(-50%, -50%);
        }
        50% {
            transform: translate(-50%, -55%);
        }
    }