@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat-bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat Extrabold;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 900;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  letter-spacing: 0.5px;
}

.dark_theme_bg {
  background-color: transparent;
}

/*navbar*/
.custom_nav ul.navbar-nav li a.nav-link {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
}

.custom_nav {
  display: block;
  justify-content: space-between;
}

.custom_nav ul.navbar-nav {
  margin: 0 auto;
}

.custom_nav ul.navbar-nav li {
  display: inline-block;
  position: relative;
}

.nav_bg {
  background-color: #040400;
}

.banner_section {
  padding-top: 70px;
}

.nav_row {
  width: 100%;
}

.custom_nav {
  margin-top: 13px;
}

.custom_navbar {
  transition: all 0.4s ease;
}

.custom_navbar.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.proposal_btn {
  float: right;
  margin-top: 12px;
}

.proposal_btn .custom_btn {
  padding: 8px 25px;
}

.custom_btn {
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-size: 500px;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.custom_btn:hover {
  text-decoration: none;
}

.customer_container {
  background-color: #01090E;
  border-radius: 20px;
  padding: 0 60px;
  margin-bottom: 60px;
}

.custom_fill_btn {
  color: #fff;
  border-color: #001c30;
  background-image: -webkit-linear-gradient(30deg, #001c30 50%, transparent 50%);
  background-image: linear-gradient(30deg, #001c30 50%, transparent 50%);
}

.custom_btn:hover {
  color: #fff;
  background-position: 115%;
  background-color: #c2e538;
  border-color: #c2e538;
}

.white_btn {
  color: #252525;
  background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
  background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
}

.btn_arrow i {
  transform: rotate(-31deg);
  margin-right: 5px;
  color: #252525;
}

.white_btn.btn_arrow:hover i {
  color: #fff;
}

.custom_nav ul.navbar-nav li:hover a.nav-link {
  color: #c2e538;
  transition: 0.4s ease-in-out;
}

.custom_nav ul.navbar-nav li:hover a.nav-link::before {
  content: "";
  width: 47px;
  height: 3px;
  background-color: #c2e538;
  display: block;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 3px;
  border-radius: 4px;
}

/* banner section css*/
.side_caption {
  max-width: 77%;
  padding-top: 70px;
}

.banner_text {
  font-size: 40px;
  font-weight: 600;
  color: rgb(224, 224, 224);
}

.banner_text .green_text {
  color: #c2e538;
}

.custom_para {
  color: rgb(224, 224, 224);
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
}

.banner_text {
  position: relative;
}

.banner_section .banner_text::before {
  content: "";
  width: 127px;
  height: 4px;
  background-color: #c2e538;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -25px;
  border-radius: 4px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.banner_section {
  position: relative;
  padding-bottom: 220px;
}

.banner_section::before {
  content: "";
  position: absolute;
  bottom: 100px;
  width: 10%;
  background-image: url(../images/banner_l.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 126px;
  left: 0;
  z-index: -1;
  filter: grayscale(1);
  background-size: contain;
}

.custom_navbar .navbar-nav {
  border-radius: 10px;
  border: 1px solid #343434;
}

.side_r_img:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40%;
  background-image: url("../images/banner_r.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 200px;
  right: 0;
  z-index: -1;
  filter: grayscale(1);
}

.head_circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}

.side_r_img img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}

.scroll-down img {
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
  z-index: 0;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  text-align: center;
  width: 84px;
  height: 200px;
  cursor: pointer;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}

.scroll-down:after {
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  background-color: #c2e538;
  top: 90px;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0.8;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 1;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 1;
  }
}
.client_logo {
  width: 18%;
  margin: 0 0.5%;
  text-align: center;
}

.client_logo img {
  max-width: 100%;
  max-height: 100px;
  padding: 15px;
}

.client_logo .client_img {
  width: 100%;
  display: block;
  height: 168px;
  align-content: center;
  border-radius: 21px;
  background-color: #fff;
}

.section_header {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 40px;
}

.client_logo h5 {
  font-size: 23.5px;
  text-align: center;
  margin: 20px 0 30px 0;
  color: #fff;
}

.banner_img {
  max-width: 100%;
}

.dark_theme_bg {
  background-image: url("../images/client_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
  padding-top: 77px;
}

.client_img:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in;
}

.client_img img {
  transition: 0.5s ease-out;
}

.client_white_bg {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 18px 0 18px;
  justify-content: center;
  margin: 0 auto;
}

.border_btn {
  border: 1px solid #c2e538;
  color: #fff;
  background-color: #001c30;
}

.border_btn i {
  margin-left: 10px;
  margin-right: 0;
  color: #fff;
}

.customer_img img {
  max-width: 100%;
}

.head_tag {
  color: #c2e538;
  background-color: rgba(194, 229, 56, 0.1);
  border-radius: 60px;
  font-size: 14px;
  border: 2px solid #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

.customer_section {
  position: relative;
  padding-bottom: 70px;
}

.customer_section::after {
  content: "";
  position: absolute;
  bottom: 140px;
  width: 40%;
  background-image: url(../images/banner_r.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  height: 200px;
  right: 0;
  z-index: -1;
  filter: grayscale(1);
}

.customer_container .banner_text {
  text-transform: capitalize;
  color: #fff;
}

.customer_section .custom_para {
  color: rgb(224, 224, 224);
}

.customer_section .head_tag {
  margin-top: 70px;
}

.customer_section .banner_text::before {
  display: none;
}

.customer_section .custom_para {
  font-size: 22px;
}

.customer_yellow_circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  max-width: 100%;
}

.artfial_section .tab-pane {
  padding: 20px;
  height: 100%;
}

.artfial_section .tab-content {
  background-image: url("../images/ai_bg.jpg");
  background-size: cover;
  height: 100%;
  margin: 0 -15px;
}

.artfial_section .nav-tabs {
  border-bottom: none;
  padding-top: 70px;
  padding-bottom: 70px;
}

.artfial_section .nav-tabs .nav-item.show .nav-link, .artfial_section .nav-tabs .nav-link.active {
  background-color: transparent;
  border: 2px solid #c2e538;
}

.artfial_section .nav-tabs .nav-link {
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
  border: 2px solid #01090e;
  background: transparent;
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.artfial_section {
  background-color: rgb(1, 9, 14);
}

.artfial_section .nav-tabs .nav-link:hover img {
  transform: scale(1.1);
  transition: 1s ease-in-out;
}

.artfial_section .nav-tabs .nav-link img {
  border-radius: 20px;
}

.artfial_section .nav-link img {
  max-width: 100%;
}

.artfial_section .nav-link h4 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(0deg, #000, transparent);
  top: 0;
  margin-bottom: 0;
  right: 0;
  left: 0;
  padding-top: 160px;
  border-radius: 20px;
}

.artfial_section .nav-link h4 span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.ai_ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 25px;
}

.ai_ul li {
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.ai_ul li i {
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c2e538;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.discuss_tag {
  background-color: #c2e538;
}

.discuss_tag p {
  font-size: 20px;
  color: #001c30;
  text-align: center;
  font-weight: bold;
  padding: 22px 10px;
  margin-bottom: 0;
}

.ui_section {
  background-image: url("../images/ui_design_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
}

.ui_section::after {
  background-image: url("../images/green_light_l.png");
  left: 0;
}

.ui_section::before {
  background-image: url("../images/green_light_r.png");
  right: 0;
}

.ui_section .ui_gradient::before {
  position: absolute;
  height: 251px;
  width: 100%;
  content: "";
  top: 287px;
  background-image: url("../images/ui_gradient.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ui_section::after, .ui_section::before {
  position: absolute;
  height: 251px;
  width: 26%;
  background-size: 100% 358px;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
  top: 58px;
}

.ui_section .custom_para {
  max-width: 32%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.middle_caption {
  max-width: 100%;
  padding-top: 0;
  text-align: center;
}

.ui_chart_img img {
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
}

.ui_chart_img {
  background-color: #000;
  margin-top: 0;
}

.ui_gradient .container {
  padding: 0;
  overflow: hidden;
}

.client_video {
  position: relative;
}

.client_video img {
  max-width: 100%;
}

.client_video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(23, 23, 23);
  color: #c2e538;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.quote_img {
  width: 100px;
  text-align: center;
}

.client_review {
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
}

.img_thumbnail {
  position: relative;
  padding-left: 80px;
  padding-bottom: 20px;
  margin-top: 70px;
}

.img_thumbnail img {
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.img_thumbnail > div h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}

.img_thumbnail > div span {
  font-size: 14px;
  color: #fff;
}

.test_bg {
  background-image: url("../images/testimonial_bg.jpg");
  background-size: cover;
  background-position: center top;
  border: 1px solid #2d2d2d;
  border-radius: 40px;
  padding: 0 40px 40px 40px;
  margin-top: 120px;
}

.test_bg .banner_text {
  margin-top: 26px;
  margin-bottom: 15px;
}

.test_bg .side_caption {
  margin-bottom: 70px;
  position: relative;
}

.test_bg .banner_text::before {
  content: "";
  width: 127px;
  height: 4px;
  background-color: #c2e538;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -25px;
  border-radius: 4px;
  left: 50%;
  transform: translate(-50%, 0);
}

.testimonial_section .carousel-control-prev, .testimonial_section .carousel-control-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #2b2b2b;
  left: auto;
  margin: 0 5px;
}

.testimonial_section .carousel-control-prev {
  right: 55px;
}

.testimonial_section .carousel-control-next {
  right: 0;
}

.carousel_btn {
  position: absolute;
  right: 40px;
  bottom: 70px;
}

.carousel_btn a:hover {
  background-color: #c2e538;
  color: #fff;
  opacity: 1;
}

.custom-file-label {
  top: 30px;
  padding-left: 130px;
  border: 1px solid rgb(62, 70, 89);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  left: 15px;
  right: 15px;
}

.talk_section .form-group {
  margin-bottom: 30px;
}

.talk_section textarea {
  max-width: 95%;
}

.wtsapp {
  position: absolute;
  top: 52px;
  width: 35px;
  line-height: 32px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #c2e538;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  right: 15px;
}

.message_btn, .record_btn {
  background-image: -webkit-linear-gradient(30deg, #c2e538 50%, transparent 50%);
  background-image: linear-gradient(30deg, #c2e538 50%, transparent 50%);
  font-size: 16px;
  padding: 8px 10px;
  border: 1px solid #c2e538;
  color: #000;
}

.message_btn i, .record_btn i {
  color: #c2e538;
  background-color: #000;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

.join {
  color: #fff;
  font-size: 20px;
}

.form-control:focus, .custom-file-input:focus ~ .custom-file-label {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  box-shadow: none;
  border: 1px solid #c2e538;
}

.or_divider {
  font-size: 20px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}

.or_divider hr {
  width: 80%;
  height: 0.5px;
  background-image: radial-gradient(white, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  position: absolute;
  top: -1px;
  z-index: 0;
}

.or_divider span {
  background-color: #001c30;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.wtsapp:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Choose file";
}

.custom-file-label::after {
  right: auto;
  left: 0;
  background-color: #035184;
  color: #fff;
  border-radius: 8px 0 0 8px;
}

.talk_section {
  background-image: url("../images/talk_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
  border: 1px solid rgb(62, 70, 89);
  background-color: rgba(255, 255, 255, 0.05);
}

.talk_head {
  text-align: center;
  padding-top: 100px;
}

.talk_head p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.contact_badge {
  position: absolute;
  top: 55px;
  right: 62px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 13px;
  color: #252525;
  padding: 3px 8px;
  text-align: center;
  font-weight: 600;
}

.contact_badge:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  right: -6px;
  position: absolute;
  top: 7px;
}

.talk_head h2 {
  background: linear-gradient(#037e43, #c2e538);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 600;
}

.custom_label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.testimonial_section {
  padding-bottom: 70px;
}

.size_span {
  font-size: 12px;
}

.custom_input {
  border-radius: 8px;
}

.artfial_section .banner_text, .artfial_section .custom_para,
.ui_section .banner_text, .ui_section .custom_para {
  color: rgb(224, 224, 224);
}

.testimonial_section .banner_text, .testimonial_section .custom_para {
  color: #fff;
}

.scroll-down span {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: -8px;
}

.earth_l {
  left: 0;
  bottom: 0;
  width: 100px;
}

.earth_r {
  right: 0;
  bottom: -120px;
  width: 100px;
  filter: grayscale(1);
}

.earth_r, .earth_l {
  position: absolute;
}

.audio_img {
  padding-right: 30px;
}

.audio_text p {
  font-size: 16px;
  color: #fff;
}

.audio_section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.audio_text img {
  margin-right: 10px;
}

.footer_l p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 20px 20px 20px 0;
}

.footer_l button {
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #c2e538;
  text-transform: uppercase;
  min-width: 160px;
  margin-right: 10px;
}

.contact_us_btn {
  background-color: #c2e538;
}

.custom_outline_btn {
  background-color: #001C30;
  color: #c2e538;
}

.footer_r {
  list-style-type: none;
  padding-left: 0;
}

.footer_r li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.footer_r li a:hover {
  color: #c2e538;
}

.footer_r li a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #c2e538;
  width: 2px;
  left: -12px;
  transition: 0.2s ease;
}

.footer_r li {
  position: relative;
}

.footer_r li h6 {
  font-size: 20px;
  fontr-weight: 600;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.footer {
  background-color: #061621;
  padding: 70px 0 10px 0;
}

.contact_us_btn:hover {
  background-color: #001c30;
  border: 1px solid #c2e538;
  color: #c2e538;
}

.custom_outline_btn:hover {
  color: #000;
}

.social_icon {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.social_icon li {
  display: inline-block;
  margin-right: 10px;
}

.copy_r {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.footer_bottom {
  border-top: 1px solid #37424A;
  padding-top: 10px;
}

.social_icon li i {
  color: rgba(255, 255, 255, 0.9);
}

.customer_container .side_caption {
  margin-bottom: 70px;
}

.img_xs {
  display: none;
}

.social_icon a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.social_icon a:hover i {
  color: #000;
  background-color: #c2e538;
  transform: scale(1.2);
  transition: 0.2s ease-in-out;
}

.form_section {
  padding-top: 50px;
}

@media screen and (max-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .test_bg {
    padding: 0 20px 20px;
  }
  .side_caption {
    max-width: 100%;
  }
  .banner_text {
    font-size: 30px;
  }
  .custom_btn {
    font-size: 14px;
  }
  .scroll-down span {
    font-size: 15px;
  }
  .scroll-down:after {
    width: 70px;
    height: 70px;
    top: 74px;
    left: 7px;
  }
  .client_review {
    padding-left: 0;
  }
  .test_bg .side_caption {
    margin-bottom: 30px;
  }
  .banner_section {
    padding-bottom: 200px;
  }
  .scroll-down {
    height: 70px;
    bottom: 100px;
  }
  .dark_theme_bg {
    padding-top: 40px;
  }
  .pd-b-50 {
    padding-bottom: 30px;
  }
  .client_logo h5 {
    font-size: 20px;
  }
  .section_header {
    font-size: 30px;
  }
  .client_section {
    padding-bottom: 80px;
  }
  .customer_section .custom_para {
    font-size: 18px;
  }
  .artfial_section .nav-link h4 {
    font-size: 15px;
    padding-top: 83px;
  }
  .discuss_tag p {
    font-size: 18px;
    padding: 17px 10px;
  }
  .ui_section {
    padding-top: 70px;
  }
  .ui_section .ui_gradient::before {
    height: 168px;
    top: 160px;
  }
  .ui_section::after, .ui_section::before {
    top: -75px;
  }
  .ui_section .custom_para {
    margin-bottom: 18px;
  }
  .ui_chart_img img {
    padding: 50px 20px 70px 20px;
  }
  .earth_l {
    width: 78px;
  }
  .client_white_bg {
    margin-top: 20px;
  }
  .img_thumbnail {
    margin-top: 20px;
  }
  .talk_head {
    padding-top: 50px;
  }
  .talk_head p {
    font-size: 23px;
  }
  .talk_head h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .custom_label {
    font-size: 13px;
  }
  .join {
    font-size: 16px;
  }
  .audio_section {
    padding-top: 0;
  }
  .footer_l button {
    min-width: 130px;
  }
  .img_thumbnail > div h5 {
    font-size: 16px;
  }
  .img_thumbnail img {
    width: 50px;
    height: 50px;
  }
  .img_thumbnail {
    padding-left: 70px;
  }
  .custom_nav ul.navbar-nav li a.nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .client_logo {
    width: 23%;
    margin: 0 4px;
  }
  .client_white_bg {
    margin-top: 0;
    padding: 20px 5px 0;
  }
  .client_logo h5 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .custom_nav ul.navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 10px 13px;
  }
  .proposal_btn .custom_btn {
    padding: 8px 10px;
    min-width: 138px;
    margin-right: -30px;
    margin-top: 2px;
  }
  .banner_section {
    padding-top: 50px;
  }
  .banner_text {
    font-size: 22px;
  }
  .customer_section .custom_para {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .client_section {
    padding-bottom: 40px;
  }
  .customer_section .head_tag {
    margin-top: 10px;
    font-size: 10px;
  }
  .customer_container {
    padding: 0 15px 30px;
  }
  .customer_container .side_caption {
    margin-bottom: 30px;
  }
  .customer_section::after {
    bottom: 200px;
    width: 30%;
    height: 127px;
  }
  .customer_section {
    padding-bottom: 50px;
  }
  .artfial_section .nav-link h4 {
    font-size: 13px;
    padding-top: 67px;
  }
  .artfial_section .nav-link h4 span {
    font-size: 10px;
  }
  .artfial_section .nav-tabs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-content .side_caption {
    padding-top: 30px;
  }
  .tab-content .banner_text {
    font-size: 20px;
  }
  .ai_ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .ai_ul li i {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .discuss_tag p {
    font-size: 16px;
    padding: 12px 10px;
  }
  .ui_section {
    padding-top: 50px;
  }
  .ui_section .custom_para {
    margin-bottom: 18px;
  }
  .ui_section .ui_gradient::before {
    top: 145px;
  }
  .ui_chart_img {
    margin-top: 32px;
  }
  .footer_l button {
    min-width: 100px;
    font-size: 12px;
    padding: 10px 11px;
    margin: 0;
  }
  .copy_r {
    font-size: 12px;
  }
  .talk_head {
    padding-top: 30px;
  }
  .talk_head p {
    font-size: 18px;
  }
  .talk_head h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .client_logo {
    width: 47%;
  }
  .client_logo .client_img {
    height: 130px;
  }
  .client_logo h5 {
    margin-top: 10px;
    font-size: 15px;
  }
  .client_section {
    padding-top: 40px;
  }
  .navbar-brand img {
    height: 45px;
  }
  .navbar-toggler {
    position: fixed;
    right: 15px;
    border-color: #242424;
    float: right;
    margin-top: 13px;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 8px;
  }
  .proposal_btn .custom_btn {
    padding: 8px 7px;
    font-size: 13px;
    min-width: 126px;
    margin-right: -30px;
    margin-top: -2px;
  }
  .custom_nav {
    margin-top: 7px;
    position: fixed;
    z-index: 1;
    left: 15px;
    right: 15px;
  }
  .custom_navbar {
    padding: 6px 15px;
  }
  .order_2 {
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
  .side_caption {
    text-align: center;
  }
  .banner_text {
    font-size: 19px;
  }
  .banner_section .banner_text::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  p {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  .side_r_img:before, .banner_section::before, .customer_section::after {
    display: none;
  }
  .customer_container .side_caption {
    margin-bottom: 0;
    text-align: left;
    padding-top: 30px;
  }
  .customer_section .custom_para {
    font-size: 14px;
  }
  .customer_img img {
    transform: scale(1.5);
  }
  .customer_img {
    overflow: hidden;
  }
  .customer_section .side_caption {
    padding-top: 0;
    text-align: left;
  }
  .artfial_section {
    background-color: transparent;
  }
  .artfial_section .nav-tabs {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .artfial_section li.nav-item {
    width: 33.33333%;
    padding: 0 5px;
  }
  .tab-content .side_caption {
    padding-top: 0;
    text-align: left;
  }
  .tab-content .banner_text br {
    display: none;
  }
  .ai_ul {
    margin-top: 20px;
  }
  .ai_ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .ai_ul li i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
  }
  .discuss_tag p {
    font-size: 11px;
    padding: 9px 0;
  }
  .ui_section .custom_para {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .img_lg {
    display: none;
  }
  .img_xs {
    display: block;
  }
  .ui_chart_img img {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .earth_l, .earth_r {
    display: none;
  }
  .ui_section, .ui_section::after, .ui_section::before {
    background-image: none;
  }
  .test_bg {
    margin-top: 40px;
    padding: 0;
  }
  .client_video i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .client_review {
    text-align: center;
  }
  .quote_img {
    width: 70px;
  }
  .img_thumbnail img {
    width: 40px;
    height: 40px;
  }
  .img_thumbnail {
    padding-left: 55px;
    text-align: left;
  }
  .img_thumbnail > div h5 {
    font-size: 14px;
  }
  .img_thumbnail > div span {
    font-size: 12px;
  }
  .carousel_btn {
    right: 0;
    bottom: 65px;
  }
  .testimonial_section .carousel-control-prev, .testimonial_section .carousel-control-next {
    width: 30px;
    height: 30px;
  }
  .testimonial_section .carousel-control-prev {
    right: 37px;
  }
  .talk_section .form-group {
    margin-bottom: 10px;
  }
  .contact_badge {
    display: none;
  }
  .join {
    display: none;
  }
  .message_btn {
    float: left;
  }
  .wtsapp {
    top: 131px;
  }
  .talk_section textarea {
    max-width: 100%;
  }
  .or_divider {
    font-size: 15px;
  }
  .or_divider span {
    background-color: #061326;
    border-radius: 20px;
  }
  .or_divider hr {
    width: 100%;
  }
  .audio_img {
    width: 140px;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
  .record_btn_container {
    margin-left: 109px;
  }
  .record_btn {
    font-size: 12px;
    padding: 6px 5px;
  }
  .audio_text p {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .footer {
    padding: 20px 0 10px 0;
  }
  .footer_l button {
    min-width: 109px;
    margin-bottom: 15px;
  }
  .proposal_btn {
    position: fixed;
    top: 8px;
    right: 84px;
  }
  .banner_section {
    padding-top: 0;
  }
  .custom_navbar .navbar-toggler-icon {
    line-height: 24px;
    color: #818283;
    font-size: 17px;
  }
  .nav_row {
    width: auto;
  }
  .custom_nav ul.navbar-nav {
    background-color: #001c30;
    position: relative;
  }
  .custom_nav ul.navbar-nav:after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #001c30;
    position: fixed;
    top: 59px;
    right: 23px;
    content: "";
  }
  .form_section {
    padding-top: 30px;
  }
  .customer_yellow_circle {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
