.Slider-left-box .row {
    align-items: center;
}
.slide-tagline {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
.slide-images {
  padding-top: 7em;
}
button.owl-dot:last-child {
  margin-right: 00;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  position: relative;
  font-size: 49px;
  font-weight: 800;
  color: white;
}
.heading-shape {
  margin-bottom: 1.5em;
}
.slide-text {
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 0;
  max-width: 80%;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
.Slider-left-box {
  padding-left: 3em;
}
#slider {
  overflow: hidden;
  clip-path: polygon(0 90%, 0 0, 100% 0, 100% 91%, 89% 100%, 86% 93%, 29% 100%, 13% 85%);
  max-width: 86%;
  margin: 0 auto;
  margin-top: -2%;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  top: 50%;
  right: 0;
  left: unset;
  transform: unset;
}
.custom-slider-nav.owl-nav {
  /* max-width: 58px; */
  position: absolute;
  /* top: 50%; */
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* transform: translateY(-50%); */
  bottom: 5em;
  margin: 0 auto;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* left: 55px; */
  z-index: 9;
  /* display: block !important; */
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider .owl-dots button.owl-dot, #testimonials .owl-dots button.owl-dot {
  display: block !important;
  margin-bottom: 10px;
  background-color: white !important;
  border-radius: 50%;
}
#slider .owl-dots button.owl-dot.active, #testimonials .owl-dots button.owl-dot.active {
  width: 24px !important;
  /* padding: 10px; */
  border-radius: 5px;
  height: 8px !important;
  background-color: var(--color-primary) !important;
}
.slide-carousel-image {
  background-size: cover;
}
.services-box-shape{
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
/*.about-svg-3 {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}*/
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
/* --------- Services --------- */
#services .section_main_head h3 {
  color: white;
}
#services .section-text {
  color: #719ADB;
  font-size: 16px;
}
#services .section-tagline {
  color: var(--color-primary);
}
.service-item-block {
  background-color: #002258;
  padding: 46px 30px 30px 30px;
  position: relative;
}
.service-image:after {
  content: '';
  background-color: #09316F;
  width: 58px;
  height: 58px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  left: -18px;
}
.service-image img {
  position: relative;
  z-index: 9;
}
.numner-text {
  color: #09316F;
  -webkit-text-stroke: 1px #09316F;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  left: 20px;
  writing-mode: tb-rl;
  transform: rotate(180deg) translateY(-50%);
  top: -21%;
}
.service-item {
  margin-bottom: 4em;
}
.service-content-box {
  padding-left: 16%;
} 
.service-title-box h5 {
  font-size: 22px;
  color: white;
  font-weight: 700;
}
.service-text {
  color: #82ACEE;
  font-size: 16px;
  margin-bottom: 28px;
}
.bold-text {
  font-size: 84px;
  -webkit-text-stroke: 1px #DEC3C3;
  -webkit-text-fill-color: transparent;
  color: white;
  position: absolute;
  font-weight: 700;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
}
#services {
  padding-top: 12em;
  /* overflow: hidden; */
  padding-bottom: 39em;
}
.services-top-shape svg {
  width: 100%;
}
.services-row .nav-tabs li.nav-item, .pricing_plans-row .nav-tabs li.nav-item {
  display: block !important;
}
.service-title-box {
  padding-top: 1em;
}
.service-image {
  position: relative;
}
.service-item h5 a {
  color: #1C2539;
  font-weight: 600;
  font-size: 22px;
}
.service-item:hover .service-btn a.theme_button {
  background-color: var(--color-primary);
  color: white;
  transition: transform .25s linear;
}
.service-item:hover h5{
  color: #15161C
}
.service-item:hover .service-text{
  color: #737373;
}
.service-item:hover .services-box-shape svg path{
  fill: var(--color-primary);
}
.service-item:hover .service-item-block{
  background-color: white;
}
.service-item:hover .service-image:after{
  background-color: #FCEEE5;
}
.service-item:hover .numner-text {
    color: #D7D7D7;
    -webkit-text-stroke: 1px #D7D7D7;
}
.service-btn a.theme_button span {
  display: none;
}
.service-item:hover .service-btn a.theme_button span {
  display: inline-block;
  transition: transform .25s linear;
}
.service-btn a.theme_button {
  padding: 16px 20px;
  background-color: transparent;
  color: white;
  background-color: #0049BA;
  border-radius: 2px;
  font-size: 18px;
  position: absolute;
  bottom: -24px;
  transition: transform .25s linear;
}
.service-btn a.theme_button span {
  padding-right: 10px;
}
#services .heading-shape path, #free-quote .heading-shape path {
  fill: white;
}
#services .heading-shape path.heading-svg-path-2, #free-quote .heading-shape path.heading-svg-path-2 {
    fill: #09316F;
}

