@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@font-face {
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 400;
  src: local('HK Grotesk Regular'), url('../fonts/hk-groteks/HKGrotesk-Regular.woff') format('woff');
}
@font-face {
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 300;
  src: local('HK Grotesk Light'), url('../fonts/hk-groteks/HKGrotesk-Light.woff') format('woff');
}
@font-face {
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 500;
  src: local('HK Grotesk Medium'), url('../fonts/hk-groteks/HKGrotesk-Medium.woff') format('woff');
}
@font-face {
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 600;
  src: local('HK Grotesk SemiBold'), url('../fonts/hk-groteks/HKGrotesk-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 700;
  src: local('HK Grotesk Bold'), url('../fonts/hk-groteks/HKGrotesk-Bold.woff') format('woff');
}

body {
  background: #ffffff;
  font-family: "HK Grotesk","Questrial",sans-serif;
  background: #27387e;
  overflow-x: hidden !important;
}

/*=========================================
    Navbar Styling Start
============================================*/
/* Navbar Styling*/
.navigation {
  position: fixed;
  width:225px;
  height: 100%;
  display: flex;
  right: -50px;
  top:0;
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 998;
}

.navigation .content{
  position: relative;
}

.navigation .content{
  position: relative;
}

.navigation.active{
  right: 50px;
  opacity: 1;
}

.navigation ul {
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 0;
}
.navigation ul li{
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  text-align: right;
  line-height: 1;
}
.navigation ul li:before{
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  border-radius: 2px;
  right: 22px;
}

/* .navigation ul li:after{
  content: '';
  position: absolute;
  width: 2px;
  background: #EB9375;
  top: -50%;
  bottom: 0;
  border-radius: 2px;
  right: 22px;
  transition: ease all 0.5s;
  height: 0;
} */

/* .navigation ul li.active:after {
  height: 100%;
} */

.navigation ul li:first-of-type.active:after,.navigation ul li:last-of-type.active:after{
  display: none;
}

.navigation ul li:first-of-type:before{
  top: 50%;
}

.navigation ul li:last-of-type::before{
  bottom: 50%;
}


.navigation ul li a {
  text-decoration: none;
  font-family: HK Grotesk;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0.001em;
  color: rgba(255, 255, 255,0.6);
  display: inline-flex;
  line-height: 1;
  position: relative;
  padding: 5px 30px 5px 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.navigation ul li a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #27387e;
  border-radius: 100%;
  margin: 0;
  background: #ffffff;
  right: 0;
  transform: scale(0.7);
  transition: ease-in-out all 0.3s;
}

.navigation ul li.active a::after {
  border: 3px solid #ffffff;
  background-color: #eb9375;
  transform: scale(0.9);
}

.navigation ul li.active a {
  opacity: 1;
}

.navigation.light ul li a{ color: rgba(39, 56, 126,0.6)}
.navigation ul li.active a{ color: #fff}
.navigation.light ul li.active a{ color: rgba(39, 56, 126,1)}

.navigation.light ul li a::after {
  border: 2px solid #fff;
  background: #27387e;
  opacity: 1 !important;
}

.navigation.light ul li.active a::after {
  border: 3px solid #27387e;
  background-color: #eb9375;
}

.navigation .line{
  position: absolute;
  width: 2px;
  background: #EB9375;
  top: 20px;
  bottom:20px;
  right:22px;
  transition: ease all 0.5s;
}
.navigation.light ul li:before{
  background: rgba(39, 56, 126, 0.1);
  opacity: 1;
}

.mobile-navbar {
  padding: 1.2em;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.mobile-navbar .nav-item a {
  color: black;
  font-size: 18px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.mobile-navbar .nav-item a:hover {
  color: #eb9375 !important;
}

.mobile-navbar .nav-logo {
  width: 150px;
}

/* pregressbar*/
.progress {
  position: absolute;
  right: -47.5%;
  min-width: 98%;
  top: 49%;
  height: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}

progress::-webkit-progress-value {
  background: #eb9375;
}

/*====================================
    hero section styling
=========================================*/
#section1 {
  background: #27387e;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition: background-color 1000ms linear;
  overflow: hidden !important;
}

#section1 .left-part #btn {
  background: #ffffff;
  color: #183b56;
  padding: 12px 40px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

#section1 .left-part h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
}

/* #section1 #right-side {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.15))), url("../images/fx.jpg");
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15)), url("../images/fx.jpg");
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}

#section1 #right {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.1))), url("../images/fx.jpg");
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), url("../images/fx.jpg");
  height: 80vh;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
} */

/*============================================
    About Section Styiling
==================================================*/
#about-us {
  background: #27387e;
  width: 100%;
  overflow: hidden !important;
}

/*=======================================
  Practice Area Styling Strat
========================================*/
#practice {
  background: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden !important;
  height: 100%;
  background: #27387e;
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  z-index: 10;
  overflow: hidden;
}

