/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Rubik", "Rubik", "Montserrat";
  color: #444444;
}

a {
  color: #01153A;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2.0rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  /* background: url("../images/preloader.gif") fixed center center, rgba(1, 21, 58, 0.9); */
  background: rgba(1, 21, 58, 0.9);
  /* background: url('../images/preloader.gif') no-repeat center center; */
  /* background: linear-gradient(rgba(1, 21, 58, 0.5), rgba(1, 21, 58, 0.5)); */
}


#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background: url("../images/preloader.gif") fixed center center;
  width: 100px;
  height: 100px;
  /* -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; */
}

/* #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
} */

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

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #01153A;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #C91E25;
  color: #fff;
}

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

emphasis {
  color: #C91E25;
}

.btn-primary {
  background: #01153A;
}

.btn-danger {
  background: #C91E25;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #C91E25;
  border: 1px solid #C91E25;
}


.btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .1s;
}

.btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.7s;
  transform: scale(5, 5);
}

.btn-ripple:active::after {
  padding: 0;
  margin: 0;
  opacity: .2;
  transition: 0s;
  transform: scale(0, 0);
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: rgba(1, 21, 58, 0.9);
  padding: 0;
  font-size: 14px;
}

#topbar .social-links a {
  color: #fff;
  padding: 6px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar {
  display: block !important;
}

@media (max-width: 376px) {}

@media (max-width: 426px) {
  #topbar .social-links {
    display: flex;
  }

  .topbar-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    height: 37px;
  }

  #topbar {
    background: rgba(1, 21, 58, 0.9);
    padding: 0;
    font-size: 14px;
  }

  #topbar .social-links a {
    color: #fff;
    padding: 4px 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }

  #topbar .social-links a:hover {
    color: #fff;
  }

  #topbar {
    display: block !important;
  }

  #topbar .text {
    margin-top: 6px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  padding: 10px 0;
  background-color: #fff;
  z-index: 997;
}

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

@media (max-width: 768px) {
  #header .navbar {
    opacity: 1;
    width: 50%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
   
    background: rgb(22 28 33 / 88%);
    overflow: hidden;
  }
 
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

@media (max-width: 426px) {
  #header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
    /* top: 67px; */
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.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-size: 15px;
  font-weight: 500;
  color: #01153A;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: bold;
}

.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,
.navbar li.active a {
  color: #C91E25;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #01153A;
  font-size: 14px;
  border: 2px solid #01153A;
  font-weight: bold;
  cursor: pointer;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #01153A;
}

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

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

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

.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: #C91E25;
}

.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 {
  /* display: flex; */
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(1, 21, 58, 0.85);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 10px 20px;
  font-weight: 500;
  text-align: left;
  border-bottom: thin solid #C91E25;
}

.mobile-nav .dropdown-menu a {
  color: #C91E25 !important;
}

.mobile-nav .dropdown-menu {
  background: #FFF;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #C91E25;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 60px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #C91E25;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

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

.mobile-nav-toggle.bi-x {
  color: #C91E25;
}

@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(40, 58, 90, 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;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #01153A;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  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: #01153A;
}

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


/*--------------------------------------------------------------
# Carousel Section
--------------------------------------------------------------*/
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 100vh;
  margin-top: 0 !important;
  padding-top: 0;
}

.carousel-content {
  padding-left: 5rem;
}

.carousel-content h1,
.carousel-content h3,
.carousel-content h5 {
  font-weight: 700;
}

.carousel-content h2 {
  font-size: 32px;
  margin-left: 0.25 rem;
}

.carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


#introCarousel .content-container h3,
#introCarousel .content-container h4,
#introCarousel .content-container p {
  color: #FFF;
  text-align: center;
}

#introCarousel img {
  color: #FFF;
  width: 1vw;
  margin: 1rem 0;
}

#introCarousel .img {
  border-radius: 8px;
  overflow: hidden;
}

#introCarousel .img img {
  transition: 0.6s;
}

#introCarousel .title-mobile {
  display: none;
}

#introCarousel .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#introCarousel .title h3 {
  font-size: 30px !important;
}


