/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "euphemia_ucasbold";
  src: url("euphemia_ucas_bold_2.6.6-webfont.woff2") format("woff2"),
    url("euphemia_ucas_bold_2.6.6-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euphemia_ucasitalic";
  src: url("euphemia_ucas_italic_2.6.6-webfont.woff2") format("woff2"),
    url("euphemia_ucas_italic_2.6.6-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euphemia_ucasregular";
  src: url("euphemia_ucas_regular_2.6.6-webfont.woff2") format("woff2"),
    url("euphemia_ucas_regular_2.6.6-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euphemiaregular";
  src: url("euphemia-webfont.woff2") format("woff2"),
    url("euphemia-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.row:before,
.row:after {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #444;
  font-family: "euphemiaregular";
}

a {
  color: #007bff;
  transition: 0.5s;
}

.animation-zoom-in.animate-yellow:active {
  outline: none;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

#about1 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.85rem 1.5rem;
  clear: both;
  font-weight: 600;
  color: #67803e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 17px;
}

#portfolio .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.85rem 1.5rem;
  clear: both;
  font-weight: 600;
  color: #003366;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

p {
  padding: 0px;
  margin: 0 0 15px 0;
  font-family: "euphemiaregular" !important;
  font-size: 19px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "euphemia_ucasbold" !important;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 34px;
}

/* ______________________animtaions___________________________ */

.slideInLeft {
  animation-iteration-count: 1;
}

.slideInRight {
  animation-iteration-count: 1;
}

.slideInDown {
  animation-iteration-count: 1;
}

.animation-zoom-in {
  transition: transform 1s;
  z-index: 125;
  animation-iteration-count: 1;
}

.animation-zoom-in:hover {
  cursor: pointer;
  transform: scale(1.3);
  position: relative;
  animation-iteration-count: 1;
}

.who-we-are:hover {
  transition: transform 1s;
  cursor: pointer;
  transform: scale(1.3) !important;
  position: relative;
  animation-iteration-count: 1;
}

.swing {
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.jello {
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.animated.bounceInLeft {
  animation-duration: 1.5s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
}

.animated.bounceInRight {
  animation-duration: 1.5s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
}

.owl-carousel {
  width: 80% !important;
  margin: 3% auto;
  margin-bottom: 10%;
}

.owl-carousel .owl-nav {
  height: 0px;
  text-align: center;
}

button:focus {
  outline: none;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 30% !important;
}

/* .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 2.2;
  }
   
  .owl-carousel .prev-slide {
	background-image: url(./../../../assets/img/previous.png)  0 0 ;
	left: -33px;
  }
   
  .owl-carousel .next-slide {
	background-image: url(./../../../assets/img/next.png)  -24px 0px ;
	right: -33px;
  }
   
  .owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
  }
   
  .owl-carousel .next-slide:hover {
	background-position: -24px -53px;
  } */

.item .slide-text .col-lg-12 .card {
  min-height: 375px !important;
}

#about {
  position: relative;
}

.bg-image4 {
  position: absolute;
  width: 50%;
  bottom: -34%;
}

.jackInTheBox {
  animation-duration: 3s;
  animation-iteration-count: 2;
}

.bg-image img,
.bg-image1 img,
.bg-image2 img,
.bg-image3 img,
.bg-image4 img,
.bg-image5 img,
.bg-image6 img,
.bg-image7 img,
.bg-image8 img {
  animation-duration: 5s;
}

.bg-image4.left {
  margin-left: -20%;
}

#why-us {
  position: relative;
}

.bg-image1 {
  position: absolute;
  width: 100%;
  top: 8%;
  z-index: -655454;
}

.bg-image1.left {
  margin-left: -28%;
}

#portfolio {
  position: relative;
}

.bg-image2 {
  position: absolute;
  width: 55%;
  top: 0%;
}

.bg-image2.left {
  margin-left: -18%;
}

.free-trial {
    font-size: 18px;
    position: fixed;
    right: -50px;
    top: 166px;
    z-index: 1;
}

.free-trial .scroll {
  display: block;
}

.free-trial .btn-primary {
  font-size: 17px;
  height: 38px;
  line-height: 5px;
  padding: 25px;
  width: 151px;
  -webkit-transform: rotate(270deg);
  -webkit-transform: translate3d(0, 0, 0);
  transform: rotate(270deg);
  color: white;
  font-weight: 900;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: -1px -1px 0px 0px;
  font-size: 17px;
  letter-spacing: 1px;
  background: linear-gradient(to right, #0f92b7 0%, #67803e 100%);
  font-weight: bold;
}

#solutions-about2 {
  position: relative;
}

.bg-image8 {
  position: absolute;
  width: 50%;
  top: -3%;
}

.bg-image8.left {
  margin-left: -5%;
}

.bg-image {
  position: absolute;
  width: 50%;
}

.bg-image.right {
  right: 0;
  top: 0;
}

/* .div-wrapper{
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 95%
} */

.container-fluid {
  position: relative;
}

.bg-image5 {
  position: absolute;
  width: 50%;
}

.bg-image5.right {
  right: 0;
  top: -5%;
}

.container {
  position: relative;
  /* overflow-x: hidden; */
}

.bg-image6 {
  position: absolute;
  width: 100%;
  top: -3%;
}

.bg-image6.left {
  margin-left: -38%;
}

.bg-image7 {
  position: absolute;
  width: 50%;
}

.bg-image7.right {
  right: -10%;
  top: -35%;
  z-index: -5;
}

.qoutes1 {
  margin-top: -3%;
}

q {
  list-style: none;
}

blockquote {
  border: none !important;
  margin: 0;
}

.qoutes6 {
  margin-top: -1%;
  padding: 1%;
}

.qoutes2 {
  margin-top: -3%;
  margin-left: 0%;
}

.qoutes3 {
  margin-top: -3%;
  padding: 1% !important;
  position: relative;
}

/* Back to top button */

.fixed-top {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.back-to-top {
  position: fixed;
  display: none;
  box-shadow: 0 0 15px 0 rgb(76, 133, 98);
  background: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: black;
}

/* ________________________________________________Harry css________________________ */

.Managing-Director {
  font-size: calc(12px + 0.6vw);
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  /* font-style: italic; */
  color: #0f92b7;
  font-family: euphemia_ucasbold;
}

.section-first {
  min-height: 50vh;
}

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

.round-background_img {
  z-index: -25;
  position: absolute;
  float: right;
  right: 0;
}

#carrer-about-us {
  background-color: #1d91b6;
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  height: 100%;
  position: relative;
  background: url(../img/bg-path.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 15% 0 20%;
}

#carrer-about-us .heading-carrer {
  width: 100%;
  z-index: 889;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#about-team {
  padding-top: 2%;
}

#carrer-services {
  height: 100%;
  position: relative;
  background: url(../img/bg-path.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 25% 0 20%;
}

#carrer-services .heading-service {
  width: 100%;
  z-index: 889;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.img-career-step {
  display: flex;
  vertical-align: middle;
  transform: translateY(10%);
  justify-content: center;
}

.career-content {
  padding-top: 12% !important;
}

.career-contentt {
  padding-top: 4% !important;
}

/* _______________________harry media query____________________ */

.flex-board-text .image-flex-body img {
  margin: 0 auto;
  text-align: center;
  width: 95%;
  position: absolute;
}

.flex-board-text .image-flex-body .services-text {
  position: relative;
  text-align: center;
  line-height: 3.1rem;
  display: flex;
  align-items: center;
}

.flex-board-text .image-flex-body1 img {
  margin: 0 auto;
  text-align: center;
  width: 95%;
  position: absolute;
}

.flex-board-text .image-flex-body1 .services-text1 {
  position: relative;
  text-align: center;
  line-height: 3.1rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.services-text p {
  font-family: Euphemia UCAS;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-board-text .image-flex-body .services-text1 {
  position: relative;
  text-align: center;
}

.flex-board-text .image-flex-body1 .services-text1 {
  position: relative;
  text-align: center;
}

.services-text1 p {
  font-family: Euphemia UCAS;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 35px 25px;
}

.risk-profiling {
  padding-top: 18%;
  line-height: 1.85;
  font-family: Euphemia UCAS;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.image-riskprofiling {
  padding-top: 18%;
}

.image-riskprofiling img {
  width: 95%;
}

.img-transfer-pricing {
  padding-top: 15%;
  padding-bottom: 15%;
  width: 95%;
}

.img-transfer-pricing img {
  width: 90%;
}

.img-data-transfer-pricing img {
  width: 95%;
  padding-top: 2%;
}

.para-transfer-pricing {
  padding-top: 3%;
  line-height: 1.85;
  font-family: Euphemia UCAS;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}

.para-data-transfer-pricing {
  padding-top: 3%;
  line-height: 1.85;
  font-family: Euphemia UCAS;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}

.para-transfer-pricing p {
  font-weight: 500;
}

.flex-box-board {
  background: white;
  padding: 14px 12px;
  margin-top: 1%;
  width: 100%;
  text-align: center;
}

.content-documentation p {
  font-size: 17px;
  min-height: 82px;
  padding-top: 2%;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.blue-line {
  height: 2px;
  width: 15%;
  background-color: #1d91b6;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.doc-detail p {
  min-height: 260px;
  font-size: 17px;
}

@media only screen and (max-width: 1100px) {
  .copyright {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
  p {
    padding: 0px;
    margin: 0 0 15px 0;
    font-family: "euphemiaregular" !important;
    font-size: 17px !important;
    font-weight: 500;
  }
  .img-career-step {
    transform: translateY(20%);
  }
  .item .slide-text .col-lg-12 .card {
    min-height: 432px !important;
  }
  .content-documentation p {
    font-size: 15px;
    min-height: 92px;
  }
  .doc-detail p {
    min-height: 270px;
    font-size: 15px;
  }
  #solutions-us .solution-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
  }
}

@media only screen and (max-width: 800px) {
  #carrer-services {
    padding-bottom: 15%;
    padding-top: 15%;
    background: #40a2c1;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
  p {
    padding: 0px;
    margin: 0 0 15px 0;
    font-family: "euphemiaregular" !important;
    font-size: 16px !important;
    font-weight: 500;
  }
  #services {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
    clip-path: polygon(0 7%, 100% 0, 100% 93%, 0% 100%);
    padding-top: 25%;
    margin-top: -29%;
    padding-bottom: 25%;
  }
  .container {
    position: relative;
    overflow-x: hidden;
  }
  #portfolio .card {
    min-height: 370px !important;
  }
  #compliance p {
    color: #fff;
    text-align: left;
    font-size: 17px !important;
    font-weight: 500;
  }
  .item .slide-text .col-lg-12 .card {
    min-height: 406px !important;
  }
  .flex-board-text .image-flex-body img {
    min-height: 270px;
  }
  .flex-board-text .image-flex-body1 img {
    min-height: 266px;
  }
  .risk-profiling p {
    font-size: 14px;
  }
  .para-transfer-pricing p {
    font-size: 14px;
  }
  .img-transfer-pricing {
    padding-top: 40%;
  }
  .content-documentation p {
    font-size: 15px;
    min-height: 105px;
  }
  .doc-detail p {
    min-height: 355px;
    font-size: 15px;
  }
  .img-data-transfer-pricing img {
    width: 95%;
    padding-top: 40%;
  }
  .para-data-transfer-pricing p {
    font-size: 14px;
  }
  .facility-text {
    font-size: 18px;
  }
  .other-text {
    font-size: 16px;
    padding: 0% 4%;
    padding-top: 0px !important;
  }
  .solution-card img {
    min-height: 400px;
  }
}

@media only screen and (max-width: 740px) {
  .image-riskprofiling {
    padding-top: 4%;
  }
  .img-transfer-pricing {
    padding-top: 4%;
  }
  .content-documentation p {
    font-size: 15px;
    min-height: 70px;
  }
  .doc-detail p {
    min-height: 250px;
  }
  .img-data-transfer-pricing img {
    width: 95%;
    padding-top: 4%;
  }
  .flex-board-text .image-flex-body img {
    min-height: auto;
  }
  .flex-board-text .image-flex-body1 img {
    min-height: 180px;
  }
}

@media only screen and (max-width: 600px) {
  #solutions-us ul.list-group li {
    font-size: 15px !important;
  }
  .text-size-demo {
    font-size: 14px !important;
  }
  #why-us .flex-container > div {
    width: 40%;
  }
  #about1 {
    width: 100%;
    display: block;
    overflow-x: hidden;
  }
  .container-fluid {
    width: 100%;
    display: block;
    overflow-x: hidden;
  }
  #footer .footer-top .footer-links ul li {
    font-family: "euphemia_ucasregular";
    font-size: calc(13px + 0.25vw) !important;
    line-height: 2.31;
    font-weight: 500;
    width: 44%;
    float: left;
    list-style: disc;
    margin-left: 6%;
  }
  #carrer-about-us .heading-carrer {
    padding-left: 3%;
    text-align: left !important;
  }
  #carrer-about-us .heading-carrer h2 {
    text-align: left !important;
  }
  #carrer-about-us .heading-carrer img {
    text-align: left !important;
  }
  #solutions-jumbo .jumbotron p {
    line-height: 1.85;
    text-align: left;
    color: #ffffff;
    font-size: 17px !important;
    text-align: left !important;
  }
  .footer-newsletter ul li a span {
    width: 13% !important;
  }
  .bg-image,
  .bg-image1,
  .bg-image2,
  .bg-image3,
  .bg-image4,
  .bg-image5,
  .bg-image6,
  .bg-image7,
  .bg-image8 {
    display: none;
  }
  p {
    font-size: 17px !important;
  }
  #carrer-about-us {
    padding-top: 65%;
    padding-bottom: 65%;
  }
  .img-career-step {
    transform: translateY(2%);
    height: 250px;
    width: 100%;
  }
  .item .slide-text .col-lg-12 .card {
    min-height: 320px !important;
    margin-left: 17px;
  }
  .flex-board-text .image-flex-body img {
    min-height: auto;
  }
  .image-riskprofiling {
    padding-top: 4%;
  }
  .img-transfer-pricing {
    padding-top: 4%;
  }
  .content-documentation p {
    font-size: 15px;
    min-height: 70px;
  }
  .doc-detail p {
    min-height: 170px;
  }
  .img-data-transfer-pricing img {
    width: 95%;
    padding-top: 4%;
  }
  .flex-board-text .image-flex-body img {
    min-height: 260px;
  }
  .flex-board-text .image-flex-body1 img {
    min-height: 210px;
  }
  .solution-card img {
    min-height: 350px;
    padding-top: 3%;
  }
  /* #footer .footer-top .footer-newsletter ul li a span img {
    width: 10%;
    padding: 0;
    margin: 0;
} */
  .section-header-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .solution-card img {
    min-height: 450px;
    padding-top: 3%;
  }
  .services-text1 p {
    font-size: 15px;
  }
  .services-text p {
    font-size: 15px;
  }
}