#practice .modal {
  background: rgba(0, 0, 0, 0.65) !important;
  font-family: "Questrial", sans-serif !important;
}

#practice .modal-dialog {
  min-width: 70% !important;
  color: #182a73;
}

#practice .modal-dialog .newbtn {
  display: block !important;
  padding: 15px;
}

#practice .modal-dialog .newbtn span {
  padding-right: 10px;
  padding-top: 10px;
  pointer-events: none;
}
/* 
#practice .modal-dialog .modal-content {
  -webkit-box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.25);
          box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.25);
} */

#practice .modal-dialog .modal-content .modal-body {
  padding: 2em;
}

#practice .modal-dialog .modal-content .modal-body ul li {
  padding: 0.5% 0 !important;
  line-height: 1.5;
}

#practice .anim-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
  opacity: 0;
}

/* #practice .header {
  margin-top: 10%;
} */
#practice .header {
  margin-top: 5%;
}

#practice .header h2 {
  padding-right: 45%;
  text-align: justify;
  color: #182a73;
}

#practice .header .prac {
  display: block;
  color: #182a73;
}

#practice .header .divider {
  width: 31%;
  background: #27387e;
  height: 2.5px;
  margin-left: 0%;
}

#practice .outer-box {
  background: #f9f9f9;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

#practice .outer-box a {
  text-decoration: none;
}

/* #practice .outer-box .box {
  padding: 24%;
  border-radius: 7px 195.5px 7px 0px;
  background: #ffffff;
  max-height: 290px;
  min-height: 290px;
} */

#practice .outer-box .box {
  padding: 15%;
  border-radius: 7px 195.5px 7px 0px;
  background: #ffffff;
  height: 200px;
}


#practice .outer-box .box .header {
  color: #27387e;
}

#practice .outer-box .box .content {
  color: #27387e;
}

/* #practice .outer-box .box1 {
  padding: 24%;
  border-radius: 7px 0px 7px 195.5px;
  background: #ffffff;
  min-height: 290px;
  max-height: 290px;
} */
#practice .outer-box .box1 {
  padding: 15%;
  border-radius: 7px 0px 7px 195.5px;
  background: #ffffff;
  height: 200px;
}
#practice .outer-box .box1 .header {
  color: #27387e;
}

#practice .outer-box .box1 .content {
  color: #27387e;
}

#practice .outer-box:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1200px) translateZ(10px) translateY(-5px);
          transform: perspective(1200px) translateZ(10px) translateY(-5px);
}

#practice .outer-box .box-image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#practice .outer-box .ach {
  position: absolute;
  top: -15%;
  right: -15%;
}

/*===========================================
  Knowledge Bank Area Styling
================================================*/
#kbank {
  background: #ffffff;
  height: 105vh;
  width: 100%;
}

#kbank .divider {
  width: 22%;
  background: #eb9375;
  height: 2.5px;
  margin-left: 4%;
}

#kbank .anim-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
  opacity: 0;
}

/* #kbank .header {
  margin-top: 10%;
} */
#kbank .header {
  margin-top: 5%;
}

#kbank .header h2 {
  padding-right: 45%;
  text-align: justify;
  color: #182a73;
}

#kbank .header .prac {
  display: block;
  color: #182a73;
}

#kbank .header .divider {
  width: 31%;
  background: #27387e;
  height: 2.5px;
  margin-left: 0%;
}

#kbank .outer-box {
  background: #f9f9f9;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

#kbank .outer-box a {
  text-decoration: none;
}

/* #kbank .outer-box .box {
  padding: 24%;
  border-radius: 7px 195.5px 7px 0px;
  background: #ffffff;
  max-height: 290px;
  min-height: 290px;
} */

#kbank .outer-box .box {
  padding: 15%;
  border-radius: 7px 195.5px 7px 0px;
  background: #ffffff;
  height: 300px;
}


#kbank .outer-box .box .header {
  color: #27387e;
}

#kbank .outer-box .box .content {
  color: #27387e;
}

/* #kbank .outer-box .box1 {
  padding: 24%;
  border-radius: 7px 0px 7px 195.5px;
  background: #ffffff;
  min-height: 290px;
  max-height: 290px;
} */
#kbank .outer-box .box1 {
  padding: 15%;
  border-radius: 7px 0px 7px 195.5px;
  background: #ffffff;
  height: 300px;
}
#kbank .outer-box .box1 .header {
  color: #27387e;
}