@media (max-width: 768px) {

  #introCarousel .content-container h3 {
    font-size: 24px;
  }

  #introCarousel h2 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
  }

  #introCarousel .title {
    display: none;
  }

  #introCarousel .title-mobile {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  #introCarousel .title-mobile h3 {
    font-size: 48px !important;
  }
  #introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: auto;
  margin-top: 0 !important;
  padding-top: 0;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width: 50%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(22 28 33 / 88%);
  overflow: hidden;
  width: 100%;
}

.navbar li{
  width:50%
}
.navbar-mobile a, .navbar-mobile a:focus{
  color: #fff;
    border-bottom: thin solid #C91E25;
}

}

@media (max-width: 426px) {
  #introCarousel img {
    width: 100vw;
  }

  #introCarousel .title {
    flex-direction: column !important;
  }

  #introCarousel .title {
    display: none;
  }

  #introCarousel .title-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #introCarousel .title-mobile img {
    width: 0.75rem;
    height: 0.75rem;
  }

  #introCarousel h2 {
    font-size: 36px !important;
    text-align: center;
    margin-bottom: 30px !important;
  }

  #introCarousel .title-mobile h3 {
    font-size: 36px !important;
  }
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: -58.59px;
  }
}

/* Height for devices larger than 576px */
@media (min-width: 1025px) {
  .offset-xl-1-5 {
    margin-left: 12% !important;
  }
}

@media (max-width: 426px) {
  .carousel-content {
    padding: 12rem 2rem 0 !important;
  }

  .carousel-content h1,
  .carousel-content h3,
  .carousel-content h5 {
    text-align: center;
  }

  .carousel-content p {
    text-align: justify;
  }
}


.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.owl-stage {
  display: flex;
}

.owl-item img {
  opacity: 0.7;
  transition: 0.2s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 55px;
  left: -20px;
  outline: none;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 36px;
}

.owl-nav .owl-next {
  position: absolute;
  top: 55px;
  right: -20px;
  outline: none;
}

.owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.owl-dot.active {
  background-color: #ffc451 !important;
}

@media (max-width: 426px) {
  .owl-nav .owl-prev {
    top: 25px;
    left: 0px;
  }

  .owl-nav .owl-next {
    top: 25px;
    right: 0px;
  }
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #01153A;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #01153A;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  .h-100{
    height:80% !important;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #01153A;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01153A;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 75%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(0);
}

.clients .img-lg {
  max-width: 125% !important;
  width: 125% !important;
}

.clients .img-md {
  max-width: 100% !important;
  width: 100% !important;
}

.clients .img-sm {
  max-width: 50% !important;
  width: 50% !important;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/* @media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
} */

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about {
  background: linear-gradient(rgba(1, 21, 58, 0.8), rgba(1, 21, 58, 1)), url("../images/about-us.jpg") fixed center center;
  background-size: cover;
  padding: 90px 0;
}

.about .content p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}

.about .content p b {
  font-weight: 1000;
}

@media (max-width: 426px) {
  .about .content p {
    font-size: 20px;
  }
}



/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social {
  background: #FFF;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.social h3 {
  font-size: 45px;
  font-weight: bold;
  color: #01153A;
  text-align: center;
}

.crt-post-c {
  margin: 10px;
}

.crt-feed-window {
  padding: 10px 10px 30px 10px;
  width: 100%;
}

.crt-tag {
  color: #F5F7E5 !important;
  z-index: 0 !important;
}