/* _______________________harry media query ends____________________ */

.who-we-are img {
  margin: 0 auto;
  text-align: center;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid;
  border-radius: 3px;
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* .styled-checkbox:checked + label:before {
	  background: #f35429;
	} */

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkbox-text {
  font-family: "Poppins", sans-serif;
  font-size: 2px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.85;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.submit-custom {
  background-color: white;
  color: #367e9f;
  width: 261px;
  border-radius: 11px;
  height: 63px;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 320px) {
  .media-carousel {
    padding: 0 0px 0px 0px;
  }
  #portfolio .card-body {
    font-size: 16px;
  }
  .section-carousel {
    font-size: 18px !important;
  }
  #testimonials .section-test {
    font-size: 18px;
  }
  #myCarousel .carousel-indicators {
    top: 920px !important;
  }
  .checkbox-text {
    font-size: 2px;
  }
}

@media only screen and (max-width: 480px) and (min-width: 321px) {
  #why-us p {
    font-size: 15px;
  }
  #services p {
    font-size: 15px;
    /* padding: 20px; */
    padding-left: 15px;
    padding-right: 15px;
  }
  #about-us p {
    font-size: 15px;
  }
  .section-carousel {
    font-size: 15px !important;
  }
  #testimonials .section-test {
    font-size: 15px;
  }
  #myCarousel .carousel-indicators {
    top: 822px !important;
  }
  #team .member {
    font-size: 15px;
  }
  #contact .contact-info p {
    font-size: 15px;
  }
  .checkbox-text {
    font-size: 2px;
  }
  .checkbox-contact span {
    font-size: 12px;
  }
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2ea4d3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: transparent;
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  /* background: url("../img/intro-bg.png") center bottom no-repeat;
	 */
  background-color: #1d91b6;
  background-size: cover;
  padding: 290px 0 120px 0;
  min-height: 100vh;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 65%;
  float: left;
}

