body {
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
@media (max-width: 1199px) {
  header {
    padding: 15px 0;
  }
}
header .navbar-toggler {
  font-size: 32px;
  opacity: 1;
  color: #ffffff !important;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  top: 10px;
  right: 0;
}
@media (max-width: 1199px) {
  header .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #1e2434;
  }
}
header .headerTop {
  padding: 16px 0px;
  position: relative;
}
@media (max-width: 767px) {
  header .headerTop {
    display: none !important;
  }
}
header .headerTop:after {
  bottom: 0;
  right: 0;
  content: "";
  height: 2px;
  width: 85%;
  position: absolute;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #fa4216, #fa4216);
}
@media (max-width: 1199px) {
  header .headerTop:after {
    display: none;
  }
}
header .headerTop ul li {
  color: #fff;
  font-size: 13px;
  margin-left: 55px;
  position: relative;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
header .headerTop ul li:after {
  content: "";
  top: -2px;
  width: 1px;
  content: "";
  height: 24px;
  right: -32px;
  position: absolute;
  background-color: #424a54;
}
header .headerTop ul li:last-child:after {
  display: none;
}
header .headerTop ul li i {
  color: #0090ff;
  margin-right: 5px;
}
header .navbar {
  padding: 0;
}
header .navbar-brand img {
  width: 300px;
  height: 89px;
  max-width: none;
}
header .navbar-nav .nav-item {
  margin-left: 40px;
}
header .navbar-nav .nav-item a {
  color: #fff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
header .getQuote a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 40px;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #fa4216;
  text-decoration: none;
}
header .getQuote a:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -40px;
  position: absolute;
  border-top: 58px solid #fa4216;
  transition: 500ms all ease;
  border-left: 40px solid transparent;
}
@media (max-width: 1199px) {
  header .getQuote a:before {
    display: none;
  }
}