@media (max-width: 768px) {
  .social {
    padding-left: 0;
    padding-right: 0;
  }

  .social h3 {
    font-size: 36px;
    text-align: center;
  }

  .social .tab-image {
    margin-top: 40px;
  }

  .crt-feed-window {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .social h3 {
    font-size: 30px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #01153A;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #01153A;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Rubik", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #01153A;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

.divider {
  display: flex;
  justify-content: center;
  background-color: #01153A;
}

.divider-white {
  background-color: #FFF !important;
}

.divider img {
  width: 70%;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about-us {
  
  background-size: cover;
  padding: 90px 0;
}

.about-us .section-title h2 {
  color: #FFF;
}

.about-us p {
  font-size: 25px;
  color: #FFF;
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
}
.about-us ol, .about-us ul{
	 color: #FFF;
	line-height:40px;
}

.about-us img {
  color: #FFF;
  width: 60vw;
  margin: 1rem 0;
}
.about-us img.img-fluid {
  width: auto;
}

.about-us .content-container h3,
.about-us .content-container h4,
.about-us .content-container p {
  color: #FFF;
  text-align: center;
}

.about-us .img {
  border-radius: 8px;
  overflow: hidden;
}

.about-us .img img {
  transition: 0.6s;
}

.about-us .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.about-us .title img {
  width: 0.75rem;
  height: 0.75rem;
}

.about-us .title h3 {
  font-size: 68px;
}

.about-us .title-mobile {
  display: none;
}

@media (max-width: 567px) {
  .about-us img {
    width: 100vw;
  }

  .about-us .title {
    flex-direction: column !important;
  }

  .about-us .title {
    display: none;
  }

  .about-us .title-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-us .title-mobile img {
    width: 0.75rem;
    height: 0.75rem;
  }

  .about-us .title-mobile h3 {
    font-size: 36px !important;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  background: #fff;
}

.services .section-title h2 {
  color: #FFF;
}

.services .section-title h4 {
  color: #01153A !important;
}

/* .services .img {
  height: 350px;
  width: 350px;
} */

.services img {
  color: #FFF;
  width: 100%;
  margin: 1rem 0;
}

.services .content-container h3,
.services .content-container h4,
.services .content-container p {
  color: #FFF;
  text-align: center;
}

.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 5px;
  margin: -75px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #FFF;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(255, 255, 255, 0.1);
}

.services .details .icon {
  margin: 0;
  /* width: 72px; */
  height: 72px;
  background: #4b5e80;
  /* background: #01153A; */
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  /* left: calc(50% - 36px); */
  border: 6px solid #FFF;
}

.services .details .icon img {
  width: 60%;
}

.services .details .icon img.img-x2 {
  width: 80% !important;
}

.services .details h3 {
  color: #01153A;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.case-study-detail h1.xlarge-3{
  color:#01153A
}

.services .details p {
  color: #01153A;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

.services .details a {
  color: #C91E25;
}

.services .service-item .details h3.small {
  font-size: 18px;
}

.services .service-item:hover .details h3 {
  color: #01153A;
}

.services .service-item:hover .details .icon {
  background: #C91E25;
}

.services .service-item:hover .details .icon i {
  color: #01153A;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

.services .service-item .title {
  font-size: 20px;
  color: #01153A;
}


@media (max-width: 426px) {
  
  .services img {
    width: 95vw;
  }
}


/*--------------------------------------------------------------
# IPR Section
--------------------------------------------------------------*/
.ipr {
  background: #FFF;
}

.ipr .section-title p {
  color: rgb(1, 21, 58);
}


.ipr img {
  color: #FFF;
  width: 60vw;
  margin: 1rem 0;
  transition: all 0.3s ease-in-out;
}

.ipr .img {
  border-radius: 8px;
  overflow: hidden;
}

.ipr .img img {
  transition: 0.6s;
}


.ipr .ipr-item:hover .img img {
  transform: scale(1.03);
  /* background: rgb(255, 255, 255, 0.2); */
}

.ipr .content-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ipr .ipr-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.ipr .ipr-content p {
  font-size: 24px !important;
  color: #004f8f;
  font-weight: bold;
  text-align: center;
}

.ipr .contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

.ipr .contact-content p {
  margin-bottom: 5px;
  color: #C91E25;
}

@media (max-width: 426px) {
  .ipr img {
    width: 100vw;
  }

  .ipr .content-container {
    justify-content: center;
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #01153A;
  border: 2px solid #01153A;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Rubik", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #C91E25;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
  height: 175px;
  width: 175px;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
  padding: 20px
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #01153A;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: translate(0px, -20px)
    /* transform: rotateY(180deg); */
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

@media (max-width: 426px) {

  .portfolio #portfolio-flters li {
    margin: 10px 0 !important;
    font-size: 13px;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #01153A;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #01153A;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: linear-gradient(rgba(1, 21, 58, 1), rgba(1, 21, 58, 0.3)), url("../images/team/background.png") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.team .container a {
  color: white;
}

.team h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #FFF;
  font-family: "Rubik", sans-serif;
  text-align: center;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img img {
  transition: all 0.3s ease-in-out;
}

.team .member .member-img img:hover {
  transform: scale(1.05);
}

.team .member .social {
  transition: ease-in-out 0.3s;
  text-align: center;
  padding: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #C91E25;
}

.team .member .social a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #151515;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px 15px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
  text-align: center;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .img-container {
  margin-top: 90px;
}


.team .img-container img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.team .img-container img:hover {
  transform: scale(1.05);
}

.team .img-container .team-info {
  border-radius: 8px;
  margin-top: -100px;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1));
  box-shadow: 0px 0 25px rgb(255 255 255 / 10%);
  transition: all ease-in-out 0.3s;
  padding: 30px 30px;
}

.team .team-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 36px;
  color: #151515;
  text-align: center;
}

@media (max-width: 426px) {
  .team {
    padding: 60px 20px;
  }

  .team h1 {
    font-size: 36px;
  }

  .team .img-container img {
    border-radius: 8px 8px 0 0;
  }

  .team .img-container .team-info {
    border-radius: 0 0 8px 8px;
    margin-top: -10px;
    background: #FFF;
    padding: 20px 20px;
  }

  .team .team-info h4 {
    font-size: 24px;
  }

  .team .img-container {
    margin-top: 10px;
  }
}



/*--------------------------------------------------------------
# Advantage
--------------------------------------------------------------*/

.advantage {
  background: linear-gradient(rgba(1, 21, 58, 0.9), rgba(1, 21, 58, 1));
  padding: 60px 40px;
  transition: all 0.4s ease-in-out;
  border-top: 0.5px solid #FFF;
}

.advantage .tab-image img {
  object-fit: contain;
  width: 60%;
}

.advantage .tab-content {
  margin-top: auto;
  margin-bottom: auto;
}

.advantage .tab-content h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #C91E25 !important;
}

.advantage .tab-content p {
  font-size: 18px;
  color: #FFF;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 768px) {

  .advantage .tab-content h3,
  .advantage .tab-content p {
    text-align: justify;
    margin-top: 20px;
  }

  .advantage .tab-content .button-container {
    display: flex;
    justify-content: center;
  }
}

.advantage .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


@media (max-width: 426px) {
  /* .advantage {
    padding: 20px;
  } */

  .advantage .tab-content h2 {
    font-size: 24px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #01153A;
  border-bottom: 3px solid #01153A;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #01153A;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

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

.contact .info .social-links a:hover {
  background: #01153A;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #01153A;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #01153A;
  border-bottom: 3px solid #01153A;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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: #fff;
  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: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  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 .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #01153A;
}

.contact .php-email-form input {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: #01153A;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #C91E25;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

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

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

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

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #01153A;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgb(1, 12, 58);
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  color: #fff;
}

#footer .footer-top .footer-contact a {
  cursor: pointer;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}


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

#footer .footer-top .social-links a:hover {
  background: #C91E25;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.cs-content-block p{
  line-height: 30px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .footer-links .iso {
  display: flex;
  justify-content: flex-end;
}

#footer .footer-links .iso img {
  width: 5rem;
}
.cover-image{
  object-fit:cover;
  height:100%;
  width:100%;
}
#alright-01 .case-study-content-left .cs-content-block h3{
  font-weight: 600;
}

@media (min-width: 1024px) {
  #footer .footer-links {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: end;
  }
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  #clients .owl-item{
    padding:0px;
  }
  #clients.clients img{
    max-width: 90%;
  }
}

