@font-face {
  font-family: DMSans;
  src: url("../fonts/DMSans-VariableFont_opsz,wght.ttf");
}
@font-face {
  font-family: DMSans-Italic;
  src: url("../fonts/DMSans-Italic-VariableFont_opsz,wght.ttf");
}
@font-face {
  font-family: Figtree-Regular;
  src: url("../fonts/Figtree-VariableFont_wght.ttf");
}
@font-face {
  font-family: Figtree-Italic;
  src: url("../fonts/Figtree-Italic-VariableFont_wght.ttf");
}
a {
  text-decoration: none;
  color: #1F62FF;
  transition: 0.3s;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn:active {
  box-shadow: none !important;
  outline: none !important;
}

.title-style-one {
  margin-bottom: 50px;
}
.title-style-one h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.title-style-one p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}

.title-style-two {
  margin-bottom: 50px;
}
.title-style-two h3 {
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0px;
}
.title-style-two p {
  background-color: #F8FAFC;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
}

.section__padding {
  padding-block: 60px;
}

.primary {
  color: #1F62FF;
}

img {
  max-width: 100%;
}

.bg-one {
  background-color: #F8FAFC;
}

ul {
  padding-left: 0px;
}

li {
  list-style: none;
}

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

.about-box {
  border-bottom: 1px solid #E0E2E7;
}
.about-box h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 54.84px;
  margin-bottom: 25px;
}
.about-box p {
  font-size: 17px;
  font-weight: 450;
  line-height: 30px;
}
.about-box:last-child {
  border: none;
}

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

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(31, 98, 255, 0.6);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.owl-dot.active {
  background-color: #1F62FF;
  width: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.shadow__box {
  box-shadow: 0px 0px 30px 0px rgba(207, 207, 207, 0.2509803922);
  margin-bottom: 80px !important;
}

.more-link {
  border-bottom: 0.5px solid white;
  margin-left: 40px;
  margin-top: 20px;
  display: inline-block;
  color: white;
  padding: 5px 5px 5px 0px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.more-link i {
  padding-left: 5px;
}

.list-style li {
  margin: 10px 0;
  padding: 10px 0px;
  border-radius: 4px;
}

body {
  background-color: #080808;
  font-family: Figtree-Regular;
}

.header__area {
  padding: 11px 0px;
  border-bottom: 1px solid #2B2B2B;
}

.header__area.sticky {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  background: #181818;
  z-index: 999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  display: block;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
}

.main-menu ul li:not(:first-child) {
  margin-left: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 0px;
  }
}
.main-menu ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 0px 33px 0px 0px;
}

.main-menu ul li.has-dropdown > a {
  position: relative;
}

.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  transform: translateY(2px);
  font-size: 17px;
  font-family: "FontAwesome";
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.main-menu ul li:hover > a {
  color: #1F62FF;
}

.main-menu ul li:hover > a::after {
  color: #1F62FF;
}

.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 10px;
}

.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}

.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  color: #0e1133;
  width: 100%;
}

.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #1F62FF;
  z-index: -1;
}

.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .submenu li:hover > a {
  color: #ffffff;
}

.main-menu ul li .submenu li:hover > a::after {
  color: #ffffff;
}

.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-menu ul li .submenu li:hover .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu-2 ul li:not(:first-child) {
  margin-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 ul li:not(:first-child) {
    margin-left: 20px;
  }
}
.main-menu-2 ul li .menu-tag {
  position: absolute;
  top: 13px;
  right: -4px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background: #1F62FF;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
  box-shadow: 0px 8px 20px 0px rgba(1, 23, 133, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li .menu-tag {
    display: none;
  }
}
.main-menu-2 ul li .menu-tag::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid #1F62FF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.main-menu-3 ul li a {
  color: #ffffff;
  position: relative;
}

.main-menu-3 ul li a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 38px;
  width: 0%;
  height: 1px;
  background: #ffffff;
}

.main-menu-3 ul li.has-dropdown a::after {
  color: #ffffff;
}

.main-menu-3 ul li .submenu li a::after {
  color: #0e1133;
}

.main-menu-3 ul li:hover a {
  color: #ffffff;
}

.main-menu-3 ul li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

/* sidebar css start */
.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: white;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.sidebar-toggle-btn-white .line {
  background: #ffffff;
}

.sidebar-toggle-btn:hover {
  cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
  transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
  width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
  width: 20px;
}

.sidebar__area {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: #161616 none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 30px;
}

.sidebar__close {
  position: absolute;
  top: 25px;
  right: 80px;
}

.sidebar__close-btn {
  transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 1px solid #2a3a57;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 99;
}

.sidebar__close-btn:focus {
  border: 1px solid #0e1133;
}

.sidebar__close-btn span {
  transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
  position: absolute;
  top: 54%;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  vertical-align: middle;
}

.sidebar__close-btn span:first-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span:last-of-type {
  text-transform: uppercase;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}

.sidebar__close-btn:hover {
  width: 100px;
  border-radius: 0;
}