#intro .intro-info h5 {
  color: #fff;
  text-align: left;
}

#intro .intro-info h3 {
  line-height: 1.6;
  text-align: left;
  color: #f1f2f3;
}

#intro .intro-info p {
  line-height: 1.85;
  text-align: left;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

nav {
  background-color: white;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: left 0.5s cubic-bezier(0, 0, 0.51, 0.95);
  width: 100%;
  z-index: 9001;
  padding-top: 6em;
  overflow-y: auto;
}

#menuToggle {
  display: block;
  position: absolute;
  right: 5%;
  top: 25%;
  z-index: 9999;
  border-radius: 5px;
  padding: 5px;
}

#menuToggle span {
  background: black;
  display: block;
  height: 6%;
  left: 20%;
  position: absolute;
  top: 45%;
  width: 60%;
}

nav a {
  font-family: "euphemia_ucasbold" !important;
  margin-left: 15%;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  font-size: calc(19px + 1.6vw);
  line-height: 1.8em;
  font-weight: 600;
  color: black;
  letter-spacing: 0.1em;
}

.menu nav {
  text-align: left;
}

nav a:after {
  content: "";
  display: block;
  height: 2px;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 0;
  margin-top: 0.2em;
}

.menu nav a:hover,
.menu nav a:focus {
  color: #3f91b6;
  text-decoration: underline;
}