@media (max-width: 768px) {

  #footer .footer-top .footer-contact {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
}

@media (max-width: 426px) {

  #footer .footer-top .footer-contact h3,
  #footer .footer-top .footer-contact p,
  #footer .footer-top .footer-links {
    text-align: center;
  }

  #footer .footer-top .social-links {
    display: flex;
    justify-content: center;
  }

  #footer .footer-top .footer-contact {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  #footer .footer-top .footer-contact a {
    text-align: center;
  }

  #footer .footer-links .iso {
    justify-content: center;
  }
}


/*--------------------------------------------------------------
# Featured Videos
--------------------------------------------------------------*/

.featured-videos {
  background-color: #f7f7f7;
  padding: 80px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 426px) {

  .featured-images-initiative,
  .social-images,
  .paradox-video,
  .download-infograph,
  .recipe,
  .recipe-request,
  .featured-videos {
    padding: 40px 20px !important;
  }

  h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 320px) {

  .featured-images-initiative,
  .social-images,
  .paradox-video,
  .download-infograph,
  .recipe,
  .recipe-request,
  .featured-videos {
    padding: 40px 20px !important;
  }
}

.featured-videos h4 {
  text-align: center;
  font-size: 20px;
  color: #01153A;
  font-weight: 400;
  padding-top: 10px;
  font-family: 'Rubik';
}