.sidebar__close-btn:hover span:first-of-type {
  transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
}

.sidebar__close-btn:hover span:last-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar__search input {
  width: 100%;
  height: 50px;
  line-height: 20px;
  border-radius: 4px;
  background: #edeef3;
  outline: none;
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 25px 65px 20px 55px;
}

.sidebar__search input::-moz-placeholder {
  color: #8c8faa;
}

.sidebar__search input::placeholder {
  color: #8c8faa;
}

.sidebar__search input:focus {
  border-color: #1F62FF;
}

.sidebar__search button {
  background: transparent;
  position: absolute;
  top: 15px;
  left: 24px;
}

.sidebar__search button i::after {
  color: #0e1133;
  opacity: 1;
}

.sidebar__search button i::before {
  color: #8c8faa;
}

.sidebar__cart-icon {
  display: inline-block;
}

.sidebar__cart-icon svg {
  width: 20px;
  height: 19px;
}

.sidebar__cart-icon svg .st0 {
  fill: none;
  stroke: #0e1133;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar__cart a {
  position: relative;
  font-size: 17px;
  color: #0e1133;
}

.sidebar__cart a .cart-item {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #1F62FF;
  border-radius: 50%;
  font-weight: 500;
  box-shadow: 0px 10px 20px 0px rgba(4, 23, 118, 0.3);
}

.sidebar__cart a:hover .cart-item {
  background: #0e1133;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  border-top: 1px solid #bbbcbf;
  font-size: 13px;
  font-weight: 600;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  height: 15px;
  line-height: 14px;
  border-bottom: none;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 39px;
  line-height: 44px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #0e1133;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #0e1133;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li a {
    font-size: 16px;
    padding: 0px 10px 0px 0px;
  }
}
.mobile-show-menu {
  display: none !important;
}

.main-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-inline: 15px;
  text-transform: capitalize;
}

.sidebar__content .mobile-content p {
  font-size: 13px;
  color: #0e1133;
  font-weight: 600;
}

.breadcrumb .nav {
  border-bottom: 1px solid #E0E2E7;
}
.breadcrumb .nav li {
  color: #374151;
  font-size: 16px;
  font-weight: 450;
  line-height: 30px;
  padding: 5px 10px;
  position: relative;
}
.breadcrumb .nav li::before {
  content: "\\";
  position: absolute;
  left: -3px;
  top: 5px;
}
.breadcrumb .nav li:first-child {
  padding-left: 0px;
}
.breadcrumb .nav li:first-child::before {
  display: none;
}
.breadcrumb .nav li a {
  font-size: 16px;
  font-weight: 450;
  line-height: 30px;
  color: #8993A4;
}

.hero__section {
  padding: 80px 0px;
  position: relative;
}

.hero-content {
  color: white;
}
.hero-content h5 {
  color: #929090;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 25px;
}
.hero-content h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
}
.hero-content h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

.btn-primary {
  background-color: #1F62FF;
  color: white;
  padding: 10px 15px;
  border: 1px solid #1F62FF;
  border-radius: 6px;
  font-size: 16px;
  line-height: 17px;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #0c4adb;
  transition: 0.3s;
  border: 1px solid #0c4adb;
}

.btn-style-one {
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  font-size: 17px;
  line-height: 17px;
  transition: 0.3s;
}
.btn-style-one i {
  font-weight: 500;
}
.btn-style-one:hover {
  background-color: #1F62FF;
  color: white;
  transition: 0.3s;
  border: 1px solid #1F62FF;
}

.btn-style-two {
  background-color: #141414;
  padding: 10px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  font-size: 17px;
  line-height: 17px;
  transition: 0.3s;
  color: white;
}
.btn-style-two i {
  font-weight: 500;
}
.btn-style-two:hover {
  background-color: #1F62FF;
  color: white;
  transition: 0.3s;
  border: 1px solid #1F62FF;
}

.btn-style-three {
  background-color: #FFF3F3;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 16px;
  color: #FF0000;
}

.our__services .service-single {
  color: white;
  background: linear-gradient(222.3deg, #131313 0%, #050505 100%);
  padding: 40px;
  border-radius: 4px;
  height: 540px;
  transition: 0.3s;
  border: 1px solid #1F1F1F;
  position: relative;
}
.our__services .service-single:hover {
  box-shadow: 0px 25px 36px 0px rgba(49, 49, 49, 0.24);
  margin-top: -3px;
  transition: 0.3s;
}
.our__services .service-single img {
  margin-bottom: 40px;
}
.our__services .service-single h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 35px;
}
.our__services .service-single ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.our__services .service-single ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.our__services .service-single ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 2px;
}
.our__services .service-single ul li:last-child {
  margin-bottom: 0px;
}

.why__choice .choice-single {
  background-color: #F5F5F5;
  text-align: center;
  padding: 40px 20px;
  border-radius: 4px;
}
.why__choice .choice-single h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 85px;
  margin-bottom: 30px;
}
.why__choice .choice-single p {
  margin-bottom: 0px;
}

