@import url('flaticon.css');
@import url('../fonts/graphik/font-styles.css');
:root {
  --primary: #ec7d2d;
  --secondary: #084060;
  --secondary-hover: #05324d;
  --body-color: #545454;
  --heading-color: #084060;
  --primary-hover: #dd5d00;
  --white: #fff;
}
.flaticon {
  font-family: "Flaticon";
}

body {
  font-family: "graphik", sans-serif;
  color: #283876;
  overflow-x: hidden;
  /* overflow-x: hidden; */
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: #e6573f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "graphik", sans-serif;
  color: var(--secondary);
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}

.section-title h5,.section-title2 h5{
  letter-spacing: 2px;
  text-transform: uppercase!important;
  margin-bottom: 0.25rem!important;
  color: var(--primary);
    font-weight: 500;
    font-size: 1rem;
    font-family: "graphik", sans-serif;
}
.section-title h2, .section-title h3, .section-title2 h2, .section-title2 h3{
  font-weight: 700!important;
  font-size: 45px;
  color: var(--secondary);
  font-family: "graphik", sans-serif;
}
.section-title h3{
  font-size: 45px;
}
.section-title2 h3{
  font-size: 30px;
}
.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
  0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
  0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}
/*************unmatchedService************/
.unmatchedService{
  background: var(--secondary-hover);
    padding: 100px 0;
}
.headlines h4 {
  color: #fff;
  line-height: 40px;
  font-family: graphik;
    font-size: 40px;
    font-weight: 700;
}
.headlines{
  
  margin-bottom: 100px;
}
.line-box {
  border: 1px solid #fff;
  padding: 50px;
  position: relative;
  min-height: 270px;
  margin-bottom: 60px
}

.line-box span {
  position: absolute;
  top: -25px;
  background: var(--secondary-hover);
  width: 70px;
  left: 38px;
  text-align: center
}

.line-box span img {
  width: 50px
}

.line-box p {
  margin-bottom: 0;
  font-family: graphik;
  font-size: 16px;
  font-weight: 300;
  color: #fff
}