.services-top-shape {
  position: absolute;
  top: -24px;
  width: 100%;
}
.services-box-shape {
  position: absolute;
  right: 29px;
  top: 32px;
}
/* --------- About Us --------- */
#about-us span.colored_word {
  color: #FF5B30;
  position: relative;
}
.about-image-1 {
  text-align: center;
  max-width: 85%;
}
.image-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 11px solid var(--color-primary);
  border-radius: 261.5px;
  top: -23px;
  right: -23px;
}
#about-us .reviews-text {
  padding-left: 0;
  color: black;
}
.review-yer-text {
  font-size: 21px;
  color: white;
  font-weight: 500;
}
.about-head{
  position: relative;
}
.about-exp-text, #about-us .reviews-text {
  font-weight: 500;
  color: white;
  font-size: 16px;
  margin-top: 20px;
}
.about-head-outer ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 9px;
  padding: 4px 4px;
  border-radius: 50%;
  margin-right: 10px;
}
#projects .bold-text, #features .bold-text, #team .bold-text, #latest-news .bold-text, #testimonials .bold-text, #latest-news .bold-text, #contact-section .bold-text {
  -webkit-text-stroke: 1px #D4D4D4;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 0;
  transform: unset;
}
.button_author_block {
  margin-top: 37px;
  position: absolute;
  bottom: -1em;
  left: 0em;
  background-color: var(--color-secondry);
  border-radius: 50%;
  width: 202px;
  height: 202px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 29px;
  z-index: 9;
}
.exp-images {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-image-1 {
  text-align: center;
  max-width: 85%;
}
#about-us  .section_main_head h3 {
  padding-top: 10px;
}
.about-image-1 > img {
  border-radius: 350px;
}
#about-us .section-text {
  margin: 1em 0;
  color: #737373;
  font-weight: 400;
  font-size: 18px;
}
.about-head-outer ul li {
  list-style: none;
  margin-bottom: 1em;
  font-size: 18px;
  color: #15161C;
  font-family: var(--primary-font);
  position: relative;
}
.about-head-outer ul li:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-primary);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -36px;
}
.about-head-outer ul li:before {
    content: '';
    background-color: #09316F;
    width: 4.5px;
    height: 1.5px;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 48%;
    transform: translateY(-50%);
}
.media-image {
  border: 1px solid var(--color-primary);
  padding: 21px 18px;
  border-radius: 50%;
  margin-right: 10px;
}
.about-image-box h5 {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
.about-image-box .media {
  align-items: center;
}
#about-us  .about-image-box .section-text {
  margin: 0;
  font-size: 16px;
  color: #737373;
}
.about-image-box {
  margin-bottom: 2em;
}
.media-image img {
  width: 45px;
  height: 37px;
}
.about-head-outer ul {
  /* margin: 0; */
  margin-left: 36px;
}
.about_btn a.theme_button {
  border-radius: 5px;
}
.button_author_block {
  margin-top: 37px;
}
.customer-images {
  position: relative;
  margin-top: 10px;
}
.reviews-number {
  color: white;
  font-weight: 700;
  font-size: 50px;
  display: block;
  margin-bottom: 5px;
}
.reviews-text {
  color: black;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 17px;
}
.author-box img:nth-child(2) {
  position: relative;
}
.customer-images img:first-child {
  margin-left: 0;
}
.author-box img {
  position: relative;
  margin-left: -11px;
}
.about-image1 {
  position: relative;
}
.customer-images i {
  background-color: white;
  font-size: 17px;
  padding: 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-left: -11px;
  z-index: 9;
  position: relative;
  color: var(--color-primary);
  line-height: 19px;
}
.icon-box-1 {
  position: absolute;
  top: 9em;
  right: -8em;
  background-color: var(--color-secondry);
  border-radius: 50%;
  width: 202px;
  height: 202px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 29px;
  z-index: 9;
}
.about-head-outer {
  padding-left: 30px;
}
.box-year {
  color: white;
  font-weight: 700;
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
#about-us {
  padding-top: 9em;
  padding-bottom: 14em;
}
#about-us .heading-shape path {
  fill: black;
}
#about-us .heading-shape path.heading-svg-path-2{
    fill: white;
}
/*-------------- Free Quote ------------------*/
#free-quote .container {
  position: relative;
}
#free-quote .section-tagline {
  color: #002258;
}
#free-quote .section_main_head h3 {
  color: white;
}
/*.free-quote-background {
  background-color: var(--color-primary);
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  margin: 0 0  0 auto;
  left: 0;
  right: 0;
}*/
.free-quote-boxr.row {
  position: relative;
  z-index: 9;
}
.triangle-banner {
  display:block;
  width: 100%;
  filter: url('#goo');
}
.triangle-banner::before {
  content: "";
  display: block;
  padding-top: 57%;
  /* padding-top: 0; */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 13% 100%);
  background-color: var(--color-primary);
  position: absolute;
  width: 77%;
  height: 100%;
  left: 0;
  right: 0;
  /* border: 1px solid #eeeeee; */
  margin: 0 0 0 auto;
}
#free-quote .section_main_head h3 {
  color: white;
}
#free-quote input[type="text"], #free-quote input[type="number"], #free-quote input[type="email"], #free-quote textarea, #free-quote select {
  background-color: #FE783A;
  border: none;
  padding: 14px 30px 14px 30px;
  font-weight: 500;
  color: rgb(255 255 255 / 50%);
  font-size: 16px;
}
#free-quote input[type="text"]::placeholder, #free-quote input[type="number"]::placeholder, #free-quote input[type="email"]::placeholder, #free-quote textarea::placeholder, #free-quote select::placeholder {
  font-weight: 500;
  color: rgb(255 255 255 / 50%);
  font-size: 16px;
}
#free-quote select {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 30px 14px 30px;
}
.free-quote-box-form {
  padding: 60px;
}
#free-quote textarea {
  height: 73px;
}
#free-quote input[type="submit"] {
  background-color: transparent;
  width: 100%;
  color: #002258;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
}
.contact-submit-button {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.contact-submit-button br {
  display: none;
}
.contact-submit-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.contact-submit-button i {
  font-size: 30px;
  margin-left: 23px;
  transform: rotate(-40deg);
  color: #002258;
}
.free-quote-image {
  display: flex;
  align-items: end;
  align-items: end;
}
#free-quote {
  margin-top: -35em;
}
/*-------------- Projects ------------------*/
.project-top-shape {
  position: relative;
  left: 4em;
  width: auto;
  display: inline-block;
}
#projects path.heading-svg-path-1 {
  fill: black;
}
#projects .section-text {
  color: #737373;
}
.projects-head.section_main_head {
  max-width: 50%;
  margin: 0 auto;
}
#projects .nav-tabs .nav-link {
  color: #000000;
  font-size: 18px;
}
#projects ul.nav.nav-tabs {
  margin-bottom: 3em;
  border: none;
}
#projects .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border-radius: 0;
  padding: 6px 18px;
  border: none;
}
.projects-title-box {
  position: absolute !important;
  bottom: -24px;
  left: 4em;
}
.projects-title-box, .projects-item .eye_icon {
  display: none;
}
.owl-item.center .projects-title-box {
  display: block;
}
.owl-item.center .projects-item .eye_icon {
  display: flex;
}
.projects-meta-image img {
  width: auto !important;
  margin: 0 !important;
}
.projects-meta-type {
  background-color: var(--color-secondry);
  font-size: 22px;
  font-weight: 600;
  display: block;
  color: white;
  font-size: 16px;
  padding: 4px 24px;
  display: inline-block;
  border-radius: 53px;
}
.projects-title-box h5 a {
  color: white;
  font-size: 33px;
  font-weight: 700;
}
.projects-meta-year {
  color: white;
  font-weight: 500;
}
.projects-title-box h5 {
  padding-bottom: 0;
}
#projects .owl-stage-outer {
  padding-bottom: 4em;
}
.projects-btn {
  margin-top: 3em;
}
.projects-text {
  color: #C8D3DD;
  font-size: 18px;
  line-height: 33.66px;
  margin-bottom: 0px;
}
.projects-counter-nav-inner {
  margin: 0 0 0  auto;
}
#projects {
  padding-top: 3em;
  padding-bottom: 0;
}
.owl-carousel .owl-item .projects-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.eye_icon {
  background-color: white;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #292D32;
}
.eye_icon a {
  color: #292D32;
}
.projects-btn i {
  padding-left: 12px;
}
.project-shape2 {
  margin-top: -41px;
  text-align: right;
  position: relative;
  right: 20px;
}