.show-menu {
  overflow: hidden;
}

.show-menu nav {
  left: 0;
}

#menuToggle strong {
  display: block;
  height: 4px;
  width: 40px;
  background: white;
  margin: 8px auto;
  transition: 0.3s;
}

#menuToggle strong:active {
  display: block;
  height: 4px;
  width: 40px;
  background: white;
  margin: 8px auto;
  transition: 0.3s;
}

#menuToggle strong:nth-child(2) {
  transition: 0.2s;
}

.show-menu #menuToggle strong:nth-child(1) {
  background: black;
  transform: rotate(47deg) translateX(12px) translateY(9px);
}

.show-menu #menuToggle strong:nth-child(2) {
  transform: translate(50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.1s;
  background: black;
}

.show-menu #menuToggle strong:nth-child(3) {
  background: black;
  transform: rotate(-50deg) translateX(8px) translateY(-4px);
}

/*--------------------------------------------------------------
# Sections
-------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: calc(25px + 0.8vw) !important;
  text-align: center;
  position: relative;
  color: black;
}

.section-header p {
  font-family: "euphemia_ucasregular";
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 35px;
  color: #556877;
  width: 50%;
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 60px 0 0 0;
  /* min-height: 100vh; */
}

#about p {
  color: #000000;
  line-height: 1.85;
  text-align: left;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

#about p.about-q {
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  line-height: 1.85;
  text-align: center;
  color: #67803e;
  text-align: -webkit-center;
}

#about p .about-q2 {
  text-align: left;
  color: #0f92b7;
  padding-left: 220px;
  font-weight: 600;
}

#about .tpi-img {
  width: 95%;
  padding-left: 81px;
}

/*-------- compliance Section 
--------------------------------*/

#compliance {
  padding-bottom: 20%;
  padding-top: 24%;
  background: url(../img/bggry-path.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#compliance p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

#compliance h3 {
  color: #000000;
}

#compliance h5 {
  color: #000000;
  font-size: 20px;
  padding-top: 25px;
  font-weight: 600;
}

#compliance .box {
  position: relative;
  text-align: center;
  color: white;
}

#compliance .centered {
  position: absolute;
  top: 20%;
  left: 5%;
  right: 5%;
}

/* #compliance .compilance-cards{
    padding-top: 25%;
} */

/* Services Section
--------------------------------*/

#services,
#about-us {
  /* background-color: #1d91b6;
	-webkit-clip-path:polygon(0 15%, 100% 0%, 100% 85%, 0% 100%) ;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%); */
  padding-top: 20%;
  margin-top: -21%;
  padding-bottom: 25%;
  background: url(../img/bg-path.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#about-us {
  margin-top: 0%;
}

#services p {
  color: #ffffff;
  line-height: 1.85;
  text-align: left;
}

.btn.service-btn {
  border-radius: 33px;
  background-image: linear-gradient(to right, #5e814d, #3e8fa3);
  /* background-color: green; */
  width: 177px;
  height: 60px;
}

.btn.service-btn span {
  color: white;
  font-size: 19px;
  font-weight: 600;
}

.services-detail {
  float: right;
}

#services .flex-container p {
  font-size: 16px;
  font-weight: 600;
}

#services .flex-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#services .flex-container > div {
  margin: 10px;
  text-align: center;
  line-height: 90px;
}

.services-btn {
  background: white;
  border-radius: 33px;
  width: 177px;
  height: 60px;
  margin-top: 2%;
  position: relative;
  z-index: 5645546584;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#services .services-span {
  font-weight: 900;
  font-style: normal;
}

/* why-us Section
--------------------------------*/

#why-us {
  padding: 25px 0;
  min-height: 100vh;
}

#why-us .section-header p {
  color: #2b4266;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #cce5ff;
}

#why-us p {
  line-height: 26px;
  line-height: 1.85;
  color: #000000;
}

#why-us .flex-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 30px;
}

#why-us .flex-container p {
  color: #1d91b6;
  font-weight: 600;
}

#why-us .flex-container > div {
  margin: 10px;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
}

#portfolio .section-header h3,
#why-us .section-header h3,
#home-us .section-header h3,
#home-jumbo .section-header h3,
#about .section-header h3 {
  color: #000010;
}

#why-us .flex-container > div {
  /* width: 100px; */
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

#portfolio .section-header h3,
#why-us .section-header h3,
#home-us .section-header h3,
#home-jumbo .section-header h3,
#about .section-header h3 {
  color: #000010;
}

/* home-tpi section */

#home-tpi {
  background-color: #1d91b6;
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 8%;
  padding-top: 20%;
}

#home-tpi .home-body {
  height: 361px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #f5f5f5;
}

#home-tpi .home-title {
  color: black;
}

#home-tpi .home-text {
  color: black;
  margin: 5%;
}

/* about-us Section
--------------------------------*/

#about-us p {
  color: #ffffff;
  line-height: 1.85;
  text-align: left;
}

#about-us .section-header h3,
#about-us .section-header p {
  color: #fff;
}

#about-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#about-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#about-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#about-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#about-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#about-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#about-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#about-us .counters {
  padding-top: 40px;
}

#about-us .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#about-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #cce5ff;
}

#about-us .flex-container {
  display: flex;
  justify-content: space-between;
  max-width: 50%;
  margin: 0 auto;
}

#about-us .flex-container p {
  font-size: 16px;
  font-weight: 600;
}

#about-us .flex-container div {
  width: 100%;
  transform: translateX(-6%);
  /* margin: 10px; */
  text-align: center;
  line-height: 90px;
  /* font-size: 30px; */
}

/*         Transfer Pricing Updates Section
--------------------------------*/

/* carousel */

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

/* Previous button  */

.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 20%;
}

/* Next button  */

.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 20%;
}

/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

/* End carousel */

#portfolio {
  padding: 35px 0 5px 0;
  /* min-height: 100vh; */
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0px 0 14px 0;
  list-style: none;
  text-align: center;
}

.slider {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.48;
  text-align: left;
  color: #1d91b6;
}

#portfolio .dropdown .btn {
  border-radius: 5px;
  border: solid 1px #003366;
  background-color: #ffffff;
  height: 58px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.85;
  color: #003366;
}

#portfolio .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 5px;
  background-color: #f4f4f4;
  height: 80%;
  min-height: 350px;
}

#portfolio .card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#portfolio .card-body p {
  font-size: 16px;
  line-height: 1.85;
  text-align: left;
  color: #000000;
}

#portfolio .readmore {
  float: right;
  text-align: end;
  margin-top: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.85;
  color: #0f92b7;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 2px -3px 0px 0;
  display: inline-block;
  padding: 6px 15px;
  font-family: "euphemia_ucasregular";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.85;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio-date {
  border-bottom: 5px solid #2c51bb;
  color: #2c51bb !important;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  font-family: "euphemia_ucasregular";
  font-size: 15px;
  font-weight: bold;
  line-height: 1.85;
  text-align: left;
  color: #007bff;
}

/* Clients Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  width: 100%;
  position: relative;
  background: url("../img/slider.png") center bottom no-repeat;
  background-size: cover;
  padding: 30px 0 120px 0;
  min-height: 100vh;
}

.person {
  border: 10px solid transparent;
  margin-bottom: 25px;
  width: 100%;
  height: 80%;
  opacity: 0.7;
}

.person:hover {
  border-color: #f1f1f1;
}

#myCarousel .carousel-indicators {
  position: relative;
  top: 470px !important;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#myCarousel .carousel-indicators li {
  background-color: #ffc444;
  margin: 5px;
}

#myCarousel .carousel-indicators li.active {
  background-color: #ffc444;
  margin: 5px;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.section-carousel {
  font-family: "euphemia_ucasregular";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

#testimonials .section-test {
  font-family: "euphemia_ucasregular";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

/* Team Section
--------------------------------*/

#team {
  /* background: #f1efef;
	-webkit-clip-path:polygon(0 15%, 100% 0%, 100% 100%, 0% 100%) ;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%); */
  padding-top: 20%;
  background: url(../img/bggry-path2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#team .member {
  line-height: 1.85;
  text-align: left;
  color: #000000;
}

#team h3 {
  color: #000000;
}

/* Network Section
--------------------------------*/

.pixel_map {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.pt_desc_fantom {
  color: #fb0d0d;
  font-weight: 700;
}

.pixel_map_counter_container {
  float: right;
  width: 16%;
  min-height: 10px;
}

.pixel_map_counter_left {
  float: left;
  width: 100%;
  text-align: left;
  font-family: "ralewaylight";
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px dotted #e52742;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pixel_map_counter_left strong {
  display: block;
  width: 100%;
  font-family: "Archivo Black", sans-serif;
  font-size: 80px;
  line-height: 1em;
  color: #ececec;
  /* background:url('../../uploads/pixel_map_counter_bg.jpg') no-repeat #EFEFEF; */
  background-position-x: center;
  background-position-y: 74px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.la_map {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.pt {
  position: absolute;
  transition: all 0.4s ease-in-out;
  background-color: #003366;
  border: 4px solid #003366;
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.pt:after {
  content: "";
  border-radius: 50%;
  height: 21px;
  width: 21px;
  position: absolute;
  margin: -10px 0 0 -11px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 1.1s;
}

.ptparis {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e52742;
  border: 2px solid #e52742;
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.ptparis:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -19px 0 0 -19px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 1.1s;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
  min-height: 100vh;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

#contact {
  width: 100%;
  position: relative;
  background: url("../img/contact-bg.png") center no-repeat;
  background-size: cover;
  padding: 125px 0 80px 0;
}

#contact .contact-img {
  width: 50%;
  float: right;
}

.form-control {
  background: transparent;
  width: 100%;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
  border: solid 1px #ffffff;
  color: white;
}

#contact textarea.form-control {
  height: 150px;
}

#contact .contact-info {
  width: 100%;
  left: 5;
}

#contact .contact-info h4 {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
}

#contact .contact-info p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}

.btn-send {
  width: 20%;
  height: 60px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #ffffff;
  color: #1d51bb;
}

::placeholder {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #06142a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  display: block;
}

#footer .footer-top {
  background: #06142a;
  padding: 40px 0 15px 0;
  border-bottom: 1px solid;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 19px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  font-family: "euphemia_ucasregular";
  font-size: calc(15px + 0.25vw);
  line-height: 2.31;
  font-weight: 500;
}

.footer-newsletter ul li a p {
  width: 85%;
  margin-bottom: 0% !important;
  font-size: calc(13px + 0.25vw) !important;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-newsletter ul li {
  font-family: "euphemia_ucasregular";
  font-size: calc(13px + 0.25vw) !important;
  line-height: 2.31;
  font-weight: 500;
  width: 100%;
  display: flex;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-family: "euphemia_ucasregular";
  font-size: 16px;
  line-height: 2.31;
  font-weight: 500;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-newsletter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-newsletter ul li {
  font-family: "euphemia_ucasregular";
  font-size: calc(15px + 0.25vw);
  line-height: 2.31;
  font-weight: 500;
  width: 100%;
  display: flex;
}

#footer .footer-top .footer-newsletter ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-newsletter ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  padding-top: 30px;
  font-size: calc(13px + 0.3vw) !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

#footer .footer-last-quote {
  font-size: calc(13px + 0.2vw) !important;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/* home page */

/* home page */

#home-us {
  background: url("/assets/img/home-section.png") center bottom no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  padding: 135px 0 0 0;
}

#home-us p,
#home-about .hoem-para p {
  line-height: 1.85;
  text-align: left;
  color: #010011;
}