.line-box h5 {
  color: #ec7d2d;
  font-family: graphik;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px
}
/*************unmatchedService************/
/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
#company{
  /* background-color: #e97b390d; */
  padding: 80px 0 80px 0;
  position: relative;
}
.get-quote-wrapper {
  padding: 30px 0;
}
.green-bg {
  background-color: #ebf3ff;
  padding: 30px 80px;
}
.get-quote-wrapper .media {
 display: flex;
 -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.pull-right{
  float: right;
}
.grayImg{
  background-image: linear-gradient(200deg,#f4f4f4,#cccccc);
    height: 600px;
    position: absolute;
    top: 0px;
    width: 445px;
    left: 10px;
    padding: 90px 110px;
    text-align: left;
    z-index: -1;
}
i.flaticon.flaticon-target::after {
  content: '';
  position: absolute;
  left: -32px;
  top: -32px;
  width: 150px;
  height: 150px;
  display: block !important;
  /* z-index: 99; */
  background: #2247a826;
  border-radius: 50%;
}
.grayImg i{
  font-size: 80px;
  position: relative;
    font-style: initial;
}
.blueImg{
  background-image: linear-gradient(200deg,#0E2184,#1F295C);
    height: 600px;
    position: absolute;
    top: 0px;
    width: 445px;
    right: 10px;
    padding: 90px 110px;
    text-align: left;
    z-index: -1;
}
.wprt-container ul{
  list-style: disc;
}
.common-title {
  font-family: graphik;
  font-size: 40px;
  font-weight: 700;
  color: #283876;
}
h4.common-title {
  font-family: graphik;
  font-size: 23px;
  font-weight: 700;
  color: #283876;
}
/* .blueImg::before{
  position: absolute;
    width: 150px;
    top: -20px;
    content: '';
    left: -20px;
    height: 150px;
    background-color: #05324d4f;
    z-index: 0;
}
.blueImg::after{
  position: absolute;
    width: 100%;
    bottom: 0px;
    content: '';
    left: -20px;
    height: 150px;
    background-color: #05324d4f;
    z-index: 0;
}
.blueImg::after {
  position: absolute;
  width: 82%;
  bottom: -15px;
  content: '';
  left: 0px;
  height: 40px;
  background-color: #05324d;
  z-index: 0;
} */
.counter-block {
  padding-top: 40px;
  padding-bottom: 20px;
}
.bg-wrapper {
  background-color: #ebf3ff;
  padding: 40px 50px;
  border-radius: 30px;
}
.bg-wrapper .hold {
  text-align: center;
}
.bg-wrapper .icon {
  height: 60px;
  margin-bottom: 20px;
}
.bg-wrapper .hold h5 {
  font-family: graphik;
  font-size: 17px;
  font-weight: 700;
  color: var(--secondary);
}
.bg-wrapper .icon img {
  height: 100%;
}
.our-story>span {
  display: inline-block;
  color: var(--primary);
    font-family: graphik;
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 50px;
}
#companyDivider{
  background: url(https://png.pngtree.com/png-vector/20220615/ourmid/pngtree-thin-line-wavy-abstract-vector-background-png-image_5084801.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: bottom;
  height: 120px;
  margin-top: -20px;
  opacity: 0.3;
  transform: rotate(5deg);
}
#company:after {
  /* content: '';
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 122px;
  height: 47px;
  background: url(../img/finanace.avif);
  background-repeat: no-repeat;
  background-size: 625px;
  background-position: -53px -210px;
  opacity: 0.2; */
}
/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--white);
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: var(--white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* background: #545454; */
  padding: 10px 0;
  font-size: 14px;
}
#topbar.topbar-scrolled{
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--primary);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--white);
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--primary);
}
.mr-10{
  margin-right: 10px;
}
.ml-5{
  margin-left: 5px;
}
/* #topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
} 

#topbar .social-links a:hover {
  color: white;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: transparent;
  top: 40px;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}

#header.bg-white{
  /* background: var(--white); */
  top: -135px;

}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "graphik", sans-serif;
  border-left: 8px solid var(--primary);
}

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

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 65px;
}

.scrolled-offset {
  /* margin-top: 70px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.enquireBtn, .enquireBtn:focus {
  background: #ef7f1b;
  font-size: 14px;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "graphik", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
/* .navbar a,
.navbar a:focus {
  color: var(--secondary);
} */

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: var(--white);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: var(--white);
  background: #ec7f6d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--white);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--white);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  /* margin-bottom: -120px; */
  position: relative;
  z-index: 1;
}
.carousel-content{
  width: 83% !important;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  /* background-color: #0a3041; */
    opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero h2 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 65px;
  font-weight: 700;
}

#hero h2 span {
  color: var(--primary);
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px 0;
  color: #d1d1d1;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #c1c1c1;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: var(--primary);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "graphik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  margin-left: 0px;
  color: var(--white);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid var(--secondary);
  background: var(--secondary);
}

#hero .btn-get-started:hover {
  background: var(--primary);
  color: var(--white);
  border: 2px solid var(--primary);
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    /* margin-bottom: 60px; */
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
ol, ul {
  list-style: none;
}
.text-justify{
  text-align: justify;
}
.text-primary{
  color: var(--secondary) !important;
}
.btn-secondary{
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.btn-primary{
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}
.border-right{
  border-right: 1px solid #dedede;
}
.text-left{
  text-align: left !important;
}
.pr-4{
  padding-right: 15px;
}
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

/* .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "graphik", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 25px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.page-banner {
  position: relative;
  height: 326px;
  /* margin-top: -185px; */
}
.page-banner .bg-hold {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-banner .bg-hold .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(40,56,118,.46);
}
.page-title {
  font-family: graphik;
  font-size: 39px;
  font-weight: 700;
  color: #fff;
}
.page-banner-content {
  padding-top: 215px;
}
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); */
  background: #e9e9e9;
  height: 100%;
}
.featured .col-md-3{
  margin-bottom: 20px;
}