/*-------------- Why Choose Us ------------------*/
#why_choose_us {
  background-color: var(--color-secondry);
  padding-top: 31px;
  padding-bottom: 0;
}
#why_choose_us .bold-text {
  color: rgb(155 194 255 / 20%);
  -webkit-text-stroke: 1px rgb(155 194 255 / 20%);
  font-weight: 900;
  font-size: 118px;
  text-align: center;
  position: unset;
  transform: unset;
}
.inner-heading {
  padding-top: 6em;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}
#why_choose_us .section_main_head .section-tagline {
  color: white;
}
#why_choose_us .section_main_head h3 {
  color: var(--color-primary);
}
#why_choose_us .section-text {
  color: #D8E7FF;
  font-size: 16px;
}
.why_choose_us .why_choose_us_img_inner2 {
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_choose_us_leftbox .media-body {
  text-align: right;
  margin-right: 15px;
}
.why_choose_us h5 a {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.why_choose_us_p {
  color: #FFE3D5;
  font-size: 14px;
  font-weight: 400;
}
.why_choose_us_rightbox .media-body {
  margin-left: 15px;
}
.why_choose_us {
  margin-bottom: 5em !important;
}
#why_choose_us path.heading-svg-path-2 {
  fill: var(--color-secondry);
}
/*-------------- Work Process ------------------*/
/*#work-process {
  background-color: var(--color-primary);
}*/
#work-process {
  /* background-color: var(--color-primary); */
  padding: 0;
}
#work-process .section-tagline {
  color: #000000;
  font-weight: 600;
}
#work-process path.heading-svg-path-2 {
  fill: #09316F;
}
#work-process h3 {
  color: white;
}
.process-item-block {
  width: 270px;
  height: 270px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0px 4px 24px 0px #FF5F152E;
}
.process-numner-text {
  background-color: #FFE3D5;
  display: inline-block;
  padding: 6px  21px;
  border-radius: 23px;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 18px;
}
.process-title-box h5, .process-title-box h5 a {
  color: #15161C;
  font-weight: 700;
  font-size: 18px;
}
.process-text {
  color: #737373;
}
.process-shape-one {
  position: absolute;
  left: 0;
  top: 5em;
  z-index: 99;
}
.work_process-row.row {
  align-items: center;
}
.process-shape-two {
  position: absolute;
  bottom: 45px;
  right: 31px;
  z-index: 99;
}
.process-heading-block {
  background-color: var(--color-primary);
  padding-top: 2em;
  padding-bottom: 12em;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 67%);
  z-index: 9;
}
.process-item:nth-child(1) {
  margin-top: -18em;
  position: relative;
  z-index: 9;
}
.process-item:nth-child(2) {
  margin-top: -15em;
  position: relative;
  z-index: 9;
}
.process-item:nth-child(3) {
  margin-top: -13em;
  position: relative;
  z-index: 9;
}
.process-item:nth-child(4) {
  margin-top: -9em;
  position: relative;
  z-index: 9;
}
.process-item-block:hover {
  border: 1px solid var(--color-primary);
}
.heading-shape-shadow {
  background-color: var(--color-secondry);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 67%);
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* --------- Records --------- */
.records-box .box-count {
    /* -webkit-text-stroke: 1px #002258; */
    /* -webkit-text-fill-color: transparent; */
    font-size: 80px;
    top: 16px;
    font-weight: 900;
    margin-bottom: 21px;
    color: white;
    background-color: transparent;
    text-shadow: -1px -1px 0 #002258, 1px -1px 0 #002258, -1px 1px 0 #002258, 1px 1px 0 #002258;
}
span.plus_sign {
  margin-left: -11px;
}
.records-box h6 {
  color: #737373;
  font-weight: 400;
  font-size: 19px;
  display: block;
}
.record_detail {
  margin-top: 30px; 
  text-align: center;
}
#records .owl-stage-outer {
  padding: 4em 0;
}
.records-shape-two {
  text-align: right;
}
#records {
  position: relative;
}
.records-shape-one {
  position: absolute;
  top: -88px;
}
/*-----------------------faq--------------------------*/
#our-faq {
  background-color: var(--color-secondry);
  padding-top: 4em;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}