#home-about {
  background: #fff;
  padding: 18px 25px 40px 0;
}

#home-about p {
  line-height: 1.85;
  text-align: left;
  color: #010011;
}

#home-jumbo .jumbotron {
  padding: 8rem 1rem;
  margin-bottom: 0 !important;
  background-color: #f4f4f4;
  border-radius: 0.3rem;
}

#home-jumbo .jumbotron p {
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  padding: 0 10px 0 10px;
}

.home-title {
  font-size: 20px;
  line-height: 1.48;
  text-align: left;
  color: #ffffff;
}

.circle4 {
  width: 96px;
  height: 96px;
  object-fit: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.img-position4 {
  padding: 18px;
}

.section-down {
  border-top: 1px solid #c3c4c3;
}

.group-tax {
  float: right;
  padding-top: 20px;
}

/* solutions page 
**********************************/

#solutions-us {
  width: 100%;
  position: relative;
  padding: 170px 0 0px 0;
}

#solutions-us .solution-card {
  position: relative;
  text-align: center;
}

#solutions-us .solution-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#solutions-us .solution-text p {
  color: white;
}

#solutions-us ul.list-group li {
  padding: 10px 0;
  font-size: 19px;
  line-height: 1.5;
  text-align: left;
  color: black;
}

#solutions-us .list-group {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: disc !important;
  margin-left: 20px;
}

#solutions-us p,
#solution-3rd p,
#solutions4th p {
  line-height: 1.85;
  text-align: left;
  color: black;
}

#solutions-about {
  padding-top: 25%;
}

#solutions-about p {
  line-height: 1.85;
  text-align: left;
  color: #000000cc;
}

#solutions-jumbo .jumbotron {
  /* background-color: #1d91b6;
	   -webkit-clip-path:polygon(0 25%, 100% 0%, 100% 75%, 0% 100%) ;
	   clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);*/
  padding-bottom: 25%;
  position: relative;
}

#solutions-jumbo .jumbotron {
  background: url(../img/bg-path.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#solutions-jumbo .jumbotron p {
  line-height: 1.85;
  text-align: left;
  color: #ffffff;
  font-size: 19px;
}

#solutions-jumbo .jumbotron h5 {
  line-height: 1.06;
  text-align: left;
  color: #ffffff;
}

.dta-img {
  width: 80%;
  padding-left: 10%;
}

.solutions-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
  color: #000000;
}

.section-down {
  border-top: 1px solid #c3c4c3;
}

.facility-text {
  font-size: 18px;
  color: #000000;
}

.add-text {
  padding-top: 8px;
  padding-left: 53px;
}

#solutions-about2 {
  /* padding: 70px 0; */
  background-color: #fff;
}

#solutions-about2 h5 {
  line-height: 1.48;
  text-align: left;
  color: black;
}

#solutions-about2 ul.list-group li {
  padding: 10px 0;
  font-size: 19px;
  line-height: 1.5;
  text-align: left;
  color: black;
}

#solutions-about2 {
  font-size: 20px;
  line-height: 1.85;
  text-align: left;
  color: black;
  z-index: -1;
}

section#solutions-jumbo {
  z-index: -1;
  /* position: relative; */
}

.group-tax {
  float: right;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #0f92b7;
  font-weight: 600;
}

#solutions4th {
  /* padding: 92px 12px; */
  /* background-color: #1d91b6; */
  /* -webkit-clip-path:polygon(0 32%, 100% 0%, 100% 100%, 0% 100%) ;
		clip-path: polygon(0 32%, 100% 0, 100% 100%, 0% 100%); */
  /* height: 100%; */
  padding-bottom: 8%;
  background: url(../img/bg-path2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#solutions4th p,
#solutions4th h5 {
  color: white;
}

@media (max-width: 480px) {
  #solutions-us p {
    font-size: 15px !important;
  }
  #solutions-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  #about-us .flex-container div {
    width: 75px;
    /* margin: 10px; */
    text-align: center;
    line-height: 90px;
    display: table-cell !important;
    /* font-size: 30px; */
  }
  #compliance .box {
    position: relative;
    text-align: center;
    color: white;
    width: 65%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  #carrer-services {
    padding: 35% 0 25%;
  }
  #services {
    margin-top: -35%;
  }
  #services .services-btn {
    float: left !important;
  }
}