.module h3 {
  font-family: Figtree-Regular;
  color: white;
}
.module .module-single {
  background-color: #0A0A0A;
  border: 1px solid #1F1F1F;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 4px;
}
.module .module-single p {
  color: white;
  font-size: 18px;
  font-weight: 450;
  line-height: 21.5px;
  margin-bottom: 0px;
}
.module .module-single p i {
  padding-right: 15px;
}

.module__box .module-single-box {
  min-height: 400px;
  padding: 40px 25px 40px 25px;
  gap: 25px;
  border-radius: 4px;
  border: 1px solid #E0E2E7;
  margin-bottom: 30px;
}
.module__box .module-single-box i {
  font-size: 25px;
  color: #1F62FF;
  margin-bottom: 25px;
}
.module__box .module-single-box h4 {
  font-size: 22px;
  font-weight: 450;
  line-height: 30px;
  font-family: Figtree-Regular;
  margin-bottom: 25px;
}
.module__box .module-single-box p {
  font-size: 17px;
  font-weight: 450;
  line-height: 30px;
}

.our__clients .clients-single {
  height: 120px;
  line-height: 120px;
  text-align: center;
  padding: 20px 20px;
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.our__clients .clients-single img {
  max-height: 90px;
  margin: auto;
}
.our__clients h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
  font-weight: bold;
}
.our__clients p {
  font-size: 17px;
  font-weight: 450;
  line-height: 30px;
}
.our__clients .col {
  padding: 0px;
  border-right: 1px solid rgba(112, 112, 112, 0.12);
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}

.testimonial {
  background-color: #F5F5F5;
}

.testimonial__slider h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 60px;
}
.testimonial__slider h4 {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.testimonial__slider p {
  color: #6C6768;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.testimonial__slider p strong {
  color: #000000;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid #1F62FF; /* Custom border color */
  border-radius: 50%; /* Makes the dots circular */
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #1F62FF; /* Active state color */
  border-color: #1F62FF; /* Active border color */
}

.slick-dots li button:hover {
  background-color: #0744d3; /* Hover state color */
}

.slick-dots li button::before {
  content: none; /* Removes any content */
}

.slick-dots li button {
  background: url("path-to-your-image.png") no-repeat center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

.call__to__action h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.call__to__action h5 span {
  color: #1F62FF;
  font-weight: 600;
}
.call__to__action h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
  text-align: center;
  margin-bottom: 25px;
}

.blog-box {
  padding: 40px;
  background-color: white;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  min-height: 690px;
}
.blog-box img {
  border-radius: 5px;
}
.blog-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-box p {
  margin-bottom: 20px;
}

.highlight-blog {
  min-height: auto;
}
.highlight-blog h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.highlight-blog p {
  margin-bottom: 30px;
}

.btn-readmore {
  text-transform: capitalize;
  color: #1F62FF;
  border-bottom: 1px solid #1F62FF;
  padding-bottom: 10px;
}

.news-details-content {
  padding: 50px 0px;
}

.news-details-content h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

.news-details-content img {
  height: 400px;
  margin-bottom: 20px;
}

.contact form .form-control {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
  margin-bottom: 30px;
  border-radius: 0px;
  padding-left: 0px;
}
.contact form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact form .form-control:active {
  box-shadow: none;
  outline: none;
}

.contact-bottom {
  background-color: #181818;
  padding: 90px 0px;
}
.contact-bottom h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #BDBDBD;
  margin-bottom: 20px;
}
.contact-bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #BDBDBD;
}

footer {
  padding-top: 80px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
footer ul li a i {
  padding-right: 10px;
}
footer ul li a:hover {
  color: #1F62FF;
  transition: 0.3s;
}
footer .footer-widget h2 {
  color: #FFFFFF;
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
  text-align: left;
  margin-bottom: 35px;
}
footer .footer-widget h2 span {
  color: #1F62FF;
}
footer .footer-widget h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: Figtree-Regular;
}
footer .footer-widget p {
  color: #FFFFFF;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-social a {
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #2B2B2B;
  border-radius: 50%;
}
footer .footer-social a:hover {
  background-color: #1F62FF;
  color: white;
  transition: 0.3s;
}
footer .copyright {
  padding: 15px 0px;
  border-top: 1px solid #2B2B2B;
}
footer .copyright p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0px;
  color: #637178;
}
footer .copyright a {
  color: #637178;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  br {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    overflow-x: hidden;
  }
  .hero__section {
    padding: 30px 0px;
    text-align: center;
  }
  .hero__section .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .mobile-apps h3, .our__clients h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .call__to__action__content {
    padding: 30px;
  }
  .call__to__action__content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .call__to__action__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .call__to__action__content .btn {
    display: block;
    margin-top: 20px;
  }
  .row-cols-mobile-gutter-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-social {
    justify-content: center;
  }
  .our__clients .clients-single {
    margin: auto;
  }
  .footer-widget {
    text-align: center;
  }
  .footer-widget h3 {
    text-align: center !important;
  }
  .about-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */