/* 1270
   1199
   1023
   767 */
/* 1270
   1199
   1023
   767 */
*, ul, ol,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
}
@media (min-width: 1199px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1198px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  html {
    font-size: 15px;
  }
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

input,
select,
textarea,
button {
  font: 1rem/1.4 "Mulish", sans-serif;
}
input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
  outline: 0;
  text-decoration: none;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url] {
  -webkit-appearance: none;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #aaa;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

button:focus, button.focus, input[type=submit]:focus, input[type=submit].focus {
  outline: 0;
}

.container-ctn {
  max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1023px) {
  .container-ctn {
    max-width: 85%;
  }
}
@media (min-width: 1199px) {
  .container-ctn {
    max-width: 79%;
  }
}
@media (min-width: 1600px) {
  .container-ctn {
    max-width: 1611px;
  }
}

/*=== Append and Prepend ===*/
.desk-hide {
  display: none;
}

/*=== Append and prepend ====*/
/*==== Menu ====*/
@media (min-width: 1800px) {
  .main-nav {
    width: 901px;
    margin-right: 111px;
  }
}
@media (min-width: 1023.9px) {
  .main-nav > ul {
    display: flex;
    justify-content: space-between;
  }
}

.main-nav, .extra-link {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.main-nav a, .extra-link a {
  text-decoration: none;
  color: #252525;
  font-weight: 600;
  font-size: 18px;
}
.main-nav > ul, .extra-link > ul {
  margin: 0;
  padding: 0;
}
.main-nav > ul > li, .extra-link > ul > li {
  display: inline-block;
  position: relative;
}
@media (max-width: 1022px) {
  .main-nav > ul > li, .extra-link > ul > li {
    margin-right: 20px;
  }
}
.main-nav > ul > li.current-page-ancestor > a, .main-nav > ul > li.current-menu-ancestor > a, .main-nav > ul > li.current_page_ancestor > a, .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-page-parent > a, .main-nav > ul > li.current_page_parent > a, .main-nav > ul > li:hover > a, .extra-link > ul > li.current-page-ancestor > a, .extra-link > ul > li.current-menu-ancestor > a, .extra-link > ul > li.current_page_ancestor > a, .extra-link > ul > li.current-menu-item > a, .extra-link > ul > li.current-page-parent > a, .extra-link > ul > li.current_page_parent > a, .extra-link > ul > li:hover > a {
  color: #252525;
}
.main-nav > ul > li.current-page-ancestor > a:hover, .main-nav > ul > li.current-menu-ancestor > a:hover, .main-nav > ul > li.current_page_ancestor > a:hover, .main-nav > ul > li.current-menu-item > a:hover, .main-nav > ul > li.current-page-parent > a:hover, .main-nav > ul > li.current_page_parent > a:hover, .main-nav > ul > li:hover > a:hover, .extra-link > ul > li.current-page-ancestor > a:hover, .extra-link > ul > li.current-menu-ancestor > a:hover, .extra-link > ul > li.current_page_ancestor > a:hover, .extra-link > ul > li.current-menu-item > a:hover, .extra-link > ul > li.current-page-parent > a:hover, .extra-link > ul > li.current_page_parent > a:hover, .extra-link > ul > li:hover > a:hover {
  color: #0055A5;
}
.main-nav > ul > li.current-page-ancestor > ul, .main-nav > ul > li.current-menu-ancestor > ul, .main-nav > ul > li.current_page_ancestor > ul, .main-nav > ul > li.current-menu-item > ul, .main-nav > ul > li.current-page-parent > ul, .main-nav > ul > li.current_page_parent > ul, .main-nav > ul > li:hover > ul, .extra-link > ul > li.current-page-ancestor > ul, .extra-link > ul > li.current-menu-ancestor > ul, .extra-link > ul > li.current_page_ancestor > ul, .extra-link > ul > li.current-menu-item > ul, .extra-link > ul > li.current-page-parent > ul, .extra-link > ul > li.current_page_parent > ul, .extra-link > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.main-nav > ul > li.current-page-ancestor.submenu:after, .main-nav > ul > li.current-menu-ancestor.submenu:after, .main-nav > ul > li.current_page_ancestor.submenu:after, .main-nav > ul > li.current-menu-item.submenu:after, .main-nav > ul > li.current-page-parent.submenu:after, .main-nav > ul > li.current_page_parent.submenu:after, .main-nav > ul > li:hover.submenu:after, .extra-link > ul > li.current-page-ancestor.submenu:after, .extra-link > ul > li.current-menu-ancestor.submenu:after, .extra-link > ul > li.current_page_ancestor.submenu:after, .extra-link > ul > li.current-menu-item.submenu:after, .extra-link > ul > li.current-page-parent.submenu:after, .extra-link > ul > li.current_page_parent.submenu:after, .extra-link > ul > li:hover.submenu:after {
  color: #13b9a5;
}
@media (min-width: 992px) {
  .main-nav > ul > li.submenu:after, .extra-link > ul > li.submenu:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    font-size: 9px;
    width: 20px;
    height: 20px;
    background: url("../images/nav-down-arrow.png") no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1799.9px) {
  .main-nav > ul > li.submenu:after, .extra-link > ul > li.submenu:after {
    right: -23px;
  }
}
@media (min-width: 992px) and (max-width: 1399.9px) {
  .main-nav > ul > li.submenu:after, .extra-link > ul > li.submenu:after {
    right: -19px;
  }
}
@media (min-width: 992px) and (max-width: 1330px) {
  .main-nav > ul > li.submenu:after, .extra-link > ul > li.submenu:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  .main-nav > ul > li.submenu:after, .extra-link > ul > li.submenu:after {
    top: 6px;
  }
}
.main-nav > ul ul, .extra-link > ul ul {
  position: absolute;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0;
  z-index: 2;
  padding: 10px 0;
  min-width: 95%;
  border-radius: 4px;
  top: 37px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
}
.main-nav > ul ul:after, .extra-link > ul ul:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 20px;
}
.main-nav > ul ul:before, .extra-link > ul ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  z-index: 1;
}
.main-nav > ul ul li, .extra-link > ul ul li {
  display: block;
}
.main-nav > ul ul li a, .extra-link > ul ul li a {
  padding: 7px 10px;
  display: block;
  color: #252525;
}
.main-nav > ul ul li a:hover, .extra-link > ul ul li a:hover {
  background: #0055A5;
  color: #ffffff;
}

.extra-link {
  z-index: 1;
}

.mob-btn {
  display: none;
}

/*==== Menu End ====*/
.main-nav > ul > li {
  margin-right: 50px;
}
@media (max-width: 1599.9px) {
  .main-nav > ul > li {
    margin-right: 30px;
  }
}
@media (max-width: 1499.9px) {
  .main-nav > ul > li {
    margin-right: 30px;
  }
}
@media (max-width: 1399.9px) {
  .main-nav > ul > li {
    margin-right: 25px;
  }
}
@media (min-width: 1800px) {
  .main-nav > ul > li {
    margin: 0;
  }
}

@media (max-width: 1600px) {
  .main-nav a {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media (max-width: 1330px) {
  .main-nav a {
    font-size: 14px;
    padding: 10px 3px;
  }
}
@media (max-width: 768px) {
  .main-nav a {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .main-nav a {
    font-size: 15px;
    padding: 10px 0px;
  }
}

@media (max-width: 1022px) {
  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    width: 298px;
    top: 0;
    right: -298px;
    background: #ffffff;
    height: 100%;
    transition: all ease 0.2s;
    z-index: 1005;
    overflow-y: auto;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
  }
  .main-nav ul li {
    display: block;
    position: relative;
    text-align: left;
  }
  .main-nav ul li.open > a {
    color: #3392E5;
  }
  .main-nav ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 600;
    color: #3392E5;
    background: #ffffff;
  }
  .main-nav ul li a:hover {
    background: #3392E5;
    color: #ffffff;
  }
  .main-nav ul li.submenu i {
    font-style: normal;
    position: absolute;
    width: 45px;
    height: 38px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
  }
  .main-nav ul li.submenu i:after {
    content: "+";
  }
  .main-nav ul li.submenu.open > i:after {
    content: "-";
    line-height: 34px;
    height: 34px;
  }
  .main-nav ul ul {
    display: none;
  }
  .main-nav ul ul li {
    font-size: 14px;
  }
  .main-nav ul ul li a {
    padding-left: 25px;
  }
  .show-menu .main-nav {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  /*==== Append and Prepend End ====*/
}
@media (max-width: 1022px) and (max-width: 766px) {
  .mob-btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1022px) {
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #3392E5;
  }
}
@media (max-width: 1022px) {
  .mob-btn span + span {
    margin-top: 5px;
  }
}
@media (max-width: 1022px) {
  .extra-link {
    display: none;
  }
}
header {
  width: 100%;
  z-index: 1000;
  transition: 1s ease-in fadeInDown;
  background: #ffffff;
  animation: 1s ease-in fadeInDown;
}
header.slim-header {
  position: fixed;
  top: 0;
  transition: 2s ease-in-out fadeInDown;
  animation: 2s ease-in-out fadeInDown;
}

@media (min-width: 767px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  p {
    font-size: 16px;
  }
}

.container-ctn {
  max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1023px) {
  .container-ctn {
    max-width: 85%;
  }
}
@media (min-width: 1199px) {
  .container-ctn {
    max-width: 79%;
  }
}
@media (min-width: 1600px) {
  .container-ctn {
    max-width: 1611px;
  }
}

.top-strip {
  background: #0055A5;
  transition: 1s ease-in-out fadeInDown;
}
.top-strip .container-ctn {
  padding: 0px 2px;
}

.top-section {
  transition: 1s ease-in-out fadeInDown;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1198px) {
  .top-section {
    height: 48px;
  }
}
@media (max-width: 1022px) {
  .top-section {
    padding: 4px 0px;
  }
}
.top-section .left-section {
  padding: 0px 0px 0px 0px;
}
@media (max-width: 1198px) {
  .top-section .left-section {
    padding: 0px;
  }
}
@media (max-width: 1500px) {
  .top-section .left-section {
    font-size: 15px;
  }
}
.top-section .left-section ul {
  display: flex;
  align-items: center;
}
.top-section .left-section ul li {
  color: #ffffff;
  padding-right: 40px;
  list-style: none;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1599px) {
  .top-section .left-section ul li {
    padding-right: 12px;
    font-size: 16px;
  }
}
@media (max-width: 1198px) {
  .top-section .left-section ul li {
    font-size: 14px;
  }
}
@media (max-width: 1330px) {
  .top-section .left-section ul li {
    padding-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1022px) {
  .top-section .left-section ul li {
    margin-bottom: 0;
    padding-right: 0px;
  }
}
.top-section .left-section ul li i {
  width: 35px;
  height: 35px;
  float: left;
  display: grid;
  place-items: center;
  background: #3392E5;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 9px;
}
@media (max-width: 1330px) {
  .top-section .left-section ul li i {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1198px) {
  .top-section .left-section ul li i {
    width: 30px;
    height: 30px;
  }
}
.top-section .left-section ul li i img {
  margin: 0;
}
.top-section .left-section ul li i img.mailIcon {
  width: 20px;
  height: 16.43px;
}
.top-section .left-section ul li i img.locationIcon {
  width: 16.76px;
  height: 20px;
}
.top-section .left-section ul li i img.phoneIcon {
  width: 20px;
  height: 20px;
}
.top-section .left-section ul li a, .top-section .left-section ul li span {
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 1198px) {
  .top-section .left-section ul li a, .top-section .left-section ul li span {
    margin-top: 6px;
  }
}
@media (max-width: 1022px) {
  .top-section .left-section ul li a, .top-section .left-section ul li span {
    display: none;
    font-size: 0;
  }
}
.top-section .left-section ul li a {
  display: flex;
  margin-top: 0;
  align-items: center;
}
.top-section .download-btn {
  padding: 8px 12px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (min-width: 1023px) {
  .top-section .download-btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1198px) {
  .top-section .download-btn {
    padding: 5px 8px;
  }
}
@media (max-width: 1022px) {
  .top-section .download-btn {
    display: inline-flex;
    padding: 7px 8px 5px;
  }
}
.top-section .download-btn i {
  border-right: 1px solid #547EA6;
  padding-right: 10px;
}
@media (max-width: 1198px) {
  .top-section .download-btn i {
    padding-right: 6px;
  }
}
@media (max-width: 1198px) {
  .top-section .download-btn i img {
    width: 18px;
  }
}
.top-section .download-btn span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 25px;
}
@media (max-width: 1599px) {
  .top-section .download-btn span {
    padding: 0px 10px;
  }
}
@media (max-width: 1198px) {
  .top-section .download-btn span {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .top-section .download-btn span {
    padding: 0px 5px;
    font-size: 13px;
  }
}

.header-logo-nav-wrap {
  background: #ffffff;
}
@media (min-width: 1800px) {
  .header-logo-nav-wrap {
    height: 140px;
  }
}

.slim-header .header-logo-nav-wrap {
  height: auto;
}

.header-sec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 6px 0 5px 0px;
  transform: all ease 0.3s;
}
@media (min-width: 1800px) {
  .header-sec {
    justify-content: center;
  }
}
@media (max-width: 1022px) {
  .header-sec {
    padding: 5px 0;
  }
}
.header-sec .logo {
  transform: all ease 0.3s;
}
@media (min-width: 1800px) {
  .header-sec .logo {
    margin-right: 71px;
  }
}
@media (max-width: 1740px) {
  .header-sec .logo {
    width: 250px;
  }
}
@media (max-width: 400px) {
  .header-sec .logo {
    width: 350px;
  }
}
.header-sec .logo img {
  width: 100%;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-sec .nv-right-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1799.9px) {
  .header-sec .nv-right-wrap {
    flex-basis: 70%;
    justify-content: center;
  }
}
@media (max-width: 1022.9px) {
  .header-sec .nv-right-wrap {
    flex-basis: 65%;
  }
}

.enquiry-btn-header {
  background: #0055A5;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid #3392e5;
}
@media (max-width: 766px) {
  .enquiry-btn-header {
    height: 40px;
  }
}
@media (min-width: 1800px) {
  .enquiry-btn-header {
    width: 255px;
    height: 75px;
  }
}
@media (max-width: 1022px) {
  .enquiry-btn-header {
    margin-right: 20px;
  }
}
.enquiry-btn-header:hover {
  background: #3392E5;
  color: #ffffff;
  border-left: 1px solid #0055A5;
}
.enquiry-btn-header:hover i {
  background: #0055A5;
}
.enquiry-btn-header:hover i:after {
  border-left: 18px solid #0055A5;
}
.enquiry-btn-header i {
  width: 61px;
  height: 75px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #3392E5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1740px) {
  .enquiry-btn-header i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn-header i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 766px) {
  .enquiry-btn-header i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.enquiry-btn-header i img {
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1800px) {
  .enquiry-btn-header i img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1740px) {
  .enquiry-btn-header i img {
    width: 25px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn-header i img {
    width: 25px;
  }
}
@media (max-width: 766px) {
  .enquiry-btn-header i img {
    width: 18px;
  }
}
.enquiry-btn-header i:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #3392E5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
@media (max-width: 1330px) {
  .enquiry-btn-header i:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #3392E5;
    right: -7px;
  }
}
@media (max-width: 766px) {
  .enquiry-btn-header i:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #3392E5;
  }
}
.enquiry-btn-header span {
  padding: 0px 60px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1740px) {
  .enquiry-btn-header span {
    padding: 0px 30px;
    font-size: 15px;
  }
}
@media (max-width: 1330px) {
  .enquiry-btn-header span {
    font-size: 12px;
    padding: 0px 15px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn-header span {
    padding: 0px 20px;
  }
}
@media (max-width: 766px) {
  .enquiry-btn-header span {
    padding: 1px 20px 0;
    font-size: 10px;
    font-weight: 100;
  }
}

.enquiry-btn {
  background: #0055A5;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1022px) {
  .enquiry-btn {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .enquiry-btn {
    margin-right: 5px;
  }
}
@media (max-width: 345px) {
  .enquiry-btn {
    margin-bottom: 0px;
  }
}
.enquiry-btn:hover {
  background: #3392E5;
  color: #ffffff !important;
}
.enquiry-btn:hover i {
  background: #0055A5;
}
.enquiry-btn:hover i:after {
  border-left: 18px solid #0055A5;
}
@media (max-width: 767px) {
  .enquiry-btn:hover i:after {
    border-left: 10px solid #0055A5;
  }
}
.enquiry-btn i {
  width: 61px;
  height: 77px;
  text-align: center;
  line-height: 75px;
  position: relative;
  border-radius: 10px;
  background: #3392E5;
  display: grid;
  place-items: center;
}
@media (max-width: 1740px) {
  .enquiry-btn i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 766px) {
  .enquiry-btn i {
    height: 47px;
  }
}
.enquiry-btn i img {
  margin-right: 0;
}
@media (max-width: 1740px) {
  .enquiry-btn i img {
    width: 25px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn i img {
    width: 25px;
  }
}
.enquiry-btn i:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #3392E5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
@media (max-width: 766px) {
  .enquiry-btn i:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #3392E5;
  }
}
.enquiry-btn span {
  padding: 0px 46px 0px 55px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1740px) {
  .enquiry-btn span {
    padding: 0px 30px;
    font-size: 15px;
  }
}
@media (max-width: 1198px) {
  .enquiry-btn span {
    padding: 0px 20px;
  }
}
@media (max-width: 1022px) {
  .enquiry-btn span {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .enquiry-btn span {
    font-size: 10px;
  }
}

.enq-mrgn {
  margin-right: 0px;
}

@media (max-width: 1022px) {
  .enq-mt {
    margin-right: 48px;
  }
}
.her-btn-trans {
  background: transparent;
  border: 1px solid #ffffff;
  display: inline-flex;
}
.her-btn-trans:hover {
  border: #0055A5;
}
@media (max-width: 830px) {
  .her-btn-trans {
    margin-top: 8px;
  }
}
@media (max-width: 460px) {
  .her-btn-trans {
    margin-top: 0px;
  }
}
.her-btn-trans i {
  margin: -1px -1px -1px;
}

.banner-otr.slick-slider {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.banner-otr {
  max-width: 1920px;
  margin: 0 auto;
  width: 1920px;
  height: auto;
  width: 100%;
  background: url("../images/banner-bg.jpg") center center no-repeat;
}
@media (max-width: 1599px) {
  .banner-otr {
    height: 606px;
    background-size: cover !important;
  }
}
@media (max-width: 1300px) {
  .banner-otr {
    height: 544px;
  }
}
@media (max-width: 1199px) {
  .banner-otr {
    height: 459px;
  }
}
@media (max-width: 992px) {
  .banner-otr {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .banner-otr {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .banner-otr {
    height: 292px;
  }
}
@media (max-width: 500px) {
  .banner-otr {
    height: 275px;
  }
}
@media (max-width: 460px) {
  .banner-otr {
    height: 245px;
  }
}
.banner-otr .slick-slide {
  margin-right: 0;
  margin-left: 0;
}
.banner-otr .slick-hmb {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 50%;
  left: -15%;
  z-index: 20;
  transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .banner-otr .slick-hmb {
    left: -19%;
  }
}
@media (max-width: 991px) {
  .banner-otr .slick-hmb {
    transform: rotate(90deg);
    top: auto;
    bottom: -42%;
    height: 100%;
    left: -22px;
  }
}
@media (max-width: 767px) {
  .banner-otr .slick-hmb {
    bottom: -140px;
  }
}
@media (max-width: 575px) {
  .banner-otr .slick-hmb {
    display: none;
  }
}
.banner-otr .slick-hmb .bnr-hrznl-wrp {
  color: #ffffff;
  transform: rotate(-90deg);
  position: absolute;
  top: 47%;
  width: 335px;
  left: -140px;
  text-align: center;
}
@media (max-width: 1500px) {
  .banner-otr .slick-hmb .bnr-hrznl-wrp {
    font-size: 14px;
  }
}
.banner-otr .slick-hmb .prev, .banner-otr .slick-hmb .next {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #999999;
  top: -66px;
  line-height: 49px;
}
@media (max-width: 992px) {
  .banner-otr .slick-hmb .prev, .banner-otr .slick-hmb .next {
    bottom: 0%;
  }
}
.banner-otr .slick-hmb .prev:hover, .banner-otr .slick-hmb .next:hover {
  color: #0055A5;
}
.banner-otr .slick-hmb .prev:before, .banner-otr .slick-hmb .next:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.banner-otr .slick-hmb .prev:hover::before, .banner-otr .slick-hmb .next:hover::before {
  filter: invert(1);
}
.banner-otr .slick-hmb .next::before {
  background-image: url(../images/icons/arrow-up.svg);
  transform: rotate(90deg);
  bottom: 15%;
  top: auto;
}
@media (max-width: 992px) {
  .banner-otr .slick-hmb .next::before {
    bottom: 0%;
  }
}
.banner-otr .slick-hmb .prev::before {
  background-image: url(../images/icons/arrow-down.svg);
  top: 15%;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .banner-otr .slick-hmb .prev::before {
    top: 0%;
  }
}
.banner-otr .slick-hmb .slick-track {
  padding: 24px 0px;
}

.banner {
  height: 802px;
  position: relative;
}
@media (max-width: 575px) {
  .banner .container-ctn {
    padding: 0;
  }
}
@media (max-width: 1680.9px) {
  .banner {
    height: 732px;
  }
}
@media (max-width: 1599.9px) {
  .banner {
    height: 606px;
  }
}
@media (max-width: 1300.9px) {
  .banner {
    height: 546px;
  }
}
@media (max-width: 1199.9px) {
  .banner {
    height: 459px;
  }
}
@media (max-width: 991.9px) {
  .banner {
    height: 485px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 336px;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 292px;
  }
}
@media (max-width: 500px) {
  .banner {
    height: 275px;
  }
}
@media (max-width: 460px) {
  .banner {
    height: 245px;
  }
}
.banner .hero-content {
  padding: 183px 0px 0px;
  color: #ffffff;
}
@media (min-width: 1800px) {
  .banner .hero-content {
    margin-left: -10px;
  }
}
@media (max-width: 1599px) {
  .banner .hero-content {
    padding: 124px 0px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .banner .hero-content {
    padding: 75px 0px 0px;
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .banner .hero-content {
    padding: 80px 0px 0 0px;
    width: 100%;
  }
}
@media (max-width: 830px) {
  .banner .hero-content {
    padding: 50px 35px 0 0;
  }
}
@media (max-width: 767px) {
  .banner .hero-content {
    padding: 0;
    height: 351px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .banner .hero-content {
    width: 39%;
    height: 291px;
  }
}
@media (max-width: 460px) {
  .banner .hero-content {
    height: 245px;
  }
}
@media (max-width: 1599px) {
  .banner .hero-content .hero-content-wrp {
    padding: 0px 0px 0px;
  }
}
@media (max-width: 1198px) {
  .banner .hero-content .hero-content-wrp {
    padding: 0px 0px 0px;
  }
}
@media (max-width: 1500px) {
  .banner .hero-content .hero-content-wrp {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  .banner .hero-content .hero-content-wrp {
    padding-right: 0;
  }
}
@media (max-width: 766px) {
  .banner .hero-content .hero-content-wrp p {
    margin-bottom: 15px;
  }
}
@media (max-width: 481px) {
  .banner .hero-content .hero-content-wrp p {
    margin-bottom: 5px;
  }
}
.banner .hero-content h3 {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 1680.9px) {
  .banner .hero-content h3 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1599px) {
  .banner .hero-content h3 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .banner .hero-content h3 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1198px) {
  .banner .hero-content h3 {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .banner .hero-content h3 {
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1022px) {
  .banner .hero-content h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .banner .hero-content h3 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner .hero-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 340px) {
  .banner .hero-content h3 {
    font-size: 14px;
  }
}
.banner .hero-content p {
  line-height: 35px;
  margin-bottom: 60px;
  width: 86%;
}
@media (max-width: 1680.9px) {
  .banner .hero-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 50px;
    width: 88%;
  }
}
@media (max-width: 1300px) {
  .banner .hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .hero-content p {
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 766px) {
  .banner .hero-content p {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 481px) {
  .banner .hero-content p {
    font-size: 10px;
    line-height: 15px;
  }
}
.banner .hero-content .hero-btnwrap {
  display: inline-flex;
}
@media (max-width: 830px) {
  .banner .hero-content .hero-btnwrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 60%;
  }
  .banner .hero-content .hero-btnwrap a {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .banner .hero-content .hero-btnwrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .hero-content .hero-btnwrap a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .banner .hero-content .hero-btnwrap a:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .hero-content .hero-btnwrap a span {
    font-size: 10px;
    padding: 0px 10px;
  }
}
@media (max-width: 481px) {
  .banner .hero-content .hero-btnwrap a span {
    font-size: 8px;
  }
}
@media (max-width: 340px) {
  .banner .hero-content .hero-btnwrap a span {
    font-size: 7px;
  }
}
@media (max-width: 767px) {
  .banner .hero-content .hero-btnwrap a i {
    height: 53px;
  }
}
@media (max-width: 481px) {
  .banner .hero-content .hero-btnwrap a i {
    height: 33px;
  }
}
@media (max-width: 767px) {
  .banner .hero-content .hero-btnwrap a i::after {
    border-left: 10px solid #3392E5 !important;
  }
}
@media (max-width: 481px) {
  .banner .hero-content .hero-btnwrap a:before {
    height: 36px;
  }
}
.banner .hero-content .btn-mrgn {
  margin-right: 65px;
  background: unset;
  border: 1px solid #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .banner .hero-content .btn-mrgn {
    margin-right: 30px;
  }
}
.banner .hero-content .btn-mrgn:hover {
  background-color: #0055A5;
  border: 1px solid #0055A5;
}
.banner .hero-content .btn-mrgn:before {
  content: "";
  width: 60px;
  height: 79px;
  position: absolute;
  border-radius: 10px;
  border: 2px solid #3392e5;
  left: -2px;
  z-index: 0;
}
@media (max-width: 1740px) {
  .banner .hero-content .btn-mrgn:before {
    width: 40px;
    height: 57px;
  }
}
.banner .hero-content .btn-mrgn:hover i {
  background-color: #3392e5;
}
.banner .hero-content .btn-mrgn:hover i:after {
  border-left: 18px solid #3392E5;
}
.banner .hero-content .btn-mrgn i {
  left: -1px;
}
@media (max-width: 1022px) {
  .banner .hero-content .btn-mrgn {
    margin-right: 15px;
  }
}
@media (max-width: 830px) {
  .banner .hero-content .btn-mrgn {
    margin-right: 0;
  }
}
.banner .bnnr-img-rltv {
  position: absolute;
  right: 0;
  top: 0;
  width: 760px;
  height: 100%;
}
@media (max-width: 1680.9px) {
  .banner .bnnr-img-rltv {
    width: 695px;
  }
}
@media (max-width: 1599.9px) {
  .banner .bnnr-img-rltv {
    width: 570px;
  }
}
@media (max-width: 1300px) {
  .banner .bnnr-img-rltv {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .banner .bnnr-img-rltv {
    width: 424px;
  }
}
@media (max-width: 992px) {
  .banner .bnnr-img-rltv {
    width: 268px;
  }
}
@media (max-width: 767px) {
  .banner .bnnr-img-rltv {
    right: -40px;
  }
}
@media (max-width: 500px) {
  .banner .bnnr-img-rltv {
    width: 255px;
  }
}
@media (max-width: 460px) {
  .banner .bnnr-img-rltv {
    width: 230px;
  }
}
.banner .img-dotted {
  background-image: url("../images/h-banner-before.png");
  width: 30%;
  height: 100%;
  left: -33px;
  position: absolute;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1599.9px) {
  .banner .img-dotted {
    height: 605px;
  }
}
@media (max-width: 1300px) {
  .banner .img-dotted {
    height: 544px;
    width: 29%;
    left: -43px;
  }
}
@media (max-width: 1199px) {
  .banner .img-dotted {
    height: 458px;
    width: 448px;
    left: -30px;
  }
}
@media (max-width: 992px) {
  .banner .img-dotted {
    height: 430px;
    width: 295px;
    left: -151px;
  }
}
@media (max-width: 767px) {
  .banner .img-dotted {
    height: 293px;
    width: 287px;
    left: -21px;
  }
}
@media (max-width: 500px) {
  .banner .img-dotted {
    height: 275px;
    width: 262px;
    left: -18px;
  }
}
@media (max-width: 460px) {
  .banner .img-dotted {
    height: 244px;
    width: 225px;
    left: -13px;
  }
}
@media (max-width: 460px) {
  .banner .img-dotted {
    height: 244px;
    width: 240px;
    left: -13px;
  }
}
.banner .h-img-mask {
  -webkit-mask-image: url("../images/bannerpng.png");
  mask-image: url("../images/bannerpng.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 762px;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
@media (max-width: 1680.9px) {
  .banner .h-img-mask {
    width: 695px;
  }
}
@media (max-width: 1599.9px) {
  .banner .h-img-mask {
    width: 577px;
  }
}
@media (max-width: 1300px) {
  .banner .h-img-mask {
    width: 517px;
  }
}
@media (max-width: 1199px) {
  .banner .h-img-mask {
    width: 448px;
  }
}
@media (max-width: 1199px) {
  .banner .h-img-mask {
    width: 436px;
  }
}
@media (max-width: 992px) {
  .banner .h-img-mask {
    width: 409px;
  }
}
@media (max-width: 767px) {
  .banner .h-img-mask {
    width: 277px;
  }
}
@media (max-width: 500px) {
  .banner .h-img-mask {
    width: 262px;
  }
}
@media (max-width: 460px) {
  .banner .h-img-mask {
    width: 233px;
  }
}
.banner .h-img-mask picture {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner .h-img-mask picture img {
  filter: drop-shadow(0px 0 0) drop-shadow(0 0px 0) drop-shadow(-10px 0 0 #0055A5) drop-shadow(0 0px 0);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599.9px) {
  .banner .h-img-mask picture img {
    height: 664px;
    width: 605px;
  }
}
@media (max-width: 1199px) {
  .banner .h-img-mask picture img {
    height: 461px;
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .banner .h-img-mask picture img {
    height: 461px;
    width: 480px;
  }
}
@media (max-width: 992px) {
  .banner .h-img-mask picture img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .banner .h-img-mask picture img {
    height: auto;
  }
}

.b-img02 {
  background: url("../images/banner-bg03.jpg") top center no-repeat;
}
@media (max-width: 1599px) {
  .b-img02 {
    height: 696px;
    background-size: cover;
    padding: 0px 0px 0px 65px;
  }
}
@media (max-width: 1198px) {
  .b-img02 {
    height: 514px;
    padding: 0px 0px 0px 45px;
  }
}
@media (max-width: 766px) {
  .b-img02 {
    height: 225px;
    padding: 0px 0px 0px 15px;
  }
}

.b-img03 {
  background: url("../images/banner-bg02.jpg") top center no-repeat;
}
@media (max-width: 1599px) {
  .b-img03 {
    height: 696px;
    background-size: cover;
    padding: 0px 0px 0px 65px;
  }
}
@media (max-width: 1198px) {
  .b-img03 {
    height: 514px;
    padding: 0px 0px 0px 45px;
  }
}
@media (max-width: 766px) {
  .b-img03 {
    height: 225px;
    padding: 0px 0px 0px 15px;
  }
}

.b-img04 {
  background: url("../images/banner-bg01.jpg") top center no-repeat;
}
@media (max-width: 1599px) {
  .b-img04 {
    height: 696px;
    background-size: cover;
    padding: 0px 0px 0px 65px;
  }
}
@media (max-width: 1198px) {
  .b-img04 {
    height: 514px;
    padding: 0px 0px 0px 45px;
  }
}
@media (max-width: 766px) {
  .b-img04 {
    height: 225px;
    padding: 0px 0px 0px 15px;
  }
}

.contacts-icons {
  position: fixed;
  z-index: 100;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  right: 30px;
}
@media (max-width: 767px) {
  .contacts-icons {
    right: 15px;
  }
}
.contacts-icons .icons {
  width: 75px;
  height: 75px;
  background: #0055A5;
  text-align: center;
  line-height: 91px;
  color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 1022px) {
  .contacts-icons .icons {
    width: 45px;
    height: 45px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .contacts-icons .icons {
    width: 35px;
    height: 35px;
    line-height: 42px;
  }
}
.contacts-icons .icons i {
  font-size: 33px;
  display: inline-block;
}
.contacts-icons .icons i img {
  width: 100%;
  margin-top: -4px;
}
@media (max-width: 1022px) {
  .contacts-icons .icons i img {
    width: 18px;
  }
}
.contacts-icons .icons:hover {
  background: #3392E5;
}
.contacts-icons .sm-slider {
  position: relative;
}
.contacts-icons .sm-slider a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
}
.contacts-icons .sm-slider a .img_box {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  z-index: 11;
  background: #0055A5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  .contacts-icons .sm-slider a .img_box {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 990px) {
  .contacts-icons .sm-slider a .img_box img {
    width: 14px;
  }
}
.contacts-icons .sm-slider a .slideLeft {
  position: absolute;
  background: #FFFFFF;
  width: 0;
  height: 75px;
  right: 20px;
  top: 0px;
  font-size: 18px;
  color: #0055A5;
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 50px;
}
.contacts-icons .sm-slider a .slideLeft .textRight {
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 18px;
  color: #0055A5;
}
@media (max-width: 990px) {
  .contacts-icons .sm-slider a .slideLeft .textRight {
    top: 5px;
    font-size: 13px;
    left: 26px;
  }
}
@media (max-width: 990px) {
  .contacts-icons .sm-slider a .slideLeft {
    font-size: 14px;
    padding: 4px;
    height: 28px;
  }
}
.contacts-icons .sm-slider:hover .slideLeft {
  opacity: 1;
  transition: 0.5s ease-in-out;
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  right: 20px;
}
@media (max-width: 990px) {
  .contacts-icons .sm-slider:hover .slideLeft {
    width: 160px;
  }
}

.about-content-area {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 146px 0px 220px 0px;
  position: relative;
}
.about-content-area.innerpadding {
  padding: 150px 0px 70px 0px;
}
@media (max-width: 1599px) {
  .about-content-area.innerpadding {
    padding: 100px 0px 50px 0px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area.innerpadding {
    padding: 95px 0 0px 0px;
  }
}
@media (max-width: 1599px) {
  .about-content-area {
    padding: 100px 0px 200px 0px;
  }
}
@media (max-width: 1350px) {
  .about-content-area {
    padding-bottom: 10px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area {
    padding: 95px 0 0px;
  }
}
.about-content-area .about-img-area {
  position: relative;
  margin-top: 0;
}
@media (min-width: 1500px) {
  .about-content-area .about-img-area {
    margin-top: 21px;
  }
}
.about-content-area .about-img-area:before {
  content: "";
  position: absolute;
  top: 82px;
  left: -15px;
  background: url("../images/about-img-bg.png") no-repeat;
  z-index: -1;
  width: 100%;
  height: 680px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1740px) {
  .about-content-area .about-img-area:before {
    height: 580px;
  }
}
@media (max-width: 1600px) {
  .about-content-area .about-img-area:before {
    height: 520px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-img-area:before {
    height: 500px;
  }
}
@media (max-width: 1300.9px) {
  .about-content-area .about-img-area:before {
    height: 470px;
  }
}
@media (max-width: 1024.9px) {
  .about-content-area .about-img-area:before {
    height: 440px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area .about-img-area:before {
    top: 0px;
    height: 620px;
  }
}
@media (max-width: 767.9px) {
  .about-content-area .about-img-area:before {
    height: 480px;
  }
}
@media (max-width: 460.9px) {
  .about-content-area .about-img-area:before {
    height: 370px;
  }
}
.about-content-area .about-img-area .about-img-year .abt-img {
  position: relative;
  top: 6px;
  left: 81px;
}
@media (max-width: 1740px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 69px;
    top: -6px;
  }
}
@media (max-width: 1600px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 60px;
    top: 6px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 58px;
    top: 12px;
  }
}
@media (max-width: 1300.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 53px;
    top: 18px;
  }
}
@media (max-width: 1024.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 48px;
    top: 24px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    left: 0;
    padding-left: 75px;
    top: -18px;
  }
}
@media (max-width: 767.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    padding-left: 55px;
    top: -52px;
  }
}
@media (max-width: 460.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img {
    padding-left: 39px;
    top: -47px;
  }
}
.about-content-area .about-img-area .about-img-year .abt-img img {
  height: 609px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 712px;
}
@media (max-width: 1740px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 519px;
    max-width: 612px;
  }
}
@media (max-width: 1600px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 459px;
    max-width: 552px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 439px;
    max-width: 532px;
  }
}
@media (max-width: 1300.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 409px;
    max-width: 100%;
  }
}
@media (max-width: 1024.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 379px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 549px;
  }
}
@media (max-width: 767.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 409px;
  }
}
@media (max-width: 460.9px) {
  .about-content-area .about-img-area .about-img-year .abt-img img {
    height: 309px;
  }
}
.about-content-area .about-img-area .about-img-year .year-otr .year {
  position: relative;
  width: 255px;
  height: 200px;
  background: #3392E5;
  margin-bottom: 23px;
  color: #ffffff;
  text-align: left;
  padding: 0px 0px 0px 56px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  bottom: 22px;
  font-weight: 500;
  font-size: 60px;
}
@media (max-width: 1740px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    width: 240px;
    bottom: 34px;
    padding: 0px 0px 0px 50px;
    font-size: 55px;
  }
}
@media (max-width: 1600px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    width: 230px;
    height: 180px;
    bottom: 22px;
    font-size: 50px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    width: 200px;
    height: 160px;
    bottom: 4px;
    font-size: 45px;
  }
}
@media (max-width: 1300.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    width: 190px;
    height: 150px;
    bottom: -6px;
    font-size: 40px;
  }
}
@media (max-width: 1024.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    padding: 0px 0px 0px 40px;
    width: 180px;
    height: 140px;
    bottom: -9px;
  }
}
@media (max-width: 991.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    width: 186px;
    bottom: 44px;
  }
}
@media (max-width: 767.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    bottom: 68px;
  }
}
@media (max-width: 460.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year {
    bottom: 62px;
    height: 120px;
    font-size: 35px;
    padding: 0px 0px 0px 45px;
  }
}
.about-content-area .about-img-area .about-img-year .year-otr .year:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: #3392E5;
  left: -25px;
  top: 0;
}
.about-content-area .about-img-area .about-img-year .year-otr .year span {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  padding-left: 7px;
}
@media (max-width: 1600px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year span {
    font-size: 25px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year span {
    font-size: 22px;
  }
}
@media (max-width: 1300.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year span {
    font-size: 20px;
  }
}
@media (max-width: 1024.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year span {
    font-size: 18px;
  }
}
@media (max-width: 460.9px) {
  .about-content-area .about-img-area .about-img-year .year-otr .year span {
    font-size: 16px;
  }
}
.about-content-area .about-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .about-content-area .about-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1022px) {
  .about-content-area .about-content h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about-content-area .about-content h2 {
    margin-bottom: 15x;
  }
}
.about-content-area .about-content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1680.9px) {
  .about-content-area .about-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1499.9px) {
  .about-content-area .about-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1022px) {
  .about-content-area .about-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about-content-area .about-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.inner-page .about-content-area .about-content p + h3 {
  margin-top: 60px;
}
@media (max-width: 1680px) {
  .inner-page .about-content-area .about-content p + h3 {
    margin-top: 40px;
  }
}
@media (max-width: 1299px) {
  .inner-page .about-content-area .about-content p + h3 {
    margin-top: 20px;
  }
}
@media (max-width: 1022px) {
  .inner-page .about-content-area .about-content p + h3 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .inner-page .about-content-area .row > div:last-child {
    display: flex;
    align-items: center;
  }
}

.abt-ml {
  margin-left: 144px;
}
@media (max-width: 1740px) {
  .abt-ml {
    margin-left: 124px;
  }
}
@media (max-width: 1300px) {
  .abt-ml {
    margin-left: 104px;
  }
}
@media (max-width: 1199px) {
  .abt-ml {
    margin-left: 64px;
  }
}
@media (max-width: 991px) {
  .abt-ml {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .about-content {
    padding: 0;
  }
}
.about-content .aout-btm-otr {
  margin-top: 40px;
}
@media (max-width: 1680.9px) {
  .about-content .aout-btm-otr {
    margin-top: 30px;
  }
}
@media (max-width: 1500px) {
  .about-content .aout-btm-otr {
    margin-top: 0;
  }
}
@media (min-width: 1023px) {
  .about-content .aout-btm-otr {
    display: flex;
  }
}
@media (max-width: 1022.9px) {
  .about-content .aout-btm-otr {
    display: flex;
    margin-top: 20px;
  }
}
.about-content .aout-btm-otr .abt-list-area-outr {
  padding: 0 30px 0 0;
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .abt-list-area-outr {
    padding: 0px 10px 0px 0px;
  }
}
.about-content .aout-btm-otr .abt-list-area-outr .abt-list-area {
  margin-bottom: 20px;
}
.about-content .aout-btm-otr .abt-list-area-outr .abt-list-area h4 {
  color: #252525;
  font-size: 24px;
  margin-bottom: 18px;
  padding-left: 60px;
  background: url("../images/tick-icon.png") 10px 5px no-repeat;
}
@media (max-width: 1680.9px) {
  .about-content .aout-btm-otr .abt-list-area-outr .abt-list-area h4 {
    font-size: 20px;
    background: url("../images/tick-icon.png") 10px 5px no-repeat;
    background-size: 21px 15px;
    padding-left: 43px;
  }
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .abt-list-area-outr .abt-list-area h4 {
    font-size: 16px;
    background-size: 16px 12px;
    padding-left: 32px;
  }
}
.about-content .aout-btm-otr .abt-list-area-outr .abt-list-area p {
  color: #999999;
}
.about-content .aout-btm-otr .abt-list-area-outr .btn-mrgn {
  margin-top: 30px;
}
@media (max-width: 1499.9px) {
  .about-content .aout-btm-otr .abt-list-area-outr .btn-mrgn {
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .abt-list-area-outr .btn-mrgn {
    margin-top: 15px;
  }
}
.about-content .aout-btm-otr .exprd-box {
  height: 320px;
  background: #0055A5;
  text-align: center;
  margin-top: 27px;
  position: relative;
  display: flex;
  padding: 0px 2px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
@media (min-width: 1800px) {
  .about-content .aout-btm-otr .exprd-box {
    width: 277px;
  }
}
@media (max-width: 1680.9px) {
  .about-content .aout-btm-otr .exprd-box {
    height: 280px;
  }
}
@media (max-width: 1599px) {
  .about-content .aout-btm-otr .exprd-box {
    height: 205px;
  }
}
@media (max-width: 1022px) {
  .about-content .aout-btm-otr .exprd-box {
    margin: 52px 0 0 20px;
    height: 156px;
  }
}
@media (max-width: 575px) {
  .about-content .aout-btm-otr .exprd-box {
    margin: 52px 0 0 0px;
  }
}
@media (max-width: 767px) {
  .about-content .aout-btm-otr .exprd-box {
    height: 100px;
  }
}
.about-content .aout-btm-otr .exprd-box p {
  font-size: 120px;
  color: #ffffff;
  line-height: 120px;
}
@media (max-width: 1680.9px) {
  .about-content .aout-btm-otr .exprd-box p {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 1599px) {
  .about-content .aout-btm-otr .exprd-box p {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1022px) {
  .about-content .aout-btm-otr .exprd-box p {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .exprd-box p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.about-content .aout-btm-otr .exprd-box span {
  display: block;
  font-size: 30px;
  padding: 0px 30px;
}
@media (max-width: 1599px) {
  .about-content .aout-btm-otr .exprd-box span {
    font-size: 20px;
  }
}
@media (max-width: 1022px) {
  .about-content .aout-btm-otr .exprd-box span {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .exprd-box span {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 15px;
  }
}
.about-content .aout-btm-otr .exprd-box:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #3392E5;
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 766px) {
  .about-content .aout-btm-otr .exprd-box:before {
    top: -12px;
    height: 6px;
  }
}

.commen-text h6 {
  font-size: 18px;
  color: #0055A5;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1680.9px) {
  .commen-text h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 499.9px) {
  .commen-text h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1022px) {
  .commen-text h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .commen-text h6 {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.commen-text h2, .commen-text h3 {
  font-size: 50px;
  color: #252525;
  margin-bottom: 30px;
  line-height: 65px;
  font-weight: 300;
}
@media (max-width: 1680.9px) {
  .commen-text h2, .commen-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
  }
}
@media (max-width: 1499.9px) {
  .commen-text h2, .commen-text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1022px) {
  .commen-text h2, .commen-text h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .commen-text h2, .commen-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.commen-text .btn-mrgn {
  margin-top: 40px;
}
@media (max-width: 1499.9px) {
  .commen-text .btn-mrgn {
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  .commen-text .btn-mrgn {
    margin-top: 15px;
  }
}
.commen-text p {
  color: #999999;
  line-height: 35px;
}
@media (max-width: 1499.9px) {
  .commen-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1022px) {
  .commen-text p {
    line-height: 24px;
  }
}

.offer-services {
  position: relative;
  padding-bottom: 45px;
}
@media (max-width: 1350px) {
  .offer-services {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .offer-services {
    padding-bottom: 0;
    margin-top: 70px;
  }
}
.offer-services .row {
  justify-content: flex-end;
}
.offer-services .sliderArea {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1350px) {
  .offer-services .sliderArea {
    flex-basis: 58.5%;
    max-width: 58.5%;
  }
}
@media (min-width: 1440px) {
  .offer-services .sliderArea {
    flex-basis: 56.5%;
    max-width: 56.5%;
  }
}
@media (max-width: 1199px) {
  .offer-services .sliderArea {
    padding: 0px 40px;
  }
}
.offer-services .contentArea {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1350px) {
  .offer-services .contentArea {
    flex-basis: 35.5%;
    max-width: 35.5%;
  }
}
@media (min-width: 1440px) {
  .offer-services .contentArea {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
}
@media (min-width: 1350px) {
  .offer-services:before {
    content: "";
    position: absolute;
    right: 0;
    top: -93px;
    background: #F2F9FF;
    width: 57.5%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
  }
}
@media (max-width: 1022px) {
  .offer-services:before {
    width: 100%;
  }
}
.offer-services .mr-left {
  margin-left: 50px;
}
@media (max-width: 766px) {
  .offer-services .mr-left {
    margin-left: 0px;
  }
}
@media (min-width: 1350px) {
  .offer-services .commen-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .offer-services .commen-text {
    padding-left: 64px;
    padding-right: 90px;
  }
}
@media (min-width: 1800px) {
  .offer-services .commen-text {
    padding-left: 94px;
    padding-right: 100px;
  }
}
@media (max-width: 1349px) {
  .offer-services .commen-text {
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-color: #F2F9FF;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .offer-services .commen-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.offer-services .pt {
  padding-top: 0px;
  height: 100%;
}
@media (max-width: 1199px) {
  .offer-services .pt {
    padding-top: 60px;
  }
}
@media (max-width: 1022px) {
  .offer-services .pt {
    padding-top: 60px;
  }
}
@media (max-width: 766px) {
  .offer-services .pt {
    padding: 60px 0 0px;
  }
}
@media (max-width: 1022px) {
  .offer-services .pt-none {
    padding-top: 0;
  }
}
.offer-services .curvimg-wrap {
  display: flex;
  justify-content: space-between;
}
.offer-services .img-hver {
  position: relative;
  margin-bottom: 0;
  width: 520px;
  height: auto;
}
.offer-services .img-hver:hover .before-bg {
  bottom: -10px;
  right: -10px;
  transition: all ease 0.3s;
}
@media (min-width: 1600px) {
  .offer-services .img-hver:hover .before-bg {
    bottom: -16px;
    right: -16px;
  }
}
.offer-services .serv-img {
  height: 300px;
  border-radius: 100px;
  border: 1px solid #999999;
  position: relative;
  padding: 23px;
  overflow: hidden;
  margin-left: auto;
}
@media (min-width: 576px) {
  .offer-services .serv-img {
    height: 576px;
  }
}
@media (min-width: 768px) {
  .offer-services .serv-img {
    height: 407px;
    width: 340px;
  }
}
@media (min-width: 992px) {
  .offer-services .serv-img {
    width: 430px;
    height: 517px;
  }
}
@media (min-width: 1100px) {
  .offer-services .serv-img {
    width: 430px;
    height: 517px;
  }
}
@media (min-width: 1150px) {
  .offer-services .serv-img {
    width: 520px;
    height: 607px;
  }
}
@media (min-width: 1350px) {
  .offer-services .serv-img {
    width: 380px;
    height: 457px;
  }
}
@media (min-width: 1600px) {
  .offer-services .serv-img {
    width: 420px;
    height: 507px;
  }
}
@media (min-width: 1875px) {
  .offer-services .serv-img {
    width: 520px;
    height: 607px;
  }
}
@media (min-width: 2000px) {
  .offer-services .serv-img {
    margin: unset;
    margin-left: auto;
    right: 8px;
  }
}
@media (max-width: 766px) {
  .offer-services .serv-img {
    width: 100%;
    border-radius: 40px;
  }
}
.offer-services .serv-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-services .serv-img .img-morebtn-otr {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 23px;
  width: 100%;
}
.offer-services .serv-img .img-morebtn-otr .img-morebtn {
  background: #0055A5;
  padding: 20px 40px 20px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn {
    font-size: 16px;
    line-height: 26px;
    padding: 13px 24px 13px 26px;
  }
}
@media (max-width: 1022px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 14px 10px 14px;
  }
}
.offer-services .serv-img .img-morebtn-otr .img-morebtn:hover {
  transition: all ease 0.3s;
}
.offer-services .serv-img .img-morebtn-otr .img-morebtn:hover .more-icon {
  transition: all ease 0.3s;
  padding: 17px 0px 0px 35px;
}
@media (max-width: 1599px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn:hover .more-icon {
    padding: 12px 0px 0px 20px;
  }
}
@media (max-width: 1022px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn:hover .more-icon {
    padding: 7px 0px 0px 13px;
  }
}
.offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon {
  width: 105px;
  height: 67px;
  background: #3392E5;
  border-radius: 100px;
  padding: 17px 0px 0px 26px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon {
    padding: 12px 0px 0px 15px;
    width: 72px;
    height: 44px;
  }
}
@media (max-width: 1022px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon {
    width: 49px;
    height: 30px;
    padding: 7px 0px 0px 9px;
  }
}
.offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon i {
  width: 54px;
  height: 20px;
  display: inline-block;
  background: url("../images/arrow-right.png") no-repeat;
}
@media (max-width: 1599px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon i {
    width: 40px;
    height: 15px;
    background-size: contain;
  }
}
@media (max-width: 1022px) {
  .offer-services .serv-img .img-morebtn-otr .img-morebtn .more-icon i {
    width: 32px;
  }
}
.offer-services .before-bg {
  height: 399px;
  border-radius: 100px;
  background: #0055A5;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .offer-services .before-bg {
    height: 407px;
    width: 340px;
  }
}
@media (min-width: 992px) {
  .offer-services .before-bg {
    width: 430px;
    height: 517px;
  }
}
@media (min-width: 1100px) {
  .offer-services .before-bg {
    width: 430px;
    height: 517px;
  }
}
@media (min-width: 1150px) {
  .offer-services .before-bg {
    width: 520px;
    height: 607px;
  }
}
@media (min-width: 1350px) {
  .offer-services .before-bg {
    width: 380px;
    height: 457px;
  }
}
@media (min-width: 1600px) {
  .offer-services .before-bg {
    width: 420px;
    height: 507px;
  }
}
@media (min-width: 1875px) {
  .offer-services .before-bg {
    width: 520px;
    height: 607px;
  }
}
@media (max-width: 766px) {
  .offer-services .before-bg {
    width: 100%;
    height: 100%;
    border-radius: 40px;
  }
}

.keyFeatures .row {
  justify-content: center;
}
@media (max-width: 1359.9px) {
  .keyFeatures {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .row > div:last-child .clint-count-wrap {
    margin: 0;
  }
}

.clint-count-section {
  padding: 10px 0;
}
@media (min-width: 1360px) {
  .clint-count-section {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .clint-count-section {
    padding: 145px 0;
  }
}
.clint-count-section .clint-counts-otr .clint-count-wrap {
  position: relative;
  border-radius: 50px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAEAEA;
  background: url("../images/count-bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 1599px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap {
    width: 100%;
    border-radius: 30px;
    height: 250px;
  }
}
@media (max-width: 1198px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap {
    height: 200px;
    margin-bottom: 60px;
  }
}
@media (max-width: 766px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap {
    margin-bottom: 65px;
  }
}
.clint-count-section .clint-counts-otr .clint-count-wrap:hover {
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.1));
}
.clint-count-section .clint-counts-otr .clint-count-wrap:hover .btm-btn {
  background: #0055A5;
}
.clint-count-section .clint-counts-otr .clint-count-wrap span {
  font-size: 60px;
  color: #252525;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap span {
    font-size: 40px;
  }
}
@media (max-width: 766px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap span {
    font-size: 30px;
  }
}
.clint-count-section .clint-counts-otr .clint-count-wrap span sup {
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 766px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap span sup {
    font-size: 22px;
  }
}
.clint-count-section .clint-counts-otr .clint-count-wrap .clint-icon {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #3392E5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap .clint-icon {
    width: 70px;
    height: 70px;
    top: -37px;
  }
  .clint-count-section .clint-counts-otr .clint-count-wrap .clint-icon img {
    width: 40px;
  }
}
@media (max-width: 766px) {
  .clint-count-section .clint-counts-otr .clint-count-wrap .clint-icon {
    width: 70px;
    height: 70px;
    top: -37px;
  }
  .clint-count-section .clint-counts-otr .clint-count-wrap .clint-icon img {
    width: 30px;
  }
}
.clint-count-section .btm-btn-otr {
  padding: 0px 10px;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.clint-count-section .btm-btn-otr .btm-btn {
  background: #3392E5;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  border-radius: 50px;
  display: inline-block;
}
@media (max-width: 1599px) {
  .clint-count-section .btm-btn-otr .btm-btn {
    font-size: 16px;
  }
}
@media (max-width: 1198px) {
  .clint-count-section .btm-btn-otr .btm-btn {
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
  }
}

.best-services {
  background: url("../images/bg-high.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 1022px) {
  .best-services {
    background-size: cover;
  }
}
.best-services .order-3 {
  display: flex;
  align-items: center;
}
.best-services .contain-padd {
  width: 100%;
}
.best-services ul {
  margin: 40px 0px 50px 40px;
}
@media (max-width: 1550px) {
  .best-services ul {
    margin: 14px 0px 25px 0px;
  }
}
.best-services ul li {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 18px;
  padding-left: 60px;
  list-style: none;
  font-weight: 100;
  background: url("../images/tick-lt-icon.png") 10px 9px no-repeat;
}
@media (max-width: 1550px) {
  .best-services ul li {
    font-size: 20px;
    margin-bottom: 10px;
    background: url(../images/tick-lt-icon.png) 5px 8px no-repeat;
  }
}
@media (max-width: 1300px) {
  .best-services ul li {
    font-size: 16px;
    background: url("../images/tick-lt-icon.png") 10px 9px no-repeat;
    background-size: 15px 10px;
    padding-left: 45px;
  }
}
@media (max-width: 1022px) {
  .best-services ul li {
    padding-left: 40px;
    font-size: 16px;
    background-size: 16px 12px;
  }
}
@media (max-width: 766px) {
  .best-services ul li {
    font-size: 15px;
    background: url("../images/tick-lt-icon.png") 10px 10px no-repeat;
    padding-left: 45px;
    background-size: 16px 12px;
  }
}
.best-services .services-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1550px) {
  .best-services .services-img img {
    height: 732px;
  }
}

.contain-padd {
  padding: 75px 120px 75px 145px;
}
@media (max-width: 1300px) {
  .contain-padd {
    padding: 36px 16px 75px 92px;
  }
}
@media (max-width: 1022px) {
  .contain-padd {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 766px) {
  .contain-padd {
    padding: 40px 0px 40px 0px;
  }
}

.bg-txt h3, .bg-txt h6 {
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 15px;
}
.bg-txt p {
  color: #999999;
}

.hrzn-txt {
  background: #3392E5;
  height: 100%;
  display: grid;
  place-items: center;
}
@media (max-width: 1022px) {
  .hrzn-txt {
    padding: 20px 0px;
    text-align: center;
  }
}
.hrzn-txt p {
  width: 256px;
  margin-bottom: 0;
  color: #ffffff;
  transform: rotate(-90deg);
  position: relative;
  left: -50px;
}
@media (max-width: 1600px) {
  .hrzn-txt p {
    left: -66px;
  }
}
@media (max-width: 1300px) {
  .hrzn-txt p {
    left: -83px;
  }
}
@media (max-width: 992px) {
  .hrzn-txt p {
    left: 0px;
    transform: rotate(0deg);
  }
}

.clint-logos-wrap {
  padding: 150px 0px;
  background: #F2F9FF;
}
@media (max-width: 1740px) {
  .clint-logos-wrap {
    padding: 120px 0;
  }
}
@media (max-width: 1600px) {
  .clint-logos-wrap {
    padding: 100px 0;
  }
}
@media (max-width: 1499px) {
  .clint-logos-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .clint-logos-wrap {
    padding: 50px 0;
  }
}

.clints-awards h4 {
  font-size: 50px;
  color: #252525;
  font-weight: 300;
}
@media (max-width: 1022px) {
  .clints-awards h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .clints-awards h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.clints-awards .slider-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .clints-awards .slider-action {
    margin-bottom: 61px;
  }
}
@media (max-width: 575px) {
  .clints-awards .slider-action {
    display: none;
  }
}
.clints-awards .slider-action .slick-prev-clint-out {
  position: relative;
  display: inline-flex;
  left: -90px;
  width: 219px;
  justify-content: space-between;
  cursor: pointer;
}
.clints-awards .slider-action .slick-prev-clint-out .prev-logos-clint:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-down.svg);
  left: -72px;
  top: 4px;
  width: 54px;
  height: 20px;
}
.clints-awards .slider-action .slick-prev-clint-out .next-logos-clint {
  margin-right: 14px;
}
.clints-awards .slider-action .slick-prev-clint-out .next-logos-clint:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-up.svg);
  right: -60px;
  top: 4px;
  width: 54px;
  height: 20px;
}
@media (min-width: 1799px) {
  .clints-awards .clint-logos .c-logo {
    padding: 24px 0px !important;
  }
}
.clints-awards .clint-logos .c-logo picture {
  border-radius: 20px;
  width: 100%;
  height: 100px;
  margin: auto;
  border: 1px solid #ECECEC;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1300px) {
  .clints-awards .clint-logos .c-logo picture {
    width: 200px;
  }
}
.clints-awards .clint-logos .c-logo picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.clints-awards .clint-logos .slick-slider {
  margin: 0 -45px;
}
.clints-awards .clint-logos .slick-slide {
  padding: 25px 8px;
  text-align: center;
}
@media (min-width: 1300px) {
  .clints-awards .clint-logos .slick-slide {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .clints-awards .clint-logos .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px;
  }
}

@media (min-width: 1799px) and (max-width: 2000px) {
  .clint-logos-wrap .container-ctn {
    max-width: 1720px;
  }
  .clint-logos-wrap .container-ctn h4 {
    margin-left: 40px;
  }
}

.testimonial-otr {
  overflow: hidden;
  background: #F2F9FF;
  padding: 150px 0px 148px 0px;
}
@media (max-width: 1740px) {
  .testimonial-otr {
    padding: 120px 0px 100px 0px;
  }
}
@media (max-width: 1599.9px) {
  .testimonial-otr {
    padding: 100px 0px 80px 0px;
  }
}
@media (max-width: 1499px) {
  .testimonial-otr {
    padding: 80px 0px 50px 0px;
  }
}
@media (max-width: 1200px) {
  .testimonial-otr {
    padding: 50px 0;
  }
}
.testimonial-otr .testimonial-wrap {
  position: relative;
}
@media (max-width: 1600px) {
  .testimonial-otr .testimonial-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 1022px) {
  .testimonial-otr .testimonial-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap {
    padding-right: 0;
  }
}
.testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
  position: absolute;
  left: 0;
  top: 0;
  width: 760px;
  height: 100%;
}
@media (max-width: 1750px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 2px;
  }
}
@media (max-width: 1680px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 10px;
  }
}
@media (max-width: 1550px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 61px;
  }
}
@media (max-width: 1499px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 41px;
  }
}
@media (max-width: 1380px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 11px;
  }
}
@media (max-width: 1022px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .bnnr-img-rltv {
    height: auto;
    width: 100%;
  }
}
.testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
  background-image: url("../images/h-banner-right-before2.png");
  width: 801px;
  height: 954.01px;
  left: 0px;
  position: absolute;
  background-size: cover;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1740px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 721px;
    height: 853.01px;
  }
}
@media (max-width: 1680px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 681px;
    height: 804.01px;
  }
}
@media (max-width: 1599px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 624px;
    height: 741.01px;
  }
}
@media (max-width: 1499px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 594px;
    height: 701.01px;
  }
}
@media (max-width: 1330px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 594px;
    height: 701.01px;
  }
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 389px;
    height: 446px;
  }
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    width: 309px;
    height: 362px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .img-dotted {
    display: none;
  }
}
.testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
  -webkit-mask-image: url("../images/banner-right2.png");
  mask-image: url("../images/banner-right2.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 780px;
  height: 955px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1740px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 700px;
    height: 855px;
  }
}
@media (max-width: 1680px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 659px;
    height: 805px;
  }
}
@media (max-width: 1599px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 604px;
    height: 743px;
  }
}
@media (max-width: 1499px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 574px;
    height: 703px;
  }
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 364px;
    height: 443px;
  }
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    width: 294px;
    height: 363px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    -webkit-mask-image: none;
    position: initial;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask {
    height: 133px;
  }
}
.testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask picture {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask picture img {
  filter: drop-shadow(0px 0 0) drop-shadow(0 0px 0) drop-shadow(-10px 0 0 #0055A5) drop-shadow(0 0px 0);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-img-bg .h-img-mask picture img {
    filter: opacity(0.2);
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb {
  position: absolute;
  height: 501px;
  width: 30px;
  left: 0;
  z-index: 20;
  bottom: -58px;
  transform: translateX(658px);
}
@media (max-width: 1740px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(578px);
  }
}
@media (max-width: 1680px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(538px);
  }
}
@media (max-width: 1599px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(488px);
  }
}
@media (max-width: 1550.9px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    bottom: 0;
  }
}
@media (max-width: 1499.9px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(448px);
  }
}
@media (max-width: 1330px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(438px);
  }
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(268px);
    height: 100%;
  }
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(10px);
    height: 210px;
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    transform: translateX(20px);
    height: 231px;
    top: 0;
  }
}
@media (max-width: 400px) {
  .testimonial-otr .testimonial-wrap .slick-hmb {
    display: none;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .bnr-hrznl-wrp {
  width: 175px;
  color: #ffffff;
  transform: rotate(-90deg);
  position: absolute;
  top: 47%;
  left: -59px;
}
@media (max-width: 1500px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .bnr-hrznl-wrp {
    font-size: 15px;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test span {
  position: absolute;
  top: 125px;
  transform: rotate(265deg);
  left: 8px;
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .prev-test span {
    font-size: 0;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .next-test span {
  position: absolute;
  bottom: 125px;
  transform: rotate(265deg);
  left: 8px;
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .next-test span {
    font-size: 0;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test, .testimonial-otr .testimonial-wrap .slick-hmb .next-test {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #999999;
  top: -66px;
  line-height: 49px;
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test span, .testimonial-otr .testimonial-wrap .slick-hmb .next-test span {
  color: #fff;
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .prev-test, .testimonial-otr .testimonial-wrap .slick-hmb .next-test {
    bottom: 0%;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test:hover, .testimonial-otr .testimonial-wrap .slick-hmb .next-test:hover {
  color: #0055A5;
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test:before, .testimonial-otr .testimonial-wrap .slick-hmb .next-test:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test:hover::before, .testimonial-otr .testimonial-wrap .slick-hmb .next-test:hover::before {
  filter: invert(1);
}
.testimonial-otr .testimonial-wrap .slick-hmb .next-test::before {
  background-image: url(../images/icons/arrow-up.svg);
  transform: rotate(90deg);
  bottom: 15%;
  top: auto;
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .next-test::before {
    bottom: 0%;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .prev-test::before {
  background-image: url(../images/icons/arrow-down.svg);
  top: 15%;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .testimonial-otr .testimonial-wrap .slick-hmb .prev-test::before {
    top: 0%;
  }
}
.testimonial-otr .testimonial-wrap .slick-hmb .slick-track {
  padding: 24px 0px;
}
.testimonial-otr .testimonial-wrap .testi-slider-wrap {
  padding: 0px 140px 0px 97px;
}
@media (max-width: 1550px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap {
    padding: 53px 0px 60px 100px;
  }
}
@media (max-width: 1380px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap {
    padding: 53px 0px 0px 70px;
  }
}
@media (max-width: 991px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap {
    padding: 0px 0px 0px 95px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap {
    padding: 0px 0px 0px 58px;
  }
}
@media (max-width: 400px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap {
    padding: 0;
    width: 95%;
    margin: auto;
  }
}
.testimonial-otr .testimonial-wrap .testi-slider-wrap h6 {
  color: #0055A5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap h6 {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.testimonial-otr .testimonial-wrap .testi-slider-wrap h3 {
  font-size: 50px;
  color: #252525;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1680.9px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap h3 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
  }
}
@media (max-width: 1499.9px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1022px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
@media (max-width: 766px) {
  .testimonial-otr .testimonial-wrap .testi-slider-wrap h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box {
  border-radius: 50px;
  padding: 30px 60px;
  margin-top: 9px;
}
@media (max-width: 1599px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box {
    padding: 20px 40px;
    border-radius: 10px;
  }
}
@media (max-width: 1030px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box {
    margin-top: 20px;
  }
}
@media (max-width: 1022px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box {
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box {
    background: #ffffff;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box .testi-content {
  overflow-y: auto;
  height: 70px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box .testi-content p {
  color: #999999;
  margin: 0;
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box .testi-content p {
    font-size: 13px;
    line-height: 19px;
    padding: 20px 0px;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box ::-webkit-scrollbar {
  width: 5px;
  height: 70px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 5px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box ::-webkit-scrollbar-thumb {
  background: #000133;
  border-radius: 5px;
  height: 30px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box ::-webkit-scrollbar-thumb:hover {
  background: #0055A5;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box .test-head {
  margin: 0px 0px 0px 40px;
}
@media (max-width: 766px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-box .test-head {
    margin: 0px 0px 0px 15px;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .slick-current.slick-active {
  background: #ffffff;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp {
  display: flex;
  justify-content: space-between;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head {
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head {
    margin-bottom: 0;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head .avtr {
  width: 70px;
  height: 70px;
  background: #0055A5;
  display: grid;
  place-items: center;
  border-radius: 20px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head .avtr img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head .avtr img {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head .avtr {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h4 {
  font-size: 24px;
  color: #252525;
  line-height: 35px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h4 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 400px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h5 {
  font-size: 20px;
  margin: 0;
  line-height: 35px;
  color: #676767;
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head h5 {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .testimonial-head p {
    font-size: 16px;
  }
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .googleStart {
  display: flex;
  align-items: center;
  height: 20px;
}
.testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .googleStart img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .testimonial-otr .testimonial-wrap .testimonial-slide .testimonial-head-wrp .googleStart img {
    height: 25px;
    width: 25px;
  }
}

.awards {
  background: linear-gradient(92.26deg, #0055A5 4.48%, #581ADA 74.1%);
  margin-top: -1px;
  padding: 100px 0;
}
@media (min-width: 1799px) and (max-width: 2000px) {
  .awards .container-ctn {
    max-width: 1720px;
  }
  .awards .container-ctn h4 {
    margin-left: 40px;
  }
}
@media (max-width: 1740px) {
  .awards {
    padding: 90px 0;
  }
}
@media (max-width: 1600px) {
  .awards {
    padding: 80px 0;
  }
}
@media (max-width: 1499px) {
  .awards {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .awards {
    padding: 50px 0;
  }
}
.awards .slider-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .awards .slider-action {
    margin-bottom: 61px;
  }
}
@media (max-width: 575px) {
  .awards .slider-action {
    display: none;
  }
}
.awards .slider-action .slick-prev-clint-out {
  position: relative;
  display: inline-flex;
  left: -90px;
  color: #fff;
}
.awards .slider-action .slick-prev-clint-out .prev-awards-clint:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-down.svg);
  left: -72px;
  top: 4px;
  width: 54px;
  height: 20px;
}
.awards .slider-action .slick-prev-clint-out .next-awards-clint {
  margin-right: 14px;
}
.awards .slider-action .slick-prev-clint-out .next-awards-clint:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-up.svg);
  right: -60px;
  top: 4px;
  width: 54px;
  height: 20px;
}
@media (max-width: 1022px) {
  .awards {
    padding: 40px 0;
  }
}
.awards h4 {
  color: #ffffff;
}

.contantArea .row {
  justify-content: space-between;
}
.contantArea.con-list {
  margin-bottom: 20px;
}
.contantArea .col1 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .contantArea .col1 {
    max-width: 63%;
    flex-basis: 63%;
  }
}
@media (min-width: 1740px) {
  .contantArea .col1 {
    max-width: 66%;
    flex-basis: 66%;
  }
}
.contantArea .col2 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .contantArea .col2 {
    max-width: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 1740px) {
  .contantArea .col2 {
    max-width: 27%;
    flex-basis: 27%;
  }
}

.gtt-section {
  background: #FFF;
  padding: 150px 0;
}
.gtt-section.wo-faq, .gtt-section .no-faq {
  padding-top: 0 !important;
}
@media (max-width: 1740px) {
  .gtt-section {
    padding: 120px 0;
  }
}
@media (max-width: 1600px) {
  .gtt-section {
    padding: 100px 0;
  }
}
@media (max-width: 1499px) {
  .gtt-section {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .gtt-section {
    padding: 50px 0;
  }
}
.gtt-section .gtt-content h6 {
  color: #3392E5;
}
.gtt-section .gtt-content.commen-text h3 {
  word-break: break-word;
  white-space: normal;
  width: 630px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1022px) {
  .gtt-section {
    padding: 45px 0;
  }
}
.gtt-section .gtt-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .gtt-section .gtt-wrap {
    flex-direction: column;
  }
}
@media (max-width: 1599px) {
  .gtt-section .gtt-content {
    width: 50%;
  }
}
@media (max-width: 766px) {
  .gtt-section .gtt-content {
    width: 100%;
  }
}
.gtt-section .gtt-btn-wrp {
  display: flex;
  align-items: end;
  gap: 20px;
}
@media (max-width: 766px) {
  .gtt-section .gtt-btn-wrp {
    gap: 0;
  }
}
.gtt-section .gtt-btn-wrp .bdr-blue {
  border: 1px solid #3392E5;
  color: #252525;
  margin-left: 60px;
}
@media (max-width: 1022px) {
  .gtt-section .gtt-btn-wrp .bdr-blue {
    margin-left: 0;
  }
}

footer {
  background: url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0px 0;
  height: auto;
  color: #ffffff;
  background-position: center center;
}
@media (max-width: 1599px) {
  footer {
    padding: 100px 0px 0;
  }
}
@media (max-width: 766px) {
  footer {
    background-size: cover;
    padding: 50px 0px 0;
  }
}
footer .footer-pb {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  footer .footer-pb {
    flex-wrap: wrap;
  }
}
footer .footerColumn1 {
  width: 385px;
}
@media (max-width: 1599.9px) {
  footer .footerColumn1 {
    width: 300px;
  }
}
footer .footerColumn4 {
  width: 380px;
}
@media (max-width: 1599.9px) {
  footer .footerColumn4 {
    width: 300px;
  }
}
@media (max-width: 1199.9px) {
  footer .footerColumn1, footer .footerColumn4 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  footer .footerColumn1, footer .footerColumn4 {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  footer .footerColumn1, footer .footerColumn4 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer .footerColumn2, footer .footerColumn3 {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  footer .footerColumn2, footer .footerColumn3 {
    margin-bottom: 0;
  }
}
footer .footer-container {
  max-width: 1920px;
  width: 100%;
  padding: 0 160px 0 140px;
  margin: auto;
}
@media (max-width: 766px) {
  footer .footer-container {
    width: 100%;
    padding: 0 5px;
  }
}
footer .footer-info {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 766px) {
  footer .footer-info {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
footer .footer-info .f-logo {
  margin-bottom: 20px;
  width: 188px;
  display: inline-block;
}
@media (max-width: 1022px) {
  footer .footer-info .f-logo {
    height: auto;
    margin-bottom: 0px;
  }
  footer .footer-info .f-logo img {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  footer .footer-info {
    font-size: 17px;
  }
}
@media (max-width: 1022px) {
  footer .footer-info {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  footer .footer-info {
    font-size: 15px;
  }
}
footer .footer-info p {
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 1499px) {
  footer .footer-info p {
    font-size: 17px;
  }
}
@media (max-width: 1022px) {
  footer .footer-info p {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  footer .footer-info p {
    font-size: 15px;
  }
}
footer .footer-pb {
  padding-bottom: 100px;
}
@media (max-width: 1680.9px) {
  footer .footer-pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 1600.9px) {
  footer .footer-pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 1022px) {
  footer .footer-pb {
    padding-bottom: 0px;
  }
}
footer .footer-sm-wrap {
  margin-bottom: 20px;
  color: #3392E5;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 766px) {
  footer .footer-sm-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 1022px) {
  footer .footer-sm-wrap {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  footer .footer-sm-wrap {
    font-size: 15px;
  }
}
footer .footer-sm-wrap p {
  margin-bottom: 20px;
  color: #3392E5;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 1022px) {
  footer .footer-sm-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  footer .footer-sm-wrap p {
    font-size: 15px;
  }
}
footer .footer-sm-wrap .footer-sm ul li {
  padding: 3px 15px;
  list-style: none;
  display: inline-block;
  line-height: 18px;
  border-right: 1px solid #3392E5;
}
footer .footer-sm-wrap .footer-sm ul li a {
  color: #ffffff;
}
footer .footer-sm-wrap .footer-sm ul li a i {
  font-size: 22px;
}
footer .footer-sm-wrap .footer-sm ul li a:hover {
  color: #3392E5;
}
footer .footer-sm-wrap .footer-sm ul li:last-child {
  border-right: none;
}
footer .footer-sm-wrap .footer-sm ul li:first-child {
  padding-left: 0;
}

.footer-list .head {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .footer-list {
    margin-bottom: 30px;
  }
}
.footer-list .footer-head h3 {
  color: #ffffff;
  width: 100%;
  font-size: 40px;
  text-align: left;
  margin-bottom: 56px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1680.9px) {
  .footer-list .footer-head h3 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1499.9px) {
  .footer-list .footer-head h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 1022px) {
  .footer-list .footer-head h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
@media (max-width: 766px) {
  .footer-list .footer-head h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.footer-list .footer-contact {
  display: flex;
}
.footer-list .footer-contact i {
  width: 42px;
  margin-top: 6px;
  flex: none;
}
@media (max-width: 767px) {
  .footer-list .footer-contact i {
    width: 22px;
    background-size: 16px 15px !important;
  }
}
.footer-list .footer-contact .i-mail {
  background: url("../images/ft-list-mail-icon.png") no-repeat;
}
.footer-list .footer-contact .i-phn {
  background: url("../images/ft-list-phn-icon.png") no-repeat;
}
.footer-list .footer-contact .i-location {
  background: url("../images/ft-list-location.png") no-repeat;
}
.footer-list .footer-contact p {
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 36px;
}
@media (max-width: 1499px) {
  .footer-list .footer-contact p {
    font-size: 17px;
    line-height: 26px;
  }
}
.footer-list .footer-contact p a {
  color: #ffffff;
}
@media (max-width: 1022px) {
  .footer-list .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-list .footer-contact p {
    font-size: 15px;
  }
}
.footer-list .pad-0 {
  padding-right: 0;
}
.footer-list ul li {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1499px) {
  .footer-list ul li {
    margin-bottom: 25px;
    padding-left: 40px;
  }
}
.footer-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1022px) {
  .footer-list ul li {
    margin-bottom: 20px;
    padding-left: 35px;
  }
}
@media (max-width: 766px) {
  .footer-list ul li {
    padding-left: 35px;
    margin-bottom: 10px;
  }
}
.footer-list ul li:before {
  content: "";
  background: url("../images/footerli-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 1022px) {
  .footer-list ul li:before {
    width: 14px;
    height: 18px;
    background: url("../images/footerli-icon.png") 1px 1px no-repeat;
    background-size: 14px 14px;
  }
}
.footer-list ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1499px) {
  .footer-list ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1022px) {
  .footer-list ul li a {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .footer-list ul li a {
    font-size: 14px;
  }
}
.footer-list ul li a:hover {
  color: #0055A5;
}
.footer-list ul li a:hover:before {
  background: url("../images/footerli-icon-h.png") no-repeat;
}
.footer-list.padd-0 {
  padding-right: 0;
}

.copyrts {
  text-align: center;
  border-top: 1px solid #3392E5;
  padding: 42px 0;
}
@media (max-width: 1600px) {
  .copyrts {
    padding: 32px 0;
  }
}
@media (max-width: 1440px) {
  .copyrts {
    padding: 22px 0;
  }
}
@media (min-width: 768px) {
  .copyrts .row div:first-child {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .copyrts .row div:last-child {
    text-align: right;
  }
}
.copyrts p, .copyrts a {
  margin: 0;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 1599px) {
  .copyrts p, .copyrts a {
    font-size: 14px;
  }
}
@media (max-width: 1022px) {
  .copyrts p, .copyrts a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .copyrts p, .copyrts a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .copyrts p, .copyrts a {
    font-size: 10px;
  }
}
@media (max-width: 1599px) {
  .copyrts div {
    font-size: 14px;
  }
}
@media (max-width: 1022px) {
  .copyrts div {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .copyrts div {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .copyrts div {
    font-size: 10px;
  }
}
.copyrts .develped-wrp {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .copyrts .develped-wrp {
    margin: 10px 0px;
  }
}
.copyrts .develped-wrp span {
  margin-left: 20px;
}
.copyrts .develped-wrp span img {
  width: 148px;
}
@media (max-width: 767px) {
  .copyrts .develped-wrp span img {
    width: 70px;
  }
}

.text-cn {
  text-align: center;
}

.news-container {
  padding: 120px 0px 50px 0px;
}
.news-container .row {
  justify-content: space-between;
}
.news-container .row.mt-4 {
  justify-content: center;
}
.news-container img {
  max-height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .news-container img {
    max-height: 216px;
  }
}
@media (min-width: 768px) {
  .news-container img {
    max-height: 289px;
  }
}
@media (min-width: 992px) {
  .news-container img {
    max-height: 373px;
  }
}
@media (min-width: 1200px) {
  .news-container img {
    max-height: 292px;
  }
}
@media (min-width: 1400px) {
  .news-container img {
    max-height: 359px;
  }
}
@media (min-width: 1740px) {
  .news-container img {
    max-height: 429px;
  }
}
.news-container button {
  outline: unset;
  border: unset;
  cursor: pointer;
  height: 77px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 200px;
}
@media (max-width: 1740px) {
  .news-container button {
    height: 55px;
  }
  .news-container button i {
    left: -7px;
  }
}
@media (max-width: 1199px) {
  .news-container button i {
    left: -17px;
  }
}
@media (max-width: 1022px) {
  .news-container button i {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .news-container button {
    width: 100%;
    height: 45px;
  }
  .news-container button i {
    left: 14px;
    position: absolute;
  }
}
.news-container .col1 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .news-container .col1 {
    max-width: 63%;
    flex-basis: 63%;
  }
}
@media (min-width: 1740px) {
  .news-container .col1 {
    max-width: 66%;
    flex-basis: 66%;
  }
}
.news-container .col2 {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .news-container .col2 {
    max-width: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 1740px) {
  .news-container .col2 {
    max-width: 27%;
    flex-basis: 27%;
  }
}
@media (max-width: 1199px) {
  .news-container {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .news-container {
    padding: 30px 0px;
  }
}
.news-container .news-box {
  margin: 0px 35px 60px;
}
@media (max-width: 1600px) {
  .news-container .news-box {
    margin: 0px 0px 60px;
  }
}
@media (max-width: 767px) {
  .news-container .news-box {
    margin-bottom: 40px;
  }
}
.news-container .news-box .news-img {
  height: 100%;
  border-radius: 70px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .news-container .news-box .news-img {
    margin-bottom: 10px;
  }
}
.news-container .news-box .news-img img {
  width: 450px;
  height: 278px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-container .news-box .news-img img {
    width: 100%;
  }
}
.news-container .news-box .news-img .date-area {
  border-radius: 30px;
  background: #ffffff;
  font-size: 16px;
  color: #0055A5;
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 1;
  padding: 8px 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-container .news-box .news-img .date-area {
    font-size: 13px;
  }
}
.news-container .news-box .news-discription {
  text-align: center;
  min-height: 195px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-container .news-box .news-discription {
    min-height: 125px;
    overflow: hidden;
  }
}
.news-container .news-box .news-discription h4 {
  font-size: 20px;
  color: #252525;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .news-container .news-box .news-discription h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}
.news-container .news-box .news-discription p {
  font-size: 18px;
  color: #999999;
  line-height: 34px;
}
@media (max-width: 767px) {
  .news-container .news-box .news-discription p {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-container .news-box .read-more {
  width: 300px;
  border-top: 1px solid #D9D9D9;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s ease all;
  text-align: center;
}
@media (max-width: 575px) {
  .news-container .news-box .read-more {
    width: 250px;
  }
}
.news-container .news-box .read-more:hover {
  transition: 0.3s ease all;
  background: #F2F9FF;
  border-radius: 50px;
  border-top: 1px solid transparent;
}
.news-container .news-box .read-more .more-text {
  color: #0055A5;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s ease all;
  display: inline-flex;
  align-items: center;
}
.news-container .news-box .read-more .more-text:hover {
  transition: 0.3s ease all;
}
.news-container .news-box .read-more .more-text i {
  margin-left: 20px;
}

.nd-section img {
  border-radius: 50px;
  border: 1px solid #EBEBEB;
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.1));
  border-radius: 50px;
  margin: 20px 0;
}

.sm-share-wrap {
  display: flex;
  padding: 15px 0px 15px 30px;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #C4C4C4;
}
.sm-share-wrap .sm-text {
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #252525;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sm-share-wrap .sm-text {
    font-size: 16px;
  }
}
.sm-share-wrap i {
  font-size: 24px;
  color: #0055A5;
  margin: 0px 10px;
}
.sm-share-wrap i:hover {
  color: #284C77;
}
.sm-share-wrap .icons {
  display: flex;
  gap: 20px;
}

.blog-sidebar {
  background: #ffffff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 65px 0;
  position: sticky;
  top: 70px;
}
@media (max-width: 767px) {
  .blog-sidebar {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .blog-sidebar {
    padding: 30px 0;
    padding-bottom: 0;
  }
}
.blog-sidebar h4 {
  color: #999999;
  color: #252525;
  margin-bottom: 35px;
}
.blog-sidebar p {
  color: #252525;
  margin-bottom: 0;
}

.recent-wrap {
  padding: 0px 25px;
}
@media (max-width: 575px) {
  .recent-wrap {
    padding: 0px 7px;
  }
}
.recent-wrap .b-thump-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.recent-wrap .b-thump-item .b-thump-img img {
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  width: 100px;
  height: 100px;
}
.recent-wrap .b-thump-item .b-thump-img .mrg-l {
  margin-left: 0px;
}
.recent-wrap .b-thump-item .thump-disc p {
  color: #252525;
  font-weight: 500;
  padding-bottom: 0 !important;
  font-size: 18px;
}
.recent-wrap .b-thump-item .thump-disc2 {
  text-align: right;
}
.recent-wrap .b-thump-item .thump-disc2 p {
  text-align: right;
}
.recent-wrap .b-thump-item .b-thumdtl {
  width: 270px;
}
.recent-wrap .b-thump-item .b-thumdtl h5 {
  color: #676767;
  font-size: 18px;
}
.recent-wrap .b-thump-item .b-thumdtl p {
  line-height: 28px;
  color: #000;
  height: 56px;
  overflow: hidden;
}

.aside-servs h4 {
  padding: 0px 25px;
}

.sidebar-list {
  margin: 0 0px 35px;
}
.sidebar-list ul li {
  padding: 5px 0px;
  position: relative;
  list-style: none;
}
.sidebar-list ul li:before, .sidebar-list ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 auto;
  width: 90%;
  transform: translateX(-50%);
}
.sidebar-list ul li:before {
  border-top: 1px solid #D9D9D9;
  top: 0px;
}
.sidebar-list ul li:after {
  border-bottom: 1px solid #D9D9D9;
  bottom: 0;
}
.sidebar-list ul li a {
  color: #252525;
  font-size: 18px;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.sidebar-list ul li a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #3392E5;
  text-align: center;
  line-height: 23px;
  position: relative;
  display: inline-block;
  padding-left: 23px;
}
.sidebar-list ul li a i:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url("./img/arrow-i2.png") no-repeat;
}
.sidebar-list ul li a:hover {
  background: #0055A5;
  color: #252525;
  position: relative;
  border-radius: 10px;
}
.sidebar-list ul li a:hover i {
  background: #252525;
}
.sidebar-list ul li a:hover i:before {
  background: url("./img/arrow-i3.png") no-repeat;
}

.thump-disc p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 271px;
  height: 56px;
}
@media (max-width: 1600px) {
  .thump-disc p {
    width: 181px;
  }
}

.blog-pr-nxt {
  padding-top: 30px;
  border-top: 1px solid #C4C4C4;
}
.blog-pr-nxt .row .col-md-6:first-child .thum-disc .b-thump-img {
  margin-left: 0;
}
.blog-pr-nxt .b-thump-item {
  display: flex;
  justify-content: flex-end;
}
.blog-pr-nxt .b-thump-item .thump-disc {
  gap: 5px;
}
@media (max-width: 767px) {
  .blog-pr-nxt .b-thump-item {
    flex-wrap: wrap;
  }
  .blog-pr-nxt .b-thump-item .thump-disc {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
.blog-pr-nxt .b-thump-item .thump-disc2 img {
  margin-left: auto;
}
.blog-pr-nxt .b-thump-item .b-thump-img {
  margin-left: 15px;
}
.blog-pr-nxt .b-thump-item.left-sec {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .blog-pr-nxt .b-thump-item.left-sec {
    flex-direction: column-reverse;
  }
  .blog-pr-nxt .b-thump-item.left-sec .thump-disc {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.blog-pr-nxt .b-thump-item.left-sec .b-thump-img {
  margin-right: 15px;
}
.blog-pr-nxt .b-thump-item p {
  color: #676767;
  line-height: 28px;
}
@media (max-width: 600px) {
  .blog-pr-nxt .b-thump-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 112px;
    height: 27px;
    line-height: 13px !important;
  }
}
@media (max-width: 575px) {
  .blog-pr-nxt .b-thump-item p {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .blog-pr-nxt .b-thump-item .b-thump-img {
    width: 105px;
  }
}
.blog-pr-nxt .b-thump-item .b-thump-img img {
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-pr-nxt .b-thump-item .left-sec {
  text-align: left;
}
.blog-pr-nxt .b-thump-item .right-sec {
  text-align: right;
  margin-left: auto;
}

.modal-body {
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
@media (max-width: 1199px) {
  .modal-body {
    background-position: -100px;
  }
}
@media (max-width: 577px) {
  .modal-body {
    background-position: left;
    background-size: cover;
    padding: 50px 0px 120px 0px;
  }
}
@media (max-width: 481px) {
  .modal-body {
    padding: 50px 0px 100px 0px;
  }
}
@media (max-width: 414px) {
  .modal-body {
    padding: 50px 0px 90px 0px;
  }
}
@media (max-width: 390px) {
  .modal-body {
    padding: 50px 0px 80px 0px;
  }
}
.modal-body .topForm {
  margin: 0;
}
.modal-body .topForm article {
  background: unset;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .modal-body .topForm article {
    background-color: #F2F9FF;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal-body .topForm article {
    padding: 20px 15px;
  }
}
@media (max-width: 574px) {
  .modal-body .topForm article {
    background-color: rgba(242, 249, 255, 0.9215686275);
  }
}
@media (min-width: 992px) {
  .modal-body .topForm article {
    width: 94%;
    margin-left: auto;
  }
}
.modal-body h2 {
  color: #252525;
}
@media (min-width: 1360px) {
  .modal-body h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1600px) {
  .modal-body h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
.modal-body label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #252525;
  padding-bottom: 5px;
  margin: 0;
}
@media (min-width: 578px) {
  .modal-body label {
    padding-bottom: 15px;
  }
}
.modal-body .input-holder {
  padding-bottom: 10px;
}
@media (min-width: 578px) {
  .modal-body .input-holder {
    padding-bottom: 20px;
  }
}
.modal-body .input-holder:before {
  top: 55%;
  background-color: #ffffff;
}
.modal-body article textarea {
  margin-top: 0;
  padding-top: 0;
}
.modal-body article input {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}
@media (min-width: 578px) {
  .modal-body article input {
    padding-bottom: 20px;
  }
}
.modal-body article input ::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
}
.modal-body article input ::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
}
.modal-body article .profile::before {
  background-image: url(../images/icons/profile-b.png);
}
.modal-body article .mail::before {
  background-image: url(../images/icons/envelope-b.png);
}
.modal-body article .phone::before {
  background-image: url(../images/icons/phone-b.png);
}
.modal-body article .message .input-holder::before {
  background-image: url(../images/icons/pencil-b.png);
}
.modal-body article button {
  margin-top: 20px;
  background-color: #0055A5;
}
@media (min-width: 578px) {
  .modal-body article button {
    margin-top: 50px;
  }
}
.modal-body article button span {
  color: #ffffff;
}
.modal-body article .row:last-child div:last-child {
  text-align: left;
}
.modal-body article .message .input-holder:before {
  top: 45%;
}
.modal-body article .message textarea {
  margin-bottom: 10px;
}
@media (min-width: 578px) {
  .modal-body article .message textarea {
    margin-bottom: 20px;
  }
}
.modal-body picture {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media (min-width: 578px) {
  .modal-body picture {
    bottom: -38px;
    left: 39.5%;
    transform: translateX(-58%);
    width: 40%;
  }
}
@media (min-width: 992px) {
  .modal-body picture {
    width: 100%;
    bottom: -70px;
    left: 39.5%;
    transform: translateX(-80%);
  }
}

.hmOurService .slick-slider, .df-img .slick-slider {
  margin: 0 -15px;
}
.hmOurService .slick-slide, .df-img .slick-slide {
  margin-right: 20px;
  margin-left: 10px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .hmOurService .slick-slide, .df-img .slick-slide {
    margin-right: 20px;
    margin-left: 0px;
    transform: translateX(1px);
  }
}
@media (max-width: 767px) {
  .hmOurService .slick-slide, .df-img .slick-slide {
    margin-right: 11px;
  }
}

.banner-otr {
  position: relative;
}
.banner-otr .slick-slide {
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .sliderArea .slick-prev-hm-out {
    width: 190px;
    justify-content: space-between;
  }
  .sliderArea .slick-prev-hm-out .next-logos-h::before {
    right: -70px;
  }
}

.slick-prev-hm-out {
  position: relative;
  height: 50px;
  width: 105px;
  height: 50px;
  top: -30px;
  left: 82px;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-prev-hm-out {
    left: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.slick-prev-hm-out .prev-logos-h, .slick-prev-hm-out .next-logos-h {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #999999;
  top: -66px;
  line-height: 49px;
}
.slick-prev-hm-out .prev-logos-h:hover, .slick-prev-hm-out .next-logos-h:hover {
  color: #0055A5;
}
.slick-prev-hm-out .prev-logos-h:before, .slick-prev-hm-out .next-logos-h:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev-hm-out .prev-logos-h:hover::before, .slick-prev-hm-out .next-logos-h:hover::before {
  filter: invert(1);
}
.slick-prev-hm-out .next-logos-h {
  margin-left: 46px;
}
.slick-prev-hm-out .next-logos-h::before {
  background-image: url(../images/icons/arrow-up.svg);
  right: -90px;
}
@media (max-width: 767px) {
  .slick-prev-hm-out .next-logos-h::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slick-prev-hm-out .next-logos-h {
    margin-left: 0;
  }
}
.slick-prev-hm-out .prev-logos-h {
  right: 18%;
  left: unset;
}
.slick-prev-hm-out .prev-logos-h::before {
  background-image: url(../images/icons/arrow-down.svg);
  left: -74px;
}
@media (max-width: 767px) {
  .slick-prev-hm-out .prev-logos-h::before {
    left: 0;
  }
}
.slick-prev-hm-out .slick-track {
  padding: 24px 0px;
}

.fixt-paddg {
  padding-top: 201px;
}
@media (max-width: 1740px) {
  .fixt-paddg {
    padding-top: 166px;
  }
}
@media (max-width: 1600px) {
  .fixt-paddg {
    padding-top: 142px;
  }
}
@media (max-width: 1330px) {
  .fixt-paddg {
    padding-top: 126px;
  }
}
@media (max-width: 1022px) {
  .fixt-paddg {
    padding-top: 109px;
  }
}
@media (max-width: 991px) {
  .fixt-paddg {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  .fixt-paddg {
    padding-top: 100px;
  }
}
@media (max-width: 766px) {
  .fixt-paddg {
    padding-top: 130px;
  }
}
@media (max-width: 575px) {
  .fixt-paddg {
    padding-top: 118px;
  }
}
@media (max-width: 500px) {
  .fixt-paddg {
    padding-top: 112px;
  }
}
@media (max-width: 460px) {
  .fixt-paddg {
    padding-top: 107px;
  }
}
@media (max-width: 450px) {
  .fixt-paddg {
    padding-top: 96px;
  }
}
@media (max-width: 370px) {
  .fixt-paddg {
    padding-top: 107px;
  }
}

.slim-header {
  box-shadow: 0 10px 45px -8px rgba(0, 0, 0, 0.25);
  animation: 1s ease-in-out both fadeInDown;
  animation: 1s ease-in-out fadeInDown;
  transition: all ease 0.3s;
}
.slim-header .logo {
  width: 200px;
}
@media (max-width: 766px) {
  .slim-header .logo {
    width: 200px;
  }
}
.slim-header .enquiry-btn-header {
  height: 55px;
  width: auto;
}
.slim-header .enquiry-btn-header i:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #3392E5;
}
.slim-header .enquiry-btn-header:hover i:after {
  border-left: 10px solid #0055A5;
}
.slim-header .enquiry-btn-header span {
  padding: 0px 30px;
  font-size: 15px;
}
@media (max-width: 1330px) {
  .slim-header .enquiry-btn-header span {
    font-size: 12px;
    padding: 0px 15px;
  }
}
@media (max-width: 1198px) {
  .slim-header .enquiry-btn-header span {
    padding: 0px 20px;
  }
}
@media (max-width: 766px) {
  .slim-header .enquiry-btn-header span {
    padding: 1px 20px 0;
    font-size: 10px;
    font-weight: 100;
  }
}
@media (max-width: 1740px) {
  .slim-header .enquiry-btn-header {
    height: 55px;
    transform: scale(0.9);
  }
}
@media (max-width: 766px) {
  .slim-header .enquiry-btn-header {
    height: 40px;
  }
}
.slim-header .enquiry-btn-header i {
  width: 40px;
  height: 55px;
  line-height: 55px;
  transition: all ease 0.3s;
}
@media (max-width: 1740px) {
  .slim-header .enquiry-btn-header i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1198px) {
  .slim-header .enquiry-btn-header i {
    width: 40px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 766px) {
  .slim-header .enquiry-btn-header i {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}
.slim-header .enquiry-btn-header i img {
  width: 25px;
  height: 25px;
}
@media (max-width: 1198px) {
  .slim-header .enquiry-btn-header i img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 766px) {
  .slim-header .enquiry-btn-header i img {
    width: 18px;
    height: 18px;
  }
}
.slim-header .top-strip {
  opacity: 0;
  padding: 0;
  height: 0;
  transition: all ease 0.3s;
}
.slim-header .top-section {
  opacity: 0;
  animation: 1s ease-in-out fadeInDown;
}
.slim-header .header-sec {
  padding: 3px;
  justify-content: space-between;
}
.slim-header .header-sec .logo {
  height: 100%;
  animation: 1s ease-in-out fadeInDown;
}

@media (max-width: 767px) {
  .shareBtn-slid {
    width: 44px;
  }
}

.shareBtn {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 89px;
  left: -43px;
}
.shareBtn i {
  transform: scale(1);
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .shareBtn i {
    width: 27px;
  }
}
.shareBtn:hover i {
  transform: scale(1.1);
  transition: 0.5s ease all;
}
.shareBtn .shareBtn-slid {
  width: 0;
}
.shareBtn .slidetop .social {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1399px) {
  .shareBtn {
    left: -57px;
  }
}
@media (max-width: 1199px) {
  .shareBtn {
    left: -55px;
  }
}
.shareBtn .shr-rel {
  height: 80px;
  width: 221px;
  position: relative;
  transform: rotate(-90deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .shareBtn .shr-rel {
    height: 43px;
    width: 183px;
  }
}
.shareBtn .sharebt {
  background: rgba(0, 85, 165, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  padding: 20px 35px;
  display: flex;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .shareBtn .sharebt {
    padding: 8px 25px;
  }
}
.shareBtn:hover .slidetop {
  opacity: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s ease-in-out;
  top: 0px;
  left: 160px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.shareBtn .slidetop {
  width: 302px;
  background: rgba(0, 85, 165, 0.5019607843);
  border-radius: 100px;
  padding: 27px 47px 27px 63px;
  display: flex;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0px;
  z-index: -1;
  opacity: 0;
  color: #000;
  transition: ease-in-out 0.5s;
}
@media (max-width: 768px) {
  .shareBtn .slidetop {
    width: 216px;
    padding: 9px 25px 9px 31px;
  }
}
.shareBtn a i {
  margin-left: 20px;
}
.shareBtn a img {
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .shareBtn a img {
    width: 25px;
  }
}
.shareBtn a:hover img {
  transform: scale(1.2);
  transition: 0.5s ease all;
}

@media (max-width: 767px) {
  .mrt-none {
    margin-right: 0;
  }
}
.slick-servcDtarrow {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .slick-servcDtarrow {
    margin: 20px 0px;
  }
}

.slick-servcDtl {
  position: absolute;
  height: 50px;
  width: 194px;
  height: 50px;
  top: -30px;
  right: -14px;
  left: auto;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .slick-servcDtl {
    top: -14px;
  }
}
.slick-servcDtl .next-logos-h {
  margin-left: 32px;
}
.slick-servcDtl .next-logos-h:before {
  right: 14px;
}
@media (max-width: 767px) {
  .slick-servcDtl {
    width: 100%;
    right: 0;
  }
  .slick-servcDtl .slick-arrow {
    font-size: 14px !important;
  }
  .slick-servcDtl .next-logos-h {
    margin-left: 0;
  }
}

.my-rating-readonly {
  display: flex;
  z-index: 1;
  margin-left: 10px;
}
.my-rating-readonly svg {
  width: 12px;
  display: flex;
  height: 12px;
}

.load-more-gallery-button {
  outline: unset;
  border: unset;
  cursor: pointer;
  height: 77px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 230px;
}
@media (max-width: 1740px) {
  .load-more-gallery-button {
    height: 55px;
  }
  .load-more-gallery-button i {
    left: -23px;
  }
}
@media (max-width: 1199px) {
  .load-more-gallery-button i {
    left: -17px;
  }
}
@media (max-width: 1022px) {
  .load-more-gallery-button i {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .load-more-gallery-button {
    width: 100%;
    height: 45px;
  }
  .load-more-gallery-button i {
    left: 14px;
    position: absolute;
  }
}

.gallery-ara .row {
  margin-top: 30px;
}
@media (min-width: 1780px) {
  .gallery-ara .row {
    gap: 50px;
  }
  .gallery-ara .row:first-child {
    margin-top: 40px;
  }
  .gallery-ara .row:first-child > div {
    margin: 0 !important;
  }
  .gallery-ara .row .col-xl-8 {
    max-width: 1087px;
  }
  .gallery-ara .row .col-xl-4 {
    max-width: 500px;
  }
}

.gallery-tab-wrapper ul {
  height: 68px;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: scroll;
  width: 100%;
  overflow-y: hidden;
}
@media (min-width: 767px) {
  .gallery-tab-wrapper ul {
    height: 98px;
  }
}
.gallery-tab-wrapper ul::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer;
}
.gallery-tab-wrapper ul::-webkit-scrollbar-track {
  background: #3392E5;
  border-radius: 20px;
}
.gallery-tab-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #0055A5;
  opacity: 1;
}

.gallery-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  height: 166px;
}
@media (min-width: 575px) {
  .gallery-img img {
    height: 150px;
    border-radius: 50px;
  }
}
@media (min-width: 768px) {
  .gallery-img img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .gallery-img img {
    height: 200px;
    border-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .gallery-img img {
    height: 265px;
    border-radius: 90px;
  }
}
@media (min-width: 1400px) {
  .gallery-img img {
    height: 324px;
    border-radius: 100px;
  }
}

.serviceDetail {
  margin-bottom: 30px;
}

.gtt-gallery-wrapper {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .gtt-gallery-wrapper .port-title p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .gtt-gallery-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .gtt-gallery-wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .gtt-gallery-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  .gtt-gallery-wrapper {
    padding-top: 110px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1740px) {
  .gtt-gallery-wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .gtt-gallery-wrapper {
    padding-top: 20px;
  }
  .gtt-gallery-wrapper h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .gtt-gallery-wrapper .port-title p {
    font-size: 13px;
    line-height: 20px;
  }
}

.fixedrightSidebar {
  display: block;
  position: fixed;
  right: 27px;
  z-index: 999;
  bottom: 84px;
}
@media (max-width: 1399px) {
  .fixedrightSidebar {
    right: 9px;
  }
}
@media (max-width: 1199px) {
  .fixedrightSidebar {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .fixedrightSidebar {
    bottom: 115px;
  }
}

.fixedrightSidebar .socialMedia {
  display: grid;
}

.fixedrightSidebar .socialMedia .QuickSideRightBar {
  position: relative;
}

.fixedrightSidebar .socialMedia .QuickSideRightBar .CallRight {
  position: relative;
}

.fixedrightSidebar .socialMedia .QuickSideRightBar .img_box {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 11;
  background: #0055A5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.5s;
}

.fixedrightSidebar .socialMedia .QuickSideRightBar .img_box i {
  font-size: 35px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar .img_box i {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar .img_box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar .img_box img {
    width: 17px;
  }
}
.fixedrightSidebar .socialMedia .QuickSideRightBar .slideLeft {
  position: absolute;
  background: #0055A5;
  width: 0;
  height: 70px;
  right: 32px;
  top: 0;
  font-size: 13px;
  color: #ffffff;
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px 0 0 30px;
}

@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar .slideLeft {
    height: 40px;
    right: 25px;
  }
}
.fixedrightSidebar .socialMedia .QuickSideRightBar .slideLeft .textRight {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 10px;
  transition: 0.2s ease-in;
  opacity: 0;
}

.fixedrightSidebar .socialMedia .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.5s ease-in-out;
  width: 230px;
  background: #0055A5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar:hover .slideLeft {
    width: 160px;
  }
}
.fixedrightSidebar .socialMedia .QuickSideRightBar:hover .slideLeft .textRight {
  font-size: 20px;
  transition: 0.8s ease-in-out;
  opacity: 1;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .fixedrightSidebar .socialMedia .QuickSideRightBar:hover .slideLeft .textRight {
    font-size: 14px;
  }
}
.fixedrightSidebar .socialMedia .QuickSideRightBar:hover .img_box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.fixedrightSidebar .socialMedia .QuickSideRightBarWhatsapp {
  margin-bottom: 15px;
}

.load_more_span {
  width: 100%;
  padding: 0 !important;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .about-content-area.innerpadding p, .alternative_desc_inner p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-area.innerpadding p, .alternative_desc_inner p {
    font-size: 13px;
    line-height: 23px;
  }
}
.container-ctn {
  max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container-ctn {
    max-width: 1440px;
  }
}
@media (min-width: 1700px) {
  .container-ctn {
    max-width: 1640px;
  }
}

.custom-container {
  max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1023px) {
  .custom-container {
    max-width: 85%;
  }
}
@media (min-width: 1199px) {
  .custom-container {
    max-width: 79%;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1369px;
  }
}

.InnerBanner {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.InnerBanner::before {
  background-image: url(../images/inner-banner-overlay.png);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
.InnerBanner::after {
  background: linear-gradient(30deg, #000000 14%, #0055A5 60%, #0055A5 60%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
.InnerBanner .hero-content {
  background-color: rgba(8, 51, 91, 0.2);
}
.InnerBanner .hero-content .bnnr-img-rltv {
  position: absolute;
  right: 0;
  top: 0;
  width: 481px;
  height: 100%;
}
@media (max-width: 1600px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 396px;
  }
}
@media (max-width: 1499.9px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 374px;
  }
}
@media (max-width: 1366.9px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 338px;
  }
}
@media (max-width: 991.9px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 281px;
  }
}
@media (max-width: 735px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 282px;
  }
}
@media (max-width: 515px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 240px;
  }
}
@media (max-width: 490px) {
  .InnerBanner .hero-content .bnnr-img-rltv {
    width: 163px;
  }
}
.InnerBanner .hero-content .img-dotted {
  background-image: url("../images/h-banner-before.png");
  width: 100%;
  height: 100%;
  left: -23px;
  position: absolute;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1600px) {
  .InnerBanner .hero-content .img-dotted {
    left: -16px;
  }
}
@media (max-width: 490px) {
  .InnerBanner .hero-content .img-dotted {
    left: -6px;
  }
}
.InnerBanner .hero-content .h-img-mask {
  -webkit-mask-image: url("../images/bannerpng.png");
  mask-image: url("../images/bannerpng.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
.InnerBanner .hero-content .h-img-mask picture {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.InnerBanner .hero-content .h-img-mask picture img {
  filter: drop-shadow(0px 0 0) drop-shadow(0 0px 0) drop-shadow(-10px 0 0 #0055A5) drop-shadow(0 0px 0);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.InnerBanner article {
  padding: 170px 0px;
}
@media (max-width: 1600px) {
  .InnerBanner article {
    padding: 126px 0px;
  }
}
@media (max-width: 1499.9px) {
  .InnerBanner article {
    padding: 114px 0px;
  }
}
@media (max-width: 1366.6px) {
  .InnerBanner article {
    padding: 97px 0px;
  }
}
@media (max-width: 991px) {
  .InnerBanner article {
    padding: 68px 0px;
  }
}
@media (max-width: 515px) {
  .InnerBanner article {
    padding: 88px 0px;
  }
}
@media (max-width: 490px) {
  .InnerBanner article {
    padding: 56px 0px;
  }
}
.InnerBanner .breadcrumb {
  display: flex;
  background: unset;
  padding: 0;
  z-index: 2;
  position: relative;
}
.InnerBanner .breadcrumb a {
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  position: relative;
}
@media (min-width: 1600px) {
  .InnerBanner .breadcrumb a {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .InnerBanner .breadcrumb a {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .InnerBanner .breadcrumb a {
    font-size: 10px;
  }
}
.InnerBanner .breadcrumb a::after {
  content: "/";
  position: absolute;
  width: 100%;
  height: 20px;
  right: 10px;
  color: #ffffff;
}
.InnerBanner .breadcrumb a.active {
  color: #3392E5;
  font-weight: 700;
}
.InnerBanner .breadcrumb li {
  margin-right: 15px;
}
.InnerBanner .breadcrumb li:first-child a::after {
  content: unset;
}
@media (max-width: 500px) {
  .InnerBanner .breadcrumb li {
    height: 18px;
  }
}
.InnerBanner h1 {
  color: #fff;
  font-weight: 400;
  font-size: 90px;
  line-height: 100px;
  height: 100px;
  overflow: hidden;
  flex-basis: 100%;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1700px) {
  .InnerBanner h1 {
    font-size: 80px;
  }
}
@media (max-width: 1600px) {
  .InnerBanner h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .InnerBanner h1 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .InnerBanner h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .InnerBanner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 515px) {
  .InnerBanner h1 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 20px;
    height: 24px;
  }
}
@media (max-width: 386px) {
  .InnerBanner h1 {
    font-size: 19px;
  }
}
@media (max-width: 368px) {
  .InnerBanner h1 {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .InnerBanner h1 {
    font-size: 17px;
  }
}
.InnerBanner picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.topForm {
  margin: 50px 0px 50px 0px;
}
@media (min-width: 1600px) {
  .topForm.withoutTopForm {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .topForm {
    margin: 60px 0px 60px 0px;
  }
}
@media (min-width: 1440px) {
  .topForm {
    margin: 80px 0px 80px 0px;
  }
}
@media (min-width: 1600px) {
  .topForm {
    margin: 101px 0px 100px 0px;
  }
}
.topForm article {
  background: linear-gradient(92.26deg, #0055A5 4.48%, #581ADA 74.1%);
  border-radius: 20px;
  padding: 30px 30px;
}
@media (min-width: 768px) {
  .topForm article {
    border-radius: 50px;
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .topForm article {
    padding: 30px 50px;
  }
}
@media (min-width: 1600px) {
  .topForm article {
    border-radius: 100px;
    padding: 60px;
  }
}
.topForm article input {
  width: 100%;
  background: unset;
  border: unset;
  border-bottom: 1px solid #D9D9D9;
  height: 40px;
}
.topForm article textarea {
  width: 100%;
  background-color: unset;
  outline: unset;
  border: unset;
  border-bottom: 1px solid #D9D9D9;
  resize: none;
  height: 40px;
  margin-top: 10px;
  padding-top: 5px;
}
.topForm article ::-moz-placeholder {
  margin-left: 25px;
}
.topForm article ::placeholder {
  margin-left: 25px;
}
.topForm article input, .topForm article textarea {
  padding-left: 55px;
  color: #ccc;
}
.topForm article button {
  outline: unset;
  border: unset;
  margin-top: 10px;
  background-color: #ffffff;
  color: #0055A5;
  cursor: pointer;
  height: 77px;
  width: 210px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 1740px) {
  .topForm article button {
    height: 55px;
    width: 149px;
  }
}
@media (max-width: 1198px) {
  .topForm article button {
    width: 127px;
  }
}
@media (max-width: 767px) {
  .topForm article button {
    width: 100%;
    height: 45px;
  }
  .topForm article button i {
    position: absolute;
    left: 14px;
  }
}
.topForm article button:hover span {
  color: #ffffff;
}
.topForm article button span {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #0055A5;
}
@media (max-width: 767px) {
  .topForm article button span {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .topForm article .row:last-child {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .topForm article .row:last-child {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .topForm article .row:last-child {
    margin-top: 55px;
  }
}
.topForm article .row:last-child div:last-child {
  text-align: right;
}
.topForm h2 {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .topForm h2 {
    margin-bottom: 33px;
  }
}
@media (min-width: 1600px) {
  .topForm h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.topForm .row {
  align-items: center;
  justify-content: space-between;
}
.topForm .input-holder {
  position: relative;
}
@media (max-width: 767px) {
  .topForm .input-holder {
    margin-bottom: 20px;
  }
}
.topForm .input-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  background: rgba(51, 146, 229, 0.5);
  border-radius: 5px;
  width: 30px;
  height: 27.1px;
  background-repeat: no-repeat;
  background-position: center center;
}
.topForm .message .input-holder::before {
  background-image: url(../images/icons/pencil.png);
}
.topForm .profile::before {
  background-image: url(../images/icons/profile.png);
}
.topForm .mail::before {
  background-image: url(../images/icons/envelope.png);
}
.topForm .phone::before {
  background-image: url(../images/icons/phone.png);
}
.topForm .invalid-feedback {
  top: -20px;
}

.contantArea {
  margin-bottom: 50px;
}
@media (min-width: 1360px) {
  .contantArea {
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .contantArea {
    margin-bottom: 150px;
  }
}
.contantArea picture {
  margin: 0;
}
.contantArea picture img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .contantArea picture img {
    border-radius: 20px;
  }
}
.contantArea picture.featured {
  margin: 0px 0px 30px 0px;
}
.contantArea p {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 516px) {
  .contantArea p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 1360px) {
  .contantArea p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .contantArea p {
    line-height: 35px;
    font-size: 18px;
  }
}
.contantArea h3 {
  margin: 15px 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .contantArea h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1360px) {
  .contantArea h3 {
    margin: 20px 0px;
  }
}
@media (min-width: 1600px) {
  .contantArea h3 {
    font-size: 24px;
    line-height: 38px;
    margin: 30px 0px;
  }
}
.contantArea ul {
  margin-top: 10px;
}
.contantArea ul li {
  padding-left: 40px;
}
.contantArea aside {
  padding: 23.46px 0px 23.46px 0px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .contantArea aside {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .contantArea aside {
    padding: 23.46px 0px 23.46px 0px;
  }
}
@media (max-width: 767px) {
  .contantArea aside {
    padding-bottom: 0;
  }
}
.contantArea aside ul {
  list-style: none;
  margin: 0;
}
.contantArea aside li {
  margin-bottom: 5px;
  position: relative;
  padding: 19.73px 72px 19.73px 42px;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contantArea aside li {
    padding: 15.73px 15px 15.73px 15px;
  }
}
@media (min-width: 1360px) {
  .contantArea aside li {
    padding: 19.73px 30px 19.73px 15px;
  }
}
@media (min-width: 1600px) {
  .contantArea aside li {
    padding: 19.73px 72px 19.73px 42px;
  }
}
.contantArea aside li::before {
  background-image: url(../images/icons/list-style.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  right: 30px;
  width: 23px;
  height: 20.11px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #0055A5;
  padding: 6.12px 6.58px 5.25px 7.35px;
}
@media (min-width: 1024px) {
  .contantArea aside li::before {
    right: 13px;
  }
}
@media (min-width: 1360px) {
  .contantArea aside li::before {
    right: 20px;
  }
}
@media (min-width: 1600px) {
  .contantArea aside li::before {
    right: 30px;
  }
}
.contantArea aside li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  background: #D9D9D9;
  border-radius: 20px;
  width: 90%;
  margin: auto;
  height: 0.87px;
}
@media (min-width: 1600px) {
  .contantArea aside li::after {
    width: 374px;
    right: 30px;
  }
}
.contantArea aside li.active, .contantArea aside li:hover {
  background-color: #275CAC;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease all;
}
.contantArea aside li.active::after, .contantArea aside li:hover::after {
  background: unset;
}
.contantArea aside li.active::before, .contantArea aside li:hover::before {
  background-image: url(../images/icons/list-fill.png);
  background-color: #ffffff;
}
.contantArea aside li.active a, .contantArea aside li:hover a {
  color: #ffffff;
}
.contantArea aside li:last-child::after {
  background: unset;
}
.contantArea aside a {
  line-height: 30px;
  color: #999999;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .contantArea aside a {
    font-size: 15px;
    line-height: 25px;
  }
}
.contantArea aside .h5 {
  padding-left: 30px;
  margin-bottom: 25px;
  color: #252525;
}
.contantArea .asd-bnone {
  border: none;
}

.custom-container .titleSection {
  text-align: center;
}
@media (min-width: 1600px) {
  .custom-container .titleSection p {
    width: 82%;
    margin: auto;
  }
}
.custom-container picture {
  padding: 30px 0px;
}
@media (max-width: 991px) {
  .custom-container picture {
    padding: 20px 0px;
  }
}

.titleSection span {
  color: #0055A5;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 516px) {
  .titleSection span {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .titleSection span {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
.titleSection h2 {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #252525;
}
@media (min-width: 387px) {
  .titleSection h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 516px) {
  .titleSection h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .titleSection h2 {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .titleSection h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .titleSection h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1360px) {
  .titleSection h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .titleSection h2 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 40px;
  }
}

.description ul {
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.description ul li {
  flex-basis: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .description ul li {
    max-width: 49%;
  }
}
.description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 768px) {
  .description ul li {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .description ul li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .description ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .description ul li:last-child {
    margin-bottom: 10px;
  }
}
.description ul li::before {
  background-image: url(../images/icons/list-style.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  left: 0px;
  width: 23px;
  height: 20.11px;
  border-radius: 20px;
  background-color: #0055A5;
  padding: 7px 10.14px 6px 7.38px;
}
.description ul li a {
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .description ul li a {
    margin-bottom: 20px;
  }
}

.list {
  margin-top: 30px;
  list-style: none;
}
.list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 768px) {
  .list li {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .list li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .list li:last-child {
    margin-bottom: 10px;
  }
}
.list li::before {
  background-image: url(../images/icons/list-style.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  left: 0px;
  width: 23px;
  height: 20.11px;
  top: 5px;
  border-radius: 20px;
  background-color: #0055A5;
  padding: 7px 10.14px 6px 7.38px;
}
@media (min-width: 768px) {
  .list li::before {
    top: 10px;
  }
}

.faq {
  background-color: #F2F9FF;
  padding: 50px 0px;
}
@media (min-width: 1360px) {
  .faq {
    padding: 80px 0px;
  }
}
@media (min-width: 1440px) {
  .faq {
    padding: 100px 0px;
  }
}
@media (min-width: 1600px) {
  .faq {
    padding: 151px 0px;
  }
}
.faq .accordian {
  list-style-type: none;
  counter-reset: css-counter 0;
  height: auto;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq .accordian .content-box {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .faq .accordian .content-box {
    width: 49.5%;
  }
}
.faq .accordian .content-box > div {
  padding-right: 52px;
}
@media (min-width: 768px) {
  .faq .accordian .content-box > div {
    padding-right: 80px;
  }
}
.faq .accordian .label {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 32px 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #676767;
  position: relative;
  transition: transform ease 0.3s;
  padding-left: 73px;
  counter-increment: css-counter 1;
  height: 120px;
}
@media (max-width: 991px) {
  .faq .accordian .label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .faq .accordian .label {
    height: 98px;
    padding-left: 138px;
  }
}
@media (min-width: 1360px) {
  .faq .accordian .label {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .faq .accordian .label {
    height: 98px;
    font-size: 20px;
    line-height: 35px;
  }
}
.faq .accordian .label:before {
  content: counter(css-counter) " ";
  position: absolute;
  left: -1px;
  top: -1px;
  font-weight: 500;
  font-size: 35px;
  line-height: 25px;
  background: rgba(51, 146, 229, 0.26);
  border-radius: 20px;
  width: 65px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media (min-width: 767px) {
  .faq .accordian .label:before {
    font-size: 50px;
    line-height: 38px;
    width: 118px;
    height: 98px;
  }
}
.faq .accordian .label::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 35%;
  background-image: url(../images/icons/faqicon_white.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  transform: rotate(180deg);
  filter: invert(1);
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  .faq .accordian .label::after {
    width: 35px;
    height: 35px;
  }
}
.faq .accordian .active .label::after {
  transform: rotate(0deg);
  filter: invert(0);
  transition: 0.5s ease all;
}
.faq .accordian .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.2s all;
}
.faq .accordian .active .label {
  border: unset;
  background-color: unset;
  color: #ffffff;
}
.faq .accordian .active .label::before {
  background-color: #3392E5;
}
.faq .accordian .content-box.active {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  background-color: #284C77;
  color: #ffffff;
}
.faq .accordian .active .content {
  overflow: visible;
  height: auto;
  padding: 20px;
  padding-right: 25px;
}
.faq .accordian .content article {
  height: 80px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.faq .accordian .content article:not(:empty) {
  scrollbar-width: auto;
}
.faq .accordian .content p {
  margin: 0;
  font-size: 18px;
  line-height: 38px;
}
.faq ::-webkit-scrollbar {
  width: 5px;
  height: 61px;
}
.faq ::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}
.faq ::-webkit-scrollbar-thumb {
  background: #3392E5;
  border-radius: 5px;
}
.faq ::-webkit-scrollbar-thumb:hover {
  background: #0055A5;
}

.gtt-section.inner {
  background: #ffffff;
}

.containerListing {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .containerListing {
    margin-top: 60px;
  }
}
.containerListing .col-lg-12 > div {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1600px) {
  .containerListing .col-lg-12 > div {
    font-size: 24px;
    line-height: 35px;
  }
}
.containerListing picture {
  margin: 0;
}
.containerListing picture img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 1600px) {
  .containerListing picture img {
    height: 269px;
  }
}
.containerListing .containerTitle {
  background-color: #0055A5;
  margin: 0;
  padding: 26px 0px 25px 0px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1600px) {
  .containerListing .containerTitle {
    font-size: 18px;
    line-height: 23px;
  }
}
.containerListing .containerTitle a {
  color: #ffffff;
}

.containerSlider {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .containerSlider {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .containerSlider {
    margin-top: 36px;
  }
}
.containerSlider article {
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 20px;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .containerSlider article {
    min-height: 514px;
  }
}
.containerSlider article:hover {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
}
.containerSlider article ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  margin: 0;
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .containerSlider article ul {
    padding: 20px 10px;
    gap: 24px;
  }
}
.containerSlider article ul li {
  flex-basis: 46%;
  max-width: 46%;
  padding-left: 55px;
  position: relative;
}
@media (min-width: 1600px) {
  .containerSlider article ul li {
    padding-left: 100px;
    flex-basis: 47%;
    max-width: 47%;
  }
}
@media (min-width: 1199px) {
  .containerSlider article ul li p {
    font-size: 11px;
  }
}
@media (min-width: 1700px) {
  .containerSlider article ul li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .containerSlider article ul li p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .containerSlider article ul li p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .containerSlider article ul li p {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .containerSlider article ul li p {
    font-size: 9px;
  }
}
.containerSlider article ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 59px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1600px) {
  .containerSlider article ul li:before {
    width: 79px;
    height: 50px;
  }
}
.containerSlider article ul li.containerLength::before {
  content: "";
  background-image: url(../images/icons/length.png);
}
.containerSlider article ul li.containerWidth::before {
  content: "";
  background-image: url(../images/icons/width.png);
}
.containerSlider article ul li.containerHeight::before {
  content: "";
  background-image: url(../images/icons/height.png);
}
.containerSlider article ul li.containerQuantity::before {
  content: "";
  background-image: url(../images/icons/height.png);
}
.containerSlider article ul li p {
  padding: 0;
  margin: 0;
}
.containerSlider article ul li span {
  color: #252525;
  font-weight: 500;
}
.containerSlider article .containerCondition {
  padding: 20px 15px;
  background: #F2F9FF;
}
@media (min-width: 1600px) {
  .containerSlider article .containerCondition {
    padding: 24px 34px;
  }
}
.containerSlider article .containerCondition p {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .containerSlider article .containerCondition p {
    font-size: 14px;
  }
}
.containerSlider article .containerCondition p span {
  color: #252525;
}
.containerSlider .slick-slider {
  margin: 0 -15px;
}
.containerSlider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.containerSlider .slick-prev, .containerSlider .slick-next {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #999999;
  top: -66px;
}
.containerSlider .slick-prev:hover, .containerSlider .slick-next:hover {
  color: #0055A5;
}
.containerSlider .slick-prev:before, .containerSlider .slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.containerSlider .slick-prev:hover::before, .containerSlider .slick-next:hover::before {
  filter: invert(1);
}
.containerSlider .slick-next {
  right: 6.3%;
}
.containerSlider .slick-next::before {
  background-image: url(../images/icons/arrow-up.svg);
  right: -90px;
}
.containerSlider .slick-prev {
  right: 18%;
  left: unset;
}
.containerSlider .slick-prev::before {
  background-image: url(../images/icons/arrow-down.svg);
  left: -74px;
}
.containerSlider .slick-track {
  padding: 24px 0px;
}

.contactDetails {
  margin-top: 20px;
}
.contactDetails .row {
  align-items: center;
}
.contactDetails .row > div:last-child article {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .contactDetails {
    margin-top: 30px;
  }
}
.contactDetails p {
  margin: 0;
  padding: 0;
}
.contactDetails a {
  display: block;
}
.contactDetails p, .contactDetails a {
  color: #000;
}
.contactDetails article {
  padding-left: 55px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1600px) {
  .contactDetails article {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .contactDetails article {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactDetails article {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .contactDetails article {
    padding-left: 65px;
  }
}
@media (min-width: 1600px) {
  .contactDetails article {
    width: 100%;
    padding-left: 90px;
  }
}
@media (min-width: 1680px) {
  .contactDetails article {
    width: 90%;
    padding-left: 100px;
  }
}
.contactDetails article::before {
  content: "";
  position: absolute;
  left: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  background-position-y: -0.04px;
}
@media (min-width: 1440px) {
  .contactDetails article::before {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .contactDetails article::before {
    width: 80px;
    height: 80px;
  }
}
.contactDetails article p {
  flex-basis: 100%;
  max-width: 100%;
}
.contactDetails .marker article::before {
  background-image: url(../images/icons/marker.svg);
}
.contactDetails .phone article::before {
  background-image: url(../images/icons/phone.svg);
}
.contactDetails .email article::before {
  background-image: url(../images/icons/envelope.svg);
}
.contactDetails .time article::before {
  background-image: url(../images/icons/alarm.svg);
}

.enquirNow {
  background-color: #F2F9FF;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
@media (max-width: 1199px) {
  .enquirNow {
    background-position: -100px;
  }
}
@media (max-width: 577px) {
  .enquirNow {
    background-position: left;
    background-size: cover;
    padding: 50px 0px 120px 0px;
  }
}
@media (max-width: 481px) {
  .enquirNow {
    padding: 50px 0px 100px 0px;
  }
}
@media (max-width: 414px) {
  .enquirNow {
    padding: 50px 0px 90px 0px;
  }
}
@media (max-width: 390px) {
  .enquirNow {
    padding: 50px 0px 80px 0px;
  }
}
.enquirNow .topForm {
  margin: 0;
}
.enquirNow .topForm article {
  background: unset;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .enquirNow .topForm article {
    background-color: #F2F9FF;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .enquirNow .topForm article {
    padding: 20px 15px;
  }
}
@media (max-width: 574px) {
  .enquirNow .topForm article {
    background-color: rgba(242, 249, 255, 0.9215686275);
  }
}
@media (min-width: 992px) {
  .enquirNow .topForm article {
    width: 94%;
    margin-left: auto;
  }
}
.enquirNow h2 {
  color: #252525;
}
@media (min-width: 1360px) {
  .enquirNow h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1600px) {
  .enquirNow h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
.enquirNow label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #252525;
  padding-bottom: 5px;
  margin: 0;
}
@media (min-width: 578px) {
  .enquirNow label {
    padding-bottom: 15px;
  }
}
.enquirNow .input-holder {
  padding-bottom: 10px;
}
@media (min-width: 578px) {
  .enquirNow .input-holder {
    padding-bottom: 20px;
  }
}
.enquirNow .input-holder:before {
  top: 55%;
  background-color: #ffffff;
}
.enquirNow article textarea {
  margin-top: 0;
  padding-top: 0;
}
.enquirNow article input {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}
@media (min-width: 578px) {
  .enquirNow article input {
    padding-bottom: 20px;
  }
}
.enquirNow article input ::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
}
.enquirNow article input ::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
}
.enquirNow article input, .enquirNow article textarea {
  padding-left: 45px;
}
.enquirNow article .profile::before {
  background-image: url(../images/icons/profile-b.png);
}
.enquirNow article .mail::before {
  background-image: url(../images/icons/envelope-b.png);
}
.enquirNow article .phone::before {
  background-image: url(../images/icons/phone-b.png);
}
.enquirNow article .message .input-holder::before {
  background-image: url(../images/icons/pencil-b.png);
}
.enquirNow article button {
  margin-top: 20px;
  position: relative;
  height: 78px;
  width: 200px;
  justify-content: center;
  background-color: #0055A5;
}
.enquirNow article button .enquiry-btn span {
  padding-right: 0px;
}
.enquirNow article button i {
  position: absolute;
  left: 0;
}
@media (max-width: 1740px) {
  .enquirNow article button {
    height: 55px;
    width: 150px;
  }
}
@media (max-width: 766px) {
  .enquirNow article button {
    height: 47px;
    width: 100%;
  }
}
@media (min-width: 578px) {
  .enquirNow article button {
    margin-top: 50px;
  }
}
.enquirNow article button span {
  color: #ffffff;
}
.enquirNow article .row:last-child div:last-child {
  text-align: left;
}
.enquirNow article .message .input-holder:before {
  top: 45%;
}
.enquirNow article .message textarea {
  margin-bottom: 10px;
}
@media (min-width: 578px) {
  .enquirNow article .message textarea {
    margin-bottom: 20px;
  }
}
.enquirNow article .message .input-holder {
  border-bottom: 1px solid #D9D9D9;
}
.enquirNow picture {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media (min-width: 578px) {
  .enquirNow picture {
    bottom: -38px;
    left: 39.5%;
    transform: translateX(-58%);
    width: 40%;
  }
}
@media (min-width: 992px) {
  .enquirNow picture {
    bottom: -70px;
    left: 39.5%;
    transform: translateX(-80%);
  }
}

.map iframe {
  mix-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.contantArea .serviceList {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contantArea .serviceList {
    margin-top: 30px;
  }
}
.contantArea .serviceList picture, .contantArea .serviceList img {
  border-radius: 70px;
  width: 505px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 516px) {
  .contantArea .serviceList picture, .contantArea .serviceList img {
    border-radius: 100px;
  }
}
.contantArea .serviceList picture {
  margin: 0;
}
.contantArea .serviceList .row {
  gap: 40px 0px;
}

.serviceList picture img {
  border: 1px solid #999999;
  transition: 0.3s ease all;
}
.serviceList .row > div:hover img {
  filter: grayscale(100%);
  transition: 0.5s ease all;
}
.serviceList .row > div:hover article {
  width: 100%;
  transition: 0.5s ease all;
  bottom: 0;
}
.serviceList .row > div:hover i {
  background-color: #ffffff;
}
.serviceList .row > div:hover svg line, .serviceList .row > div:hover svg rect, .serviceList .row > div:hover svg path {
  stroke: #0055A5;
}
.serviceList .row div:last-child picture {
  margin-bottom: 0;
}
.serviceList article {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  margin: auto;
}
@media (min-width: 1440px) {
  .serviceList article {
    width: 97%;
  }
}
@media (min-width: 1600px) {
  .serviceList article {
    width: 95%;
  }
}
.serviceList article a {
  background-color: #0055A5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 23px;
  padding: 10px 15px 10px 15px;
  border-radius: 100px;
}
@media (min-width: 440px) {
  .serviceList article a {
    padding: 15px 20px 15px 20px;
  }
}
@media (min-width: 1600px) {
  .serviceList article a {
    padding: 24px 20px 23px 40px;
  }
}
.serviceList article a p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  flex-basis: 74%;
}
@media (min-width: 516px) {
  .serviceList article a p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .serviceList article a p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (min-width: 1600px) {
  .serviceList article a p {
    font-size: 24px;
    line-height: 30px;
  }
}
.serviceList article a i {
  background-color: #3392E5;
  border-radius: 100px;
  padding: 10px 15px 10px 15px;
  width: 105px;
  flex-basis: 26%;
}
@media (min-width: 516px) {
  .serviceList article a i {
    padding: 20px 15px 20px 15px;
  }
}
@media (min-width: 1440px) {
  .serviceList article a i {
    padding: 20px 15px 20px 15px;
  }
}
@media (min-width: 1600px) {
  .serviceList article a i {
    padding: 24px 25px 20px 26px;
  }
}

.invalid-feedback {
  display: block;
  font-size: 11px;
  background: #dc3545;
  color: #fff;
  border-radius: 5px;
  padding: 0px 8px;
  position: absolute;
  top: 20px;
  right: 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.invalid-feedback:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c5021f;
  bottom: -5px;
  content: "";
  position: absolute;
  right: 10px;
}

.gallery-ara .video .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gallery-ara .video .playBtn::before {
  content: "";
  background: #0055A5;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease all;
}
.gallery-ara .video .playBtn img {
  width: 71.11px;
  height: 50px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.modal {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(82, 0, 146, 0.95) 0%, rgba(0, 85, 165, 0.95) 81.25%);
}
.modal .modal-dialog {
  width: 1200px;
  max-width: 100%;
}
.modal .modal-content {
  background: #004f9a !important;
  border-radius: 10px;
  background: unset;
}
.modal .modal-content .modal-body {
  padding: 80px 20px;
  border-radius: 0px 0px 10px 10px;
  margin: 0 auto;
}
.modal .modal-content .modal-body .modal-header {
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  border: none;
  padding-left: 0px;
}
.modal .modal-content .modal-body .modal-header .close {
  opacity: 1;
}
.modal .modal-content .modal-body .modal-header .close span {
  color: #fff;
}
.modal .modal-content .modal-body .modal-enquiry-form label {
  font-size: 18px;
  color: #d9d9d9;
}
.modal .modal-content .modal-body .modal-enquiry-form input, .modal .modal-content .modal-body .modal-enquiry-form textarea {
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 0 0 15px 0;
  font-size: 16px;
  border-bottom: 0.5px solid #ECF0F5;
  border-radius: 0px;
  color: #d9d9d9;
}
.modal .modal-content .modal-body .modal-enquiry-form input ::-moz-placeholder, .modal .modal-content .modal-body .modal-enquiry-form textarea ::-moz-placeholder {
  font-size: 18px;
}
.modal .modal-content .modal-body .modal-enquiry-form input ::placeholder, .modal .modal-content .modal-body .modal-enquiry-form textarea ::placeholder {
  font-size: 18px;
}
.modal .modal-content .modal-body .modal-enquiry-form textarea {
  padding-bottom: 0px;
}
.modal .modal-content .modal-body .modal-enquiry-form button {
  cursor: pointer;
  border: unset;
  outline: unset;
}
.modal .modal-content .modal-body .modal-enquiry-form .close {
  border: unset;
  outline: unset;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  float: unset;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.modal .modal-content .modal-body .modal-enquiry-form .close:hover {
  opacity: 1;
}
.modal .modal-content .modal-body .modal-enquiry-form .close:hover span {
  font-size: 40px;
  transition: 0.1s ease all;
}
.modal .modal-content .modal-body .modal-enquiry-form .close span {
  transition: 0.1s ease all;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.modal .modal-content .modal-body .enquiry-btn {
  border: 1px solid #fff !important;
}
.modal .form_submit_btn {
  height: 78px;
  width: 100%;
  justify-content: center;
}
.modal .form_submit_btn .enquiry-btn span {
  padding: 0px 20px;
}
.modal .form_submit_btn i {
  position: absolute;
  left: 0;
}
.terms-conditions .top-content ul{
    padding-left:35px;
}
.terms-conditions .top-content ul li{
    position:relative;
    list-style-type: none;
    margin-bottom: 25px;
}
.terms-conditions .top-content ul li a, .terms-conditions .top-content ul li p, .terms-conditions .top-content ul li span{
        color: #999999;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}
.terms-conditions .top-content ul li:after{
    position: absolute;
    content: "";
    background-image: url(../images/icons/term-list.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 23px;
    top: 3px;
    left: -38px;
}
@media (max-width: 1740px) {
  .modal .form_submit_btn {
    height: 55px;
  }
}
@media (max-width: 766px) {
  .modal .form_submit_btn {
    height: 47px;
  }
}

* {
  margin: 0;
  padding: 0;
}

.error-page-hero {
  background: #F2F9FF;
  width: 100%;
}
@media (min-width: 1600px) {
  .error-page-hero {
    height: 961px;
  }
}
@media (max-width: 1599.9px) {
  .error-page-hero {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.9px) {
  .error-page-hero {
    padding-bottom: 80px;
  }
}
.error-page-hero .error {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
}
.error-page-hero .error h2 {
  margin-top: 150px;
  font-size: 400px;
  font-weight: 600;
  line-height: 400px;
  letter-spacing: 0.1em;
  background: linear-gradient(89.86deg, #275CAC 3.07%, #8F58EA 102.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767px) {
  .error-page-hero .error h2 {
    margin-top: 80px;
    line-height: 200px;
  }
}
.error-page-hero .error .pyramids-img {
  position: absolute;
  top: 367px;
  margin-right: 45px;
  width: 254px;
  height: 169px;
}
.error-page-hero .error h5 {
  font-family: Mulish;
  font-size: 50px;
  font-weight: 300;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .error-page-hero .error h5 {
    font-size: 25px;
  }
}
.error-page-hero .error .go-to-home {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .error-page-hero .error .go-to-home {
    margin-top: 0;
  }
}
.error-page-hero .error .go-to-home .enquiry-btn {
  background: #F2F9FF;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #3392E5;
  width: -moz-fit-content;
  width: fit-content;
}
.error-page-hero .error .go-to-home .enquiry-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .error-page-hero .error .go-to-home .enquiry-btn img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .error-page-hero .error .go-to-home .enquiry-btn img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .error-page-hero .error .go-to-home .enquiry-btn img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1740px) {
  .error-page-hero .error .go-to-home .enquiry-btn img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1600px) {
  .error-page-hero .error .go-to-home .enquiry-btn {
    width: 263px;
  }
}
.error-page-hero .error .go-to-home .enquiry-btn:hover {
  background: #3392E5;
  color: #ffffff;
}
.error-page-hero .error .go-to-home .enquiry-btn:hover i {
  background: #0055A5;
}
.error-page-hero .error .go-to-home .enquiry-btn:hover i:after {
  border-left: 18px solid #0055A5;
}
.error-page-hero .error .go-to-home .enquiry-btn i {
  text-align: center;
  line-height: 75px;
  position: relative;
  border-radius: 10px;
  background: #3392E5;
  display: grid;
  place-items: center;
}
@media (max-width: 1198px) {
  .error-page-hero .error .go-to-home .enquiry-btn i {
    line-height: 55px;
  }
}
.error-page-hero .error .go-to-home .enquiry-btn i img {
  margin-right: 0;
}
@media (max-width: 1198px) {
  .error-page-hero .error .go-to-home .enquiry-btn i img {
    width: 25px;
  }
}
.error-page-hero .error .go-to-home .enquiry-btn i:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #3392E5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.error-page-hero .error .go-to-home .enquiry-btn span {
  padding: 0px 60px;
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1198px) {
  .error-page-hero .error .go-to-home .enquiry-btn span {
    padding: 0px 30px;
    font-size: 16px;
  }
}

@media (max-width: 525px) {
  .error-page-hero .error h2 {
    top: 50px;
    font-size: 170px !important;
  }
  .error-page-hero .error h5 {
    top: 400px !important;
    font-size: 25px;
    font-weight: 300;
  }
  .error-page-hero .error .pyramids-img {
    position: absolute;
    top: 250px;
    width: 20px !important;
    margin-left: 30px;
    height: 30px;
  }
}
@media (max-width: 400px) {
  .error-page-hero .error h2 {
    font-size: 130px !important;
  }
}
@media (max-width: 991px) {
  .error-page-hero .error h2 {
    font-size: 260px;
  }
  .error-page-hero .error .pyramids-img {
    width: 157px;
    height: 123px;
  }
}
@media (max-width: 767px) {
  .error-page-hero .error h2 {
    font-size: 230px;
  }
  .error-page-hero .error .pyramids-img {
    width: 140px !important;
    height: 110px;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
* {
  margin: 0;
  padding: 0;
}

.terms-conditions {
  width: 100%;
  padding: 50px 0px;
  background-color: #F2F9FF;
  font-family: Mulish;
}
@media (min-width: 1200px) {
  .terms-conditions {
    padding: 80px 0px;
  }
}
@media (min-width: 1400px) {
  .terms-conditions {
    padding: 100px 0px;
  }
}
@media (min-width: 1740px) {
  .terms-conditions {
    padding: 150px 0px;
  }
}
.terms-conditions .top-content {
  position: relative;
}
.terms-conditions .top-content .go-to-home {
  position: absolute;
  right: 0px;
  top: 0px;
}
.terms-conditions .top-content .go-to-home .enquiry-btn {
  background: #F2F9FF;
  color: #000;
  text-transform: capitalize;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  border: 1px solid #3392E5;
}
.terms-conditions .top-content .go-to-home .enquiry-btn img {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1740px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1399px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn i {
    left: -1px;
  }
}
@media (max-width: 767px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn i {
    width: 40px;
    height: 40px;
  }
}
.terms-conditions .top-content .go-to-home .enquiry-btn:hover {
  background: #3392E5;
  color: #ffffff;
}
.terms-conditions .top-content .go-to-home .enquiry-btn:hover i {
  background: #0055A5;
}
@media (min-width: 768px) {
  .terms-conditions .top-content .go-to-home .enquiry-btn:hover i:after {
    border-left: 18px solid #0055A5;
  }
}
.terms-conditions .top-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: #0055A5;
}
@media (max-width: 767px) {
  .terms-conditions .top-content h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.terms-conditions .top-content h2 {
  color: #252525;
  padding-top: 5px;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}
@media (min-width: 575px) {
  .terms-conditions .top-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .terms-conditions .top-content h2 {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .terms-conditions .top-content h2 {
    font-size: 35px;
    line-height: 48px;
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .terms-conditions .top-content h2 {
    font-size: 40px;
    line-height: 53px;
    padding-top: 15px;
  }
}
@media (min-width: 1740px) {
  .terms-conditions .top-content h2 {
    font-size: 50px;
    line-height: 63px;
    padding-top: 20px;
  }
}
.terms-conditions .top-content p {
  padding-top: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}
@media (min-width: 1200px) {
  .terms-conditions .top-content p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .terms-conditions .top-content p {
    font-size: 17px;
    line-height: 35px;
  }
}
@media (min-width: 1740px) {
  .terms-conditions .top-content p {
    font-size: 18px;
    line-height: 38px;
  }
}
.terms-conditions .top-content h3 {
  padding-top: 20px;
  color: #252525;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.terms-conditions .top-content .points {
  padding-top: 30px;
}
.terms-conditions .top-content .points li {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0em;
  text-align: left;
  list-style: none;
}
.terms-conditions .top-content .points li span i {
  color: #fff;
  font-size: 1.1rem;
  padding: 8px;
  background-color: #0055A5;
  border-radius: 50%;
  margin-right: 15px;
}

.aboutCompany {
  margin: 150px 0px 120px 0px;
  padding: 100px 0px;
  position: relative;
}
.aboutCompany .aboutImageWrapper {
  position: absolute;
  left: 5%;
  top: 0;
}
.aboutCompany article {
  background-color: #3392E5;
  width: 255px;
  height: 200px;
  color: #ffffff;
  margin: auto;
  padding: 36px 55px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.aboutCompany article::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 200px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3392E5;
}
.aboutCompany article span {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  flex-basis: 100%;
}
.aboutCompany article p {
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  flex-basis: 100%;
  margin: 0;
}
.aboutCompany picture::before {
  position: absolute;
  content: "";
  left: -95px;
  top: 13%;
  background-image: url(/src/images/about-vector.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.aboutCompany picture img {
  z-index: 1;
  position: relative;
  border: 1px solid #3392E5;
}
.aboutCompany .aboutContentArea p {
  margin-bottom: 30px;
  line-height: 35px;
  color: #999999;
}

.visionMission {
  background: linear-gradient(180deg, rgba(51, 146, 229, 0.15) 50%, #F2F9FF 50%);
}
@media (max-width: 1600px) {
  .visionMission .col1, .visionMission .col2 {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .visionMission .row {
    flex-wrap: wrap;
  }
  .visionMission .col1, .visionMission .col2 {
    flex-basis: 100%;
  }
}
@media (max-width: 1199px) {
  .visionMission {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .visionMission {
    margin-top: 124px;
  }
}
@media (max-width: 767px) {
  .visionMission {
    margin-top: 140px;
  }
}
@media (max-width: 670px) {
  .visionMission {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .visionMission {
    padding: 25px 0px;
    background: linear-gradient(90deg, rgba(51, 146, 229, 0.15) 50%, #F2F9FF 50%);
  }
}
@media (min-width: 1360px) {
  .visionMission {
    padding: 30px 0px;
  }
}
@media (min-width: 1440px) {
  .visionMission {
    padding: 80px 0px;
  }
}
@media (min-width: 1600px) {
  .visionMission {
    padding: 100px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .visionMission .col1 article {
    padding-right: 59px;
  }
  .visionMission .col2 article {
    padding-left: 49px;
  }
}
@media (max-width: 1359px) {
  .visionMission article {
    flex-wrap: wrap;
  }
  .visionMission article picture {
    margin-bottom: 20px;
  }
}
.visionMission .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .visionMission .row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .visionMission .row > div:last-child article {
    padding-top: 60px;
  }
}
.visionMission article {
  display: flex;
}
@media (min-width: 992px) {
  .visionMission article {
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .visionMission article {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .visionMission article {
    padding: 40px 0px;
  }
}
@media (max-width: 1199px) {
  .visionMission article picture {
    width: 30%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.visionMission .textWrap {
  padding-left: 26px;
}
@media (max-width: 1199px) {
  .visionMission .textWrap {
    padding-left: 0;
  }
}
.visionMission .textWrap p {
  color: #999999;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1360px) {
  .visionMission .textWrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .visionMission .textWrap p {
    font-size: 22px;
    line-height: 35px;
  }
}
.visionMission .textWrap h3 {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .visionMission .textWrap h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1360px) {
  .visionMission .textWrap {
    margin-top: 50px;
    width: 484px;
  }
}

.aboutContent {
  margin: 0px 0px 50px 0px;
}
@media (min-width: 1360px) {
  .aboutContent {
    margin: 0px 0px 100px 0px;
  }
}
@media (min-width: 1600px) {
  .aboutContent {
    margin: 0px 0px 150px 0px;
  }
}
@media (max-width: 991px) {
  .aboutContent .container-ctn {
    max-width: 100%;
  }
}
.aboutContent h3 {
  margin-top: 0;
}
.aboutContent ul {
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .aboutContent ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1360px) {
  .aboutContent ul {
    width: 85%;
  }
}
@media (min-width: 1600px) {
  .aboutContent ul {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .aboutContent ul li {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  .weFocusOn {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .weFocusOn .contain-padd {
    padding-right: 0;
  }
}
.weFocusOn ul {
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .weFocusOn ul li {
    font-size: 17px;
    line-height: 25px;
  }
}
.weFocusOn .row {
  align-items: center;
}

.CertificationAndPolicies {
  background-color: #F2F9FF;
  padding: 50px 0px;
}
.CertificationAndPolicies .row {
  justify-content: center;
}
@media (min-width: 1360px) {
  .CertificationAndPolicies {
    padding: 100px 0px;
  }
}
@media (min-width: 1600px) {
  .CertificationAndPolicies {
    padding: 150px 0px;
  }
}

.certificatesSlider .slick-list {
  width: 85%;
  margin: auto;
}
@media (min-width: 1600px) {
  .certificatesSlider .slick-list {
    width: 95%;
  }
}
.certificatesSlider img {
  width: 100%;
  z-index: 0;
  max-height: 700px;
}
.certificatesSlider picture {
  transform: scale(1);
  transition: 0.3s ease all;
}
@media (min-width: 1360px) {
  .certificatesSlider picture {
    transform: scale(0.9);
  }
}
@media (min-width: 1600px) {
  .certificatesSlider picture {
    transform: scale(0.8);
  }
}
.certificatesSlider .slick-current img {
  border: 1px solid #0055A5;
  box-shadow: 10px 10px 0px 10px #0055A5;
  transition: 0.5s ease all;
}
.certificatesSlider .slick-current picture {
  transform: scale(1);
  transition: 0.5s ease all;
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .certificatesSlider .slick-current picture {
    transform: scale(1.05);
  }
}
@media (min-width: 1360px) {
  .certificatesSlider .slick-current picture {
    transform: scale(1.1);
  }
}
@media (min-width: 1600px) {
  .certificatesSlider .slick-current picture {
    transform: scale(1.2);
  }
}
.certificatesSlider .slick-track {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .certificatesSlider .slick-track {
    padding: 78px 0px 100px 0px;
  }
}
.certificatesSlider .slick-prev, .certificatesSlider .slick-next {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #999999;
  top: 50%;
  z-index: 2;
}
.certificatesSlider .slick-prev:hover, .certificatesSlider .slick-next:hover {
  color: #0055A5;
}
.certificatesSlider .slick-prev:before, .certificatesSlider .slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 20px;
  position: absolute;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.certificatesSlider .slick-prev:hover::before, .certificatesSlider .slick-next:hover::before {
  filter: invert(1);
}
.certificatesSlider .slick-next {
  right: 48px;
}
@media (min-width: 1600px) {
  .certificatesSlider .slick-next {
    right: 40px;
  }
}
.certificatesSlider .slick-next::before {
  background-image: url(../images/icons/arrow-up.svg);
  right: -90px;
}
.certificatesSlider .slick-prev {
  left: 0;
}
.certificatesSlider .slick-prev::before {
  background-image: url(../images/icons/arrow-down.svg);
  left: -74px;
}/*# sourceMappingURL=main.css.map */