#our-faq .section_main_head h3 {
  color: var(--color-primary);
}
#our-faq .bold-text {
  top: 10%;
  font-size: 97px;
  -webkit-text-stroke: 1px rgb(155 194 255 / 20%);
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 117.6px;
  position: unset;
  transform: unset;
  max-width: 74%;
  padding-top: 3%;
}
#our-faq .row {
  margin-top: 3em;
}
#our-faq .section-text {
  color: #D8E7FF;
  font-size: 16px;
  font-weight: 400;
}
#our-faq .section-tagline {
  color: white;
}
#our-faq a.theme_button {
  border-radius: 5px;
}
/*#our-faq .accordion-item {
  background-color: white;
  padding: 17px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  margin-bottom: 20px;
}*/
.accordion-item.accordion-is-closed {
  border: 1px solid white;
  border-radius: 0;
}
.accordion-item.accordion-is-open {
  background-color: white;
  border: 1px solid var(--color-primary);
}
.accordion-item {
  margin-bottom: 14px;
  border-radius: 0 !important;
  padding: 24px;
}
#accordionfaq button.accordion-button {
  font-size: 18px;
  color: white;
  font-weight: 600;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  font-family: var(--primary-font);
  /* border: 1px solid white; */
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: #554983;
  border: 1px solid #554983;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f068";
  color: var(--color-primary);
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 10px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  padding: 4px 5px;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f067";
  color: white;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  background-color: transparent;
  border: 1px solid white;
  padding: 4px 5px;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.accordion-body {
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
  margin-top: 13px;
}
.accordion-collapse{
  padding: 0px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
}
.accordion-body p {
  font-size: 14px;
  color: #002258;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
#accordionfaq .accordion-is-open button.accordion-button {
  color: var(--color-primary);
}
.faq-container {
  max-width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 3px;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
#testimonials .owl-dots button.owl-dot.active {
  background-color: var(--color-secondry) !important;
}
#testimonials .owl-dots {
  position: absolute;
  bottom: 0;
  right: 20px;
}
/* --------- Team --------- */
#team path.heading-svg-path-1 {
  fill: var(--color-secondry);
}
.team-head {
    position: relative;
}
#team h3 span {
  color: var(--color-primary);
}
.team-btn {
  text-align: right;
}
#team .row {
  justify-content: space-between;
  align-items: center;
}
#team .bold-text, #latest-news .bold-text, #testimonials .bold-text {
  left: 0;
  right: 0;
  top: 0;
}
.team_leftbox 
 .media-body.team-box-inner {
  text-align: right;
  margin-right: 15px;
}
.team_rightbox 
 .media-body.team-box-inner {
  margin-left: 15px;
}
.team_leftbox {
    background: linear-gradient(90deg, #FFFFFF 18.83%, #FFC8E0 100%);
    padding: 6em 8em;
    border-radius: 0px 150px 150px 0px;
    /* padding-right: 6em !important; */
    position: relative;
    right: 1em;
}
.team_rightbox {
  background: linear-gradient(90deg, #FFFFFF 18.83%, #FFC8E0 100%);
  border-radius: 0px 150px 150px 0px;
  transform: rotate(-180deg);
  padding: 6em 8em;
  position: relative;
  left: 1em;
}
#team .middle-image {
  bottom: -5em;
  top: unset;
  transform: unset;
}
#team {
  padding-top: 11em;
  padding-bottom: 11em;
}
.team_leftbox 
 .team-items {
  padding-right: 3em;
}
.team_rightbox  .team-items {
    transform: rotate(180deg);
    position: relative;
    top: 25px;
    padding-left: 2em;
}
.team_leftbox .team_outer:nth-child(2) {
  position: relative;
  left: -16px;
}
.team_leftbox .team_outer:nth-child(3) {
    position: relative;
    left: -32px;
}