.featured .icon-box i {
  color: var(--primary);
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: var(--secondary);
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: var(--secondary);
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: var(--white);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--primary);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--white);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary);
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: var(--white);
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--secondary-hover);
  padding: 0 0 30px 0;
  color: var(--white);
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: var(--white);
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: var(--primary);
  color: var(--white);
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: var(--secondary);
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: var(--white);
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "graphik", sans-serif;
  color: var(--white);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: block;
  background: var(--secondary-hover);
  color: var(--white);
  line-height: 1;
  margin: 0 auto;
  padding: 8px 0;
  margin-bottom: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: var(--white);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--primary);
}

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--white);
}


/*******************************/

.approach-section {    
  background: linear-gradient(#f5faff, transparent);
  padding: 90px 0px 50px 0px;
  margin-top: 50px;
}

.approach-section .section-summary {
  margin: 15px 0px 55px 0px;
}

.approach-summary {
  padding-right: 150px;
}

.approach-summary span.section-title {
  font-size: 18px;
  font-style: italic;
  color: #afb2be;
  font-weight: 700;
  font-family: 'Source Serif Pro', serif;
}

.approach-summary h2 {
  color: #38383c;
}

.single-approach {
  margin-bottom: 30px;
}

.single-approach:last-child {
  margin-bottom: 0px;
}

.single-approach h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 9px;
}

.approach-section p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.single-approach:last-child {
  margin-bottom: 0px;
}

.single-approach::after {
  content: "";
  display: block;
  clear: both;
}

.approach-icon-wrapper, .count-box {
  height: 70px;
  width: 70px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  text-align: center;
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
}

.approach-icon-wrapper i, .count-box i {
  margin: 0;
  line-height: 70px;
  font-size: 30px;
  color: var(--secondary);
  -webkit-transition: .5s;
  transition: .5s;
}

.single-approach:hover .approach-icon-wrapper {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}

.single-approach:hover .approach-icon-wrapper i {
  color: #fff;
}

.approach-text {
  margin-left: 110px
}

.approach-summary a.boxed-btn {
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.approach-summary a.boxed-btn:hover {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: #fff;
}

/**************counts*************/
#counts{
  background: #f5faff;
  padding: 60px 0;
}
.count-box{
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border-color: transparent;
  box-shadow: 0 10px 8px #d1deff;
  margin-right: 15px;
  line-height: 90px;
}
.count-box i{
  font-size:35px;
  line-height: 85px;
}
.purecounter{
  font-weight: bold;
    font-size: 32px;
    color: var(--secondary);
    margin: 0;
}
.counts p{
  font-weight: 600;
}
/**************counts*************/
/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 60px 0 80px 0;
  background: linear-gradient(#fff 55%,#084060 40%);
}

.services .service-item {
  padding: 40px;
  background: #fff;
  box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
  height: 100%;
  border-radius: 10px;
  transition: all 0.5s;
}
.service-item:hover {
  transform: translateY(-10px);
  border-bottom: 5px solid #084060;
}

.services .service-item .icon {
  width: 70px;
    height: 70px;
    position: relative;
    margin-bottom: 39px;
    text-align: center;
    line-height: 73px;
    margin-top: -70px;
}

.services .service-item .icon i {
  color: var(--white);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  text-align: center;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--primary);
  border-radius: 50px;
  z-index: 1;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--secondary);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--primary);
}

.services .service-item:hover .readmore {
  color: var(--secondary);
}

.services .service-item:hover h3 {
  border-color: var(--primary);
}