@media (max-width: 1024px) {
  .facility-text {
    width: auto !important;
    height: auto !important;
  }
  img.quest {
    min-height: 720px !important;
  }
  nav a {
    margin-left: 5%;
    text-wrap: nowrap;
  }
  .header-linkss ul li,
  .header-linkss h6 {
    padding-left: 12%;
  }
  #compliance p {
    color: #fff;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #carrer-about-us {
    padding: 30% 0 40%;
  }
  #services .flex-container > div {
    margin: 10px;
    text-align: center;
    width: 40%;
    line-height: 90px;
  }
  #header {
    height: 60px;
    /* padding: 10px 0; */
  }
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  #intro {
    padding: 140px 0 60px 0;
  }
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
    padding-top: 20%;
  }
  .res {
    width: 50%;
  }
  #about .tpi-img {
    width: 100%;
    padding-left: 0px;
  }
  #about p .about-q2 {
    padding-left: 0px;
  }
  .quest {
    height: 300px;
  }
  #services .flex-container {
    display: inline-flex;
    /* width: 15px; */
  }
  #about-us .flex-container {
    display: -webkit-inline-box;
    justify-content: start;
    max-width: 100% !important;
  }
  #about-us .flex-container > div {
    width: 150px;
    margin: 15px;
    text-align: center;
  }
  #team {
    background: #f1efef;
    -webkit-clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 25%;
  }
  #services .services-span {
    float: unset;
  }
  #why-us .card {
    margin: 0;
  }
  .facility-text {
    width: auto !important;
    height: auto !important;
  }
  #footer .copyright {
    text-align: -webkit-center !important;
  }
  #footer .footer-top {
    text-align: -webkit-center !important;
  }
  #home-tpi {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 8%;
    padding-top: 38%;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #services,
  #about-us {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
  }
  #carrer-about-us {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    padding: 25% 0 25%;
  }
  #carrer-services {
    padding-bottom: 30%;
    padding-top: 30%;
    background: #40a2c1;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  }
  #solutions4th {
    /* padding: 92px 12px; */
    background: #1d91b6;
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
  }
  #solutions-about {
    padding-top: 5%;
  }
  img.quest {
    min-height: 600px !important;
  }
  #footer .footer-top,
  #solutions-jumbo .jumbotron p,
  #solutions-jumbo .jumbotron h5 {
    text-align: -webkit-center;
  }
  #footer .copyright {
    text-align: -webkit-center;
  }
  .img-position {
    top: 19px !important;
  }
  #header .logo img {
    margin: 0px 0 !important;
  }
  #solutions-jumbo .jumbotron {
    padding: 40% 0;
  }
  #solutions4th {
    padding: 20% 0 0%;
  }
}

@media (max-width: 767px) {
  section#solutions-jumbo {
    z-index: -1;
    position: relative;
  }
  #solutions4th {
    padding: 92px 12px;
    background: #1d91b6;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
  }
  #services,
  #about-us {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
  #carrer-about-us {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    padding: 40% 0 40%;
  }
  #carrer-services {
    padding-bottom: 30%;
    padding-top: 30%;
    background: #40a2c1;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
  #solutions-about {
    padding-top: 1%;
  }
  #services,
  #about-us {
    padding: 50% 0;
  }
  #services {
    margin-top: -65%;
  }
  #services .services-btn {
    float: left !important;
  }
  #compliance {
    padding-bottom: 50%;
  }
  /* margin-top: -65%; */
  #intro .intro-info {
    width: 100%;
  }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .section-header p {
    width: 100%;
  }
  #testimonials .testimonial-item {
    text-align: center;
  }
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  /* my css */
  #footer .footer-top {
    text-align: -webkit-center;
  }
  #footer .copyright {
    text-align: -webkit-center;
  }
  .circle {
    width: 299px !important;
  }
  #header .logo img {
    margin: 0px 0 !important;
  }
}

@media (max-width: 480px) {
  .section-header h3,
  .section-header h2,
  #solutions-jumbo .jumbotron h5,
  #solutions-about2 h5,
  #solutions4th h5 {
    font-size: 20px;
  }
  .facility-text {
    width: auto !important;
    height: auto !important;
    padding-top: 11px;
  }
  .add-text {
    padding-left: unset !important;
  }
  .jumbotron p {
    font-size: 15px !important;
  }
  .facility-main {
    padding-left: unset !important;
  }
  .transfer {
    font-size: 18px !important;
  }
  .pricing {
    font-size: 17px !important;
    font-family: Euphemia UCAS;
  }
  .other-text {
    font-size: 17px !important;
    text-align: left;
  }
  .part-text {
    width: auto !important;
    font-size: 20px !important;
    padding-top: 15px;
  }
  .part-text3 {
    width: auto !important;
    font-size: 18px !important;
    display: initial;
  }
  .part-text1 {
    width: auto !important;
    font-size: 18px !important;
    display: initial;
  }
  .part-text2 {
    width: auto !important;
    font-size: 18px !important;
    display: initial;
  }
  .part-text4 {
    width: auto !important;
    font-size: 18px !important;
    display: initial;
  }
  .pricing1 {
    margin-right: auto !important;
  }
  .facility {
    display: grid !important;
    text-align: -webkit-center;
  }
  #home-tpi {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 8%;
    padding-top: 38%;
  }
  .circle1 {
    width: 187px !important;
    height: 168px !important;
    text-align: -webkit-center;
    margin: 0 auto !important;
  }
  .circle {
    width: 147px !important;
    height: 136px !important;
    text-align: -webkit-center;
    margin: 0 auto !important;
  }
  .img-position {
    left: 6px !important;
    top: 47px !important;
  }
  .circle2 {
    width: 187px !important;
    height: 168px !important;
    text-align: -webkit-center;
    margin: 0 auto !important;
  }
  .img-position1 {
    left: 6px !important;
    top: 47px !important;
  }
  ::placeholder {
    font-size: 18px;
  }
  #portfolio .card-body {
    font-size: 17px;
  }
  .media-carousel .carousel-control.left {
    margin-top: 11%;
  }
  .media-carousel .carousel-control.right {
    margin-top: 11%;
  }
  #about1 .btn-secondary {
    font-size: 12px !important;
    min-width: 140px !important;
  }
  /* landing page responsive */
  #intro .intro-info h5,
  #intro .intro-info h3 {
    font-size: 23px;
    text-align: left;
  }
  #services .flex-container {
    display: grid;
  }
  #services .flex-container p {
    text-align: center;
  }
  .services-btn {
    width: 120px;
    height: 50px;
  }
  #about .btn.about-btn {
    width: 102px;
    height: 40px;
    margin-top: 2%;
  }
  #intro .intro-info p,
  #about .about-container p,
  #about .btn.about-btn span,
  #why-us .btn.service-btn span {
    font-size: 15px;
  }
  #why-us .btn.service-btn {
    width: 120px;
    height: 50px;
  }
  #why-us .flex-container {
    display: inline-flex;
  }
  #home-us p,
  #home-about .hoem-para p {
    text-align: center;
    font-size: 15px;
  }
  /* pricing responsive */
  .us {
    font-size: 20px !important;
    line-height: 2.6 !important;
  }
  .financial {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
  /* solutions responsive */
  .offer-text {
    font-size: 17px !important;
    text-align: left;
  }
  #solutions-jumbo ul.list-group li {
    font-size: 15px;
  }
  #solution-3rd,
  #solutions4th {
    padding: 30px 20px;
  }
  #solution-3rd p {
    font-size: 15px;
    padding-left: 20px;
  }
  #solutions-about2 p,
  #solutions4th p {
    font-size: 15px;
  }
  #solution-3rd ul.list-group li,
  #solutions4th ul.list-group li {
    font-size: 15px;
  }
  #solutions-about2 ul.list-group li {
    font-size: 15px;
    margin-left: 20px;
  }
  #solutions-jumbo .jumbotron {
    background: #3f91b6;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    padding-bottom: 25%;
    z-index: -56;
  }
  .dta-img {
    width: 100%;
    padding-left: 0;
  }
  #services {
    background-color: #1d91b6;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    padding-top: 25%;
    margin-top: -29%;
    padding-bottom: 25%;
  }
  #services .flex-container {
    display: inline-flex;
    /* width: 15px; */
  }
}

@media (max-width: 375px) {
  .part-text3 {
    width: 276px !important;
  }
  .part-text4 {
    width: 276px !important;
  }
  .facility {
    display: grid !important;
  }
  .circle1 {
    width: 187px !important;
    height: 168px !important;
    text-align: -webkit-center;
    margin: 0 auto !important;
  }
  .circle2 {
    width: 187px !important;
    height: 168px !important;
    text-align: -webkit-center;
    margin: 0 auto !important;
  }
  .img-position1 {
    left: 6px !important;
    top: 47px !important;
  }
}

/* #About */

.content_wrapper {
  padding-top: 60px;
}

.section-header-text {
  line-height: 1.34;
  text-align: center;
  color: #000000;
}

.section-header {
  text-align: -webkit-center;
  margin: 0 auto;
  text-align: center;
}

#about1 {
  /* background-image: url("/assets/img/Mask Group 19@2x.png"); */
  background-size: contain;
  padding: 150px 0 20px 0;
}

#about1 ul li {
  line-height: 1.85;
  text-align: left;
  color: #000000;
  /* font-size: 18px; */
  font-family: "euphemia_ucasregular" !important;
  font-size: 18px;
  font-weight: 500;
}

.pricing {
  line-height: 1.85;
  text-align: left;
  color: #000000;
}

.price-padding {
  padding-top: 5px;
}

.part-text {
  font-family: "Poppins", sans-serif;
  font-size: calc(25px + 0.8vw);
  font-weight: 800;
  color: #000000;
}

.circle {
  width: 100px;
  height: 96px;
  object-fit: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #da9338;
  border-radius: 50%;
  margin: 0 auto;
}

.img-position {
  position: relative;
  left: 2px;
  top: 15px;
}

.facility {
  display: flex;
}

.facility-text {
  padding: 0% 4%;
  object-fit: contain;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.85;
  color: #000000;
}

.facility-main {
  padding-left: 25px;
  opacity: 0.97;
  min-height: 230px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  width: 100%;
}

.other-text {
  object-fit: contain;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  padding: 0% 4%;
  line-height: 1.85;
  letter-spacing: normal;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}

.line-3 {
  height: 1px;
  background-color: lightgray;
}

.us {
  font-size: 35px;
  line-height: 3.06;
  text-align: left;
  color: #000000;
}

.financial {
  font-size: 20px;
  line-height: 2.85;
  text-align: left;
  color: #000000;
}

#about1 .btn-secondary {
  font-weight: bold;
  min-width: 235px;
  font-size: 20px;
  color: #67803e;
  height: 58px;
  border-radius: 5px;
  border: solid 1px #0f92b7;
  background-color: #ffffff;
}

.drpdown-padng {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.drp-custom {
  padding-right: 10px;
}

/* Services css */

.offer-text {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  color: #67803e;
  padding-bottom: 0;
}

.pricing1 {
  font-size: 19px;
  float: right;
  margin-right: 318px;
}

.part-text1 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid;
  width: 142px;
}

.list-group-item {
  border: none;
  font-size: 20px;
  color: #000000;
  background-color: transparent;
}

.jumbotron p {
  font-weight: unset;
}

.transfer {
  font-size: 20px;
  line-height: 1.7;
  color: #000000;
}

.add-text {
  padding-top: 25px;
  padding-left: 53px;
}

.circle1 {
  width: 118px;
  height: 111px;
  object-fit: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 50%;
}

.circle2 {
  width: 118px;
  height: 111px;
  object-fit: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 50%;
}

.img-position1 {
  position: relative;
  left: 35px;
  top: 20px;
}

.facility-main1 {
  padding-top: 25px;
}

.list-group img {
  padding-right: 15px;
}

.part-text4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid;
  width: 355px;
}

.part-text3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid;
  width: 249px;
}

.part-text2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid;
  width: 247px;
}

#home-jumbo .home-body {
  border-radius: 10px;
  background-color: #003366;
  height: 300px;
}

@media (min-width: 992px) {
  #compliance .col-lg-2 {
    flex: 20%;
    max-width: 20%;
  }
  #about-us .flex-container div {
    width: 150px;
    /* margin: 10px; */
    text-align: center;
    line-height: 90px;
    /* font-size: 30px; */
  }
}

.animated-button.thar-three {
  color: #fff;
  cursor: pointer;
  z-index: 15454;
  display: block;
  position: relative;
  border-radius: 33px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-three:hover {
  color: white !important;
  background-color: transparent;
  text-shadow: nthree;
  border-radius: 33px;
}

.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  border-radius: 33px;
}

.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: white !important;
  background-image: linear-gradient(to right, #8dc18e, #ececec);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 33px;
}

.animated-button.two-three {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 33px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.two-three:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: nthree;
  border-radius: 33px;
}

.animated-button.two-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  border-radius: 33px;
}

.animated-button.two-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #3f91b6;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 33px;
}