.team_rightbox .team_outer:nth-child(2) {
  position: relative;
  right: -16px;
}
.team_rightbox .team_outer:nth-child(3) {
    position: relative;
    right: -32px;
}
.team-btn a.theme_button {
  padding: 16px 32px;
}
.team_head  a {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.team-desig {
  color: white;
  font-weight: 400;
  font-size: 15px;
}
.team-btn.text-center {
  margin-top: 69px;
}
.team_head {
  padding-top: 0;
  margin-top: 18px;
}

.social-menu {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: -58px;
}
.social-menu .share .share-ball {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 35px;
  background-color: var(--color-primary);
  border-radius: 2px;
  color: white;
  display: inline-block;
  border-radius: 0;
  padding: 6px;
}
.social-menu .submenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.social-menu .submenu li {
   transition: all ease-in-out 0.5s;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
}
.social-menu .submenu li a {
  background-color: var(--color-primary);
  padding: 5px 8px;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  text-align: center;
  outline: none;
  border: none;
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.social-menu .share:hover .share-ball {
  background-color: var(--color-secondry);
  color: white;
}
.social-menu .share:hover.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -37px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -73px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -108px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -144px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -188px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
}
.team-box-inner {
  padding-top: 14px;
  background-color: var(--color-secondry);
  padding: 30px;
  position: relative;
  max-width: 81%;
  border-radius: 0 0 39px 0;
  margin-top: -4em;
}
.team-box:hover .team-box-inner {
  background-color: var(--color-primary);
}
.team-box:hover .share-ball {
  background-color: var(--color-secondry);
  color: white;
}
.team-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.team-top-shape {
  position: absolute;
  left: 22em;
  right: 0;
  margin: 0 auto;
  width: 118px;
  top: -4em;
}
/* ----------- Testimonials ------------- */
.testimonial-shape-three {
  position: absolute;
  top: -35px;
  right: 40px;
}
.testimonial-shape-two {
  position: absolute;
  top: -6px;
  z-index: 9;
}
span.testimonial-title {
  color: var(--color-primary);
}
.testimonials-listing.position-relative {
  padding: 8em 8em 7em 8em;
  width: 113%;
}
.testimonials-bottom-image {
  margin-top: -7em;
  position: relative;
  z-index: 9;
  max-width: 64%;
}
.testimonials-image {
  margin-top: 4.5em;
  position: relative;
  width: 100%;
}
.testimonials-image img {
  width: 100%;
}
#testimonials {
  padding-bottom: 0;
}
.testimonials-head.section_main_head {
  max-width: 64%;
}
#testimonials .section_main_head h3 {
  color: white;
}
#testimonials .bold-text {
    left: 0;
    right: 0;
    top: 0;
    -webkit-text-stroke: 1px #626262;
    -webkit-text-fill-color: transparent;
}
#testimonials .owl-carousel .owl-item img {
  margin: 0;
  position: relative;
  z-index: 9;
}
.testimonial-box-inner {
  position: relative;
}
#testimonials .owl-stage-outer {
  padding-top: 6em;
}
.testimonial-shape {
  position: absolute;
  top: -5em;
  left: 6em;
}
#testimonials .section-tagline {
  color: black;
}
.testimonial-div {
  display: flex;
  align-items: center;
}
#testimonials .owl-stage-outer {
  padding-top: 5em;
}
.testimonial-box i {
  color: var(--color-primary);
  font-size: 42px;
}
.testimonial-review-count {
  padding-left: 6%;
  color: white;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--primary-font);
}
.testimonial-star {
  padding-left: 5%;
}
.testimonial-box .testimonial-star i {
  font-size: 20px;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 36.1px;
}
.reviews-text {
  color: white;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 17px;
  padding-left: 2%;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #757575;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
  position: relative;
  display: block;
}
.testimonial-title a {
  font-size: 30px;
  position: relative;
  color: white;
  font-weight: 700;
  display: block;
  margin-top: 17px;
}
.t-desig {
  font-size: 19px;
  color: white;
  font-weight: 400;
  display: block;
  padding-top: 9px;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.owl-carousel .owl-item .quote_box .media img, .quote_box .media img{
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}
.testimonials-info p{
  margin-bottom: 0;
}
.testimonial-shape1 {
  position: absolute;
  top: 5em;
  left: 0;
}
.testimonial-shape2 {
    position: absolute;
    right: 18px;
    bottom: 0;
}
#testimonials .container {
  max-width: 100%;
  padding: 0;
}
/* --------- Clients --------- */
#our-clients {
  background-color: var(--color-secondry);
  padding: 70px 0;
  position: relative;
}
.clients-image1 {
  position: absolute;
  left: 0;
  top: 26px;
}
.clients-image2 {
  position: absolute;
  right: 0;
  top: 4em;
}
#our-clients .section_main_head h3 {
  color: white;
}
#our-clients .section_main_head h3 span {
  color: var(--color-primary);
}
#our-clients .bold-text {
  font-size: 114px;
  -webkit-text-stroke: 1px #535E77;
  -webkit-text-fill-color: transparent;
  top: 25px;
  transform: unset;
}
.clients-head {
  position: relative;
}
#our-clients .section_main_head h3 span {
  color: var(--color-primary);
  display: block;
}
.partner-images {
  padding: 20px;
}