#kbank .outer-box .box1 .content {
  color: #27387e;
}

#kbank .outer-box:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1200px) translateZ(10px) translateY(-5px);
          transform: perspective(1200px) translateZ(10px) translateY(-5px);
}

#kbank .outer-box .box-image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#kbank .outer-box .ach {
  position: absolute;
  top: -15%;
  right: -15%;
}


#career h1 {
  color: #eb9375;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin-top: 10%;
  display: block;
}

#career p {
  padding-top: 4%;
  padding-right: 18%;
  color: #182a73;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}

#career .divider {
  width: 10%;
  background: #eb9375;
  height: 2.5px;
  margin-left: 1%;
}

#career .outer-box {
  background: #182a73;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#career .outer-box .box {
  padding: 15%;
  border-radius: 7px 195.5px;
  background: #203177;
}

#career .outer-box .box .header {
  color: #ffffff;
}

#career .outer-box .box .content {
  color: rgba(255, 255, 255, 0.719);
}

#career .outer-box:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1200px) translateZ(10px) translateY(-5px);
          transform: perspective(1200px) translateZ(10px) translateY(-5px);
}

#career .outer-box .box-image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#career .outer-box .ach {
  position: absolute;
  top: -15%;
  right: -15%;
}

/*===============================================
    contact Section  Strat From Here
======================================================*/
#contact {
  background: #ffffff !important;
  width: 100%;
  height: 100%;
  padding-bottom: 5% !important;
  position: relative;
  z-index: 9;
  overflow: hidden !important;
  padding-top: 10%;
}

#contact .box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #27387e;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

#contact #left {
}

#contact #left {

}


#contact #left b {
  font-weight: bold !important;
  
}

#contact #left h4 {
  color: #eb9375;
}

#contact #left h2,
#contact #left h5 {
  color: #ffffff;
  font-size: 24px;
}

#contact #left #2 {
  display: block;
  padding-top: 10px;
  text-transform: initial;
}

#contact #left .divider {
  width: 42%;
  background: #eb9375;
  height: 2.5px;
  margin-left: 1%;
}

#contact .right .cnt input,
#contact .right textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(24, 59, 86, 0.164);
  outline: none !important;
  color: rgba(24, 59, 86, 0.37);
  padding: 10px 0;
}

#contact .right textarea:focus,
#contact .right textarea.form-control:focus,
#contact .right input.form-control:focus,
#contact .right input[type="text"]:focus,
#contact .right input[type="password"]:focus,
#contact .right input[type="email"]:focus,
#contact .right input[type="number"]:focus,
#contact .right [type="text"].form-control:focus,
#contact .right [type="password"].form-control:focus,
#contact .right [type="email"].form-control:focus,
#contact .right [type="tel"].form-control:focus,
#contact .right [contenteditable].form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact .right input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}



#contact .right textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact .right textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(24, 59, 86, 0.37);
  /* Firefox */
}

#contact #btn {
  display: block;
  float: left;
  background: #27387E;
  border-radius: 7px;
  color: #ffffff;
  padding: 12px;
  margin-top: 20px;
}

/*===============================================
    Media Query Strat From Here
======================================================*/
@media (max-width: 430px) {
  #career {
    background-color: #27387e;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  #career p {
    padding-right: 2%;
    text-align: justify;
  }
  #career .outer-box {
    margin-bottom: 50px;
  }
  #career .outer-box .ach {
    position: absolute;
    top: -15%;
    right: 0;
  }

  #about-us .divider {
    width: 30%;
    background: #eb9375;
    height: 2.5px;
    margin-left: 13%;
  }

  #kbank .outer-box {
    margin-bottom: 20px;
  }
  #contact {
    background: #27387e;
    width: 100%;
    height: 100%;
    padding-bottom: 20%;
  }
  #contact .map-section {
    max-width: 100% !important;
  }

}

@media (min-width: 431px) and (max-width: 770px) {
  #career {
    background-color: #27387e;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  #career .outer-box {
    margin-bottom: 50px;
  }
  #career .outer-box .ach {
    position: absolute;
    top: -15%;
    right: 0;
  }
  #about-us {
    background: #27387e;
    width: 100%;
    padding-bottom: 15%;
  }

  #about-us .divider {
    width: 30%;
    background: #eb9375;
    height: 2.5px;
    margin-left: 13%;
  }

  #practice .outer-box {
    margin-bottom: 20px;
  }
  #contact {
    background: #27387e;
    width: 100%;
    height: 100%;
    padding-bottom: 20%;
  }
}

@media (max-width: 420px) {
  #contact {
    background: #27387e;
    width: 100%;
    height: 100%;
    padding-bottom: 20%;
  }
  #contact .map-section {
    max-width: 100% !important;
  }
}

/*
Desclaimer section
*/
#popup {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.65);
  display: none;
  left: 0;
  z-index: 9999;
}

#popup.active {
  display: block !important;
}

#popup #content {
  width: 70%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#popup #content .alert {
  padding: 8%;
  font-size: 16px;
  color: #3b3b3b;
  background: #ffffff;
  -webkit-box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.25), 5px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.25), 5px 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(15px);
          transform: translateZ(15px);
}

#popup #content .alert p {
  line-height: 35px;
  text-align: justify;
  padding-bottom: 15px;
  color: #3b3b3b;
}

#popup #content .alert button {
  background: #27387e;
  padding: 12px 45px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;
}

@media (min-width: 755px) and (max-width: 1025px) {
  #about-us .divider {
    width: 20%;
    background: #eb9375;
    height: 2.5px;
    margin-left: 4%;
  }
  .alert p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .alert button {
    font-size: 12px !important;
  }
  #content {
    width: 80% !important;
  }
}

@media (max-width: 428px) {
  #popup #content {
    width: 90%;
  }
  .alert p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .alert button {
    font-size: 10px !important;
  }
  #content {
    width: 88% !important;
  }
}


@media (max-width: 988px) {
  .modal-dialog-centered {
    padding-top: 90px;
  }
}

/*# sourceMappingURL=custom.css.map */

section,section > .row, .h-screen{
  min-height: 100vh;
}

section{
  padding: 100px 20% 80px 10% !important;
}