.featured-videos .item {
  width: 100%;
  background-color: #fff;
  min-height: 200px;
  border-radius: 25px;
}

.featured-videos .item h4 {
  color: #01153A;
}

.featured-videos .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 80% !important;
  cursor: pointer;

}

.featured-videos .owl-item iframe {
  width: 100% !important;
  max-height: 100% !important;
  opacity: 0.9;
  transition: 0.3s;
}

.featured-videos .owl-item img {
  filter: none !important;
}

.featured-videos .owl-item iframe:hover {
  opacity: 1;
}

.featured-videos .owl-nav .owl-prev {
  position: absolute;
  top: 50px;
  left: -20px;
  outline: none;
}

.featured-videos .owl-nav .owl-prev span {
  font-size: 80px;
  color: #000;
}

.featured-videos .owl-nav .owl-next {
  position: absolute;
  top: 50px;
  right: -20px;
  outline: none;
}

.featured-videos .owl-nav .owl-next span {
  font-size: 80px;
  color: #000;
}


/*--------------------------------------------------------------
    # Modal
--------------------------------------------------------------*/
#contact-modal .row {
  background: rgba(255, 163, 0, 0.02);
  padding-bottom: 72px;
  margin-inline: 8vw;
  margin-top: 5vh;
}

.modal-open .modal.background {
  opacity: 50%;
  background: #FFD6AF;
}

.modal-contents label {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: small;
  font-weight: 600;
}

.modal-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45vw;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
}

.modal .modal-header {
  background: white;
  color: black;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px !important;
}

.modal .modal-header h6 {
  background: white;
  color: #666666;
  font-family: "Rubik", sans-serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  font-size: 24px;
}

.modal-header .close {
  padding: 10px;
}

.modal-header .close {
  background: #C91E25;
  border-bottom-left-radius: 10px;
  border: 1px solid #C91E25;
}

.modal-header .close span {
  color: #FFF;
}

.modal .modal-body .form-group {
  padding-bottom: 20px;
}

.modal .modal-body input {
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  border-radius: 10px;
  transition: 0.5s;
  background-color: #F4F4F4;
}

.modal .modal-body textarea {
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  border-radius: 10px;
  transition: 0.5s;
  background-color: #F4F4F4;
}

.modal .modal-body .location {
  display: inline;
}

@media (max-width: 426px) {

  .modal-contents,
  .modal-dialog {
    width: 100%;
  }

}

/*--------------------------------------------------------------
  #end form
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  #services modal
--------------------------------------------------------------*/

#services-modal .close {
  background-color: #01153A;
  border: none;
  margin-top: -30px;
}

#services-modal .modal-header {
  background-color: #01153A;
}

#services-modal .modal-dialog {
  width: 80%;
}

#services-modal .modal-header {
  padding: 32px 0 16px 16px !important;
}


#services-modal .modal-title {
  color: #FFF;
}

#services-modal .modal-title p {
  margin: 0;
}

#services-modal .client-logo-container {
  border-right: #000 solid 0.3rem;
}

#services-modal .client-logo-container img {
  width: 90px;
}

#services-modal .client-logo-container img.large {
  width: 120px !important;
}

#services-modal .modal-body .description img {
  width: 10px !important;
}

#services-modal .modal-body .description p {
  font-size: 20px;
  font-weight: 500;
}



/*--------------------------------------------------------------
  end #services modal
--------------------------------------------------------------*/



.offset-1-5 {
  margin-left: 12%;
}


.case-study-detail {
  flex-direction: row;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  display: flex;
}

.case-study-detail.top-padding {
  padding-top: 6vh;
}

.case-study-detail.reverse {
  height: auto;
}

.case-study-container-left {
  background-color: #f4f7f6;
  width: 50%;
  min-height: 90vh;
  padding: 40px;
}