/* --------- features --------- */
.features-head {
  position: relative;
}
.feature-shape {
  position: absolute;
  left: 0;
  top: 0;
}
#features {
  background-color: #F6F6F6;
  padding-top: 13em;
  padding-bottom: 10em;
}
.features-svg-2 {
  position: absolute;
  right: 0;
  top: -4em;
  z-index: 99;
}
.feature-shape-3 {
  background-color: var(--color-secondry);
  width: 208px;
  height: 204px;
  border-radius: 70px 0px 70px 0px;
  position: absolute;
  bottom: -4em;
  left: -2em;
}
.features-image-1 img {
  position: relative;
  z-index: 9;
}
#features .section_main_head .section-text {
  color: #5D666F;
  line-height: 33.37px;
  font-size: 16px;
}
#features ul.row {
  margin-top: 10px;
}
#features ul li {
  list-style: none;
}
#features ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
.inner-li {
  padding: 10px 20px;
  background-color: white;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  color: #1C2539;
}
#features .bold-text {
  top: 7px;
}
.features-svg-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ----------- Latest News ------------- */
#latest-news path.heading-svg-path-1 {
  fill: #002258;
}
#latest-news .owl-stage-outer {
  padding-top: 3em;
}
.news-box {
  box-shadow: 0px 2px 34px 0px #0000001F;
  background-color: white;
  padding: 13px;
  margin: 18px;
}
.news-head {
  max-width: 63%;
  margin: 0 auto;
}
#latest-news .section_main_head h3 span {
  color: var(--color-primary);
}
#latest-news .owl-stage-outer {
  padding-top: 3em;
  padding-bottom: 3em;
}
.post-image-block img {
  width: 100%;
}
.news_block {
  padding: 20px 0 0 0;
}
.blog-box {
  position: relative;
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.metabox span{
  display: inline-block;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 15px;
  color: #9FA2A4;
  font-weight: 400;
}
.post-image-block {
  position: relative;
}
.overlay-block .post-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.post-meta-content {
  display: flex;
  align-items: center;
}
.blog-box ul.post-categories a {
  background-color: var(--color-primary);
  color: white;
  border-radius: 0;
  padding: 3px 18px;
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  top: 27px;
  left: 27px;
}
.author-post a {
  color: #002258;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.entry-author {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
}
.blog-box .entry-date {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  margin-left: 3em;
}
.blog-box h5 a {
  color: #000000;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-size: 19px;
  padding-bottom: 20px;
}
.btn-block {
  padding-top: 20px;
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 15px;
}
.news-box .theme_button{
  border: 1px solid var(--color-secondry);
  background-color: transparent;
  color: var(--color-secondry);
}
.news-box .theme_button {
  padding: 12px 34px;
}
.news-box:hover .theme_button {
  padding: 12px 34px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: white;
}
.news-image1 {
  position: absolute;
  top: 55px;
  right: 0;
}
.news-shape2 {
  position: absolute;
  bottom: 5em;
  left: 0;
}
#latest-news {
    padding-bottom: 6em;
}
/*---------------Contact Us ---------------*/
#contact-section  .section-text {
  color: #D8E7FF;
  font-weight: 400;
  font-size: 18px;
}
#contact-section path.heading-svg-path-2 {
  fill: #000F27;
}
#contact-section .section_main_head h3 {
  color: var(--color-primary);
}
#contact-section .section-tagline {
  color: white;
}
#contact-section a.theme_button {
  padding: 14px 37px;
}
#contact-section {
  padding-top: 8em;
  padding-bottom: 6em;
  background-color: #000F27;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
.contact-git-svg {
  background-color: var(--color-primary);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.contact-contact-title {
  font-weight: 600;
  color: white;
  font-size: 18px;
}
a.contact-contact-text, .contact-contact-text {
  color: rgb(255 255 255 / 60%);
  display: block;
}
a.contact-contact-text:hover {
  color: var(--color-primary);
}
.top_social a i:hover {
  color: var(--color-primary);
}
.contact-git-block.media {
  margin-bottom: 4em;
}
.top_social a i {
  color: rgb(255 255 255 / 60%);
  margin-right: 14px;
  font-size: 16px;
}
.contact-git-block .top_social {
  margin-top: 13px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: black!important;
  /* border: 2px solid black; */
  margin-right: 8px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 5px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: none;
}
.owl-dots button.owl-dot:last-child{
  margin-right: 0 !important;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 11px 12px;
  color: #4B3941;
  border: none;
  background-color: white;
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0px 0px 7px 0px #0000001C;
  border-radius: 5px;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