.mainCarousel {
  background: url("../img/slide-002-scaled.jpg");
  background-size: cover;
}
@media (max-width: 991px) {
  .mainCarousel .carousel-control-next, .mainCarousel .carousel-control-prev {
    display: none;
  }
}
.mainCarousel .carousel-item {
  height: 990px;
  width: 100%;
}
@media (max-width: 767px) {
  .mainCarousel .carousel-item {
    height: 686px;
  }
}
.mainCarousel .carousel-item .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.mainCarousel .carousel-item .carouselWrap {
  width: 100%;
}
.mainCarousel .carousel-item .image {
  position: absolute;
  right: 0%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  max-width: 45%;
}
@media (max-width: 1400px) {
  .mainCarousel .carousel-item .image {
  max-width: 45%;
  }
}
@media (max-width: 1200px) {
  .mainCarousel .carousel-item .image {
  max-width: 50%;
  }
}
@media (max-width: 991px) {
  .mainCarousel .carousel-item .image {
position: absolute;
    top: 64%;
    left: 27%;
    max-width: 50%;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .mainCarousel .carousel-item .image {
    position: absolute;
    top: 67%;
    left: 18%;
    max-width: 63%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 776px) {
  .mainCarousel .carousel-item .image {
    position: absolute;
    top: 66%;
    left: 23%;
    max-width: 52%;
    text-align: center;
    align-items: center;
  }
}


@media (max-width: 600px) {
  .mainCarousel .carousel-item .image {  
    position: absolute;
    top: 70%;
    left: 22%;
    max-width: 57%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .mainCarousel .carousel-item .image {  
    position: absolute;
    top: 73%;
    left: 15%;
    max-width: 70%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 300px) {
  .mainCarousel .carousel-item .image {  
    position: absolute;
    top: 80%;
    left: 13%;
    max-width: 75%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 250px) {
  .mainCarousel .carousel-item .image {  
    position: absolute;
    top: 75%;
    left: 6%;
    max-width: 84%;
    text-align: center;
    align-items: center;
    }
 }
.mainCarousel .carousel-item .caption {
  width: 100%;
  max-width: 650px;
}

@media (max-width: 1400px) {
  .mainCarousel .carousel-item .caption {
  width: 100%;
  max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .mainCarousel .carousel-item .caption {
  width: 100%;
  max-width: 450px;
  }
}
@media (max-width: 991px) {
  .mainCarousel .carousel-item .caption {
  width: 100%;
  max-width: 100%;
      text-align: center;
  }
}
@media (max-width: 480px) {
  .mainCarousel .carousel-item .caption {
    text-align: center;
  }
}
.mainCarousel .carousel-item .caption h5 {
  color: rgb(250, 66, 22);
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  font-family: Roboto;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mainCarousel .carousel-item .caption h5 {
    font-size: 16px;
  }
}
.mainCarousel .carousel-item .caption h2 {
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 70px;
  font-weight: 700;
  font-size: 60px;
}
@media (max-width: 1200px) {
  .mainCarousel .carousel-item .caption h2 {
    line-height: 62px;
    font-weight: 700;
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .mainCarousel .carousel-item .caption h2 {
    line-height: 56px;
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .mainCarousel .carousel-item .caption h2 {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (max-width: 300px) {
  .mainCarousel .carousel-item .caption h2 {
        line-height: 40px;
    font-size: 34px;

  }
}

@media (max-width: 250px) {
  .mainCarousel .carousel-item .caption h2 {
    line-height: 32px;
    font-size: 25px;
  }
}
.mainCarousel .carousel-item .caption p {
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 30px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 991px) {
  .mainCarousel .carousel-item .caption p {
    line-height: 25px;
    font-size: 17px;
  }
}
@media (max-width: 250px) {
  .mainCarousel .carousel-item .caption p {
    line-height: 25px;
    font-size: 15px;
  }
}
.mainCarousel .carousel-item .caption .viewService {
  display: inline-block;
  background-color: rgb(0, 142, 255);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 200px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 0px;
  border-radius: 0px;
}

.updated-services-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #f6f7f9;
}
.updated-services-section .section-title span {
  color: #fa3b0e;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .updated-services-section .section-title span {
    font-size: 16px;
  }
}
.updated-services-section .section-title h2 {
  color: #141415;
  font-size: 48px;
  font-weight: 700;
  padding-top: 12px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .updated-services-section .section-title h2 {
    font-size: 34px;
  }
}
.updated-services-section .blocks-outer {
  padding-top: 50px;
}
.updated-services-section .updated-service-block {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .updated-services-section .updated-service-block {
    margin-bottom: 60px;
  }
}
.updated-services-section .updated-service-block .inner-box {
  position: relative;
  overflow: hidden;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-top: 4px solid #fa4319;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.updated-services-section .updated-service-block .inner-box .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 30%;
  opacity: 0;
  background-color: #070c22;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.updated-services-section .updated-service-block .inner-box .icon {
  position: relative;
  color: #000000;
  font-size: 70px;
  line-height: 1em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: block;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
@media (max-width: 767px) {
  .updated-services-section .updated-service-block .inner-box .icon {
    text-align: center;
  }
}
.updated-services-section .updated-service-block .inner-box .big-icon {
  position: absolute;
  left: -40px;
  top: -40px;
  color: #000000;
  font-size: 210px;
  line-height: 1em;
  opacity: 0.05;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.updated-services-section .updated-service-block .inner-box h3 {
  position: relative;
  display: block;
  color: #121213;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .updated-services-section .updated-service-block .inner-box h3 {
    text-align: center;
  }
}
.updated-services-section .updated-service-block .inner-box h3 a {
  position: relative;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  text-decoration: none;
  color: #121213;
}
.updated-services-section .updated-service-block .inner-box .text {
  position: relative;
  color: #121213;
  line-height: 1.7em;
  margin-bottom: 10px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.updated-services-section .updated-service-block .inner-box .heading-text {
  position: relative;
  color: #121213;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
@media (max-width: 767px) {
  .updated-services-section .updated-service-block .inner-box .text {
    text-align: center;
  }
}


.updated-services-section .updated-service-block .inner-box:hover .color-layer {
  width: 100%;
  opacity: 1;
}
.updated-services-section .updated-service-block .inner-box:hover .icon {
  color: #fa4319;
}
.updated-services-section .updated-service-block .inner-box:hover .icon:after {
  background-color: #008dff;
}
.updated-services-section .updated-service-block .inner-box:hover .big-icon {
  color: #ffffff;
}
.updated-services-section .updated-service-block .inner-box:hover h3 a {
  color: #ffffff;
}
.updated-services-section .updated-service-block .inner-box:hover .text {
  color: #ffffff;
}


.updated-services-section .updated-service-block .inner-box:hover .heading-text {
  color: #ffffff;
}
.updated-services-section .updated-service-block .more-btn {
  right: 12px;
  bottom: -13px;
}
.updated-services-section .updated-service-block .more-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 20px 26px;
  background-color: #008eff;
  text-transform: uppercase;
  text-decoration: none;
}
.updated-services-section .updated-service-block .more-btn a i {
  margin-left: 8px;
  transition: 500ms all ease;
}
.updated-services-section .updated-service-block:hover .more-btn a {
  background-color: #fa4318;
}
.updated-services-section .updated-service-block:hover .more-btn a i {
  margin-left: 12px;
}
.updated-services-section .lower-box {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.updated-services-section .lower-box .text {
  position: relative;
  color: #050b21;
  font-size: 16px;
}
.updated-services-section .lower-box .text a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  background-color: #070c22;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .updated-services-section .lower-box .text a {
    margin: 15px 0 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .updated-services-section .lower-box .text a {
    max-width: 100%;
    display: block;
  }
}
.updated-services-section .lower-box .text a:hover {
  background-color: #fa4319;
}

.ft-about-section {
  padding: 80px 0px 100px;
}
@media (max-width: 991px) {
  .ft-about-section {
    padding: 40px 0px 40px;
  }
}
.ft-about-section .ft-section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #ea1e00;
  padding: 0px 82px;
  position: relative;
}
.ft-about-section .ft-section-title .sub-title:before {
  top: 15px;
  left: 0;
  content: "";
  height: 3px;
  width: 75px;
  position: absolute;
  background-color: #ea1e00;
}
.ft-about-section .ft-section-title h2 {
  color: #00044b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .ft-about-section .ft-section-title h2 {
    font-size: 32px;
  }
}
.ft-about-section .ft-section-title p {
  margin-bottom: 0;
  color: #888888;
}
.ft-about-section .ft-about-img-exp {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .ft-about-section .ft-about-img-exp {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 60px;
  }
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area {
  top: 0px;
  right: 0;
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area .ft-about-exp-text {
  top: 50px;
  left: 60px;
  max-width: 185px;
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area .ft-about-exp-text h3 {
  font-size: 18px;
  color: #00044b;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area .ft-about-exp-text h3 span {
  font-size: 48px;
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area .ft-about-exp-text h3 b {
  font-size: 48px;
  font-weight: 700;
}
.ft-about-section .ft-about-img-exp .ft-about-exp-area .ft-about-exp-text p {
  font-weight: 500;
  color: #888888;
}
@media screen and (max-width: 991px) {
  .ft-about-section .ft-about-text-wrapper {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }
}
.ft-about-section .ft-about-feature-list-warpper {
  padding-top: 35px;
}
.ft-about-section .ft-about-feature-list-item {
  padding: 27px 20px 25px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
}
.ft-about-section .ft-about-feature-list-item .ft-about-feature-icon {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #ffebeb;
  transition: 500ms all ease;
}
.ft-about-section .ft-about-feature-list-item .ft-about-feature-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #ea1e00;
  transition: 500ms all ease;
}
.ft-about-section .ft-about-feature-list-item .ft-about-feature-text {
  max-width: 420px;
}
.ft-about-section .ft-about-feature-list-item .ft-about-feature-text h3 {
  color: #00044b;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ft-about-section .ft-about-feature-list-item .ft-about-feature-text p {
  margin-bottom: 0;
  color: #888888;
}
.ft-about-section .ft-about-feature-list-item:hover .ft-about-feature-icon {
  background-color: #ea1e00;
}
.ft-about-section .ft-about-feature-list-item:hover .ft-about-feature-icon i {
  color: #fff;
}
.ft-about-section .ft-btn a {
  color: #fff;
  height: 55px;
  z-index: 1;
  width: 170px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #ea1e00;
}
.ft-about-section .ft-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}

.ft-case-study-section {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ft-case-study-section .ft-case-study-content {
    flex-wrap: wrap;
  }
}
.ft-case-study-section .ft-case-study-items {
  width: 25%;
  border-right: 1px solid #8a8a8a;
}
@media screen and (max-width: 1024px) {
  .ft-case-study-section .ft-case-study-items {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .ft-case-study-section .ft-case-study-items {
    width: 100%;
  }
}
.ft-case-study-section .ft-case-study-items .ft-case-study-img {
  position: relative;
}
.ft-case-study-section .ft-case-study-items .ft-case-study-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.65);
}
.ft-case-study-section .ft-case-study-items .ft-case-study-img img {
  width: 100%;
}
.ft-case-study-section .ft-case-study-items .ft-case-study-text {
  left: 60px;
  bottom: -25px;
  max-width: 335px;
  position: absolute;
  transition: 500ms all ease;
}
@media (max-width: 991px) {
  .ft-case-study-section .ft-case-study-items .ft-case-study-text {
    left: 30px;
  }
}
.ft-case-study-section .ft-case-study-items .ft-case-study-text .serial-no {
  color: #fa4318;
  font-size: 20px;
  font-weight: 500;
}
.ft-case-study-section .ft-case-study-items .ft-case-study-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0px 25px;
  font-family: "Poppins", sans-serif;
}
.ft-case-study-section .ft-case-study-items .ft-case-study-text h3 a {
  color: #ffffff;
}
.ft-case-study-section .ft-case-study-items .ft-case-study-text p {
  opacity: 0;
  color: #fff;
  line-height: 1.688;
  padding-bottom: 35px;
  transition: 500ms all ease;
}
.ft-case-study-section .ft-case-study-items .more-btn {
  left: 60px;
  color: #fff;
  width: 45px;
  height: 45px;
  bottom: 40px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .ft-case-study-section .ft-case-study-items .more-btn {
    left: 30px;
  }
}
.ft-case-study-section .ft-case-study-items .more-btn:hover {
  color: #000;
  background-color: #fff;
}
.ft-case-study-section .ft-case-study-items:hover .ft-case-study-img:before {
  background-color: rgba(0, 67, 135, 0.85);
}
.ft-case-study-section .ft-case-study-items:hover .ft-case-study-text {
  bottom: 90px;
}
.ft-case-study-section .ft-case-study-items:hover .ft-case-study-text p {
  opacity: 1;
}

.ft-funfact-section-2 {
  overflow: hidden;
  padding: 115px 0px;
}
.ft-funfact-section-2 .ft-section-title-3 {
  margin: 0 auto;
  max-width: 820px;
}
.ft-funfact-section-2 .ft-section-title-3 span {
  color: #fa3b0e;
  font-size: 18px;
  font-weight: 500;
}
.ft-funfact-section-2 .ft-section-title-3 h2 {
  color: #141415;
  font-size: 48px;
  font-weight: 700;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .ft-funfact-section-2 .ft-section-title-3 h2 {
    font-size: 34px;
  }
}
.ft-funfact-section-2 .ft-funfact-content-2 {
  z-index: 1;
  padding-top: 100px;
}
.ft-funfact-section-2 .ft-funfact-content-2 .map-bg {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .ft-funfact-section-2 .ft-funfact-inner-items.style-two {
    margin: 0;
    margin-bottom: 20px;
  }
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two .circle-one {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 15px;
  width: 210px;
  height: 210px;
  opacity: 0;
  border-radius: 50%;
  margin-left: -105px;
  margin-top: -200px;
  background-color: #fc401b;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two .circle-two {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 15px;
  width: 210px;
  height: 210px;
  opacity: 0;
  border-radius: 50%;
  margin-left: -105px;
  margin-top: -200px;
  background-color: #fc401b;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two .ft-funfact-inner-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
  background-color: #3b6aff;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two .ft-funfact-inner-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two:hover {
  background-color: #070c22;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two:hover .circle-one {
  opacity: 0.3;
  margin-top: -150px;
  transition-delay: 150ms;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two:hover .circle-two {
  opacity: 0.3;
  margin-top: -120px;
  transition-delay: 300ms;
}
.ft-funfact-section-2 .ft-funfact-inner-items.style-two:hover .ft-funfact-inner-text p {
  color: #ffffff;
}
.ft-funfact-section-2 .ft-funfact-inner-items .ft-funfact-inner-text h3 {
  color: #fa4318;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.ft-funfact-section-2 .ft-funfact-inner-items .ft-funfact-inner-text p {
  color: #141415;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ft-funfact-section-2 .ft-funfact-slug-text {
  margin-top: 70px;
}
.ft-funfact-section-2 .ft-funfact-slug-text span {
  color: #000000;
}
.ft-funfact-section-2 .ft-funfact-slug-text span a {
  color: #008eff;
  font-weight: 700;
  text-decoration: underline;
}

.ft-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 250px;
}
.ft-why-choose-section-2 .why-choose-bg-2 {
  top: 0;
  left: 0;
  opacity: 0.07;
  z-index: -1;
  position: absolute;
}
.ft-why-choose-section-2 .why-choose-img-2 {
  right: 0;
  bottom: 75px;
}
.ft-why-choose-section-2 .ft-why-choose-content-2 {
  padding-left: 5px;
}
.ft-why-choose-section-2 .ft-why-choose-text-2 {
  padding-top: 50px;
}
.ft-why-choose-section-2 .ft-section-title-3 span {
  color: #fa3b0e;
  font-size: 18px;
  font-weight: 500;
}
.ft-why-choose-section-2 .ft-section-title-3 h2 {
  color: #141415;
  font-size: 48px;
  font-weight: 700;
  padding-top: 12px;
}
.ft-why-choose-section-2 .opportunity-tabs {
  position: relative;
  margin-top: 50px;
}
.ft-why-choose-section-2 .opportunity-tabs .tab-btns {
  position: relative;
  padding: 0px;
  margin-bottom: 40px;
  border-bottom: 3px solid #ebebeb;
}
.ft-why-choose-section-2 .opportunity-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  margin-right: 10px;
  font-size: 17px;
  background: none;
  color: #1a1a1a;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0px 20px 12px;
  transition: all 500ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.ft-why-choose-section-2 .opportunity-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -2px;
  height: 3px;
  right: 0px;
  opacity: 0;
  background-color: #fa4318;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.ft-why-choose-section-2 .opportunity-tabs .tab-btns .tab-btn.active-btn {
  color: #fa4318;
}
.ft-why-choose-section-2 .opportunity-tabs .tabs-content .tab {
  position: relative;
  display: none;
}
.ft-why-choose-section-2 .opportunity-tabs .tabs-content .tab p {
  font-size: 16px;
  line-height: 1.9em;
  color: #404040;
}
.ft-why-choose-section-2 .opportunity-tabs .tabs-content .tab p:last-child {
  margin-bottom: 0px;
}
.ft-why-choose-section-2 .opportunity-tabs .tabs-content .content {
  position: relative;
  padding-left: 190px;
  margin-bottom: 20px;
  min-height: 161px;
}
.ft-why-choose-section-2 .opportunity-tabs .tabs-content .content .image {
  position: absolute;
  left: 0px;
  width: 28%;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper {
  padding-left: 35px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form {
  position: relative;
  max-width: 455px;
  padding: 45px 30px 45px;
  background-color: #080c24;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input {
  margin-bottom: 20px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input select {
  width: 100%;
  height: 48px;
  border: none;
  border: none;
  color: #d0cfcf;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
  background-color: #494d62;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input input {
  width: 100%;
  height: 48px;
  border: none;
  border: none;
  color: #d0cfcf;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
  background-color: #494d62;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input input::-moz-placeholder {
  opacity: 1;
  color: #d0cfcf;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input input:-ms-input-placeholder {
  opacity: 1;
  color: #d0cfcf;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input input::placeholder {
  opacity: 1;
  color: #d0cfcf;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-select:before {
  top: 13px;
  right: 12px;
  color: #d0cfcf;
  font-size: 15px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input-range {
  margin-bottom: 20px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form .wc-input-range span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form p {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form button {
  color: #fff;
  height: 48px;
  border: none;
  width: 185px;
  margin-top: 5px;
  font-weight: 700;
  border-radius: 5px;
  border-radius: 5px;
  background-color: #008eff;
  transition: 500ms all ease;
}
.ft-why-choose-section-2 .ft-why-choose-form-wrapper .ft-why-choose-form button :hover {
  background-color: #fa4318;
}

.ft-testimonial-section-3 {
  margin-top: 80px;
}
.ft-testimonial-section-3 .ft-testimonial-slider-wrapper-3 {
  background-color: #fff;
  box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
}
.ft-testimonial-section-3 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box {
  position: relative;
  padding-left: 400px;
  min-height: 230px;
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box {
    padding: 0 20px;
  }
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box .ft-testimonial-slider-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 385px;
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box .ft-testimonial-slider-img {
    position: static;
    margin: 0 auto;
  }
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box .content-outer {
  position: relative;
  padding: 24px 0px;
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box .content {
  position: relative;
  padding-left: 70px;
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .inner-box .content::before {
  top: -5px;
  left: 5px;
  color: rgb(0, 142, 255);
  font-size: 40px;
  content: "\f10e";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 p {
  color: #0b0b0b;
  font-size: 24px;
  font-weight: 500;
  max-width: 515px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .ft-testimonial-slider-items-3 p {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .ft-testimonial-slider-items-3 .ft-testimonial-slider-author {
    text-align: center;
  }
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .ft-testimonial-slider-author span {
  display: block;
}
.ft-testimonial-section-3 .ft-testimonial-slider-items-3 .ft-testimonial-slider-author .name {
  color: #fa4318;
  font-weight: 700;
  font-style: italic;
}
.ft-testimonial-section-3 .slick-dots {
  top: 50%;
  width: auto;
  right: 25px;
  bottom: auto;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .slick-dots {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}
.ft-testimonial-section-3 .slick-dots li {
  width: 40px;
  height: 40px;
  color: #c3c3c3;
  display: block;
  font-weight: 700;
  line-height: 32px;
  border-radius: 100%;
  border: 4px solid #fff;
  transition: 500ms all ease;
  text-align: center;
}
@media (max-width: 1199px) {
  .ft-testimonial-section-3 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
}
.ft-testimonial-section-3 .slick-dots li button {
  color: #c3c3c3;
  background: none;
  border: 0;
}
.ft-testimonial-section-3 .slick-dots li.slick-active {
  color: #0b0b0b;
  font-size: 18px;
  border: 4px solid #008eff;
}
.ft-testimonial-section-3 .slick-dots li.slick-active button {
  color: #0b0b0b;
}

.ft-blog-section {
  padding: 105px 0px;
}
.ft-blog-section .ft-section-title {
  max-width: 420px;
}
@media (max-width: 767px) {
  .ft-blog-section .ft-section-title {
    max-width: 100%;
  }
}
.ft-blog-section .ft-section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #ea1e00;
  padding: 0px 82px;
  position: relative;
}
.ft-blog-section .ft-section-title .sub-title:before {
  top: 15px;
  left: 0;
  content: "";
  height: 3px;
  width: 75px;
  position: absolute;
  background-color: #ea1e00;
}
.ft-blog-section .ft-section-title h2 {
  color: #00044b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .ft-blog-section .ft-section-title h2 {
    font-size: 34px;
  }
}
.ft-blog-section .ft-btn a {
  color: #fff;
  height: 55px;
  z-index: 1;
  width: 170px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #ea1e00;
}
.ft-blog-section .ft-blog-feed-content {
  padding-top: 40px;
}
.ft-blog-section .ft-blog-feed-img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
}
.ft-blog-section .ft-blog-meta {
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #d5d5d5;
}
.ft-blog-section .ft-blog-data a {
  color: #00044b;
  font-weight: 500;
}
.ft-blog-section .ft-blog-data a i {
  color: #ea1e00;
  margin-right: 5px;
}
.ft-blog-section .ft-blog-comment-view a {
  margin-left: 25px;
  color: #00044b;
}
.ft-blog-section .ft-blog-comment-view a i {
  color: #ea1e00;
  margin-right: 5px;
}
.ft-blog-section .ft-blog-feed-text h3 {
  color: #00044b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
}
.ft-blog-section .ft-blog-feed-text h3 a {
  color: #00044b;
}
.ft-blog-section p {
  margin-bottom: 0;
}
.ft-blog-section .ft-blog-news-feed-innerbox {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ft-blog-section .ft-blog-news-feed-innerbox {
    justify-content: center;
  }
}
.ft-blog-section .ft-blog-news-feed-innerbox .ft-blog-feed-img {
  width: 200px;
  height: 168px;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 5px;
}
.ft-blog-section .ft-blog-news-feed-innerbox .ft-blog-feed-text {
  width: 345px;
}
.ft-blog-section .ft-blog-news-feed-innerbox .ft-blog-meta {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.ft-blog-section .ft-blog-news-feed-innerbox .ft-blog-meta a {
  color: #00044b;
  font-weight: 500;
}
.ft-blog-section .ft-blog-news-feed-innerbox .ft-blog-meta a i {
  color: #ea1e00;
  margin-right: 5px;
}
.ft-blog-section .ft-blog-news-feed-innerbox h3 {
  padding-bottom: 5px;
  color: #00044b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.ft-blog-section .ft-blog-news-feed-innerbox p {
  margin-bottom: 0;
  color: #888888;
}
.ft-blog-section .ft-blog-news-feed-innerbox.left {
  display: block;
}
.ft-blog-section .ft-blog-news-feed-innerbox.left .ft-blog-feed-img {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ft-blog-section .ft-blog-news-feed-innerbox.left .ft-blog-feed-img img {
    width: 100%;
  }
}
.ft-blog-section .ft-blog-news-feed-innerbox.left .ft-blog-meta {
  margin-bottom: 22px;
}
.ft-blog-section .ft-blog-news-feed-innerbox.left .ft-blog-feed-text {
  width: 100%;
}
.ft-blog-section .ft-blog-news-feed-innerbox.left .ft-blog-feed-text h3 {
  color: #00044b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
}

.ft-footer-section-3 .ft-newslatter-section-3 {
  padding: 40px 0px;
  background-color: #0f0f35;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-content-3 {
  flex-wrap: wrap;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text {
  color: #fff;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
    font-size: 28px;
    padding-bottom: 0;
  }
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text span {
  margin-bottom: 10px;
  display: block;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #008eff;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 {
  padding-bottom: 60px;
  padding-top: 80px;
  border-bottom: 2px solid #383737;
}
@media (max-width: 767px) {
  .ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget {
    margin-bottom: 20px;
  }
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
  margin-bottom: 20px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
    margin-bottom: 0;
  }
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
  color: #9d9d9d;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
    padding: 0;
  }
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
  color: #fff;
  height: 35px;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  background-color: #008eff;
  transition: 0.3s all ease-in-out;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 25px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: 15px;
  position: absolute;
  background-color: #008eff;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget p {
  color: #9d9d9d;
  margin-bottom: 0;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input {
  padding-right: 95px;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  border: 2px solid #313131;
  background-color: transparent;
  color: #ffffff;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button {
  top: 0;
  right: 0;
  padding: 0;
  color: #fff;
  border: none;
  position: absolute;
  background-color: #008eff;
  transition: 0.3s all ease-in-out;
  width: 90px;
  height: 44px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
  margin-top: 22px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
  padding-left: 0px;
  margin-right: 15px;
  display: inline-block;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
  color: #494949;
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(73, 73, 73);
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .gallery-widget {
  margin: 0px -5px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .gallery-widget .zoom-gallery {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .gallery-widget .zoom-gallery .image {
  position: relative;
  width: 31%;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 5px 3px 0px;
  border-radius: 8px;
  padding-left: 0px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-widget .gallery-widget li a {
  border-radius: 8px;
  display: block;
  height: inherit;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget {
    padding-left: 0;
  }
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget ul {
  padding-top: 0px;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget ul li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 18px;
  list-style-type: none;
  transition: 500ms all ease;
  display: inline-block;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #008eff;
  margin-right: 10px;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget a {
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
  position: relative;
  background: none;
  font-weight: 500;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.ft-footer-section-3 .ft-footer-content-wrap-3 .ft-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}
.ft-footer-section-3 .ft-footer-logo img {
  height: 40px;
}
.ft-footer-section-3 .footer-widget ul {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.ft-footer-section-3 .footer-widget li {
  position: relative;
  margin-bottom: 18px;
  list-style-type: none;
  transition: 500ms all ease;
}
.ft-footer-section-3 .ft-footer-copyright {
  padding: 25px 0px;
}
.ft-footer-section-3 .ft-footer-copyright span {
  font-size: 15px;
  color: #ffffff;
}
.navbar-nav .dropdown-menu .dropdown-item{
  color: #000000 !important;
  font-weight: 400;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fa4216 !important;
}