.case-study-container-right {
  border: 20px solid #C91E25;
  /* background-color: #d2e6e4; */
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}
.fab.fa-linkedin{
  margin-top:10px;
  font-size: 18px;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button {
  display: inline-block;
  /* background-color: #FF9800; */
  width: 270px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 70px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.bg-white.free-consult, .bg-white.free-consult:hover {
  background-color: #FF9800 !important;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 18px 28px;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white.free-consult::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
  animation: slide 2s infinite ease-in-out;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.case-study-container-right.theme-dark-green {
  border-width: 12px;
  border-color: var(--midnight-blue);
  background-color: #c2d9e1;
}

.case-study-container-right.theme-slate-green {
  border-width: 12px;
}

.case-study-content-right {
  width: 90%;
}

.case-study-video-wrapper {
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.cs-heading-wrapper {
  margin-bottom: 25px;
}

.cs-heading-wrapper.margin-40 {
  margin-top: 100px;
}

.case-study-content-left {
  padding-left: 20px;
  padding-right: 20px;
}

.cs-logo-wrapper {
  flex-direction: row;
  align-items: center;
  height: 60px;
  margin-bottom: 50px;
  display: flex;
}


.track {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 0;
  display: flex;
  position: relative;
}

.section-wide {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-wide.bg-dark-gray {
  background-color: #000;
  padding-bottom: 100px;
  overflow: hidden;
}

.circle-section {
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-section.bg-red {
  background-color: #0000;
}
.xlarge {
  color: #fdc577;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-family: Centrano1, sans-serif;
  font-size: 7em;
  font-style: italic;
  font-weight: 700;
  line-height: .85;
}

.w-container {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
;
}
#w-node-_1623ef4f-43d8-29e7-459e-4ad86d87f820-797c948f {
  grid-area: span 2 / span 5 / span 2 / span 5;
  justify-self: auto;
}
.channel-trending-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  align-items: start;
  width: 100%;
  position: relative;
}
.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}


.auto-grid {
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}
.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}
.auto-grid.profile {
  grid-column-gap: 32px;
  grid-template-columns: auto 1fr;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#w-node-_5b577cd1-7e58-230f-5827-ce3b418f0125-797c948f, #rmg-node-channel-treding-grid {
  grid-area: 1 / 7 / 2 / 13;
}

.heading-medium.text-white-opacity {
  color: #fff;
  font-family: Centrano1 book, sans-serif;
  font-size: 2em;
  font-weight: 400;
}
.image-ui-c {
  height: 100px;
}
.image-ui-c.margin-bottom-medium {
  margin-bottom: 40px;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.square-profile {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.square-profile.large {
  border: 1px solid #000;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  box-shadow: 4px 6px #00000026;
}

.our service{
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.sub-heading {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Centrano1, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.paragraph-18-30 {
  color: #fffc;
  width: 100%;
  font-family: Centrano1, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.image-ui-c.divider {
  height: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px;
  background-color: var(--theme);
  border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  -o-border-radius: 15px 15px 0px 0px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../images/circle-3.png); */
  animation: cir36 10s linear infinite;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: #fff;
  margin-bottom: 5px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}
.contact-wrapper-2 .contact-content p.whitecolor {
  color: #fff;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content h2 {
  color: #fff;
  font-size: 34px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border-color);
  color: #000;
  padding: 18px 20px;
  border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output{
    color:#fff;
}
.gt-btn.style5 {
  background: #fff;
  color: #0F0D1D;
  min-width: 230px;
}
.gt-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background: var(--theme);
  color: #fff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 28px;
  min-width: 160px;
  cursor: pointer;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
}
.list-wrapper .list li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-weight: 400;
  color:#fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.site-footer.footer-dark .widget-title {
  color: #ffffff;
  margin: -0.12em 0 30px 0;
}

.site-footer.footer-dark .widget-menu li a {
    color: #D4D6D7;
    font-size: 16px;
    line-height:40px;
}
.site-footer.footer-dark .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.gt-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
}

.gt-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  border: 1px solid;
}

.checklist.style2 ul {
  display: flex;
  align-items: center;
  margin-left: 6px;
  gap: 8px;
  list-style-type: none;
}
.checklist.style2 ul li{
  font-size: 16px;
 
}
.wpcf7-form input, .wpcf7-form textarea{
  width: 100%;
}
.wpcf7-not-valid-tip{
  color:#C91E25 !important;
}
.screen-reader-response{
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;;
  border:2px solid #C91E25;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.paragraph-18-30.spacing.dark-green {
  color: #01153A;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
}
.carousel-content .m-1{
  margin-bottom:2.5rem !important
}
.owl-carousel .owl-item img{
  opacity: 1 !important;
}
.cs-hero-section {
  background-color: #000b17;
  justify-content: center;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 6%;
  display: flex;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cs-container {
  text-align: left;
  width: 90vw;
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
}
.cs-container.lp0 {
  padding-left: 0;
  padding-right: 0;
}
.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.cs-hero-content-wrapper {
  max-width: 1500px;
  padding-top: 0;
  padding-bottom: 0;
}
.w-layout-grid.our_service {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
;
}
#w-node-_9e93661a-9e75-5dac-8f13-937ab91c3406-797c948f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.cs-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}
#w-node-_9e93661a-9e75-5dac-8f13-937ab91c3409-797c948f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.cs-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex
;
}
.cs-heading-style.hero {
  margin-bottom: 24px;
  line-height: 52px;
  color:#fff;
  font-size: 30px;
}
.cs-hero-mini-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}
.cs-hero-mini-grid-element {
  border: 3px solid #ffffff14;
  border-radius: 24px;
  padding: 5px 16px;
  display: flex
;
}
.cs-mg-title {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.cs-mg-description {
  color: #ffffffb3;
  text-align: left;
  /* margin-top: 8px; */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.services img.case-study-img{
  width: 200px;
}

.case-study-detail .case-study-content-left ul li::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/roar-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 18px;
  margin-left: -24px;

 
  
}
.case-study-detail .case-study-content-left ul li {
 line-height: 35px;
  list-style: none;
  
}

@media screen and (max-width: 991px) {
  .channel-trending-grid {
      grid-template-columns: 1fr 1fr;
  }
  .w-container {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  #w-node-_5b577cd1-7e58-230f-5827-ce3b418f0125-797c948f, #rmg-node-channel-treding-grid {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  .channel-trending-grid {
      grid-row-gap: 36px;
  }
  #w-node-_5b577cd1-7e58-230f-5827-ce3b418f011c-797c948f, #w-node-_5b577cd1-7e58-230f-5827-ce3b418f0125-797c948f, #w-node-_5b577cd1-7e58-230f-5827-ce3b418f0129-797c948f {
    grid-column: 1 / 3;
  }
  #about-us .col-6{
    width: 100%;
  }
  .carousel-content{
    padding-left: 15px;
  }
  .carousel-item h1{
    font-size: 30px;
    margin:20px 0 40px 0 !important;
  }
  .carousel-item h2 p{
    font-size: 18px;
    line-height:27px;
  }
  #introCarousel .title-mobile h3{
    font-size:16px !important
  }
  .footer-top .col-xl-3.col-md-6.col-12{
    margin-bottom:40px;
  }
  .advantage{
    padding: 60px 15px;
  }
  .advantage.contact-wrapper-2 .contact-content{
    margin-left:0px;
  }
  .contact-wrapper-2 .contact-left-items .contact-info-area-2{
    padding:8px;
  }
  .case-study-detail{
    display:block
  }
  .case-study-container-left, .case-study-container-right{
    width: 100%;
  }
  .case-study-container-left{
    padding: 20px;
  }
  .case-study-content-right{
    width:100%
  }
  .order-1{
    order:1!important
  }
  .order-2{
    order:2!important
  }
  .cs-container{
    width: 100%;
    max-width: 100%;
  }
  .cs-hero-image-wrapper img{
    width: 100%;
    padding: 10px;
  }
  #w-node-_9e93661a-9e75-5dac-8f13-937ab91c3409-797c948f{
    padding: 10px;
  }
  .section-wide{
    position: relative;
    height: 20vh;
  }
  .section-wide.bg-dark-gray{
    padding-bottom: 0px;
  }
  .track .inner-section-content{
    background: #000;
  }
  .w-layout-grid.our_service{
    top:20px;
  }
  .square-profile.large{
    width:110px;
    height:110px;
  }
  .track .inner-section-content .auto-grid.profile p{
    font-size:17px;
    line-height:27px;
  }
}

@media screen and (max-width: 479px) {
  .channel-trending-grid {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      align-content: start;
      /* padding-bottom: 40px; */
      overflow: hidden;
  }
  .inner-section-content {
    flex-direction: column;
    height: auto;
    display: block;
  }
  .heading-medium.text-white-opacity.font-18, .heading-medium.text-white-opacity.text-18 {
    font-size: 18px;
    line-height: 24px;
  }
  .xlarge, .xlarge.text-yellow {
    font-size: 2em;
  }
  .cs-hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  .cs-hero-image-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}