/*********google translation********/
.skiptranslate.goog-te-gadget{
  color: transparent;
  height: 21px;
}
#topbar select{
  margin: 0;
  background: transparent;
  color: #fff;
  padding: 2px 0px;
}
#topbar select option{
  color: #000;
}
.skiptranslate.goog-te-gadget span{
display: none;
}


/******************news*************/
.news {
  padding: 200px 0 60px 0;
  position: relative;
  background: linear-gradient(0deg, #fff 40%,#084060 35%);
}
.news::after{
  position: absolute;
  content: "Latest Insights";
  top: 0;
  left: 50%;
  color: #fff;
  opacity: 0.1;
  transform: translateX(-50%);
  font-size: 90px;
  font-weight: 600;
}
.news .card{
  border-bottom: 5px solid transparent;
    box-shadow: 0 30px 60px rgba(0,0,0,.16);
    border: 0;
    padding-bottom: 10px;
}
.news .card:hover{
  border-bottom: 5px solid var(--primary);
    box-shadow: 0 30px 60px rgba(0,0,0,.16);
    background: #fff;
    transition: all .3s ease-in;
}
.news .card-body{
  padding: 0px 22px;
}
.news .card-text{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.news .card-title{
  font-size: 22px;
  line-height: 1.5
}
/******************news*************/


/************ career ****************/
/* .inner-container {
  position: relative;
  padding: 20px 35px 0px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-color: #096ef5;
} */
/* .inner-container:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  opacity: 0.78;
  background-color: #084060;
} */
/* .inner-container h2 {
  line-height: 50px;
  color:#fff;
  padding-top: 45px;
  margin-bottom: 15px;
}
 */
#careers{
  padding: 60px 0;
  background-image: url(../img/line.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#careers .image{
  position: relative;
}
.circle-layer {
  position: absolute;
  left: -30px;
  bottom: -20px;
  width: 194px;
  height: 194px;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.10);
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
  from {
      transform: rotate(0deg);
  }
  to { 
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
      -webkit-transform: rotate(0deg);
  }
  to { 
      -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
      -moz-transform: rotate(0deg);
  }
  to { 
      -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
      -o-transform: rotate(0deg);
  }
  to { 
      -o-transform: rotate(360deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#careers ul {

  padding: 0;
}
#careers ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  list-style: none;
  margin-bottom: 0px;
  position: relative;
  font-family: "graphik", sans-serif;
  color: #283876;
  font-size: 15px;
}
#careers ul li:before {
  color: #F94C30;
  content: "\f26b";
  font-family: "bootstrap-icons" !important;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
.exp-date {
  border: 3px solid #D9D9D9;
  color: #787878;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  min-width: 160px;
  padding: 20px 15px;
  border-radius: 30px;
  margin-left: 25px;
  display: grid;
  animation: zoom-in-zoom-out 5s ease infinite;
}
#careers .exp-date h2 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #F94C30;
  font-weight: 800;
}
.exp-date h4 {
  color: #787878;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 7px;
}
#careers .exp-date .date-decs {
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
    .br-4 {
      border-radius: 4px;
  }

/******************8feature-box**************************/
#solutions{
  background-color: #f5faff;
  padding: 60px 0;
}
.feature-box{
  background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    margin: 20px 0;
    padding: 20px 20px 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    height: 170px;
    width: 200px;
}
.serveImg{border-radius: 20px;
box-shadow: 12px 12px 0px -2px #dedede;
border: 6px solid #fff;
padding: 0px;}
.swiper-slide.swiper-slide-active .feature-box, .feature-box:hover {
  background: #ee7f1b;
  box-shadow: 0 0 40px -20px #ee7f1b;
}
.swiper-slide.swiper-slide-active .feature-box:after {
  background: #ee7f1b;
  bottom: -18px;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%);
  transform: rotate(45deg) translate(-50%);
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  width: 20px;
}
.feature-box .title {
  color: #084060;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.feature-box i {
  color: #ee7f1b;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 10px;
}
.feature-box:hover {
  background: #ee7f1b;
  box-shadow: 0 0 40px -20px #ee7f1b;
}
.feature-box:hover .title, .feature-box:hover i, .swiper-slide.swiper-slide-active .title, .swiper-slide.swiper-slide-active i {
  color: #fff;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  line-height: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
}
.swiper-pagination-bullet-active{
  background-color: #ee7f1b;
}
/******************8feature-box**************************/
/************ career ****************/