.brand-blue-bg{ background: #27387E; }
.brand-blue-bg-dark{ background: #182A73; }
.brand-blue-bg-light{ background: #203177; }
.brand-grey-bg{ background: #F8F8F8; }
.brand-orange-bg{ background: #EB9375;}
.brand-orange-text{ background: #EB9375;}
.brand-blue-text{ color: #183B56; }

.theme-btn,.theme-btn:hover{
  display: inline-block;
  font-family: 'HK Grotesk';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #183B56;
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 1px;
}

.logo{
  display: inline-block;
  margin-bottom: 25px;
}
section.home{
  padding: 0 !important
}
section.contact{
  padding-bottom: 0;
}
.home h4{
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 45px;
}
.home .herobg::after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: #27387E;
  opacity: 0.3;
  z-index: 1000;
}
.home .herobg{
  position: fixed;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.1))), url(../images/fx.jpg);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), url(../images/fx.jpg);
  height: 100vh;
  width: 50%;
  top:0;
  right:0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}

.home .content {
  position: relative;
}
.home .content .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  position: fixed;
  width: 50%;
  padding: 50px 100px;
  left: 0;
  height: 100vh;
  background: #27387e;
  z-index: 999;
}

.title-section{
  position: relative;
}

.light-bg .title-section h2{
  color: #183B56;
}
.light-bg .title-section h2:after{
  background: #27387E;
}

.title-section h2,.title-section.secondary h2{
  display: block;
  position: relative;
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  color: #EB9375;
  padding: 0 0 5px;
  letter-spacing: 0.001em;
}
.title-section h2:after,.title-section.secondary h2:after {
  content: "";
  width: 180px;
  height: 3px;
  background: #EB9375;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(100vh);
  transition: ease all 0.3s;
  opacity: 0;
}

.visible .title-section h2:after{
  transform: translateX(0);
  width: 100px;
  opacity: 1;
  transition-delay: 0.7s;
}
.animate{
  position: relative;
  top: 30px;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.animate.t-5{ top: 50px; }
.animate.t-7{ top: 70px; }
.animate.t-10{ top: 100px; }

.animate.delay-1 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.animate.delay-2{
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animate.delay-3{
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animate.delay-4{
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.animate.delay-5 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate.delay-6 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.animate.delay-7 {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.animate.delay-8{
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animate.delay-9{
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.animate.delay-10{
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.animate.delay-11{
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.animate.delay-12{
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.visible .animate{
  top: 0 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.transition-cubic{
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.light .title-section h2{ color: #183B56; }
.light .title-section h2:after{ background: #27387E }

.home .inner,.home .herobg{
  transition: ease all 0.3s;
}

.home:not(.active) .inner{
  transform: translateX(-100%);
  opacity: 0;
}

.home:not(.active) .herobg{
  position: fixed;
  transform: translateX(-185%) scale(0.9);
  opacity: 0.8;
  width: 50%;
  left: auto;
}
.about-us .content{
  padding-top: 30px;
  padding-right: 20px;
}

.about-us .content p{
  display: block;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: justify;
  color: #fff;
  opacity: 0.8;
}

section.anim-bg-light,section.anim-bg-dark{
  position: relative;
}

section.anim-bg-light:before,section.anim-bg-dark:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: cubic-bezier(0.4, 0, 1, 1) all 0.5s;
}
section.anim-bg-light:before{
  background: #F8F8F8;
}
section.anim-bg-dark:before{
  background: #27387E;
}
section.anim-bg-light.visible::before,section.anim-bg-dark.visible::before{
  transform: translateX(0%);
  opacity: 1;
}

.disclaimer{
  position: relative;
  color:#fff;
  padding-top: 100px;
  text-align: center;
  opacity: 0.6;
}
.copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  background-color: #101940;
  left: 0;
  bottom: 0;
}
.copyright p{
  margin: 0;
}
.copyright a{
  color:#EB9375;
}

.contact{
  padding-top:120px !important;
}

.contact .mapouter {
  position: relative;
  text-align: right;
  height: 300px;
  width: 500px;
  max-width: 100%;
}

.contact .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 500px;
  max-width: 100%;
}

.contact .form {
  background: #F5F5F5;
  box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035);
  border-radius: 7px;
  padding: 50px 70px;
  float: right;
  max-width: 400px;
    width: 100%;
}
.contact .form::before{
  background: #F5F5F5;
  box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035);
  border-radius: 7px;
}

.contact .form::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  border-radius: 256px 7px 7px 7px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact .form *{
  z-index: 1;
  position: relative;
}

.contact .form h4{
  color: #eb9375;
  text-align: center;
}

.inner .max-w{
  max-width: 800px;
}

.modal-open .navigation{
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1400px) {
  .home h4{
    font-size: 28px;
  }
}

@media (max-width: 1140px) {
  .navigation.active{
    right: 10px;
  }
  #contact #left h5{
    font-size: 21px;
  }
  #contact{
    padding-right: 185px !important;
    padding-left: 75px !important;
  }
  #career p {
    padding: 30px 0 0 !important;
  }
}

@media (max-width: 1180px) {
  .practice-item{
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width: 1024px) {
  .home .content .inner{
    padding: 50px 50px;
  }
  .home h4{
    font-size: 24px;
  }
  .about-us .content p, #career p {
    font-size: 21px;
  }
  #practice .outer-box .box .header h4{
    font-size: 21px !important;
  }
}

@media (max-width: 992px) {
  .mapouter,.gmap_canvas,#gmap_canvas{
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact .form{
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }

  .contact .pl-4{
    padding-left: 15px !important;
  }

  .contact .form .cnt{
    display: flex;
    flex-wrap: wrap;
  }

  .contact .form .form-group{
    width: 100%;
    padding:0 15px;
    margin-top:0 !important ;
  }

  .contact .form .form-group:nth-child(1),.contact .form .form-group:nth-child(2){
    width: 50%;
  }
  
}

@media (max-width: 768px) {

  .mobile-navbar{
    position: fixed;
    width: 100%;
  }
  .navigation{
    display: none !important;
  }

  section,#contact{
    padding: 150px 50px 90px !important;
  }

  section .container{
    max-width: 100%;
  }

  .home .content .inner,.home .herobg,.home:not(.active) .herobg{
    position: relative !important;
    width: 100%;
    transform: none !important;
  }

  .home .content .inner{
    justify-content: flex-start;
    padding: 180px 60px 90px;
    height: auto;
  }

  .home .hero-image{
    height: 50vh;
  }

}

@media (max-width: 640px) {

  .title-section h2, .title-section.secondary h2{
    font-size: 32px;
  }

  section .container {
    max-width: 100%;
    padding: 0;
  }

  .about-us .content{
    padding-right: 0;
  }

  .practice-item{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #practice .outer-box .box .header h4 {
    font-size: 26px !important;
  }

  .contact .form {
    padding: 50px 40px;
  }

  .contact .form .form-group:nth-child(1),.contact .form .form-group:nth-child(2){
    width: 100%;
  }
}


@media (max-width: 480px) {
  section,#contact{
    padding: 50px 30px 80px !important;
  }

  .modal-title{
    font-size: 24px;
  }

  .modal-dialog ul, .modal-dialog ul ul{
    padding-left: 15px;
  }
}

@media (max-width: 430px) {

  .title-section h2, .title-section.secondary h2{
    font-size: 28px;
  }

  .home .content .inner{
    padding: 180px 30px 90px;
  }
}