.quick-contact {
  width: 150px;
  /* height: 30px; */
  padding: 10px 0;
  background: 0 0;    position: fixed;
  top: 211px;
  z-index: 999;
  right: -53px;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 10px 10px 0px 0;
  text-align: center;
  font-weight: 500;
  box-shadow: 0px 0px 0px 5px #ec7d2d94;
  color: #fff;
  transition: all .3s ease-in;
  transform: rotate(-90deg);
}
/***********COntact****************/
.addr-list>li {
  margin-bottom: 30px;
  border-bottom: 1px solid #283876;
  padding-bottom: 30px;
  padding-right: 10px;
  margin-right: 60px
}

.addr-list>li:last-child {
  border-bottom: 0
}

.addr-list h5 {
  color: var(--primary) !important;
  font-family: graphik;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px
}

.addr-list p {
  font-family: graphik;
  font-size: 16px;
  color: #283876;
  font-weight: 400
}

.contact-detail-list {
  margin-top: 30px;
  padding: 0;
}

.contact-detail-list a {
  position: relative;
  color: #283876;
  font-family: graphik;
  font-size: 16px;
  padding-left: 30px
}

.contact-detail-list a:hover {
  color: var(--primary) !important
}

.contact-detail-list a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 30px;
  background-image: url(../img/sprite.png);
  left: 2px;
  transform: scale(.8)
}

.contact-detail-list .phone-no::before {
  background-position: -126px -219px
}

.contact-detail-list .fax-no::before {
  background-position: -126px -250px
}

.contact-detail-list .email::before {
  background-position: -126px -279px
}

.contact-detail-list .whatsapp::before {
  background-position: -126px -308px
}

.contactform {
  background: #fff;
  padding: 70px 60px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .16);
  border-radius: 20px;
  /* border-bottom: 20px solid var(--secondary); */
}

.contactform .form-control {
  background-color: #f2f2f2;
  color: #283876;
  font-family: graphik;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  outline: 0;
  height: auto;
  padding: 15px 20px;
  border-radius: 10px;
}

.contactform .form-group,
.getQuote .form-group {
  margin-bottom: 20px;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .box-collapse {
    width: 50%;
  }
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/************joblisting**************/
.jobList .career {
  padding: 30px 50px !important;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}

.careerName {
  color: #254680;
  font-weight: 500;
  font-size: 24px !important;
  font-family: graphik;
  margin-bottom: 15px !important;
}

.postedOn {
  color: #283876;
  font-weight: 300;
  font-size: 13px;
}

.position {
  display: flex;
  width: 100%;
  justify-content: space-between !important;
}

.highlights {
  margin-bottom: 10px
}

.chip {
  display: inline-block;
  background-color: #ededed;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 13px;
}

.readMoreBtn {
  border: 1px solid var(--secondary);
  border-radius: 30px;
  color: var(--secondary);
  height: 33px !important;
}
/**************Country dropdown********/
.country.dropdown-menu {
  border-bottom: 8px solid #ec7d2d;
}

.dropdown:hover .country.dropdown-menu {
  display: block;
}

.country.dropdown-toggle {
  color: #fff;
}

/************Brand Logo************/
#header .logo img {
  margin: 0;
  max-height: 65px;
  box-shadow: 0px 1px 4px 4px #0000001f;
  background: #ffffff29;
  border-radius: 28px 0px 23px 0px;
  padding: 3px 4px;
}

.mb-m-150 {
  margin-bottom: -150px;
}