/*
========================================
  1. Imported styles
======================================== 
*/
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');  */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
/* @import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700'); */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* @font-face {
  font-family: 'kyivtype_sansblack-';
  src: url('dmitry-rastvortsev-kyivtype-sans-black--webfont.woff2') format('woff2'),
       url('dmitry-rastvortsev-kyivtype-sans-black--webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}  */

@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(../fonts/flaticon.css);
@import url(icomoon.css);

/* @import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css); */

@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);

@import url(animate.min.css);
@import url(hover.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(magnific-popup.css);

/* @import url(masterslider/masterslider.css);
@import url(masterslider/ms-caro3d.css);
@import url(masterslider/style.css); */
/*
==========================================
  2. Global styles
========================================== 
*/

body {
  font-family: "Poppins", sans-serif !important;
  color: #222222;
  font-size: 16px;
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container-fluid {
  width: 100% !important;
  margin: 0px auto;
  padding: 0px 20px !important;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}

input,
textarea {
  font-family: "Poppins", sans-serif !important;
  display: block;
  font-size: 15px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

/*boxed_wrapper*/
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

/*clear_fix*/
.clear_fix {
  clear: both;
}

.clear_fix:after {
  display: table;
  content: "";
  clear: both;
}

/*thm-color*/
.thm-color {
  color: #fe1848;
}

/* font weight*/
.bold {
  font-weight: 700;
}

.s-bold {
  font-weight: 600;
}

.m-bold {
  font-weight: 600;
}

/*float*/
.float_left {
  float: left;
}

.float_right {
  float: right;
}

.center {
  text-align: center;
}

/*container*/
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/*padding*/
.padd-20 {
  padding: 75px 0px 20px;
}

.padd-1 {
  padding: 160px 0px 140px;
}

.padd-2 {
  padding: 30px 0px 30px;
}

.padd-30 {
  padding: 30px 0px 40px;
}

.padd-3 {
  /* padding:0px 0px 50px; */
  padding: 50px 0px 50px;
}

.padd-4 {
  padding: 80px 0px 0px;
}

.padd-5 {
  padding: 75px 0px 75px !important;
}

.padd-6 {
  padding: 80px 0px 20px;
}

.sidebar-padd {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
}

/*margin*/
.mar-1 {
  margin-bottom: 40px;
}

.mar-2 {
  margin-bottom: 0px;
}

/*background color*/

.bg-1 {
  background: #000000;
}

.bg-2 {
  background: #ffffff;
}

/*filters-style-two*/
.filters-style-two {
  text-align: center;
  margin-bottom: 50px;
}

.filters-style-two li {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 5px;
  background: rgb(254, 24, 72);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
}

.filters-style-two li:hover {
  color: #fff;
}

.filters-style-two .filter-tabs li.active {
  color: #fff;
}

/*btn style*/
.link-btn1 {
  margin-top: 30px;
}

.link-btn2 {
  margin-top: 20px;
}

.link-btn3 {
  margin-top: 0px;
}

.link-btn4 {
  margin-top: 25px;
}

.link-btn5 {
  margin-top: 10px;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 9px 40px;
  border-radius: 30px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  /* background: #CF0A2C; */
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif !important;
  margin-left: 20px !important;
  /* border:1px solid #CF0A2C !important; */
  transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.btn-style-one:hover {
  background: #000 !important;
}

.btn-style-one::before {
  left: -20px;
  content: "";
  position: absolute;
  width: 4px;
  height: 60px;
  background: #0d68b5;
  right: 0px;
  top: -10px;
  bottom: 0px;
  border-radius: 10px;
}

.btn-style-o {
  position: relative;
  padding: 6px 15px;
  border-radius: 25px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background: #cf0a2c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
  /* margin-left:9px !important; */
  margin-bottom: 30px;
}

.btn-style-one:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*Btn Style two*/
.btn-style-two {
  position: relative;
  padding: 6px 30px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background: #db1c23;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #db1c23;
  font-family: "Poppins", sans-serif !important;
  border-radius: 20px;
}

.btn-style-two:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*Btn Style three*/
.btn-style-three {
  color: #fff;
  border-color: #fff;
  font-weight: 600;
}

.btn-style-three:hover {
  color: #fff;
}

.btn-style-three.dark {
  color: #222;
  border-color: #fff;
  font-weight: 600;
}

.btn-style-three.dark:hover {
  color: #db1c23;
}

/*Btn Style four*/

.btn-style-four {
  position: relative;
  padding: 15px 45px;
  border-radius: 35px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #3f649b;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #3f649b;
  font-family: "Poppins", sans-serif !important;
}

.btn-style-four:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*Btn Style five*/

.btn-style-five {
  position: relative;
  padding: 15px 50px;
  border-radius: 10px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: #ce332e;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  border: 2px solid #ce332e;
  font-family: "Poppins", sans-serif !important;
  margin-top: 15px !important;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

/* .btn-style-five{
  margin-left: 90px !important;
} */

.banner-test {
  text-align: right;
}

.btn-style-five:hover {
  background: #9f2321 !important;
  border: 2px solid#9f2321 !important;
}

.btn-5 {
  margin-top: 50px !important;
}

/*Btn Style six*/

.btn-style-six {
  position: relative;
  padding: 8px 25px;
  border-radius: 35px;
  line-height: 24px;
  color: #3f649b;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #3f649b;
  font-family: "Poppins", sans-serif !important;
  margin-left: 40px !important;
}

.btn-style-six:hover {
  color: #ffffff;
  background: #3f649b;
  border-color: #3f649b;
}

.btn-style-seven {
  position: relative;
  padding: 11px 30px;
  border-radius: 25px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #3f649b;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-family: "Poppins", sans-serif !important;
}

.btn-style-seven:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*social-style*/
.social-style-one {
  margin-top: 2px;
}

.social-style-one li {
  display: inline-block;
  text-align: center;
}

.social-style-one li a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #db1c23;
}

.social-style-one li i {
  font-size: 13px;
  position: relative;
}

/*social-style*/
.social-style-two {
  margin-top: 2px;
}

.social-style-two li {
  display: inline-block;
  text-align: center;
}

.social-style-two li a {
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #db1c23;
  line-height: 42px;
  background: #db1c23;
}

.social-style-two li i {
  font-size: 16px;
  position: relative;
}

/*section title style*/
.sec-title {
  margin-bottom: 40px;
}

.sec-title h2 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #222;
}
.sec-title2 h2 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  background-image: linear-gradient(
    to right,
    #212889,
    #0045a0,
    #005fb4,
    #0079c4,
    #0092d2
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faqclass {
  background-image: linear-gradient(
    to right,
    #212889,
    #212889,
    #212889,
    #212889,
    #212889
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-margin {
  margin-top: 30px;
}

.sec-title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #222;
}

/* .sec-title h2:before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: -15px;
  width: 110px;
  height: 4px;
  background: url(../images/resource/tb.png);
}   */
.sec-title span {
  color: #cf0a2c;
}

/* .sec-title.center h2:before{
  left:50%;
  margin-left: -55px;
  background: url(../images/resource/tb2.png);
} */

.sec-title.light h2 {
  color: #fff;
}

/*sec-title.style-2*/
.sec-title.style-2 {
  margin-bottom: 30px;
}

.sec-title.style-2 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #222;
}

.inner-title {
  margin-bottom: 35px;
}

.inner-title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #222;
}

/* .inner-title h3:before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: -15px;
  width: 70px;
  height: 4px;
  background: url(../images/resource/tb3.png);
} */

/*scroll-top*/
.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #cf0a2c;
}

.scroll-top span:before {
  font-size: 25px;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

/*preloader*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

/* owl controll */

.owl-dots-none .owl-dots {
  display: none;
}

/* style one */

.owl-dot-style-one .owl-dots {
  position: relative;
  text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #db1c23;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
  background: #db1c23;
  border-color: #db1c23;
}

/* style two */

.owl-dot-style-two .owl-dots {
  position: relative;
  text-align: center;
  line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
  background: #db1c23;
  border-color: #db1c23;
}

/* owl nav */

.owl-nav-none .owl-nav {
  display: none;
}

.owl-nav-style-one .owl-nav {
  margin-top: 40px;
  padding: 0px;
  text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 24px;
  color: #949494;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
  color: #ffffff;
  border-color: #db1c23;
  background: #db1c23;
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
  padding: 0px;
  text-align: center;
  bottom: 100%;
  top: inherit;
  position: absolute;
  left: inherit;
  right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px 30px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 24px;
  color: #949494;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
  color: #26bdef;
  border-color: #26bdef;
}

/*
=======================================
  2. header-style
======================================= 
*/

.top-bar {
  position: relative;
  background: #3f649b;
  line-height: 40px;
}

.top-bar .top-bar-text li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}

.top-bar .top-bar-text li i {
  color: #fff;
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.top-bar .top-bar-text li i:before {
  margin: 0;
  font-size: 16px;
}

.top-bar .social li a:hover {
  color: #222;
  transition: 0.5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}

/*logo*/

.main-logo {
  /* margin: 9px 0  6px; */
  margin-top: 0px;
}

/*menu*/

.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.theme_menu .menu-column {
  padding-left: 0;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}

.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.default-form.register-form .link .thm-color-2 {
  color: #848484;
}

.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #db1c23;
  transition: 0.5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;
}

.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #db1c23;
  font-family: "FontAwesome";
}

.default-form.register-form .link_2 .fancy_video span {
  position: relative;
  right: -1px;
}

/*
==============================================
  Mainmenu Area Css
===============================================
*/

/* .mainmenu-area {
    background: #000000;
    box-shadow: none !important;
    position: relative;
    z-index: 9;
    padding-top:15px !important;
} */

.mainmenu-area {
  /* background: #000000; */
  /* box-shadow: none !important; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  background: #fff;
  position: absolute !important;
  z-index: 9;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100% !important;
}

.main-menu {
  position: relative;
  margin-top: 8px;
  margin-left: 10px;
  /* margin-left:10px; */
}

.navbar-collapse {
  padding: 0px;
}

.navigation {
  position: relative;
}

.navigation li {
  display: inline-block;
}

.navigation li a {
  /* color: #fff; */
  color: #42474c;
  display: block;
  /* font-size: 15.9px; */
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px 6px 11px;
  /* margin: 0 8.9px; */
  margin: 0 12px;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease 0s;
}

.navigation li a:hover {
  color: #0093d2 !important;
}

.main-menu .navigation > li.current > a {
  color: #0093d2;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #000000;
  width: 180px;
  border-top: 1px solid #fff;
  z-index: 999;
  display: none;
  border-radius: 3px;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  /* border-bottom: 1px solid #ffffff; */
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover > a {
  color: #db1c23;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li.third-menu {
  position: relative;
}

.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}

.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  z-index: 5;
}

.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
  background: #000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a {
  padding: 8px 20px;
  line-height: 21px;
  color: #ffffff;
  display: block;
  /* text-transform: uppercase; */
  font-size: 13px;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #ffffff80; */
  margin: 5px 5px;
}

ul#subdrop,
ul#subdrop1,
ul#subdrop2 {
  margin: 8px 0px 8px 25px !important;
}

/*=================== Cart And Search Option ===============*/

.main-menu .right-column {
  position: absolute;
  right: 0;
  width: 300px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }

  50% {
    margin-top: -90px;
  }

  100% {
    margin-top: 0;
  }
}

.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed !important;
  /* background: #000000; */
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 99;
  animation-name: menu_sticky;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.mainmenu-area .right-column .link_btn {
  margin-top: 27px;
}

.mainmenu-area .right-column .thm-btn {
  padding: 0px 26px;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  /* margin: 14px 0 9px; */
  font-weight: 700;
  margin-left: 250px !important;
  margin-top: 60px !important;
}

.rev_slider_wrapper .slide-content-box p {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  /* margin: 0 0 30px; */
  margin-left: 250px !important;
}

.slider-ban {
  display: flex !important;
  justify-content: center !important;
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-bannertimer {
  display: none;
}

.tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.28);
}

.rev_slider_wrapper .tparrows {
  margin-top: -30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.rev_slider_wrapper .tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 60px;
  text-align: center;
}

.rev_slider_wrapper .tparrows:hover {
  background: rgb(46 84 146);
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  /* border-top: 2px solid #060606; */
  color: #000000;
  /* background:url(../images/background/6.jpg); */
  /* background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}

.main-footer:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
}

.main-footer .section-title {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .section-title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  bottom: -15px;
}

.main-footer .section-title h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.main-footer .footer-logo {
  margin-bottom: 15px;
}

.main-footer .widgets-section {
  position: relative;
  padding: 30px 0px 0px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
  padding-left: 0px;
}

.main-footer .about-widget .text {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/*links-widget*/
.main-footer .links-widget .list li {
  position: relative;
  margin-bottom: 11px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 200;
}

.p-text {
  color: #ffffff;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #ffffff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 200;
  font-size: 19px;
  padding-bottom: 10px;
}

/* .main-footer .links-widget .list li a:before{
  content: "\f178";
  font-family: 'FontAwesome';
  position:absolute;
  left:0px;
} */

.main-footer .links-widget .list li a:hover {
  color: #0093d2;
}

/*links-widget*/
.main-footer .service-widget .list li {
  position: relative;
  margin-bottom: 11px;
}

.main-footer .service-widget .list li a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #ffffff;
  font-family: "Outfit", sans-serif !important;
  font-weight: 200;
  font-size: 18px;
  padding-bottom: 6px;
}

/* .main-footer .service-widget .list li a:before{
  content: "\f178";
  font-family: 'FontAwesome';
  position:absolute;
  left:0px;
} */
.widget-content .list i {
  position: absolute;
  color: #fff;
  top: 5px;
  font-size: 15px;
}

.main-footer .service-widget .list li a:hover {
  color: #0093d2;
}

/*gallery-widget*/

.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  padding: 0px 5px 10px;
}

.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .gallery-widget .image img:hover {
  opacity: 0.7;
}

.main-footer .gallery-widget .image .link a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 10px;
  height: 10px;
}

.main-footer .gallery-widget .image .link i {
  opacity: 0;
  color: #fff;
  font-size: 20px;
}

.main-footer .gallery-widget .image:hover .link i {
  opacity: 1;
}

/*footer Social*/
.main-footer .social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 3px;
  margin-top: 5px;
}

.main-footer .social li a {
  color: #121111;
  transition: 0.5s ease-in-out;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  /* border: 1px solid #848484; */
  border-radius: 30px;
  background: #ffffff;
}

.main-footer .social li a:hover {
  color: #db1c23;
}

/*footer bottom*/
.footer-bottom {
  background: #000000;
  padding: 12px 0;
  z-index: 1;
  position: relative;
}

.footer-bottom .copy-text {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.footer-bottom .copy-text a {
  color: #db1c23;
  transition: 0.3s ease;
}

.footer-bottom .get-text ul li {
  float: left;
}

.footer-bottom .get-text ul li a {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  margin-right: 25px;
}

.footer-bottom .get-text ul li a:hover {
  color: #db1c23;
  transition: 0.3s ease;
}

/*
=======================================
 Inner Banner styles 
=======================================
*/
.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: cover;
}

.inner-banner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(24 20 20 / 77%);
  z-index: 0;
  opacity: 0.9;
}

.inner-banner h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 35px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px;
}

.inner-banner .box {
  position: relative;
  display: table;
  height: 90px;
  width: 40%;
  text-align: center;
  /* padding-top:50px; */
  background-color: rgb(176 8 43 / 83%);
  opacity: 0.8;
  margin: 0 auto;
  margin-top: 90px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.breadcumb-wrapper {
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #f4f4f4;
}

.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #db1c23;
}

.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: capitalize;
  font-size: 18px;
  transition: 0.3s ease;
}

.breadcumb-wrapper ul.link-list li a:hover {
  transition: 0.3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 10px;
}

.breadcumb-wrapper a.get-qoute {
  text-transform: capitalize;
  font-weight: 400;
  color: #db1c23;
  font-size: 18px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  padding: 0px 14px;
}

.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #222;
  margin-right: 7px;
  font-size: 14px;
}

/************************** 
* default-blog styles 
***************************/
.sidebar-page-container blockquote {
  padding: 20px 20px;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 17px;
  border: 1px solid #ededed;
  border-left: 2px solid #db1c23;
  font-style: italic;
  color: #aaa;
  background: rgba(247, 247, 247, 0.76);
  font-family: "Poppins", sans-serif !important;
}

/*large blog*/

.large-blog-news {
  position: relative;
  transition: 0.5s ease-in-out;
  margin-bottom: 50px;
}

.large-blog-news .lower-content {
  position: relative;
  padding: 25px 0px 0px;
}

.large-blog-news .lower-content .text p {
  margin-bottom: 20px;
}

.large-blog-news .lower-content h4 {
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}

.large-blog-news .lower-content h5 {
  text-transform: uppercase;
  color: #db1c23;
  font-size: 14px;
  margin-bottom: 15px;
}

.large-blog-news .lower-content h4 a {
  color: #222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
}

.large-blog-news .lower-content h4 a:hover {
  color: #db1c23;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .lower-content .post-meta {
  color: #848484;
  font-size: 16px;
  margin-bottom: 15px;
}

/*side-bar-blog*/

.blog-section {
  padding: 80px 0px 40px;
}

.blog-sidebar {
  position: relative;
}

.category-style-one {
  position: relative;
}

.category-style-one ul {
  margin-top: 20px;
}

.category-style-one ul li {
  margin: 0;
}

.category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: 0.5s ease;
  line-height: 40px;
  display: block;
}

.category-style-one ul li a:hover {
  color: #db1c23;
  transition: 0.5s ease;
}

/*post-thumb*/

.popular-post {
  position: relative;
  padding-top: 15px;
}

.popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  min-height: 50px;
  padding: 0px 0px 18px 105px;
  color: #cccccc;
}

.popular-post .item:last-child {
  border-bottom: 0px;
}

.popular-post .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.popular-post .item .post-thumb img {
  width: 100%;
  display: block;
}

.popular-post .item .post-thumb a {
  position: relative;
}

.popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(254, 24, 72, 0.69);
  color: #ffffff;
  opacity: 0;
  transition: 0.5s ease;
}

.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: 0.5s ease;
}

.popular-post .item a:hover {
  color: #db1c23;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.popular-post .item h4 {
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 17px;
  line-height: 26px;
  color: #333;
}

.popular-post .item h4 a {
  color: #222;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.recent-posts.post-thumb .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
}

.popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}

/*archive*/

.sidebar-archive .bootstrap-select {
  background: #f7f7f7;
  color: #848484;
  padding: 10px 0;
  font-size: 16px;
}

.sidebar-archive .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.sidebar-archive .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.sidebar-archive .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #db1c23;
  color: #fff;
}

.sidebar-archive .form-control:focus {
  border-color: #db1c23;
  box-shadow: none;
}

/*single-blog*/

/*---------------- Author -------------*/

.single-blog-post .author {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 2px;
}

.single-blog-post .author img {
  position: absolute;
}

.single-blog-post .author-comment {
  margin-left: 340px;
  padding-left: 30px;
}

.single-blog-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.single-blog-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}

.single-blog-post .author-comment p.a-title {
  color: #db1c23;
  font-size: 16px;
}

/*share-box*/

.share-box {
  background: #ffffff;
  padding: 20px 15px 20px 15px;
  margin-bottom: 40px;
  border: 1px solid #ededed;
}

.share-box .tag-box {
  margin-top: 4px;
}

.share-box .tag-box span {
  font-size: 14px;
  color: #3f3e3e;
}

.share-box .tag-box a {
  color: #cf0a2c;
  font-size: 16px;
  transition: 0.3s ease;
  line-height: 30px;
  text-transform: capitalize;
}

.share-box .tag-box a:hover {
  color: #cf0a2c;
  transition: 0.3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}

.share-box .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}

.share-box .social a {
  width: 36px;
  height: 36px;
  color: #bcbcbc;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 37px;
  transition: all 0.5s ease;
}

.share-box .social a:hover {
  color: #ffffff;
  background: #cf0a2c;
  border-color: #cf0a2c;
}

.share-box .tag-box li {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

/*comments-area*/
.comments-area .comment-box {
  position: relative;
  padding: 22px 0px 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.comments-area .comment {
  position: relative;
  padding: 0px 0px 0px 110px;
  font-size: 14px;
}

.comments-area .reply-comment .comment {
  margin-left: 50px;
}

.comments-area .reply-comment.three .comment {
  margin-left: 100px;
}

.comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-reply {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.comments-area .comment .comment-reply:hover {
  color: #fe1848;
  text-decoration: none;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comments-area .comment-info {
  margin-bottom: 5px;
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.comments-area .comment-box strong {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  display: inline-block;
}

.comments-area .comment-box .text {
}

.comments-area .comment-info .comment-time {
  font-size: 16px;
  color: #fe1848;
  display: inline-block;
}

.comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*review-tab*/

.add_your_review {
  margin-top: 50px;
}

.add_your_review > span {
  display: block;
  margin: 36px 0 14px 0;
  color: #a2a2a2;
}

.add_your_review ul,
.add_your_review ul li {
  display: inline-block;
  color: #a2a2a2;
}

.add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #d6d6d6;
  padding-right: 6px;
  margin-right: 5px;
}

.add_your_review ul.fix_border {
  border: none;
}

.add_your_review form {
  margin-top: 31px;
}

.add_your_review form label {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.add_your_review form input {
  height: 54px;
  padding: 0 15px 0 19px;
}

.add_your_review form textarea {
  max-width: 100%;
  min-height: 165px;
  padding: 15px 17px 5px 19px;
}

.add_your_review form input,
.add_your_review form textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  color: #9e9e9e;
  resize: none;
}

/*** 

====================================================================
    client Section style
====================================================================

***/
.clients-section {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.clients-section .section-title {
  margin-bottom: 10px;
}

.clients-section .item img {
  width: 80%;
}

.clients-section .tooltip-inner {
  background: #fe1848;
}

.clients-section .tooltip.top .tooltip-arrow {
  border-top-color: #fe1848;
}

.clients-section .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.clients-section .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 36px;
}

.clients-section .owl-theme .owl-nav [class*="owl-"] {
  color: #c5c5c5;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border: 2px solid #f7f7f7;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.clients-section .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fe1848;
  border: 2px solid #fe1848;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*
==============================================
  service-single Section style
==============================================
*/
.service-single {
  padding: 80px 0px 60px;
}

.service-single .section-title {
  margin-bottom: 25px;
}

.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-catergory li {
  list-style: none;
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 14px 0;
  margin-bottom: 2px;
}

.service-catergory li:first-child {
  margin-bottom: 10px;
}

.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.service-catergory li.active {
}

.service-catergory li.active a {
  color: #db1c23;
}

.service-catergory li.active .view-all-icon {
  color: #db1c23;
}

.service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 15px;
  transition: all 0.5s ease;
  position: relative;
}

.service-catergory li a:hover {
  color: #db1c23;
}

.service-catergory li.active a:hover {
  color: #db1c23;
}

.service-single blockquote {
  padding: 20px 20px;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 17px;
  border: 1px solid #ededed;
  border-left: 2px solid #db1c23;
  font-style: italic;
  color: #aaa;
  background: rgba(247, 247, 247, 0.76);
  font-family: "Poppins", sans-serif !important;
}

.service-single .sec-title {
  margin-bottom: 40px;
}

.service-single .video-image-box .img-box {
  position: relative;
}

.service-single .video-image-box .img-box img {
  display: block;
  width: 100%;
}

.service-single .video-image-box .img-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  color: #db1c23;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-single .video-image-box .img-box .overlay-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.service-single .video-image-box .img-box .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size: 60px;
  color: #db1c23;
}

.service-single .video-image-box .fa {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  padding-left: 6px;
}

/*benifit*/
.benifit li {
  position: relative;
  color: #848484;
  padding-left: 30px;
  margin: 10px 0;
}

.benifit li:after {
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  color: #db1c23;
}

.benifit {
  margin-bottom: 10px;
}

.default-form.service-form textarea {
  height: 226px;
}

.service-single .popular_news .item h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.service-single .inner-title {
  margin-top: 20px;
}

.service-single .sidebar-widget .download-list li {
  margin-bottom: 5px;
  background: #db1c23;
}

.service-single .sidebar-widget .download-list li a {
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  transition: 0.5s;
}

.service-single .sidebar-widget .download-list li span {
  margin-right: 8px;
}

/*
=====================================
  Fact Counter Section
=====================================
*/

.fact-counter {
  position: relative;
  padding: 80px 0px 40px;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #ffffff;
}

.fact-counter:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.69);
  opacity: 1;
  z-index: 0;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 5;
}

.fact-counter .item {
  color: #db1c23;
  padding: 17px 0 25px;
}

.fact-counter .column .icon i {
  position: relative;
  line-height: 40px;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fact-counter .column .icon i:before {
  margin: 0;
  font-size: 44px;
}

.fact-counter .count-outer {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  padding: 4px 10px 2px;
  font-family: "Poppins", sans-serif !important;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
}

/*
====================================
  google map Section
====================================
*/
.home-google-map #contact-google-map {
  width: 100%;
  height: 430px;
}

.home-google-map .gmnoprint {
  display: none;
}

/*
======================================
  contact Section
======================================
*/
.contact_us {
  padding: 80px 0px 80px;
}

.default-cinfo .icon_box {
  width: 45px;
}

.default-cinfo li + li {
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}

.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 26px;
  color: #db1c23;
  position: relative;
  top: 2px;
}

.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

/*form*/

.default-form {
  position: relative;
}

.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}

.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}

.default-form .form-box {
  position: relative;
}

.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .comment-form .form-box .form-group {
  margin-bottom: 25px;
}

.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}

.default-form.form-box .row .form-group {
  padding: 0px 0px;
}

.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}

.default-form .form-group .field-label sup {
  color: #db1c23;
  font-size: 14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 52px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #fff;
  border-radius: 25px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form textarea {
  height: 124px;
}

.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
}

.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.default-form .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #db1c23;
  color: #fff;
}

.default-form .form-control:focus {
  border-color: #db1c23;
  box-shadow: none;
}

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
  color: #db1c23;
  background: none;
  border: none;
  font-size: 18px;
}

/*author-details*/

.author-details {
  background: #f7f7f7;
  padding: 1px 20px;
}

.author-details .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  margin: 30px 0;
}

.author-details .item:last-child {
  border-bottom: 0px;
}

.author-details .item .img-box,
.author-details .item .content {
  display: table-cell;
  vertical-align: top;
}

.author-details .item .img-box {
  width: 67px;
}

.author-details .item .content {
  padding-left: 20px;
}

.author-details .item .content p {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}

.author-details .item .content p i {
  color: #db1c23;
  margin-right: 5px;
}

.author-details .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #272727;
}

.author-details .item .content h5 {
  color: #db1c23;
  margin: 0;
}

/*** 
=============================================
  consultation Section
=============================================
***/

.consultation .default-form-area {
  background: #fff;
  padding: 40px 30px 10px;
  border: 1px solid #f4f4f4;
  max-width: 690px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
}

/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
  padding-bottom: 18px;
}

.sidebar_search {
  position: relative;
}

.sidebar_search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
  border-radius: 5px;
}

.sidebar_search button {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 21px;
  background: #cf0a2c;
  right: 20px;
  color: #fff;
  border-radius: 5px;
}

.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}

.recent_news_sidebar {
  margin-bottom: 62px;
}

.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
}

.recent_news_sidebar .img_holder img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}

.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}

.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color: #272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}

.recent_news_sidebar .post p a {
  font-size: 14px;
}

.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}

.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
}

.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width: 100%;
  height: 100%;
}

.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}

.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sidebar_tags {
}

.sidebar_tags ul {
  margin-top: 10px;
}

.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}

.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #9e9e9e;
  line-height: 32px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 5px 25px;
}

.sidebar_tags ul li a:hover {
  color: #ffffff;
  background: #cf0a2c;
}

/*** 
=============================================
    page_pagination style
=============================================
***/

.page_pagination {
  text-align: center;
}

.page_pagination li {
  display: inline-block;
  margin: 0 4px;
}

.page_pagination li a {
  width: 40px;
  line-height: 40px;
  border: 1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 2px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
  color: #fff;
  background: #db1c23;
}

/*** 
==============================================
  Parallax Style Two Style
==============================================
***/

.parallax-style-two {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax-style-two:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
}

.parallax-style-two .text-center {
  position: relative;
  z-index: 1;
}

.parallax-style-two h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-style-two .text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 40px;
}

.parallax-style-two .btn-style-five {
  margin-right: 20px;
}

/*video-image-box*/
.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  color: #db1c23;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size: 60px;
  color: #42c0e5;
}

.video-image-box .fa {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  padding-left: 6px;
}

/*** 
===============================================
  Purchase Section
===============================================
***/

.purchase-section {
  position: relative;
  padding: 60px 0px;
}

.purchase-section:before {
  content: "";
  position: absolute;
  background: rgba(254, 24, 72, 0.95);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.purchase-section h2 {
  position: relative;
  font-size: 30px;
  margin-top: 8px;
  font-weight: 600;
  color: #ffffff;
}

.purchase-section .btn-column {
  text-align: right;
}

/*
===============
  hover-style1
===============
*/

.hover-style1 {
  display: block;
  position: relative;
}

.hover-style1-img img {
  width: 100%;
}

.hover-style1 > .hover-style1-img::before {
  background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.4s ease-in-out 0s;
}

.hover-style1:hover .hover-style1-img::before {
  opacity: 0.8;
}

.hover-style1-img {
  position: relative;
}

.hover-style1-view a {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
  transition: all 0.4s ease 0s;
  width: 60px;
}

.hover-style1-view a:hover {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  color: #000;
}

.hover-style1:hover .hover-style1-view a {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.hover-style1-view {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}

.hover-style1:hover .hover-style1-view {
  opacity: 1;
}

.hover-style1-title {
  bottom: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.hover-style1:hover .hover-style1-title {
  opacity: 1;
}

.title-style-1 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
}

.title-style-1 h3 a {
  color: #fff;
}

.hover-style1:hover .title-style-1 h3,
.hover-style1:hover .title-style-1 span {
  transform: translateX(0px);
}

.title-style-1 span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
  text-transform: capitalize;
}

.view-more > a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.view-more > a i {
  padding-left: 5px;
}

.view-more > a:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*
=================================
  single-projects
=================================
*/
.single-projects {
  padding: 90px 0px;
}

.single-projects .blog-sidebar {
  padding-top: 0px;
}

.single-projects .sidebar_search {
  margin-top: 0px;
}

.project-info p {
}

.project-info ul {
  padding-top: 15px;
}

.project-info ul li {
  color: #c3c3c3;
  line-height: 38px;
  font-weight: 300;
}

.project-info ul li span {
  color: #222;
  font-weight: 600;
  margin-right: 5px;
}

/*** 
========================================
  Error Page
========================================
***/

.error-section {
  position: relative;
  text-align: center;
  padding: 120px 0px 120px;
}

.error-section .error-text {
  position: relative;
  text-align: center;
}

.error-section .error-text h2 {
  position: relative;
  color: #db1c23;
  font-size: 190px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 4px;
}

.error-section h3 {
  position: relative;
  color: #222;
  font-weight: 500;
  font-size: 40px;
  margin-top: 20px;
  line-height: 1.2em;
}

.error-section .text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 40px;
  color: #222;
}

.error-section .error-options {
  position: relative;
}

.error-section .error-options .or {
  position: relative;
  color: #2f2f2f;
  font-size: 18px;
  margin: 0px 18px;
  font-weight: 500;
}

.error-search-box {
  position: relative;
  margin-top: 12px;
  width: 320px;
  display: inline-block;
}

.error-search-box .form-group {
  position: relative;
  margin: 0px;
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"] {
  position: relative;
  line-height: 32px;
  padding: 10px 50px 10px 20px;
  border: 2px solid #ededed;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 54px;
  border-radius: 40px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus {
  border-color: #db1c23;
}

.error-search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #c0c0c0;
  background: none;
  border-radius: 0px 3px 3px 0px;
  font-weight: normal;
}

.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover {
  color: #db1c23;
  border-color: #db1c23;
}

/*
============================================
  News Section
============================================
*/

.news-section {
  position: relative;
}

.news-section.style-2 {
  background: #fff;
}

.news-section .news-style-one {
  border: 1px solid #f1f1f1;
}

.news-style-one {
  position: relative;
  margin-bottom: 40px;
}

.news-style-one .inner-box {
  position: relative;
}

.news-style-one .inner-box .image {
  position: relative;
}

.news-style-one .inner-box .image img {
  position: relative;
  width: 100%;
}

.post-time {
  position: absolute;
  left: 15px;
  top: 48px;
  color: #ffffff;
  font-size: 13px;
  z-index: 1;
  padding: 2px 5px 0px;
  display: inline-block;
  line-height: 25px;
  background-color: #db1c23;
}

.news-style-one .inner-box .lower-content {
  /* text-align:  center; */
  position: relative;
  padding: 20px 19px 20px;
  background-color: #ffffff;
  text-align: justify;
}

.news-style-one .inner-box .lower-content h3 {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.news-style-one .inner-box .lower-content h3 a {
  color: #222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content h3 a:hover {
  color: #db1c23;
}

.news-section .owl-dots {
  display: none;
}

.news-section .owl-nav {
  position: absolute;
  right: 0px;
  top: -100px;
}

.news-section .owl-nav .owl-prev {
  position: relative;
  left: -5px;
}

.news-section .owl-nav .owl-prev,
.news-section .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #bbbbbb;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-left: 0px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-section .owl-nav .owl-prev:hover,
.news-section .owl-nav .owl-next:hover {
  border-color: #1f2229;
  background-color: #1f2229;
  color: #ffffff;
}

/*
=======================================
  Service styles 
=======================================
*/
.service-box-one {
}

.service-box-one .single-service-box-one {
  padding-bottom: 25px;
  position: relative;
  transition: border-color 0.4s ease;
}

.service-box-one .single-service-box-one:hover {
  border-color: #fe1848;
}

.service-box-one .single-service-box-one:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: background 0.4s ease;
}

.service-box-one .single-service-box-one:hover:after {
  background: #db1c23;
}

.service-box-one .single-service-box-one h3,
.service-box-one .single-service-box-one p {
  margin: 0;
}

.service-box-one .single-service-box-one h3 {
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.service-box-one .single-service-box-one h3:hover {
  color: #db1c23;
}

.service-box-one .single-service-box-one p {
  color: #999999;
  line-height: 26px;
  font-weight: 300;
}

.service-box-one .single-service-box-one i:before {
  font-size: 50px;
  color: #db1c23;
  margin: 0;
}

.service-box-one .single-service-box-one span {
  font-size: 40px;
  color: #f4f4f4;
  line-height: 10px;
  font-family: "Poppins", sans-serif !important;
}

.service-box-one .single-service-box-one .icon {
  margin-bottom: 20px;
}

.service-box-one .single-service-box-one .title-box {
  margin-bottom: 10px;
}

/*
==================================
Services Block Two
==================================
*/
.staffing-section {
  position: relative;
  background: url(../images/icons/serve-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.padd-12 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.staffing-section:before {
  /* position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; */
  /* background:rgb(0 0 0 / 88%); */
}

.staffing-section .serve-title h2 {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #000;
  font-family: "Inter", sans-serif !important;
}

.staffing-section .serve-title span {
  font-size: 45px;
  font-family: "Kaushan Script", cursive;
  color: #cf0a2c;
  font-weight: 500;
}

.staffing-section .serve-title p {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #000;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}

.staffing-section .row {
  padding: 70px 22px;
  background: #f9e3e7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.staffing-card {
  text-align: center;
  background-color: #fff;
  min-height: 390px;
  padding: 20px 40px;
  border-radius: 20px;
}

.staffing-card:hover {
  transition: all 0.7s;
  transform: translateY(-30px);
}

.staffing-card img {
  margin-top: 15px;
}

.staffing-card h3 {
  font-family: "Inter", sans-serif !important;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}

.con {
  margin-top: 42px !important;
}

.staffing-card p {
  font-family: "Inter", sans-serif;
  color: #000;
}

.staffing-card a {
  justify-content: end;
  margin-top: 50px;
  display: flex;
  color: #cf0a2c;
}

.services-block-two {
  position: relative;
  /* margin-bottom: 30px; */
}

.services-block-two .inner-box {
  position: relative;
  padding: 30px 30px;
  /* background-color: #ffffff; */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 30px;
  /* height:300px; */
  color: #ffffff;
}

.services-block-two .inner-box {
  display: none !important;
}

.services-block-two.scroll_right .inner-box {
  background: #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  display: block !important;
}

.services-block-two .inner-box:hover .text {
  color: #fff;
}

.services-block-two .inner-box .content {
  position: relative;
}

.services-block-two .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: -6px;
  color: #db1c23;
  font-size: 40px;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .content .icon:before {
  font-size: 40px;
  margin: 0;
}

.services-block-two .inner-box .content h3 {
  position: relative;
  line-height: 1em;
  /* padding-left: 60px; */
  text-align: center;
  margin-bottom: 2px;
  margin-top: 5px;
}

.services-block-two .inner-box .content h3 a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .icon {
  color: #ffffff;
}

.services-block-two .inner-box .content h3:before {
  content: "";
}

.services-block-two:hover .inner-box .content h3:before {
  left: 75px;
  transition: 0.5s ease;
}

.services-block-two .inner-box .content .text {
  margin-top: 7px;
}

.services-block-two .inner-box .content .read-more {
  position: relative;
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
  display: inline-block;
}

/*
================================================
  Testimonials Section style
================================================
*/

.testimonials-section {
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
}

.testimonials-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.86); */
  background: rgb(255 255 255);
  z-index: 0;
}

.testimonials-section.style-2 {
}

.testimonials-section.style-2:before {
  background: #fff;
}

.testi-slide-item {
  position: relative;
  padding: 20px;
  background: rgb(49 97 157);
  /* border: 1px solid rgba(255, 255, 255, 0.22); */
  border-radius: 5px;
}

.testi-slide-item.style-2 {
  background: #fff;
  border: 1px solid #db1c23;
}

.testi-slide-item .info-box {
  position: relative;
  padding: 10px 0px 20px 90px;
  min-height: 70px;
}

.testi-slide-item .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testi-slide-item:hover,
.testi-slide-item:hover .image-box {
  border-color: #db1c23;
}

.testi-slide-item.style-2 .image-box {
  border-color: #db1c23;
}

.testi-slide-item .image-box img {
  position: relative;
  width: 100% !important;
  display: block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testi-slide-item h3 {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.testi-slide-item.style-2 h3 {
  color: #222;
}

.testi-slide-item .designation {
  position: relative;
  font-size: 15px;
  color: #db1c23;
  margin-bottom: 0px;
  margin-top: 6px;
  font-weight: 700;
}

.testi-slide-item .slide-text {
  position: relative;
  font-size: 15px;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 30px;
  border-radius: 4px;
}

.testi-slide-item.style-2 .slide-text {
  color: #888;
}

.testimonials-section.style-2 .testi-slide-item {
  margin-bottom: 30px;
}

/*** 

====================================================================
  Services Style One
====================================================================

***/

.services-style-one {
  position: relative;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}

.service-block .inner-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.service-block .inner-box .image-box {
  position: relative;
}

.service-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
  padding: 30px;
  /* border:30px solid #ffff; */
}

.service-block .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 8px 0px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  /* background-color:rgba(254, 24, 72, 0.83); */
  background-color: rgb(17 16 16);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -250px;
  padding: 40px 35px;
  width: 100%;
  text-align: center;
  /* background-color: rgba(254, 24, 72, 0.83); */
  background-color: rgb(17 16 16);

  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block .inner-box .image-box .overlay-box h3 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-block .inner-box .image-box .overlay-box .text {
  color: #ffffff;
  margin-bottom: 15px;
}

.service-block .inner-box .image-box:hover .caption {
  bottom: -60px;
}

.service-block .inner-box .image-box:hover .overlay-box {
  bottom: 0px;
}

/*********************************** 
* = 1. Who we are styles 
************************************/

.who-we-are-area {
}

.who-we-are-area .who-we-are-img-holder img {
  float: right;
  max-width: none;
  border-radius: 10px;
}

.who-we-are-area .content {
  background: #f8f8f8 none repeat scroll 0 0;
  margin-left: -105px;
  /* margin-top: 65px; */
  margin-top: 50px;
  padding-bottom: 57px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  z-index: 2;
  border-radius: 10px 50px 10px 50px;
  text-align: justify;
}

.who-we-are-area .founder {
  margin-bottom: 24px;
  margin-top: 52px;
  padding-left: 90px;
  position: relative;
}

.who-we-are-area .founder .img-holder {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.who-we-are-area .founder .img-holder img {
  border-radius: 50%;
}

.who-we-are-area .founder .name {
  padding-bottom: 18px;
  padding-left: 15px;
  padding-top: 18px;
}

.who-we-are-area .founder .name h3 {
  color: #222222;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.who-we-are-area .founder .name p {
  color: #fe1848;
  font-size: 14px;
  margin-top: 10px;
}

.who-we-are-area .founder:hover .img-holder::before {
  background: #01273a;
}

/*
============================================
  team
============================================
*/

.our-team-area {
  overflow: hidden;
}

.single-team-member .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-team-member .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-team-member .content {
  display: table-cell;
  vertical-align: bottom;
}

.single-team-member .content .speaker-infos {
  background: rgb(254, 24, 72);
  padding: 10px;
  transform: translate3d(0, 57px, 0);
  transition: all 0.5s ease;
}

.single-team-member:hover .content .speaker-infos {
  transform: translate3d(0, 0px, 0);
}

.single-team-member .content .speaker-infos {
  text-align: center;
}

.single-team-member .content .speaker-infos span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  display: block;
}

.single-team-member .content .speaker-infos h4 {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

/*** 
=====================================
  team-section style-two
=====================================
***/

.team-member {
  margin-bottom: 30px;
}

.team-member .image-holder {
  margin-bottom: 16px;
}

.team-member .image-holder img {
  width: 100%;
}

.team-member .team-content {
  position: relative;
  text-align: center;
}

.team-member .team-content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease;
}

.team-member .team-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #848484;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease;
}

.team-member .social-style-two {
  margin-top: 10px;
}

/*** 

====================================================================
  About Style One Section
====================================================================

***/

.about-style-one {
  position: relative;
}

.about-style-one .outer-box {
  position: relative;
}

.about-style-one .image-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-style-one .image-column .image {
  width: 100%;
  display: none;
}

.about-style-one .image-column .image img {
  display: block;
  width: 100%;
}

.about-style-one .image-column .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.about-style-one .image-column .overlay-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.about-style-one .image-column .overlay-link .icon {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 100px;
  height: 100px;
  top: 50%;
  padding: 30px;
  margin-top: -50px;
  line-height: 36px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.about-style-one .content-column {
  position: relative;
  width: 50%;
  background: #1c1c1c;
  color: #999999;
}

.about-style-one .content-column .content-box {
  position: relative;
  float: right;
  padding: 180px 200px 180px 20px;
  max-width: 770px;
}

.about-style-one .content-column .sec-title h2 {
  color: #ffffff;
}

.about-style-one .content-column .inner-box {
  position: relative;
}

.about-style-one .content-column .text {
  position: relative;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2em;
}

/*** 

====================================================================
  Call to Action
====================================================================

***/

.call-to-action {
  position: relative;
}

.call-to-action .column {
  position: relative;
  margin-bottom: 22px;
}

.call-to-action .icon-column .inner-box {
  position: relative;
  padding-left: 95px;
  min-height: 80px;
}

.call-to-action .icon-column .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 63px;
  border: 2px solid #e0e0e0;
  text-align: center;
  color: #fe1848;
  -ms-border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.call-to-action .icon-column .inner-box .icon span:before {
  margin: 0;
  font-size: 40px;
}

.call-to-action .icon-column .inner-box:hover .icon {
  background: #fe1848;
  color: #ffffff;
  border-color: #fe1848;
}

.call-to-action .icon-column .inner-box h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #222;
}

.call-to-action .link-column .link-btn5 {
  float: right;
}

/*** 

====================================================================
  Services 2 style
====================================================================

***/

.services-two {
  position: relative;
  margin-top: -10px;
}

.default-service-block {
  /* position:relative; */
  /* top:-96px; */
  margin-bottom: 0px;
  /* top:-130px; */
  z-index: 9999;
  /* margin-top: -100px; */
}

.default-service-block .inner-box {
  position: relative;
  background: none;
  padding: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 5px;
}

/* .default-service-block .inner-box:hover,
.default-service-block.active .inner-box{
  background:#000000;
  -webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.15);
  -ms-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.15);
  -o-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.15);
  -moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.15);
  box-shadow:0px 0px 7px 0px rgba(0,0,0,0.15);  
} */

.default-service-block .inner-box .icon {
  position: relative;
  line-height: 20px;
  color: #3f649b;
  margin-bottom: 1cqmax;
  text-align: center;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-service-block .inner-box .icon span:before {
  margin: 0;
  font-size: 40px;
}

.default-service-block .inner-box h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-service-block .inner-box:hover h3 a {
  color: #db1c23;
}

.default-service-block .inner-box .text {
  position: relative;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: justify;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section.style-2 {
  position: relative;
  padding: 80px 0px 0px;
  background: #fff;
}

.services-section.style-2:before {
  background: none;
}

.services-section .outer-box {
  position: relative;
  margin-top: 92px;
  background-position: center top;
  background-repeat: no-repeat;
}

.service-block-one {
  position: relative;
  margin-bottom: 70px;
}

.service-block-one .inner-box {
  position: relative;
  padding-right: 90px;
  text-align: right;
}

.service-block-one .inner-box .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border: 2px solid #db1c23;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-one .inner-box .icon span:before {
  margin: 0;
  font-size: 36px;
}

.service-block-one .inner-box h3 {
  position: relative;
  line-height: 1em;
  margin-bottom: 5px;
}

.service-block-one .inner-box h3 a {
  position: relative;
  top: -6px;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-one .inner-box h3 a:hover {
  color: #db1c23;
}

.service-block-one .inner-box .text {
}

.service-block-one .inner-box:hover .icon {
  background-color: #db1c23;
}

.service-block-one .inner-box:hover .icon span {
  color: #fff;
}

/*Service Block Two*/

.service-block-two {
  position: relative;
  margin-bottom: 70px;
}

.service-block-two.style-two {
  margin-bottom: 45px;
}

.service-block-two .inner-box {
  position: relative;
  padding-left: 90px;
  text-align: left;
}

.service-block-two .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border: 2px solid #db1c23;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box .icon span:before {
  margin: 0;
  font-size: 36px;
}

.service-block-two .inner-box h3 {
  position: relative;
  line-height: 1em;
  margin-bottom: 5px;
}

.service-block-two .inner-box h3 a {
  position: relative;
  top: -6px;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box h3 a:hover {
  color: #db1c23;
}

.service-block-two .inner-box .text {
}

.service-block-two .inner-box:hover .icon {
  background-color: #db1c23;
}

.service-block-two .inner-box:hover .icon span {
  color: #fff;
}

.services-section .image-column {
  margin-top: -45px;
  text-align: center;
}

/* projects block one */
.projects-block-one.mix {
  display: none;
}

.projects-block-one {
  position: relative;
  margin-bottom: 30px;
}

.projects-block-one .inner-box {
  position: relative;
}

.projects-block-one .image img {
  width: 100%;
}

.projects-block-one .image::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  transition: all 0.4s ease-in-out 0s;
}

.projects-block-one:hover .image::before {
  opacity: 0.8;
}

.projects-block-one .image {
  position: relative;
}

.projects-block-one .overlay a {
  background: rgb(254, 24, 72) none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
  transition: all 0.4s ease 0s;
}

.projects-block-one .overlay a:hover {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  color: #fe1848;
}

.projects-block-one:hover .overlay a {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.projects-block-one .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  z-index: 10;
}

.projects-block-one:hover .overlay {
  opacity: 1;
}

.projects-block-one .caption-title {
  bottom: 20px;
  left: 50%;
  margin-left: -83px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  z-index: 12;
}

.projects-block-one:hover .caption-title {
  opacity: 1;
}

.projects-block-one .caption-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
}

.projects-block-one.style-2 .caption {
  padding: 5px 20px 30px 20px;
  border: 1px solid #000;
}

.projects-block-one.style-2 .caption h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
}

.projects-block-one.style-2 .caption h3 a {
  color: #aaa;
}

.projects-block-one.style-2 .caption span {
  color: #aaa;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
  text-transform: capitalize;
}

.projects-block-one.style-2 .caption h3 a:hover {
  color: #db1c23;
}

.projects-block-one .caption-title h3 a {
  color: #fff;
}

.projects-block-one:hover .caption-title h3 {
  transform: translateX(0px);
}

.projects-block-one .caption-title-two {
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px 1px #0000001f;
}

.projects-block-one .caption-title-two h3 a {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.projects-block-one .caption-title-two span {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.portfolio-style-two .projects-block-one {
  padding: 0px 15px;
}

.portfolio.portfolio-style-three .caption-title {
  left: 40px;
}

/*** 

====================================================================
  Features Style One
====================================================================

***/

.features-one {
  position: relative;
}

.features-one .column {
  position: relative;
  margin-bottom: 50px;
}

.features-one .column.br {
  border-right: 1px solid #ccc;
}

.left-icon-column {
  position: relative;
}

.left-icon-column .inner-box {
  position: relative;
  padding-left: 95px;
  min-height: 80px;
  max-width: 400px;
  margin: 0 auto;
}

.left-icon-column .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border: 2px solid #db1c23;
  text-align: center;

  background: #db1c23;
  color: #ffffff;
  border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.left-icon-column .inner-box .icon span:before {
  margin: 0;
  font-size: 32px;
}

.left-icon-column .inner-box:hover .icon {
  background: none;
  color: #db1c23;
}

.left-icon-column .inner-box h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #222;
}

.left-icon-column .inner-box .text {
  position: relative;
}

/** feature-style-one **/

.feature-style-one {
  position: relative;
}

.feature-style-one .title-bottom-text {
  margin-bottom: 35px;
}

.hexagon {
  left: 0px;
  top: 0px;
  height: 96px;
  width: 96px;
  background: #fff;
  transition: all 500ms ease;
}

.hexagon:before,
.double:after {
  position: absolute;
  content: "";
}

.hexagon:before {
  top: 2px;
  /* border width */
  left: 2px;
  /* border width */
  height: calc(99% - 3px);
  /* 100% - (2 * border width) */
  width: calc(99% - 3px);
  /* 100% - (2 * border width) */
  background: #db1c23;
  z-index: -1;
}

.hexagon,
.hexagon:before,
.double:after {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 101% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.feature-content-one {
  margin-bottom: 30px;
}

.feature-content-one .hexagon-content {
  position: relative;
  display: inline-block;
  margin: auto;
}

.feature-content-one .icon i:before {
  font-size: 36px;
  color: #fff;
  margin: 0px;
}

.feature-content-one .lower-content {
  margin-top: 20px;
}

.feature-content-one .lower-content h4 a {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 500;
  color: #000;
}

.feature-content-one .lower-content h4 a:hover {
  color: #db1c23;
}

.feature-content-one .icon {
  position: relative;
  line-height: 96px;
  text-align: center;
}

/*
=========================================
  Contact Style Two
=========================================
*/

.contact-style-two {
  position: relative;
  background: #fe1848;
  color: #ffffff;
}

.contact-style-two .form-column {
  position: relative;
  float: left;
  width: 50%;
}

.contact-style-two .form-column .inner-box {
  position: relative;
  padding: 100px 80px;
}

.contact-style-two .form-column .upper-content {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.contact-style-two .form-column .upper-content .subtitle {
  font-size: 20px;
}

.contact-style-two .form-column .upper-content h3 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

.contact-style-two .info-column {
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0px;
  height: 100%;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.contact-style-two .info-column .inner-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
}

.contact-style-two .info-column .inner-most {
  display: table-cell;
  vertical-align: middle;
}

.contact-style-two .info-column h3 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.contact-style-two .info-column .text {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-style-two .info-column h4 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}

/*** 

====================================================================
  Progress Levels Section
====================================================================

 ***/

.progress-levels {
  position: relative;
}

.default-section .progress-levels {
  padding-top: 7px;
}

.progress-levels .progress-box {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.progress-levels .progress-box:last-child {
  margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
  margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.progress-levels .progress-box .bar {
  position: relative;
  height: 8px;
  background: #eeeeee;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 0px;
  height: 8px;
  background: #fe1848;
  -moz-transition: all 2000ms ease 300ms;
  -webkit-transition: all 2000ms ease 300ms;
  -ms-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
  left: 0px;
}

.progress-levels .progress-box .percent {
  position: absolute;
  right: 0px;
  top: -40px;
  letter-spacing: 0px;
  font-size: 18px;
  color: #181818 !important;
  line-height: 24px;
  opacity: 0;
  -moz-transition: all 2000ms ease 700ms;
  -webkit-transition: all 2000ms ease 700ms;
  -ms-transition: all 2000ms ease 700ms;
  -o-transition: all 2000ms ease 700ms;
  transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
  opacity: 1;
}

/*** 

====================================================================
    ticket-price Section
====================================================================

***/

.ticket-price {
  position: relative;
  background-image: url(../images/background/7.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ticket-price:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.ticket-price.style-2 {
  background: #fff;
}

.ticket-price.style-2:before {
  background: none;
}

.ticket-price .single-ticket {
  position: relative;
  margin-bottom: 30px;
}

.ticket-price.style-2 .single-ticket {
  border: 2px solid #fe1848;
}

.price-page .ticket-price {
  background: #fff;
  background-image: none;
}

.price-page .ticket-price:before {
  display: none;
}

.ticket-price .section-title {
  position: relative;
  margin-bottom: 94px;
}

.ticket-price .section-title h2 {
  position: relative;
  color: #fff;
}

.ticket-price.style-3 .pricing-column {
  padding: 0 20px;
  transition: 0.5s ease;
}

.price-page .ticket-price .pricing-column .inner-box {
  border: 1px solid #ededed;
}

.ticket-price.style-3 .pricing-column:hover {
  transform: scale(1.22, 1.22);
  transition: 0.5s ease;
}

.ticket-price.style-3 .plan-header {
  padding: 50px 0 0px;
}

.ticket-price .inner-box {
  text-align: center;
  position: relative;
  padding-bottom: 49px;
  background: #ffffff;
  overflow: hidden;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.ticket-price .plan-header {
  position: relative;
  padding: 20px 0 25px;
  background: #fe1848;
}

.ticket-price .plan-header h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 11px;
}

.price-page .ticket-price.style-3 .plan-header h2 {
  font-size: 48px;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 130px;
  transition: 0.5s ease;
  margin-bottom: 20px;
}

.price-page .ticket-price.style-3 .plan-stats {
  padding: 19px 0 32px;
}

.price-page .ticket-price.style-3 .pricing-column:hover .plan-header h2 {
  transform: scale(1.1, 1.1);
  transition: 0.5s ease;
}

.ticket-price .plan-duration {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.ticket-price .plan-stats {
  position: relative;
  padding: 35px 0 35px;
}

.ticket-price .plan-stats li {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}

.allyted-logo {
  max-width: 87%;
  margin-top: -30px !important;
  margin-bottom: 0px !important;
}

.allyted-foot {
  max-width: 25% !important;
  margin-top: 5px !important;
}

.text-c {
  text-align: center;
  margin-bottom: 5px !important;
}

.text-c a {
  text-align: center;
  font-weight: 400 !important;
  font-size: 22px !important;
}

.digital-img {
  /* width:600px; */
  height: 400px;
  margin-top: -10px;
  /* border-radius:5px; */
}

.who-img {
  height: 390px;
}

.serve-text {
  text-align: justify;
  padding-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.serve-text1 {
  text-align: justify;
  padding-top: 20px;
  color: #ffffff;
  font-size: 17px;
}

.location-icn {
  font-size: 24px !important;
  /* margin-left:0px !important; */
  position: relative;
  left: -30px !important;
}

.btn-style-service {
  position: relative;
  padding: 4px 15px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  background: #cf0a2c;
  letter-spacing: 1px;
  text-transform: capitalize;
  /* border: 2px solid #fe1848; */
  font-family: "Poppins", sans-serif !important;
  border-radius: 20px;
  margin-top: 20px;
}

.btn-style-service:hover {
  color: #ffffff !important;
}

.img-serve {
  border-radius: 10px;
}

/* .wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 140rem;
  }

  .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .col{
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
  }
  
  .container2{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  
  .front,
  .back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
  }
  
  .back{
    background: #cedce7;
    background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  }
  
  .front:after{
    position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      opacity: .6;
      background-color: #000;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 10px;
  }
  .container2:hover .front,
  .container2:hover .back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  
  .back{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
  }
  
  .container2 .back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container2 .front{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container2:hover .back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .container2:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .front .inner p{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .train-text{
    text-align:justify;
    font-size:18px;
  }
  .front .inner p:after{
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
  }
  
  .front .inner span{
    color: rgba(255,255,255,0.7);
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 300;
  }
  
  @media screen and (max-width: 64rem){
    .col{
      width: calc(33.333333% - 2rem);
    }
  }
  
  @media screen and (max-width: 48rem){
    .col{
      width: calc(50% - 2rem);
    }
  }
  
  @media screen and (max-width: 32rem){
    .col{
      width: 92%;
      margin: 0 0 2rem 0;
    }
  }



.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%
}
.cursor {
    background-color: orange;
    height: 0;
    width: 0;
    z-index: 99999;
}
.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none
}
.cursor2 {
    border: 2px solid orange;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover {
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
 */

.fl-fl {
  /* background-image: linear-gradient(135deg, rgb(0,0,0,0.7) , rgb(0,0,0,0.7)); */
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -146px;
  border-radius: 15px 0px 0px 15px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #0093d2 !important;
  background-color: #000 !important;
}

.float-sm .fa {
  font-size: 20px !important;
  color: #0093d2;
  padding: 10px 0;
  width: 40px;
  margin-left: 10px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 330px;
}

.float-tw {
  top: 390px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 450px;
}

.float-pn {
  top: 382px;
}

@media screen and (max-width: 1200px) {
  .cursor,
  .cursor2,
  .cursor3 {
    display: none;
  }
}

/* preloade */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
}

.cnt223 {
  min-width: 600px;
  width: 600px;
  min-height: 150px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.banner_txt {
  position: absolute;
  top: 260px !important;
  width: 100% !important;
  text-align: center;
  color: #ffffff;
  z-index: 99;
}

.future-font {
  font-size: 40px !important;
  margin-bottom: 15px !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 60px;
}

.sap-cls {
  font-size: 46px !important;
  color: #cf0a2c !important;
  font-family: "Poppins", sans-serif !important;
}

.p-font {
  font-size: 21px !important;
  margin-bottom: 15px !important;
  color: #ffffff;
}

.popup-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod-text {
  padding: 30px 15px !important;
  border: 1px solid #0093d2;
  border-radius: 20px;
  margin: 15px;
}

.modal-header .close {
  margin-top: -18px !important;
  font-size: 27px !important;
  opacity: 1 !important;
  color: #db1c23 !important;
  text-shadow: none !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #db1c23 !important;
  border-color: #db1c23 !important;
}

.modal-title {
  font-size: 20px !important;
  color: #ffffff !important;
}

.bg-content {
  background: #3f649b !important;
}

.modal-header {
  padding: 8px !important;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  /* border-bottom: 1px solid #e5e5e5 !important; */
  text-align: center !important;
  border: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px !important;
    margin: 30px auto !important;
  }
}

.banner-carousel.owl-carousel .owl-item img,
.banner_slide .banner-test img {
  object-fit: cover;
  /* height: 640px; */
  height: 580px;
  width: 70% !important;
}

.banner_slide {
  position: relative;
}

.banner_slide .banner-test img {
  position: relative;
  z-index: 99;
}

.box-rect {
  position: absolute;
  background: #cf0a2c;
  height: 144px;
  width: 45%;
  bottom: 105px;
  right: 0px;
}

.banner_ovrly {
  position: relative;
}

.banner_ovrly::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 9;
}

.active.owl-dot span {
  background: #db1c23;
}

.owl-dot span {
  width: 13px;
  height: 13px;
  display: block;
  /* background-color: rgba(255, 255, 255, 0.6); */
  background-color: #000000;
  margin: 10px;
  margin: 0px 8px !important;
  border-radius: 50px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  top: -50px;
  position: relative;
  margin: 0px !important;
  /* left: -103px; */
}

.form-control {
  height: 46px;
  text-transform: capitalize;
}
.e-text {
  text-transform: lowercase !important;
}
.e-text::placeholder {
  text-transform: capitalize !important;
}

.zoom-img {
  overflow: hidden;
  transition: transform 0.2s;
}

.zoom-img img {
  transition: transform 0.2s;
}

.zoom-img:hover img {
  transform: scale(1.2);
}

.banner_slide {
  /*border: 1px solid red !important;*/
  /* margin-top: -87px !important; */
  display: inline-block;
  width: 100%;
  height: 100%;
  /* padding-top:80px; */
}

.mainmenu-area.stricky-fixed .navigation li a {
  color: #000 !important;
  /* color: #ffffff; */
}

.mainmenu-area.stricky-fixed .navigation li a:hover {
  color: #0093d2 !important;
}

.main-menu {
  position: relative;
  margin-top: 15px;
  margin-left: 131px;
}

/* .navigation .dropdown ul li a,.navigation .dropdown ul li a:hover,.mainmenu-area.stricky-fixed .navigation .dropdown ul li a{
    color:#fff !important;
} */

.model-popup {
  position: fixed;
  z-index: 99999999999999;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

/* .heading-cls{
  padding-top:140px;
} */

.heading-card {
  text-align: center !important;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

/* .card-left{
  margin-left:70px;
} */
/* 
@media (min-width: 992px){
.col-md-3 {
    width: 22%;
}

} */

.features-image {
  text-align: center;
  margin-bottom: 2rem;
}

.features-item-header,
.features-item-text {
  color: #000000;
}

.features-item-header {
  color: #cf0a2c;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 5px;
}

.features-item-text {
  margin-top: 10px;
  font-size: 15px;
}

.features-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-image img {
  border-radius: 12px;
  max-width: 60% !important;
}

.feature-first-img {
  padding: 0px;
  width: 450px;
  margin: auto;
}

.feature-text-p {
  padding: 13px 272px 10px;
}

.features-item {
  text-align: center;
  padding: 12px;
  min-height: 130px;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid;
  margin: 20px;
}

/* /////testimonials//// */

.testimonial_section {
  display: block;
  overflow: hidden;
}

.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}

.testimonial_section .about_content {
  background-color: #000000;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
  border-radius: 20px;
}

.testimonial_section .about_content .background_layer {
  background-color: #000000;
  width: auto;
  /* margin-left: -200px; */
  margin-left: -12px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
  margin-left: 8px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
  margin-left: 8px;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}

.testimonial_section
  .about_content
  .layer_content
  .section_title
  .heading_line {
  position: relative;
}

.testimonial_section
  .about_content
  .layer_content
  .section_title
  .heading_line
  span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}

.testimonial_section
  .about_content
  .layer_content
  .section_title
  .heading_line
  span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}

.testimonial_section
  .about_content
  .layer_content
  .section_title
  .heading_line:after {
  content: "";
  left: 2%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}

.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
  margin-left: 8px;
}

.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  margin-left: 8px;
}

.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}

.testimonial_section .testimonial_box {
  margin-top: 30px !important;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
  /* background-color: #ff5e14; */
  margin-left: -170px !important;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #cf0a2c;
  width: auto;
  margin-right: -12px;
  right: 0;
  /* background-image: url(../images/map.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel {
  display: block;
  position: relative;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 55px;
  padding: 40px 40px 40px 35px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 20px;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content
  .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content
  .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content
  .testimonial_caption
  h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content
  .testimonial_caption
  span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .testimonial_content
  p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .images_box
  .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .layer_content
  .testimonial_owlCarousel
  .testimonials
  .images_box
  .testimonial_img
  img {
  border: 4px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 70%;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .owl-nav
  .owl-prev {
  position: absolute;
  top: 111px;
  right: 42px;
  border-radius: 0;
  background: #ffffff;
  display: block;
  outline: 0;
  width: 25px;
  line-height: 25px;
  height: 25px;
  color: #000;
  font-size: 21px;
  margin-top: -18px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .owl-nav
  .owl-prev:hover {
  background: #ffffff;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .owl-nav
  .owl-next {
  position: absolute;
  top: 111px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ffffff;
  outline: 0;
  width: 25px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  color: #000;
  font-size: 21px;
  margin-top: -18px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section
  .testimonial_box
  .testimonial_container
  .owl-nav
  .owl-next:hover {
  background: #ffffff;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }

  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }

  .testimonial_section .testimonial_box {
    margin-top: 20px !important;
  }

  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }

  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }

  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }

  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }

  .testimonial_section
    .testimonial_box
    .testimonial_container
    .testimonials
    .testimonial_content {
    margin-left: -36px !important;
  }

  .testimonial_section
    .testimonial_box
    .testimonial_container
    .testimonials
    .images_box {
    display: none;
  }
}

.d-serve {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.f-size {
  font-size: 40px !important;
  font-weight: 500 !important;
}

.f-size1 {
  font-size: 31px !important;
  margin-top: 6px;
  font-weight: 500 !important;
}

.bgg {
  background: #000000;
  /* margin-left: -10px !important; */
}

.text2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 400;
  padding: 30px;
}

.digital {
  font-size: 33px;
  font-weight: 600;
}

.marketing {
  color: #cf0a2c;
}

.btn-style-1 {
  position: relative;
  padding: 8px 35px;
  border-radius: 25px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  /* background: #db1c23; */
  background: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}

a.btn-style-1:hover {
  color: #ef0c33;
}

.service-block .inner-box .image-box .caption2 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 8px 0px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  /* background-color:rgba(254, 24, 72, 0.83); */
  /* background-color: rgb(17 16 16); */
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.vide {
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  line-height: 32px !important;
  border-radius: 20px;
  margin-left: 5px;
}

.text-cent {
  text-align: center;
  background-color: #cf0a2c;
  color: #ffffff;
  font-size: 17px;
  padding: 4px;
}

.vide-text {
  text-align: justify;
  margin-top: 10px;
  color: #ffffff;
}

.v-head {
  color: #ffffff !important;
}

.digital-video {
  width: 350px;
  height: 400px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}

.serve-video {
  width: 500px;
  height: 400px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}

.video-width {
  background-color: #cf0a2c;
  width: 470px;
  height: 450px;
  margin: 0 auto;
}

.digit-flex {
  display: flex;
  justify-content: center;
}

.train-bg {
  background: url(../images/background/train.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 40px 110px 40px;
}

.want-clr {
  font-size: 55px;
  color: #ce332e;
  margin-top: 50px;
}

.up-cls {
  font-size: 55px;
  font-weight: 500;
}

.skill-p {
  text-align: justify;
  margin-top: 35px;
}

.brdr-line {
  border: 3px solid #000000;
  padding: 20px;
  margin: 10px;
}

.get-top {
  margin-top: 46px;
}

.trained-btn {
  border: 2px solid #000000;
  padding: 20px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s;
}

.rotat {
  transform: rotate(120deg);
  font-size: 20px !important;
  margin-left: 10px;
}

.trained-btn:hover {
  color: #ffffff;
  background-color: #ce332e;
  border-color: #ce332e !important;
}

.get-cl {
  color: #ce332e;
}

.trained-btn:hover .get-cl {
  color: #fff;
}

/* .digi-bg{
background-color:#ffffff;
height:653px;
} */
@media (min-width: 992px) {
  .col-md-4 {
    width: 32.333333%;
  }
}

.video-test::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #cf0a2c;
  opacity: 1;
}

/* .banner-test::before{
  position:fixed;
  content: '';
  height: 18%;
  width: 100%;
  background-color: #cf0a2c;
  opacity: 1;
  right: -43px;
  top: 285px;
  z-index:-1;
} */
.pad-3 {
  padding: 60px 0px 110px;
}

.default-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-heading {
  margin-bottom: 30px;
  margin-top: -5px;
  overflow: hidden;
}

.site-heading.text-center {
  width: 100%;
}

.card.ss {
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-top: 20px;
}

.card-item {
  background-color: #f6f2f2;
  width: 100%;
  height: 120px;
  transition: transform 0.2s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  /* box-shadow: 2px 3px 4px 5px; */
  border-radius: 10px;
}

.training-p {
  color: #000000;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
}

.training-h {
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 8px;
}

.contact-pad {
  padding-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 35px;
  box-shadow: 0px 19px 12px #000;
}

.contact-bg {
  background-color: #000000;
}

.log-center {
  text-align: center;
}

.allyt {
  width: 150px;
  position: relative;
  left: -25px;
}

.con-text {
  text-align: center;
}

.contact-he {
  /* margin-top: 20px; */
  color: #ffffff;
  font-size: 40px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}

.contact-hee {
  margin-top: 20px;
  color: #ffffff;
  font-size: 47px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
}

.setup {
  color: #ffffff;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
}

.p-allyt {
  color: #ffffff;
  padding-top: 20px;
  font-size: 17px;
}

.caal {
  color: #000000;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
}

.p-allyt2 {
  color: #000000;
  padding-top: 20px;
  font-size: 18px;
}

.pd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad-80 {
  padding-top: 80px;
  padding-bottom: 90px;
}

.pa-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pa-90 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.staffing-cap {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 15px 15px;
  text-align: center;
  font-weight: 400;
  background-color: rgb(176 8 43 / 83%);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0.9;
}

.insight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  width: 100%;
  height: 580px;
}

.box1 {
  width: 100%;
  height: 290px;
  float: left;
  margin-bottom: 15px;
  position: relative;
}

.box2 {
  width: 48.5%;
  height: 275px;
  float: left;
  position: relative;
}

.box3 {
  width: 48.5%;
  height: 275px;
  float: left;
  margin-left: 23px;
  position: relative;
}

.box-one {
  position: relative;
}

.serv-box {
  border-bottom: 6px solid #cf0a2c;
  margin-bottom: 20px;
}

/* 
.serv-box2{
  height:250px;
} */
.serv-bg {
  background-color: #000000;
}

.or-head {
  font-size: 103px;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  color: #43030e;
  line-height: 121px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 21px !important;
}

.serve-head {
  font-size: 50px;
  padding-top: 20px;
  margin-bottom: 40px;
  color: #f87474;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: pr;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}

.slider::before,
.slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
  text-align: center;
}

.slider .slide img {
  width: 100%;
  height: 100%;
}

.sap-lo {
  padding-top: 35px;
  width: 80% !important;
}

.sap-lgo {
  width: 80% !important;
}

.sapp-lgo {
  width: 65% !important;
}

.text-icon {
  text-align: center !important;
}

.services-block-two .inner-box .content-one {
  position: relative;
}

.services-block-two .inner-box .content-one .icon {
  /* position: absolute;
  left: 0px;
  top: -6px; */
  color: #db1c23;
  font-size: 40px;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .content-one .icon:before {
  font-size: 40px;
  margin: 0;
}

.services-block-two .inner-box .content-one h3 {
  position: relative;
  line-height: 1em;
  /* padding-left: 60px; */
  text-align: center;
  margin-bottom: 2px;
  margin-top: 5px;
}

.services-block-two .inner-box .content-one h3 a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .icon {
  color: #ffffff;
}

.services-block-two .inner-box .content-one h3:before {
  content: "";
}

.services-block-two:hover .inner-box .content-one h3:before {
  left: 75px;
  transition: 0.5s ease;
}

.services-block-two .inner-box .content-one .text {
  margin-top: 7px;
}

.services-block-two .inner-box .content-one .read-more {
  position: relative;
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
  display: inline-block;
}

.red-mor {
  font-size: 20px;
  text-align: center;
  text-decoration-line: underline;
  color: #6293fb;
  margin-top: 10px;
}

.red-align {
  text-align: center;
}

.red-mor:hover {
  color: #6293fb;
  cursor: pointer;
}

.about-bg {
  background: url(../images/background/abt-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 60px 0px;
  text-align: center;
  background-position: bottom;
}

.about_box2 {
  text-align: start;
  padding: 30px 0px 0px 175px;
  color: #fff;
}

.about_box1 {
  background-color: #ffffff;
  display: inline-block;
  padding: 6px 30px 5px 9px;
}

.abt-span {
  color: #ffffff;
  font-size: 40px;
  padding-right: 85px;
}

.cur-l {
  font-size: 18px;
  color: #c2b6b6;
  padding-top: 20px;
}

.to-head {
  font-size: 52px;
  margin-bottom: 15px;
}

.serv-box2 h4 {
  color: #cf0a2c !important;
  font-size: 57px;
  line-height: 71px;
  font-weight: 400;
}

.clr_blk {
  color: #000;
}

.or_secriceaa {
  padding: 0px 0px !important;
}

.or_secriceaa .row .col-md-6:first-child {
  padding-right: 0px;
}

.or_secriceaa .ser-rw {
  align-items: center;
  display: flex;
}

.serv-bg {
  background-color: #000;
}

.serv-bg {
  padding: 25px !important;
}

.srvice-blocks {
  background-color: #fff !important;
  padding: 25px 15px 10px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 20px;
}

.srvice-blocks_fur {
  margin-top: 20px;
  width: 290px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.srvice-blocks h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #cf0a2c;
}

.bg-red {
  background-color: #cf0a2c !important;
}

.bg-red h3,
.bg-red p {
  color: #fff !important;
}

.btn-style-services {
  position: relative;
  padding: 5px 20px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  background: #cf0a2c !important;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif !important;
  border-radius: 20px;
}

.btn-style-services:hover {
  color: #fff !important;
}

.curious {
  position: relative;
  text-align: left;
}

.curious::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 92%;
  background: #f22e4f;
  left: -7px;
  /* right: 0px; */
  top: -20px;
}

.cur-img {
  width: 83%;
  height: 500px;
  object-fit: cover;
  position: relative;
  margin-left: -20px;
}

.pd-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pd-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.sap-lorem {
  font-size: 25px;
  padding: 10px;
  font-weight: 500;
}

.mtrt {
  margin-top: 80px !important;
}

.gg-img {
  width: 82%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 48px;
  right: 0px;
  left: auto;
}

.sap-clr {
  color: #cf0a2c;
  font-size: 30px;
  margin-top: 353px;
  font-weight: 400;
}

.parent-img {
  position: relative;
  top: 0;
  left: 0;
}

.gg-img2 {
  width: 65%;
  height: 230px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 15px;
}

.gg-img3 {
  width: 65%;
  height: 230px;
  position: relative;
  top: 0;
  left: 0;
}

.counter_main {
  background-color: #000 !important;
  margin-top: 0px;
  padding: 20px 0px;
}

.banner-test {
  text-align: center;
}

.banner_slide .row {
  display: flex;
  align-items: center;
}

/* .who-we-are-area .sec-title h2 {
  text-transform: uppercase;
} */

.box-01 h4 {
  background: #cf0a2c !important;
  color: #fff;
  padding: 8.9px 10px;
  /* font-size: 22px; */
  font-size: 20px;
  font-weight: 600;
}

.box-01 {
  text-align: center;
  margin-bottom: 200px;
}

.who-we-are-area .row .col-md-4 .box-01:last-child {
  margin-bottom: 0px !important;
}

.who-we-are-area .row {
  align-items: center;
  display: flex;
}

.box-01 p {
  /* font-size: 21px; */
  font-size: 18px;
  margin-top: 10px;
}

.box-01 h4 {
  position: relative;
}

/* .who-we-are-area .row .col-md-4:first-child .box-01 h4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 42px;
  background: #cf0a2c;
  left: -70px;
  top: 0px;
}
.who-we-are-area .row .col-md-4:last-child .box-01 h4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 42px;
  background: #cf0a2c;
  right: -95px;
  top: 0px;
} */

.box-02 {
  text-align: center;
  top: -67px;
  position: relative;
}

.bg-blk {
  background-color: #000;
  padding: 50px 10px;
  overflow: hidden;
}

.srvice-blocks.srvice-blocks_one {
  width: 269px;
  margin-left: auto;
  margin-bottom: 15px;
}

.clear-both {
  clear: both;
}

.srvice-blocks_thre {
  background-color: #000 !important;
  position: relative;
  z-index: 9;
}

.bg-white {
  position: relative;
  padding: 10px;
}

.bg-white::before {
  content: "";
  position: absolute;
  width: 511px;
  height: 100%;
  background-color: #fff !important;
  padding: 10px;
  border-radius: 0px 20px 20px 0px;

  right: 0px;
  top: 0px;
}

.col-md-6.clear-both {
  padding-right: 0px !important;
}

.srvice-blocks_two .btn-style-services {
  background-color: #000 !important;
}

.srvice-blocks.bg-red.srvice-blocks_two {
  width: 300px;
  padding: 30px 21px 12px;
  margin-bottom: 15px;
  margin-top: -15px;
}

.col-md-4.col-lg-4 {
  position: relative;
}

.col-md-4.col-lg-4 .cap_ww {
  position: absolute;
  font-size: 238px;
  font-weight: 900;
  line-height: 156px;
  color: #cf0a2c;
  z-index: -1;
  top: -22px;
  right: 0;
  margin-right: -90px;
}

.sap_txt {
  position: absolute;
  bottom: -9px;
  font-weight: 700;
  letter-spacing: -11px;
  color: #d9d9d9;
  line-height: 25px;
  z-index: -1;
  left: -46px;
  opacity: 0.95;
}

.sap_txt .nw-1 {
  font-size: 170px !important;
}

.sap_txt .nw-2 {
  font-size: 280px !important;
  position: relative;
  left: -18px;
  top: -8px;
}

.sap_txt .nw-3 {
  font-size: 180px !important;
  position: relative;
  top: -81px;
  left: -47px;
}

.sap-txt1 {
  position: absolute;
  color: transparent;
  -webkit-text-stroke-width: 3.5px;
  -webkit-text-stroke-color: #b7152d;
  font-weight: 800;
  color: #fff;
  left: 30px;
  width: 100%;
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
}

.sap-txt1 .w-1 {
  font-size: 135px !important;
  position: relative;
  top: -78px;
  left: -44px;
}

.sap-txt1 .w-2 {
  font-size: 145px !important;
  position: relative;
  top: -39px;
  right: 76px;
}

.sap-txt1 .w-3 {
  font-size: 150px !important;
  position: relative;
  top: -47px !important;
  left: -132px;
  z-index: -1;
}

.trainig_blo {
  position: relative;
  padding: 110px 50px 101px;
}

/* .trainig_blo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cf0a2c;
  z-index: 99;
  left: 0px;
  opacity: .35;
  top: 0px;
} */

.trainig_blo .row {
  z-index: 9;
  position: relative;
}

div#top-categories .container-fluid {
  padding-left: 0px !important;
}

div#top-categories .container-fluid .col-md-12 {
  padding-left: 0px !important;
}

.about_box {
  position: relative;
}

.about_box1::before {
  content: "";
  position: absolute;
  width: 515px;
  height: 68px;
  background: #fff;
  z-index: 99;
  right: -24px;
  opacity: 1;
  top: 78px;
  z-index: revert-layer;
}

.about_box1 h1 {
  position: relative;
  z-index: 99;
  font-size: 52px;
  font-weight: 400;
}

/* .about_box1 h1 span{
color:#f1846f !important;
} */

.mainmenu-area .row .col-md-2 {
  width: 12.667%;
}

.mainmenu-area .row .col-md-10 {
  width: 87.33333333%;
}

.box-one:hover .staffing-cap,
.zoom-img:hover .staffing-cap {
  background-color: #cf0a2c !important;
  opacity: 1 !important;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important;
}

.staff-img {
  width: 15% !important;
}

#galleryy .slick-slide img,
#gallery .slick-slide img {
  width: 140px !important;
  margin: auto;
}

.sliderr {
  margin: 30px 0px !important;
}

.sliderr .img img {
  width: 140px !important;
  margin: auto;
}

.cloud-log {
  width: 65% !important;
  margin-left: 30px;
}

.ptd-50 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptd-90 {
  padding-top: 90px;
  padding-bottom: 150px;
}

/* .staff-bg{
  background-color:#cf0a2c;
  border-radius:30px;
  transform: perspective(30em) rotateY(-5deg);
}   */
/* .staff-bg{
  background: url(../images/background/d.png);
  background-repeat: no-repeat;
  background-size: cover;
}  */
.breadcrumb-bg {
  background: url(../images/background/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}

.journey-heading {
  color: #ffffff;
  padding: 30px;
  margin-top: 40px;
  font-size: 40px;
}

.exp-heading {
  padding: 5px 28px;
  text-align: justify;
  color: #ffffff;
  margin-bottom: 50px;
}

.rev-heading {
  font-size: 35px;
  font-weight: 600;
}

.recrt {
  color: #cf0a2c;
}

.rev-text {
  margin-top: 15px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}

.girl-img {
  height: 450px;
  display: block;
  margin: 0 auto;
  padding: 35px;
  position: relative;
  top: 40px;
}

/* .heart {
	animation: beat .5s infinite alternate;
	transform-origin: center;
}
@keyframes beat{
	to { transform: scale(1.1); }
}  */
.pulse {
  animation: pulsate 2.5s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.retain-cls {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.net-row {
  display: flex !important;
  justify-content: center !important;
}

.network-p {
  text-align: center;
  padding: 20px;
  font-weight: 400;
}

.card-titl {
  font-size: 16px;
  text-align: center;
  color: #cf0a2c;
  font-weight: 600;
}

.card-titl2 {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

.card-tex {
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

.card-tex2 {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  color: #ffffff;
}

.rev-card {
  background: #cf0a2c;
  width: 225px;
  padding: 20px;
  min-height: 240px;
  border-radius: 35px;
}

.rev-card2 {
  background: #f1e1e1;
  /* width: 200px; */
  min-height: 220px;
  border-radius: 30px;
  padding: 15px 10px;
  width: 100%;
}

.att-padding {
  padding-top: 90px;
  padding-bottom: 100px;
}

.process-line {
  height: 15px;
  background-color: #676767;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 50px;
  border: 3px solid #676767;
  margin-top: 130px;
}

.process-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* box-shadow: 1px 1px 6px 1px #ffffff; */
  background-color: #ffffff;
  border: 5px solid #cf0a2c;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  top: -5px;
}

.process-circleup {
  width: 70px;
  height: 70px;
  /* border: 3px solid #000000; */
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0 auto;
  background-color: #cf0a2c;
}

.p-circle {
  /* border: 3px solid black; */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}

.cirl {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.revolution-img {
  width: 700px;
}

.card-body3 {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
  padding-top: 80px;
}

.indusry-head {
  font-size: 18px;
  color: #cf0a2c;
  text-align: center;
}

.text-deep {
  text-align: center;
  padding: 5px;
  font-size: 15px;
}

.card-body2 {
  width: 250px;
  height: 250px;
  float: right;
  padding-top: 60px;
}

.circle-img {
  position: relative;
  background: #f6f6f6;
  width: 320px;
  height: 320px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 42px;
  left: 0px;
  border-radius: 50%;
  right: 0px;
}

.circle-border {
  /* border: 3px solid #f4ecec; */
  border-radius: 50%;
  width: 420px;
  height: 420px;
}

.circle-img1 {
  width: 30%;
  position: absolute;
  top: 50px;
  left: 150px;
  border-radius: 50%;
}

.circle-img2 {
  width: 40%;
  position: absolute;
  top: 120px;
  left: 7px;
  border-radius: 50%;
}

.circle-img3 {
  width: 40%;
  position: absolute;
  top: 162px;
  left: 165px;
  border-radius: 50%;
}

.down-img {
  width: 30%;
  position: absolute;
  top: 58px;
  left: 24px;
}

.card-down {
  width: 250px;
  /* height: 250px; */
  padding-top: 20px;
  margin: 0 auto;
}

.circled1 {
  width: 20px;
  height: 20px;
  background: #cf0a2c;
  border-radius: 50%;
  position: absolute;
  top: 138px;
  bottom: 0;
  left: 15px;
  right: 0;
  overflow: hidden;
  /* margin:auto; */
  /* animation: circle 6s linear infinite; */
}

.circled2 {
  width: 20px;
  height: 20px;
  background: #cf0a2c;
  border-radius: 50%;
  position: absolute;
  top: 328px;
  bottom: 0;
  left: 50px;
  right: 0;
  overflow: hidden;
}

.circled3 {
  width: 20px;
  height: 20px;
  background: #cf0a2c;
  border-radius: 50%;
  position: absolute;
  top: 365px;
  bottom: 0;
  left: 340px;
  right: 0;
  overflow: hidden;
}

.list-inline {
  list-style: none;
  margin-top: -30px;
  color: #ffffff;
  position: relative;
}

.bred {
  color: #ffffff;
}

.bred:hover {
  color: #cf0a2c;
}

.circle-inner {
  position: relative;
}

.circle-imgg,
.aboslute {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
}

.position-1 {
  animation: box1 5s linear infinite;
}

.position-2 {
  animation: box2 5s linear infinite;
}

.position-3 {
  animation: box2 5s linear infinite;
}

@keyframes box1 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes box2 {
  0% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes box3 {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.navigation li.dropdown:hover ul {
  display: block !important;
}

.flex-img {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 450px;
}

.img-flex {
  position: relative;
}

.img-flex2 {
  position: absolute;
  top: 55px;
  left: 80px;
}

.flex-img2 {
  width: 60%;
}

.build-img {
  width: 80%;
}

.rev-card2:hover {
  background-color: #cf0a2c;
  color: #ffffff;
}

.rev-card2:hover .card-titl {
  color: #ffffff;
}

.recruit-img {
  width: 100px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.recruit-img2 {
  width: 100px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  padding-top: 160px;
  padding-bottom: 40px;
}

.recruit-rotate {
  transform: rotate(30deg);
}

.support-cls {
  width: 240px;
  margin: 0 auto;
}

.support-pos {
  width: 30px;
  height: 30px;
  background: #cf0a2c;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  line-height: 30px;
  position: relative;
  right: 0;
  left: 100px;
  top: 0px;
}

.support-pos2 {
  width: 30px;
  height: 30px;
  background: #cf0a2c;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  line-height: 30px;
  position: relative;
  right: 0;
  left: 7px;
  top: 30px;
  margin: 0 auto;
}

.support-pos3 {
  width: 30px;
  height: 30px;
  background: #cf0a2c;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  line-height: 30px;
  position: relative;
  right: 27px;
  top: 0px;
}

.fuul-bgg {
  background: url(../images/sight/build.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.fuul-bgg .row {
  display: flex !important;
  justify-content: right !important;
}

.shape_img {
  position: absolute;
  width: 85%;
  height: 550px;
  top: 400px;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.text-rainbow-animation {
  background-image: linear-gradient(
    to right,
    #cf0a2c,
    #c81a38,
    #f0536f,
    #f0244a,
    #cf0a2c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 1000s linear infinite;
}

@keyframes rainbow-animation {
  to {
    background-position: 4500vh;
  }
}

.service-box {
  /* padding: 100px 28px 25px; */
  padding: 60px 28px 25px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.services-item_bg {
  height: 128px;
  width: 128px;
  background-color: #cf0a2c !important;
  z-index: 1;
  position: absolute;
  top: -47px;
  left: -39px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-box:hover .service-content h3,
.service-box:hover .service-content p,
.service-box:hover .service-content span {
  color: #fff !important;
}

.service-box:hover .services-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.service-box .services-item_bg {
  background-color: #952aff;
}

.service-box .services-item_bgg {
  background-color: #4c49ea;
}

.pb-5 {
  padding-bottom: 30px !important;
}

/* .service-content h3 {
  color: #000 !important;
  margin-bottom: 16px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
} */
.service-content h3 {
  top: -30px;
  position: relative;
  color: #000 !important;
  margin-bottom: 16px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
}

.service-content h3 img {
  margin-right: 9px;
  height: 26px;
}

.service-content p {
  color: #000 !important;
  line-height: 28px;
}

.service-box .icon.text-icon {
  position: absolute;
  left: 25px;
  top: 8px;
  color: #fff !important;
  z-index: 9;
  font-size: 42px;
}

.service-box .icon.text-icon::before {
  font-size: 34px !important;
  margin-left: 0px !important;
}

.service-content {
  position: relative;
  z-index: 9;
}

/* .service-box:hover .services-item_bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
} */

.services-nd.col-md-4 {
  width: 33.333333% !important;
}

.posit-ab {
  position: absolute;
}

img.shap_1.posit-ab {
  right: 81px;
  width: 93px;
  top: 157px;
  animation: box1 5s linear infinite;
}

@keyframes box1 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

img.shap_2.posit-ab {
  left: 81px;
  width: 60px;
  top: 157px;
  animation: box1 4s linear infinite;
}

img.shap_3.posit-ab {
  left: 0px;
  right: 0px;
  width: 120px;
  bottom: 34px;
  margin: auto;
  /* animation: box1 4s linear infinite; */
}

.dis-none {
  display: none;
}

.dis-view {
  display: block !important;
}

.dis-none.collapse {
  display: block !important;
}

.fi-iconn {
  font-size: 17px;
  padding: 15px;
}

/* .scroll_right{
  border: 3px solid red !important;
} */

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.cleansing-pos {
  position: absolute;
  font-weight: 600;
  letter-spacing: 5px;
  color: #f2eeee;
  line-height: 20px;
  z-index: -1;
  opacity: 0.95;
}

.claensing-abos {
  position: relative;
  font-size: 125px;
  top: -16px;
  left: 7px;
}

.clean-text {
  /* margin-top: 70px; */
  /*text-align: justify;*/
  font-size: 16px;
  line-height: 28px;
}

.arrow-pointer {
  width: 90%;
  height: 80px;
  background: #ef4742;
  position: relative;
}

.arrow-pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 50px solid #ffffff;
  border-top: 50px solid transparent;
  border-bottom: 37px solid transparent;
}

.arrow-pointer:before {
  content: "";
  position: absolute;
  right: -49px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 50px solid #ef4742;
  border-top: 50px solid transparent;
  border-bottom: 31px solid transparent;
}

.arrow-pad {
  padding-top: 130px;
}

.data-class {
  /* width:250px; */
  margin: 0 auto;
}

.data-heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}

.data-text {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}

.data-pos {
  position: relative;
}

.dat-img {
  position: absolute;
  width: 13%;
  margin: 0 auto;
  top: -65px;
  left: 164px;
}

.rotat-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -6px;
  left: 160px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 0px 4px 3px #0003;
}

.rotat-cirlceup {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -30px;
  left: 135px;
  border-radius: 80px;
  background: #ecc9c9;
  opacity: 0.5;
}

.rotate-brdcircle {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -46px;
  left: 120px;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid transparent;
  border-right: 2px solid #2c3e50;
  transform: rotate(-40deg);
}

.rotate-brdcircle2 {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -46px;
  left: 120px;
  border-radius: 50%;
  border-top: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid transparent;
  border-right: 2px solid #2c3e50;
  transform: rotate(40deg);
}

.rotate-brdcircle3 {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 2px solid #1e1e1e;
  top: -46px;
  left: 120px;
  border-radius: 50%;
}

.rotate-brdcircle3:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 50px;
  background: black;
}

.data-cleansing {
  margin: 0px 0px 100px 0px;
}

.rotate-brdcircle2:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  background: black;
  top: 19px;
}

.rotate-brdcircle2:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  background: black;
  bottom: 19px;
}

.rotate-brdcircle:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  right: 19px;
  background: black;
  top: 19px;
}

.rotate-brdcircle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  background: black;
  bottom: 19px;
}

.sap-request {
  text-align: center;
}

h2.sap-requesh {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

p.sap-requestp {
  color: #fff;
  font-size: 18px;
  padding: 20px 0px;
}

.sap-request button {
  background-color: #cf0a2c;
  padding: 13px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}

.sap-request .row,
.data .col-md-5.col-lg-5 {
  justify-content: center;
  display: flex;
}

.m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.request-bg {
  background-image: url(../images/sight/workhere.png);
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 65%);
  background-repeat: no-repeat;
  background-size: cover;
}

span.request-hq {
  font-size: 55px;
}

section.our-data-cleansing {
  /* background-color: #CF0A23; */
  background: linear-gradient(360deg, #9a1224 10%, #e04458 90%);
  border-radius: 50px;
}

.data-cleansing-benefits h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.data-cleansing-benefits-content {
  color: #fff;
}

section.our-data-cleansing .row {
  justify-content: space-around;
  display: flex;
  padding: 20px 0px;
}

.data-cleansing-benefits-content h3 {
  padding: 0px 0px 30px;
}

.our-data-cleansing .col-md-4.col-lg-4 {
  align-items: center;
  display: flex;
}

.arw1 {
  background-color: #f75772;
}

.arw2 {
  background-color: #f42043;
}

.arw3 {
  background-color: #cf0a2c;
}

.arrow-pointer.arw1:before {
  border-left: 50px solid #f75772;
}

.arrow-pointer.arw2:before {
  border-left: 50px solid #f42043;
}

.arrow-pointer.arw3:before {
  border-left: 50px solid #cf0a2c;
}

.data-breadcum h3 {
  color: #fff !important;
  /* z-index: 999; */
  position: relative;
  font-size: 50px;
  padding: 100px 0px 40px 0px;
}

.data-breadcum {
  text-align: -webkit-center;
}

.data-img1 img {
  position: absolute;
  bottom: 27px;
  left: 88px;
}

.suport-img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.ecc-img {
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-top: -45px;
}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.dwnangle-img {
  position: absolute;
  bottom: 141px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 56%;
  z-index: -1;
}

.att-padding .row {
  position: relative;
}

.corporte-padding {
  padding-top: 200px;
  padding-bottom: 140px;
}

.corp-heading {
  font-size: 45px;
  line-height: 55px;
}

.corp-heading2 {
  font-size: 36px;
  line-height: 50px;
}

.corp-span {
  font-size: 36px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.corporte-padding .corp-span {
  font-size: 45px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fq-clr {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fq-clr2 {
  color: #cf0a2c;
}

.corp-text {
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  /* text-align: justify; */
}

.btn-style-corp {
  position: relative;
  padding: 15px 40px;
  border-radius: 30px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  /* background: #ce332e; */
  letter-spacing: 1px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  /* border: 2px solid #ce332e; */
  font-family: "Poppins", sans-serif !important;
  margin-top: 15px !important;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.btn-style-corp2 {
  position: relative;
  padding: 15px 40px;
  border-radius: 30px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: #ce332e;
  letter-spacing: 1px;
  border: 2px solid #ce332e;
  font-family: "Poppins", sans-serif !important;
  margin-top: 15px !important;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.btn-style-corp:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
}

.corp-p {
  line-height: 20px !important;
  font-size: 16px !important;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  /* background-image: linear-gradient(
        to right,
        #0093d2,
        #0079c5,
        #005fb4,
        #0044a0,
        #212688
    ) !important; */
  color: #111 !important;
  margin: 1rem 0 !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border: 2px solid #0093d2;
}

.accordion-item2 {
  /* background-color: #fff !important; */
  color: #111 !important;
  margin: 20px 0px !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border: 2px solid #0093d2;
}

.accordion-item3 {
  color: #000000 !important;
  margin: 1rem 0 !important;
  border-radius: 0.5rem !important;
  border: 1px solid #a6d8fc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important;
}

.accordion-item-header {
  padding: 12px 35px !important;
  min-height: 6rem !important;
  line-height: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  cursor: pointer !important;
  font-size: 16px !important;
}

.accordion-item-header2 {
  padding: 12px 35px !important;
  min-height: 6rem !important;
  line-height: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  cursor: pointer !important;
  font-size: 16px !important;
}

.accordion-item-header3 {
  padding: 12px 35px !important;
  min-height: 6rem !important;
  line-height: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  cursor: pointer !important;
  font-weight: 600 !important;
}

/* .accordion-item-header::after {
  content: "\002B" !important;
  font-size: 25px !important;
  position: absolute !important; 
  right: 15px !important;
  color: #000000 !important;
} */

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.2s ease-out !important;
}

.accordion-item-body-content {
  padding: 12px 35px !important;
  line-height: 22px !important;
  /* border-top: 1px solid !important; */
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1 !important;
  /* border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1 !important; */
}

.accordion-item-body2-content {
  padding: 12px 35px !important;
  line-height: 22px !important;
  /* border-top: 1px solid !important; */
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1 !important;
}

.accordion-item-header p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.prev-flex {
  display: flex;
  position: absolute;
  right: 33px;
  align-items: center;
}

.prev-flex h6 {
  margin: 0px 10px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ch-text {
  margin-top: 15px;
}

.checked {
  color: orange;
}

.star-allign {
  text-align: center;
  padding: 10px;
  margin-top: -10px;
}

.data-h {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 2px 10px 46px;
  text-transform: capitalize;
}

.data-h2 {
  font-size: 17px;
  font-weight: 500;
  padding: 0px 3px 3px 25px;
}

.rating-cls {
  padding-left: 15px;
}

.clck-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  font-size: 14px;
}

.inner-card {
  box-shadow: 0 6px 16px rgb(52 105 203/16%);
  border-radius: 10px;
  padding: 0px;
  position: relative;
  top: -44px;
  background: #ffffff;
  width: 100%;
}

.scard {
  padding: 20px 20px 0px;
  min-height: 150px;
}

.sylbus-c {
  /* background-color: #CF0A2C; */
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  padding: 8px 39px;
  border-radius: 0px 0px 0px 10px;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
.syllabus {
  display: flex;
  padding: 10px 47px;
}

.syl-flex .sylbus-c:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
}
.dwn-i {
  width: 25px;
  margin-top: -5px;
}

.exp-cls {
  padding: 6px 17px;
  border-top: 2px solid #000000;
}

.explore {
  padding: 10px 32px;
}

.yr-heading {
  font-size: 35px;
  line-height: 55px;
}

.cop-heading {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  color: #ffffff;
  padding: 1px 15px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

.disc-heading {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
}

.disc-text {
  text-align: justify;
  font-size: 18px;
}

.prgrm-img {
  width: 15%;
  object-fit: contain;
}

.programme {
  box-shadow: 0 2px 8px rgb(52 105 203/16%);
  padding: 10px;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #ffffff;
}
.seat-pos {
  z-index: -9;
  top: -70px;
  position: relative;
  left: 14px;
}

.machine-flexx {
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-left: 6px solid #0c6db9;
  padding-left: 10px;
  height: 70px;
  align-items: center;
}

.machine-text {
  /* margin-top:20px; */
  font-size: 13px;
}

.emp-heading {
  font-size: 34px;
}

.under-heading {
  margin-top: 40px;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.voice-inner {
  position: relative;
}

.voice1-img {
  width: 25%;
  object-fit: cover;
  position: relative;
  top: 27px;
  z-index: -1;
  left: 13px;
}

.voice2-img {
  width: 20%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 182px;
  top: 10px;
}

.voice3-img {
  width: 25%;
  object-fit: cover;
  position: absolute;
  right: 219px;
  top: 40px;
  z-index: -1;
}

.voice4-img {
  width: 25%;
  object-fit: cover;
  position: relative;
  top: -4px;
  left: -19px;
}

.voice5-img {
  width: 25%;
  object-fit: cover;
  position: relative;
  top: -131px;
  left: 161px;
}

.voice6-img {
  width: 25%;
  object-fit: cover;
  position: relative;
  left: 118px;
  top: -133px;
  z-index: -1;
}

.voice-head {
  font-size: 42px;
  padding-top: 65px;
  padding-left: 130px;
}

.in-text {
  font-size: 18px;
  padding-left: 135px;
  margin-top: 20px;
}

.syl-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.emp-bg {
  background-image: url(../images/background/shape-curve.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.custom-card {
  padding: 68px 20px 49px 23px;
  box-shadow: 0 6px 16px rgb(52 105 203/16%);
  border-radius: 5px;
  margin-top: 100px;
  position: relative;
  background: #ffffff;
  z-index: 1;
  top: -50px;
}

.cstm {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.cust-text {
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
}

.cv2 {
  text-align: center;
  position: absolute;
  left: 0;
  top: -70px;
  right: 0;
}

.cv-img {
  width: 80px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  margin-top: 30px;
  border-radius: 50%;
  padding: 18px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
}

.data-indust {
  padding-top: 40px;
  padding-left: 25px;
  /* background: linear-gradient(360deg, #ffffff 10%, #f4f4f4 90%); */
  background: #f4f4f4;
  max-height: 530px;
  margin-top: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.data-indust.technoList {
  height: 480px;
}
.data-indust:hover {
  overflow-y: scroll;
}
.f-ic {
  font-size: 11px !important;
  float: right;
  padding: 5px;
  padding-top: 8px;
}

.data-li {
  font-size: 15px;
  text-align: left;
  display: flex !important;
  justify-content: space-between;
  /* margin-bottom: 5px; */
  /* padding: 5px 15px; */
}
/* 
.data-li:hover {
  color: #ffffff;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
} */

.unleash-circle {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -64px;
  background-color: #ce332e;
  position: absolute;
  top: 40px;
  right: 0px;
  left: 108px;
  z-index: -1;
}

.unleash-pos {
  position: relative;
}

.global-circle {
  width: 500px;
  height: 500px;
  background: #ebf4f6;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -80px;
}

.global-innercircle {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border-style: dashed;
  position: absolute;
  top: -14px;
  left: 138px;
  color: #a19a9a;
}

.global-innercircle2 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border-style: dashed;
  color: #a19a9a;
  position: absolute;
  left: 174px;
  top: 23px;
}

.global-innercircle3 {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border-style: dashed;
  color: #a19a9a;
  position: absolute;
  left: 210px;
  top: 60px;
}

.red-pos {
  position: relative;
}

.red-imge {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 57px;
}

.red-rectangle {
  width: 480px;
  height: 380px;
  border-radius: 5px;
  /* background-color: #cf0a2c; */
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: -1;
}

.wave-areaa {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}

.wavee {
  background: url(../images/background/wave.svg) repeat-x;
  position: absolute;
  top: -76px;
  width: 100%;
  height: 120px;
  animation: wavee 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.wavee:nth-of-type(2) {
  top: -57px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swelll 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wavee {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swelll {
  0%,
  100% {
    transform: translate3d(0, -45px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.corporte-padd {
  padding-top: 140px;
  padding-bottom: 0px;
}

.sectionClass {
  padding: 50px 30px 50px 30px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

/* .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
} */

.projectFactsWrap {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f3f3f3;
  border-radius: 100px;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 40px 0px;
  text-align: center;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: 500;
  color: #115bac;
}

.projectFactsWrap .item p {
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  font-family: "Poppins", sans-serif !important;
}

/* .projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
} */

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

/* .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
} */

/* .projectFactsWrap .item:hover span{
  background: white;
} */

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tabbed-pane + .tabbed-pane {
  margin-top: 20px;
}

.tabbed-pane-tabs {
  text-align: center;
  margin-bottom: 25px;
}

.tabbed-pane-tab {
  display: inline-block;
  height: 45px;
  min-width: 250px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 50px 0px 0px 50px;
}

li.tabbed-pane-tab.tabs {
  border-radius: 0px 50px 50px 0px !important;
  margin-left: -5px;
}

.tabbed-pane-tab.is-active {
  /* background: #cf0a2c; */
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  color: #fff;
}

.tabbed-pane-content {
  display: none;
  padding: 20px;
  margin: 0px 60px;
}

.tabbed-pane-content.is-active {
  display: block;
}
.row.tabbed-pane-content.tranform-carsell.owlCarousel.owl-carousel.owl-theme.owl-loaded {
  display: none;
}
.row.tabbed-pane-content.tranform-carsell.owlCarousel.owl-carousel.owl-theme.owl-loaded.is-active {
  display: block;
}
.lead-heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.t-slider {
  box-shadow: 0 5px 14px rgb(52 105 203/16%);
  border-radius: 50px;
}

.sliding-s {
  height: 70px !important;
  width: 130px !important;
  margin: 0 auto !important;
  margin-top: 15px !important;
}

.comp-heading {
  font-size: 30px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.list-clss {
  margin-bottom: 8px;
  font-size: 16px;
}

.top-bg {
  background-color: #ebf5fa;
  padding: 54px 30px;
}

.craft-text {
  text-align: center;
  padding: 5px;
  margin-bottom: 30px;
}

.corp-imgg::before {
  content: "";
  position: absolute;
  width: 91%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  border-radius: 10px;
}

.corp-img1 {
  object-fit: cover;
  border-radius: 10px;
}

.dot-i {
  top: 20px;
  font-size: 7px !important;
  position: relative;
  left: -10px;
}

.trecon {
  position: relative;
  /* top:50px; */
}

.trainn-bgg {
  background-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-left: -15px;
  border-radius: 0px 5px 5px 0px;
  /* border-radius: 5px; */
  /* max-height: 530px; */
  height: 480px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.trainn-bgg:hover {
  overflow-y: scroll;
}

.pre-pad {
  padding: 0px;
}

.play-pos {
  position: absolute;
  top: 40%;
  width: 12%;
  left: -39px;
  background-color: #fff;
  border-radius: 50%;
}

.play-pos::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 0 100% 100% 0 / 50%;
  left: 38px;
  top: -12px;
}

.play-pos2 {
  position: relative;
  left: 0px;
}

.transform-card {
  width: 140px;
  height: 250px;
  /* background-color: #cf0a2c; */
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}

.transform-card::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 60px;
  /* background-color: #cf0a2c; */
  /* background-image: linear-gradient(to right, #0093d2, #0079c5, #005fb4, #0044a0, #212688); */
  border-radius: 0 100% 100% 0 / 50%;
  left: 117px;
  top: 100px;
  z-index: 9999;
}

.t-circle {
  width: 30px;
  height: 30px;
  background-color: #ffff;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  z-index: 9999;
  top: 115px;
}

.transform-card2 {
  width: 140px;
}

.global-img {
  height: 250px;
  object-fit: cover;
}

.transform-card3 {
  width: 140px;
  height: 250px;
  background: linear-gradient(360deg, #ffffff 10%, #f4f4f4 90%);
}

.trans-text {
  font-size: 14px;
  padding: 12px;
  padding-top: 50px;
  text-align: center;
}

.sap-mdg {
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
}

.qtr {
  font-size: 45px !important;
  position: relative;
  left: 26px;
  top: 29px;
}

.qtr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  border-radius: 10px;
}

.premise {
  position: absolute;
  top: 68px;
  left: 50px;
  width: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.corpp {
  width: 15%;
}

.corpe {
  width: 12%;
}

.corp-head {
  margin-left: 20px;
}

.vern {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 39px;
  bottom: 25px;
}

.gleason {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 206px;
  left: 21px;
}

.ibm {
  color: #ffffff;
  position: absolute;
  top: 223px;
  left: 63px;
}

.ptd-190 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.cd:hover {
  margin-top: -30px;
}

.ribbon {
  padding: 15px;
  height: 50px;
  background: #1a1c18;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  color: #dddeda;
  letter-spacing: 0.18em;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: none;
}

.ribbon2 {
  content: "";
  position: absolute;
  height: 0;
  width: 0px;
  top: 74px;
  left: -15px;
  border-top: 22px solid #cd8d11;
  border-left: 17px solid transparent;
  z-index: -1;
  display: none;
}

.card {
  position: relative;
}

.arw-l {
  position: relative;
  left: 470px;
  top: 65px;
}

.arw-r {
  position: relative;
  left: 576px;
  top: 43px;
}

.main-ind {
  color: #222222 !important;
}

.individual-bg {
  /* background-image: url(../images/background/individual-course.jpg); */
  background-image: linear-gradient(
    to right bottom,
    #0e5e92,
    #155687,
    #184e7b,
    #1a4670,
    #1a3e65,
    #2a375b,
    #31304f,
    #342a44,
    #382536,
    #35232a,
    #2e2223,
    #252120
  );
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px 50px;
  /* margin-top:40px; */
  /* color: linear-gradient(113deg, #CF0A2C -9.04%, rgb(39 35 36) 65.02%); */
}

.azure-text {
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  text-transform: capitalize;
}

.azure-allign {
  padding-top: 15px;
}

.azure-cls {
  padding-left: 10px;
  color: #ffffff;
}

.azure-p {
  color: #ffffff;
  padding-top: 15px;
  font-size: 20px;
}

.btn-style-azure {
  position: relative;
  padding: 14px 18px;
  border-radius: 30px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  /* background: #000000; */
  letter-spacing: 1px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  font-family: "Poppins", sans-serif !important;
  margin-top: 30px !important;
  transition: all 500ms ease 0s;
}
.btn-style-azure:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
}

.btn-style-azure2 {
  position: relative;
  padding: 14px 56px;
  border-radius: 30px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  letter-spacing: 1px;
  border: 2px solid #007fc8;
  font-family: "Poppins", sans-serif !important;
  margin-top: 30px !important;
  transition: all 500ms ease 0s;
}

.btn-style-azure2:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
  border: none;
}

.azure-flex {
  display: flex;
  gap: 20px;
}

.azure-ap {
  color: #ffffff;
  padding-top: 15px;
}

.call-ig {
  width: 5%;
}

.num-span {
  color: #ffffff;
  padding-left: 10px;
}

.call-span {
  padding-top: 25px;
}

.coure-azure {
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 25px;
}

.coure-az {
  padding-top: 20px;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.learn-h {
  padding-top: 35px;
  padding-bottom: 40px;
}

.virtue-cls {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.virte {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  display: flex;
  margin-bottom: 30px;
}

.right-flex {
  align-items: center;
  display: flex;
  padding: 0px 10px;
}

.right-img {
  width: 60px;
}

.right-img1 {
  width: 50px;
}

.abt-bg {
  border-radius: 15px;
  /* background: rgba(207, 10, 44, 0.04); */
  background-color: #f5fafc;
  box-shadow: 1px 4px 4px -7px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
}

.azure-eesen {
  width: 310px;
  height: auto;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
}

.azure-eesen1 {
  /* width: 310px;
  height: 115px; */
  border-radius: 14px 0px 43px 0px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}

.azure-hh {
  font-size: 21px;
  line-height: normal;
  padding: 25px;
  color: #ffffff;
}

.btn-style-cur {
  position: relative;
  padding: 12px 18px;
  border-radius: 25px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  /* border: 1px solid #CF0A2C !important; */
  transition: all 500ms ease 0s;
}

.curlm-flex {
  display: flex;
  gap: 30rem;
}

.btn-style-cur:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
  color: #fff;
}

.ccr {
  color: #105faf;
  font-size: 10px !important;
  padding: 15px 20px;
}

.ccl {
  color: #000000;
  font-size: 10px !important;
  padding: 15px 20px;
}

.cca {
  font-size: 7px !important;
  padding: 5px;
}

.mb-05 {
  margin-bottom: 25px;
}

.view-cl {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 55px;
}

.mann-img {
  margin-top: -65px;
}

.ptd-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.abt-hed {
  font-size: 17px;
  padding: 15px 44px;
}

.cur-padding {
  padding-left: 60px;
}

.dwn-cl {
  padding: 4px 0px;
  color: #0044a0 !important;
}

.cur-padding li::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  border-left: 3px solid #000000;
  left: 98px;
}

.dwn-curculum {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  width: 95%;
}

.ccm {
  color: #cf0a2c;
  font-size: 10px !important;
  padding: 15px 20px;
  position: relative;
  left: -60px;
  top: 60px;
}

.carrer-tex {
  /* text-align: center; */
  margin-top: 50px;
  margin-bottom: 20px;
}

.valid-clr {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}

.upon-text {
  font-size: 17px;
  text-align: justify;
  padding: 20px;
  margin-top: 20px;
}

.upon-text2 {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.recog-text {
  padding: 15px;
}

.demo-span {
  padding-left: 10px;
}

.certificate-rectangle {
  width: 380px;
  height: 480px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  float: right;
  border-radius: 20px;
}

.certificate-pos {
  position: relative;
}

.certificate-img {
  position: absolute;
  top: 85px;
  width: 70%;
  left: 95px;
  background-color: #ffffff;
  border-radius: 20px;
}

.medal-i {
  width: 18px;
}

.btn-style-medal {
  position: relative;
  padding: 7px 30px;
  border-radius: 15px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  /* border: 1px solid #CF0A2C !important; */
  transition: all 500ms ease 0s;
  margin-bottom: 10px;
}

.azure-before::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 6px;
  top: 38px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}

.azure-centre {
  text-align: center;
  font-size: 35px;
}

.azure-expert::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 240px;
  border-radius: 145px 145px 0px 0px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  z-index: -1;
  top: -50px;
  left: -38px;
}

.azure-expo {
  width: 45% !important;
}

.azure-expo2 {
  width: 47% !important;
}

.azure-meet {
  text-align: center;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

.expert-pos {
  position: relative;
  left: 114px;
}

.certified {
  width: 90%;
  height: 73px;
  background: #000000;
  color: #ffffff;
  border-radius: 0px 40px 40px 0px;
  position: relative;
  top: -40px;
  left: -83px;
}

.certified2 {
  width: 90%;
  height: 73px;
  background: #000000;
  color: #ffffff;
  border-radius: 0px 40px 40px 0px;
  position: relative;
  top: -22px;
  left: -85px;
}

.certified h4 {
  font-size: 18px;
  padding: 10px 18px;
}

.certified2 h4 {
  font-size: 18px;
  padding: 10px 18px;
}

.certified p {
  padding-left: 12px;
  font-size: 13px;
}

.certified2 p {
  padding-left: 12px;
  font-size: 13px;
}

.package {
  text-align: center;
  padding: 13px;
}

.package.bor-1 {
  border-bottom: 5px solid #768cc2;
  border-right: 5px solid #768cc2;
  margin-bottom: 80px;
}

.package.bor-2 {
  border-top: 5px solid #768cc2;
  border-right: 5px solid #768cc2;
}

.package.bor-3 {
  border-bottom: 5px solid #768cc2;
  border-left: 5px solid #768cc2;
  margin-bottom: 80px;
}

.package.bor-4 {
  border-top: 5px solid #768cc2;
  border-left: 5px solid #768cc2;
}

.craft-img {
  position: relative;
  width: 75%;
  display: block;
  margin: 0 auto;
  /* top: 70px; */
}

.craft-centre {
  text-align: center;
  font-size: 35px;
  margin-bottom: 80px;
}

.package h5 {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 15px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package p {
  font-size: 14px;
  padding: 0px 25px;
  font-weight: 500;
}

.guid-h2 {
  font-size: 37px;
  padding-top: 30px;
}

.adapt-p {
  padding-top: 35px;
  text-align: justify;
}

.resume-text {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  color: #ffffff;
  width: 63%;
  padding: 10px 10px;
}

.resume-text h5 {
  font-size: 19px;
  font-weight: 600;
  border-left: 2px solid #ffffff;
  padding: 2px 5px;
}

.resume-text p {
  padding-left: 10px;
}

.crt-p {
  text-align: justify;
  padding-top: 5px;
  margin-bottom: 30px;
}

.azure-bigpos {
  position: relative;
  top: -375px;
}

.azure-big {
  font-weight: 900;
  /* color: #d9d9d9; */
  color: #f0f7fb;
  font-size: 359px;
  position: absolute;
  text-align: center;
  z-index: -1;
  left: 0;
  right: 60px;
  letter-spacing: 8px;
  font-family: "Poppins", sans-serif !important;
}

.azur-position {
  position: relative;
}

.azur-position2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: 70%;
  top: -73px;
  margin: 0 auto;
}

.ab-cursor::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 36px;
  background-color: #1256a9;
  top: 120px;
}

.value-width {
  background: #cf0a2c;
  width: 290px;
  height: 300px;
  border-radius: 0px 50px 0px 0px;
  margin: 0 auto;
}

.value-width h2 {
  color: #ffffff;
  font-size: 40px;
  padding: 100px 30px 24px 30px;
}

.value-width2 h5 {
  color: #cf0a2c;
  font-size: 20px;
  font-weight: 500;
  padding: 100px 10px 10px 15px;
}

.value-width2 p {
  padding: 15px;
  font-size: 15px;
}

.value-width2 {
  width: 290px;
  height: 300px;
  border-radius: 50px 10px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.04);
  margin: 0 auto;
}

.value-img {
  width: 25%;
  float: right;
  padding: 10px;
}

.cnct-p {
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}

.contct-w {
  width: 190px;
  height: 60px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: 0;
  top: -28px;
}

.contct-w h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.contct-w p {
  color: #ffffff;
  font-size: 13px;
}

.foster-bg {
  border-radius: 0px 100px 0px 50px;
  background: #cf0a2c;
  height: 450px;
}

.foster-cls h3 {
  color: #ffffff;
  font-size: 29px;
  padding: 40px 0px 40px 25px;
  line-height: normal;
}

.thrive {
  padding: 45px 25px;
}

.thrive p {
  color: #ffffff;
  background-color: #87071d;
  display: inline-block;
  padding: 5px;
  border-radius: 7px;
}

.foster-pdd {
  padding-top: 50px;
}

.btn-style-foster {
  position: relative;
  padding: 10px 60px;
  border-radius: 5px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #000000;
  letter-spacing: 1px;
  border: 2px solid #000000;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease 0s;
}

.recogn-text {
  font-size: 45px;
  line-height: normal;
  padding: 25px 60px;
}

.secure-p {
  padding: 25px 60px;
  text-align: justify;
}

.s-img {
  text-align: center;
  margin-bottom: 40px;
}

.easy-p {
  color: #5e6282;
}

.easy-text {
  color: #14183e;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.sap-wdh {
  width: 80px;
  height: 40px;
  background-color: #cf0a2c;
  text-align: center;
  border-radius: 10px;
}

.sap-wdh img {
  padding: 10px;
}

.sap-flex {
  display: flex;
  gap: 2rem;
}

.guid-tex h5 {
  color: #cf0a2c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.guid-tex p {
  font-size: 15px;
  color: #5e6282;
  margin-bottom: 40px;
}

.story-wdh {
  width: 400px;
  height: 200px;
  background-color: #cf0a2c;
  border-radius: 15px;
}

.st-p {
  margin-top: 30px;
}

.st-h {
  font-size: 20px;
  line-height: normal;
}

.story-wdh {
  color: #ffffff;
  padding: 77px 40px;
}

.num-head h1 {
  font-size: 160px;
  font-weight: 500;
  color: #cf0a2c;
  margin-top: -20px;
  text-align: center;
}

.num-head2 h1 {
  /* font-size:160px;
  margin-top:-20px;
  */
  margin-left: 30px;
  font-size: 150px;
  font-weight: 500;
  color: #cf0a2c;
  margin-top: -15px;
  text-align: center;
}

.company-p {
  font-size: 15px;
  color: #cf0a2c;
  text-align: center;
}

.twenty-pos {
  font-size: 24px;
  position: absolute;
  left: 30px;
  top: 106px;
  transform: rotate(-90.09deg);
}

.story-line {
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: #d9d9d9;
  margin-bottom: 40px;
}

.right-bar {
  display: flex;
  justify-content: right;
  margin-top: 80px;
}

.black-pos {
  position: relative;
}

.black-pos img {
  position: absolute;
  top: -62px;
  /* left:64px; */
  left: 5px;
}

.right-bar a {
  color: #000;
}

.sap-circlee {
  width: 500px;
  height: 500px;
  background: #cf0a2c;
  border-radius: 100%;
  margin-top: 100px;
}

.sap-circlee2 {
  width: 400px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 54px;
}

.sap-position {
  position: relative;
}

.sap-position img {
  position: absolute;
  left: 0;
  right: 0;
  top: -400px;
}

.arr-position {
  position: relative;
}

.arr-position img {
  position: absolute;
  left: 500px;
  right: 0px;
  top: -190px;
}

.arr-position h4 {
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  left: 450px;
  top: -50px;
}

.value-bg {
  background-image: url(../images/background/core-value.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.value-bg::before {
  content: "";
  position: absolute;
  width: 90.5%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
}

.vision-pd {
  padding: 170px 65px;
}

.vision-pd h1 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.vision-pd p {
  color: #ffffff;
}

.abg {
  margin-top: 30px;
}

.achieve-pad {
  padding-top: 170px;
  padding-bottom: 20px;
}

.sugest3 {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -100px;
}

.sugest2 {
  width: 70px;
  height: 70px;
  background-color: #cf0a2c;
  border-radius: 50%;
  position: absolute;
  left: -100px;
  top: 30px;
}

.sug-flex {
  display: flex;
  margin-bottom: 40px;
}

.sug-flex p:hover {
  border-radius: 5px;
  background-color: #cf0a2c;
  color: #fff;
  padding: 15px 20px;
}

.sug-flex p {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: justify;
  color: #000000;
}

.sugest3 img {
  width: 40px;
  position: absolute;
  left: 11px;
  top: 17px;
}

.sugest2 img {
  width: 40px;
  position: absolute;
  left: 15px;
  top: 20px;
}

.smart-tool {
  padding: 70px 15px;
}

.smart-tool h6 {
  color: #cf0a2c;
  margin-bottom: 20px;
  font-size: 16px;
}

.smart-tool h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.smart-tool p {
  padding: 5px;
  font-size: 19px;
  text-align: justify;
}

.smart-tool a {
  color: #cf0a2c;
}

/* .project-wdh{
  background: linear-gradient(125deg, #CF0A2C 22.92%, #D94C65 117.99%);
}

.project-wdh2{
  background: linear-gradient(147deg, #CB4960 33.45%, #A92037 151.63%);
}

.project-wdh3{
  background: linear-gradient(125deg, #AC0F2A 22.92%, #CA465D 117.99%);
}
 
.project-wdh4{
  background: linear-gradient(147deg, #BE4258 33.45%, #991E33 151.63%);
} */
.project-count {
  width: 100%;
  height: 100px;
  border-radius: 200px 0px 0px 200px;
}

.project-count2 {
  width: 100%;
  height: 100px;
  border-radius: 200px;
}

.project-count h4 {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 50px;
}

.project-count p {
  color: #ffffff;
  padding-left: 56px;
  margin-top: -13px;
  font-size: 18px;
}

.project-count2 h4 {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 50px;
}

.project-count2 p {
  color: #ffffff;
  padding-left: 56px;
  margin-top: -13px;
  font-size: 18px;
}

/* .project-count::before {
  width: 290px;
  background-color: red;
  content: "";
  position: absolute;
  height: 100px;
  border-radius: 200px;
  left: 0;
  top: 0;
  z-index: -1;
}  */

.a-pos {
  position: relative;
}

.a1-im {
  height: 400px;
}

.a-pos::before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 15px;
  width: 331px;
  height: 400px;
  z-index: -1;
  left: 40px;
  top: 38px;
}

.ai-text h3 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 80px;
}

.ai-text1 h3 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 80px;
  text-align: right;
}

.ai-text p {
  font-size: 19px;
  text-align: justify;
  margin-top: 50px;
}

.ai-text1 p {
  font-size: 19px;
  text-align: justify;
  margin-top: 50px;
}

.a-pos::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 360px;
}

.vertical-wdh {
  width: 150px;
  height: 20px;
  border-radius: 20px 0px 0px 0px;
  background: #cf0a2c;
  left: 180px;
  position: relative;
  right: 0;
  top: -57px;
}

.triple-wdh {
  width: 280px;
  min-height: 340px;
  border-radius: 20px 0px 0px 0px;
  background: #000000;
}

.triple-wdh:hover {
  margin-top: -20px;
  cursor: pointer;
}

.triple-wdh h3 {
  color: #ffffff;
  padding: 15px 35px;
  font-size: 22px;
  line-height: 30px;
}

.triple-wdh p {
  font-size: 15px;
  color: #bcbcbc;
  padding: 26px;
}

.see-text {
  font-size: 15px !important;
  color: #bcbcbc !important;
  padding: 26px !important;
  margin-top: 28px;
}

.red-width {
  width: 116px;
  height: 20px;
  border-radius: 20px 0px 0px 0px;
  background: #cf0a2c;
  left: 164px;
  position: relative;
  right: 0;
  top: -17px;
}

.red-width2 {
  width: 116px;
  height: 20px;
  border-radius: 20px 0px 0px 0px;
  background: #cf0a2c;
  left: 164px;
  position: relative;
  right: 0;
  top: 6px;
}

.triple-wdh a {
  color: #ffffff;
  font-size: 14px;
  padding-left: 15px;
}

.triple-wdh::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 308px;
}

.triple-clss h1 {
  font-size: 50px;
  line-height: normal;
  margin-top: 40px;
  text-align: right;
}

.arche-img {
  width: 23%;
}

.integate-text h5 {
  color: #cf0a2c;
  font-size: 19px;
  padding-left: 23px;
}

.integate-text h5::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 4px;
  background-color: #cf0a2c;
  left: 18px;
  top: 138px;
}

.integate-text {
  padding-top: 130px;
}

.integate-text h1 {
  font-size: 38px;
  line-height: 55px;
  margin-bottom: 20px;
}

.integate-text p {
  text-align: justify;
  margin-bottom: 20px;
}

.akar-bg {
  border-radius: 0px 0px 0px 300px;
  background: rgba(233, 195, 202, 0.45);
}

.product-pd {
  background: #000000;
  padding-top: 220px;
}

.product-tex h5 {
  color: #cf0a2c;
  margin-bottom: 15px;
}

.product-tex h1 {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 30px;
}

.product-tex p {
  color: #ffffff;
  margin-bottom: 30px;
}

.prd-ig {
  margin-top: -129px;
}

.prd-ig img {
  height: 660px;
  padding-left: 60px;
}

.akar-text {
  text-align: center;
}

.akar-text h4 {
  color: #cf0a2c;
  font-size: 18px;
  font-weight: 600;
}

.akar-text p {
  font-size: 14px;
  padding: 15px 60px;
  margin-bottom: 80px;
}

.akar-circle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #f6cdd4;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
}

.akar-text img {
  position: relative;
  top: -20px;
  width: 10%;
}

.test-client {
  padding-top: 150px;
  padding-bottom: 100px;
  background: rgba(217, 217, 217, 0.16);
}

.orn-pos {
  position: absolute;
  top: -94px;
  z-index: -1;
  left: 165px;
}

.orn-pos2 {
  position: absolute;
  top: -264px;
  z-index: -1;
  right: 180px;
}

.client-text h5 {
  font-size: 18px;
  color: #cf0a2c;
}

.client-text h5::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #cf0a2c;
  left: 652px;
  margin-top: 9px;
}

.client-text h1 {
  font-size: 45px;
}

.client-p {
  text-align: center;
  padding: 20px 56px;
}

@media (min-width: 1200px) {
  .right-bar .col-lg-2 {
    width: 20%;
  }
}
.hex-bg {
  background-image: url(../images/background/hex.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px !important;
  object-fit: cover;
  margin: 0px !important;
}
.hex-bg::before {
  content: "";
  position: absolute;
  width: 82.5%;
  height: 445px;
  background-color: #000;
  opacity: 0.65;
  border-radius: 20px;
  left: 13px;
}
.ibws-fix {
  position: relative;
  left: 26px;
  right: 0px;
  top: 70px;
}
.hexy {
  position: relative;
  margin: 20.21px 0;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  color: #fff !important;
  height: 150px !important;
  width: 150px !important;
  display: inline-block;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexy2 {
  position: relative;
  margin: 20.21px 0;
  color: #fff !important;
  height: 150px !important;
  width: 150px !important;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexy,
.hexy:before,
.hexy:after {
  height: 100px;
  width: 100px;
  &:hover {
    /* background-color: #E48B34; */
    cursor: pointer;
  }
}

.hexy:nth-child(odd) {
  top: 88px;
}
.hex-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px * 1.4;
  font-size: 16px;
  text-align: center;
  z-index: 100;
}
.hex-content p {
  font-family: "Poppins", sans-serif !important;
}
.hex-container {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.conter_out .row .col-md-3 {
  padding: 0px;
}

.conter_out .row .col-md-3:nth-child(1) .project-count::before {
  content: "";
  padding: 0px;
  position: absolute;
  background: linear-gradient(125deg, #cf0a2c 22.92%, #d94c65 117.99%);
  right: -94px;
  width: 415px;
  height: 100px;
  z-index: -1;
  border-radius: 50px;
}

.conter_out .row .col-md-3:nth-child(1) .project-count::after {
  content: "";
  padding: 0px;
  position: absolute;
  background: #fff;
  right: -193px;
  width: 200px;
  height: 115px;
  z-index: -1;
  border-radius: 100px;
  top: -8px;
}

.conter_out .row .col-md-3:nth-child(2) .project-count::after {
  content: "";
  padding: 0px;
  position: absolute;
  background: #fff;
  right: -193px;
  width: 200px;
  height: 115px;
  z-index: -1;
  border-radius: 100px;
  top: -8px;
}

.conter_out .row .col-md-3:nth-child(3) .project-count::after {
  content: "";
  padding: 0px;
  position: absolute;
  background: #fff;
  right: -193px;
  width: 200px;
  height: 115px;
  z-index: -1;
  border-radius: 100px;
  top: -8px;
}

.conter_out .row .col-md-3:nth-child(2) .project-count::before {
  content: "";
  padding: 0px;
  position: absolute;
  background: linear-gradient(147deg, #cb4960 33.45%, #a92037 151.63%);
  right: -94px;
  width: 415px;
  height: 100px;
  z-index: -1;
  border-radius: 50px;
}

.conter_out .row .col-md-3:nth-child(3) .project-count::before {
  content: "";
  padding: 0px;
  position: absolute;
  background: linear-gradient(125deg, #ac0f2a 22.92%, #ca465d 117.99%);
  right: -94px;
  width: 415px;
  height: 100px;
  z-index: -1;
  border-radius: 50px;
}

.conter_out .row .col-md-3:nth-child(4) .project-count2::before {
  content: "";
  padding: 0px;
  position: absolute;
  background: linear-gradient(147deg, #be4258 33.45%, #991e33 151.63%);
  right: -43px;
  width: 365px;
  height: 100px;
  z-index: -1;
  border-radius: 50px;
}

.padding-20 {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #000000;
}

.ally-wht {
  margin-top: 25px;
}

.ally-wht::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 76px;
  background-color: #cf0a2c;
  left: 211px;
  right: 0;
  top: 10px;
}

.ready-text {
  color: #ffffff;
  margin-top: 25px;
}

.widget-content .home-st li a {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 16px;
}

.widget-content .home-st li a:hover {
  color: #cf0a2c !important;
}

.info-list .list li {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 16px;
}

.social2 {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.social2 li a {
  padding: 0 3px;
  color: #ffffff;
}

.nh {
  font-size: 45px;
  font-weight: 700;
  color: #cf0a2c;
}

.trend-skill li.tabbed-pane-tab.tabs {
  border-radius: 50px !important;
  margin: 0px 5px;
}

.trend-skill .tabbed-pane-tab {
  border-radius: 50px;
  color: #cf0a2c;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cf0a2c;
  background: transparent;
}

.trend-skill .tabbed-pane-tab.is-active {
  background: #cf0a2c;
  color: #fff;
}

.news-tab li.tabbed-pane-tab {
  border-radius: 50px !important;
  margin: 0px 5px;
  min-width: 200px;
}

.news-tab .tabbed-pane-tab.is-active {
  background: #cf0a2c;
  color: #fff;
}

.news-tab .tabbed-pane-tabs {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 80px;
}

.news-tab .tabbed-pane-content {
  margin: 0px;
  padding: 0px;
}

.news-tab {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-tab span {
  color: #c5c5c5;
  padding-left: 20px;
}

.news-tab h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.news-tab p {
  margin-top: 30px;
  padding: 12px;
}

.news-flex {
  display: flex;
}

.news-flex img {
  width: 7%;
  height: 10%;
  margin-top: 50px;
}

.dot-wave {
  position: absolute;
  left: 0;
  top: 380px;
  z-index: -1;
}

.news-tab li.tabbed-pane-tab {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.news-tab li.tabbed-pane-tab.is-active {
  border: 2px solid #cf0a2c;
}

.contact-pd {
  padding-top: 160px;
  padding-bottom: 60px;
}

.cn-bg {
  background-color: #000;
  padding: 23px 30px;
  margin-left: -46px;
}

.cnc-text::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  background-color: #cf0a2c;
  right: -58px;
  top: 0px;
}

.cnc-text h2 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 35px;
}

.cnc-text p {
  color: #ffffff;
  text-align: justify;
  margin-bottom: 15px;
}

.cnct-margin {
  margin-left: -20px;
}

.cntc-pd2 {
  padding-top: 10px;
  padding-bottom: 70px;
}

.contc-card {
  width: 100%;
  height: 560px;
  background-color: #cf0a2c;
  border-radius: 10px;
}

.join-pd {
  padding: 55px 50px;
}

.contc-card .join-pd h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.contc-card .join-pd p {
  font-size: 18px;
  color: #c9c9c9;
}

.cnt-listt {
  padding: 50px 50px;
}

.cnt-listt li {
  margin-bottom: 30px;
  color: #ffffff;
}

.icn-ex {
  display: flex;
  gap: 20px;
  padding-left: 50px;
}

.jn-pd {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
  padding-top: 15px;
  padding-bottom: 15px;
}

.frm-flex {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.cnct-btn {
  position: relative;
  padding: 9px 20px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  background: #000;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease 0s;
  margin-top: 30px;
  cursor: pointer;
}

.cnct-btn:hover {
  color: #cf0a2c;
}

.send-fle {
  display: flex;
  justify-content: right;
}

.label-font {
  font-weight: normal;
  color: #8d8d8d;
}

.gen-font {
  font-weight: normal;
  margin-top: 10px;
}

.send-ig {
  position: absolute;
  top: 979px;
  right: 180px;
}

.join-contact .form-control {
  border-bottom: 1px solid #8d8d8d !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 24px;
  height: 25px;
}

.join-contact textarea {
  overflow: hidden;
}

.frm-padding {
  padding-top: 30px;
}

.form-grp {
  margin-bottom: 30px;
}

.q-pos {
  position: absolute;
  width: 22%;
  left: 407px;
  right: 0;
  top: 445px;
}

.cn-pos {
  position: absolute;
  top: 423px;
  left: 377px;
  width: 20%;
}

.linecurve {
  position: relative;
  text-align: center;
  top: -120px;
}

/* .linecurve img{
  width:80%;
} */
.ln-width {
  width: 80%;
}

.cln-wdh {
  position: relative;
}

.clnt1 {
  width: 5%;
  position: absolute;
  left: 190px;
  top: -116px;
}

.clnt2 {
  width: 5%;
  position: absolute;
  left: 440px;
  top: -247px;
}

.clnt3 {
  width: 5%;
  position: absolute;
  left: 720px;
  top: -167px;
}

.clnt4 {
  top: -374px;
  width: 5%;
  position: absolute;
  right: 230px;
}

.clnt5 {
  width: 5%;
  position: absolute;
  right: 384px;
  top: -232px;
}

.clnt-card {
  width: 600px;
  height: auto;
  background-color: #cf0a2c;
  justify-content: center;
  display: inline-grid;
  padding: 30px;
  border-radius: 30px;
  color: #fff;
}

.clnt-card h6 {
  text-align: right;
}

.clnt-card p {
  text-align: justify;
}

.quot {
  position: absolute;
  top: 400px;
  right: 345px;
}

.social-bg {
  background-image: url(../images/background/social.jpg);
  background-size: 57% 77%;
  background-repeat: no-repeat;
  height: 409px;
  background-position: bottom right;
  background-color: #313131;
  position: relative;
  padding-top: 125px;
}

section.social-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.un-padding {
  padding: 25px 115px;
  padding: 25px 115px;
  z-index: 1;
  position: relative;
}

.un-padding h1 {
  font-size: 45px;
  color: #ffffff;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}

.un-padding p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 30px;
}

.un-padding .fl-flex h6 {
  color: #ffffff;
  font-size: 20px;
}

.fl-flex {
  display: flex;
  gap: 15px;
}

.join-bg {
  background-image: url(../images/background/join-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
}

.join-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 730px;
  background: rgba(0, 0, 0, 0.8);
}

.j-allyt {
  height: 300px;
  border-radius: 40px 0px 0px 40px;
  background: #cf0a2c;
  margin-top: 260px;
  position: relative;
  left: 50px;
}

.rl {
  display: flex;
  justify-content: right;
}

.life {
  padding: 30px;
  margin-top: 65px;
  border-right: 1px solid #fff;
}

.life h2,
.life p {
  color: #ffffff;
  margin-bottom: 20px;
}

.jon {
  border-radius: 10px;
  margin-top: 23px;
  position: relative;
  left: 40px;
}

.trend-bg {
  height: 200px;
  border-radius: 50% 50% 50% 50%/ 0% 0% 60% 60%;
  background: linear-gradient(
    107deg,
    #d9d9d9 38.13%,
    rgba(217, 217, 217, 0) 223.93%
  );
}

.sk-tex {
  padding: 40px 10px;
  text-align: center;
}

/* ////features//// */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}

.timeline:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #fff;
  left: 50%;
  top: 0;
  bottom: 40px;
  margin-left: -2px;
}

.timeline--first:after {
  top: 60px;
}

.entry {
  padding: 10px 30px 40px 30px;
  width: 50%;
  position: relative;
  background-color: inherit;
}

.entry--right {
  margin-left: 50%;
}

.entry__content {
  padding: 20px 30px;
  background: #1b1b1b;
  position: relative;
}

.entry__content2 {
  padding: 20px 30px;
  background: linear-gradient(
    200deg,
    #cf0a2c 13.4%,
    rgba(207, 10, 44, 0) 154.01%
  );
  position: relative;
}

.entry__content h5,
.entry__content2 h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.entry__content p,
.entry__content2 p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry__content img,
.entry__content2 img {
  width: 15%;
}

.entry:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 1;
}

/* .entry--left:before {
  right: 22px;
  border: medium solid transparent;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent white;
}

.entry--right:before {
  left: 22px;
  margin-left: 0;
  border: medium solid transparent;
  border-width: 8px 8px 8px 0;
  border-color: transparent white transparent transparent;
} */

.entry:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -9.75px;
  background: linear-gradient(214deg, #cf0a2c 20.32%, #000 140.6%);
  top: 80px;
  border-radius: 50%;
  z-index: 1;
}

.entry--right:after {
  right: auto;
  left: -10.75px;
}

@media all and (max-width: 500px) {
  .timeline:after {
    left: 33.75px;
  }

  .entry {
    width: 100%;
    margin-left: 0;
    padding-left: 64px;
    padding-right: 20px;
  }

  /* .entry:before {
    right: auto;
    left: 56px;
    margin-left: 0;
    border: medium solid transparent;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
  } */

  .entry:after {
    left: 22px;
  }
}

.trend-skill {
  background-color: #000;
}

.gr-line {
  margin-top: 50px;
}

.manage-bg {
  background-image: url(../images/background/network.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 210px 60px;
  margin-top: 70px;
  height: 730px;
}

.elevate-cls {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

.unlock-p {
  text-align: center;
  padding: 20px;
  font-weight: 400;
  color: #ffffff;
}

.manage-card {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: -50px;
}

.tick-cls {
  width: 10%;
  position: relative;
  top: 13px;
  right: 15px;
}

.tick-cls2 {
  width: 10%;
  position: relative;
  top: 13px;
  left: 12px;
}

.tick-cls3 {
  width: 10%;
  position: relative;
  top: 13px;
  left: 88px;
}

.tick-post h6 {
  font-size: 18px;
  text-align: right;
  position: relative;
  left: 5px;
  top: -14px;
}

.tick-post2 h6 {
  font-size: 18px;
  text-align: right;
  position: relative;
  left: 64px;
  top: -14px;
}

.manage-serve::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: #cf0a2c;
  z-index: -1;
  right: 317px;
}

.manage-serve img {
  margin: 0 auto;
  width: 70%;
  display: block;
  position: relative;
  top: 54px;
}

.proven {
  padding: 15px;
  margin-bottom: 10px;
}

.proven p {
  color: #cf0a2c;
  margin-bottom: 20px;
  font-weight: 600;
}

.proven h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.proven-head {
  padding: 15px;
}

.proven-head h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.proven-head p {
  color: #585858;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.manage-service {
  padding: 15px;
}

.manage-service h1 {
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}

.manage-service p {
  margin-bottom: 20px;
  text-align: justify;
}

.pr-class {
  width: 8%;
  position: relative;
  top: -12px;
  right: 10px;
}

/* .polygon-card{
  width: 100px;
	height: 100px;
	transform: rotate(45deg);
	background: #ffd700;
} */
.polygon-card {
  padding: 30px 10px;
  /* box-shadow: 0 6px 16px rgb(52 105 203/16%); */
  max-width: 270px;
  margin: auto;
  position: relative;
  height: 220px;
}

.polygon-card2 {
  padding: 30px 10px;
  max-width: 270px;
  margin: auto;
  position: relative;
  height: 220px;
}

.mt-20 {
  margin-top: -55px;
}

.polygon-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  max-width: 270px;
  transform: rotate(45deg);
  min-height: 270px;
  z-index: -1;
  top: -12px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgb(52 105 203/16%);
}

.polygon-card2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cf0a2c;
  max-width: 270px;
  transform: rotate(45deg);
  min-height: 270px;
  z-index: -1;
  top: -12px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgb(52 105 203/16%);
}

.polygon-card h5 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  color: #cf0a2c;
  font-family: "Inter", sans-serif !important;
}

.polygon-card p {
  font-size: 13px;
  text-align: center;
  padding: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
}

.polygon-card2 h5 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.polygon-card2 p {
  font-size: 13px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.vshape-50 {
  padding-top: 100px;
  padding-bottom: 340px;
}

.vshape {
  position: relative;
}

.vshape-ig {
  position: absolute;
  top: -520px;
  z-index: -1;
  width: 100%;
}

.efficiency-text {
  text-align: center;
}

.efficiency-text h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
}

.efficiency-text p {
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.efficiency-card {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -25px 21px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 60px;
}

.efficiency-card2 {
  width: 100%;
  height: 440px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

.efficiency-card3 {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 25px 21px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 60px;
}

.efficiency-card h6 {
  font-size: 20px;
  font-weight: 600;
  background-color: #cf0a2c;
  text-align: center;
  color: #fff;
  padding: 35px;
  border-radius: 10px 10px 0px 0px;
}

.efficiency-card2 h6 {
  font-size: 20px;
  font-weight: 600;
  background-color: #cf0a2c;
  text-align: center;
  color: #fff;
  padding: 40px;
  border-radius: 10px 10px 0px 0px;
}

.efficiency-card3 h6 {
  font-size: 20px;
  font-weight: 600;
  background-color: #cf0a2c;
  text-align: center;
  color: #fff;
  padding: 25px;
  border-radius: 10px 10px 0px 0px;
}

.efficiency-card p {
  font-size: 18px;
  padding: 77px 30px;
  text-align: center;
}

.efficiency-card2 p {
  font-size: 18px;
  padding: 60px 30px;
  text-align: center;
}

.efficiency-card3 p {
  font-size: 18px;
  padding: 60px 30px;
  text-align: center;
}

.clnt-heading h1 {
  font-size: 45px;
  line-height: normal;
}

.clnt-heading p {
  margin-top: 25px;
}

.visa-pd {
  padding: 20px;
  margin-bottom: 60px;
  height: 85px;
}

.real-text {
  padding-left: 100px;
}

.real-text h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.real-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Inter", sans-serif;
}

.qt-post {
  position: absolute;
  left: 0;
  top: -88px;
}

.real-testmon {
  width: 400px;
  height: 500px;
  padding: 50px 50px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(41, 41, 42, 0.07);
  float: right;
  margin-top: 25px;
}

.real-testmon h6 {
  color: #18191f;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
}

.real-testmon2 h6 {
  color: #18191f;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
}

.real-testmon3 h6 {
  color: #18191f;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
}

.lrmp {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}

.vice-p {
  color: #969bab;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dellot {
  background-color: #000;
  padding: 10px;
  margin-left: 35px;
}

.topia {
  background-color: #000;
  padding: 10px;
}

.real-testmon2 {
  width: 450px;
  height: 400px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
  padding: 50px 50px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.real-testmon3 {
  width: 400px;
  height: 300px;
  border-radius: 8px;
  background: fff;
  box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
  padding: 50px 50px;
}

.qt-positionn {
  position: absolute;
  left: 35px;
  margin-top: 12px;
}

.qt-positionn2 {
  position: absolute;
  margin-left: -25px;
}

.blog-pd {
  padding-top: 160px;
  padding-bottom: 100px;
}

.latest-head {
  color: #cf0a2c;
  font-family: "Work Sans" !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.blogg-card {
  width: 500px;
  height: 300px;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e8e8ea;
  background: #fff;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
  position: absolute;
  top: 350px;
  left: 80px;
}

.blogg-card p {
  border-radius: 6px;
  background: #cf0a2c;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.blogg-card h2 {
  color: #181a2a;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
}

.blogg-card span {
  color: #97989f;
  font-family: "Work Sans" !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.blogss-cardd {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e8e8ea;
  background: #fff;
  margin-bottom: 30px;
}

.blogss-cardd img {
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.blogss-cardd p {
  border-radius: 6px;
  background: rgba(207, 10, 44, 0.05);
  color: #cf0a2c;
  padding: 8px 15px;
  display: inline-block;
  margin-left: 20px;
}

.blogss-cardd h4 {
  color: #181a2a !important;
  font-family: "Work Sans" !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
  padding: 20px;
}

.blogss-cardd h4:hover {
  color: #cf0a2c !important;
}

.blog-flx {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.mt-3 {
  margin-top: 4px;
}

.btn-style-post {
  position: relative;
  padding: 15px 25px;
  border-radius: 5px;
  line-height: 28px;
  color: #cf0a2c !important;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  letter-spacing: 1px;
  border: 1px solid #cf0a2c;
  font-family: "Poppins", sans-serif !important;
  margin-top: 15px !important;
  transition: all 500ms ease 0s;
}

.blog-flx a {
  color: #000;
}

.blog-flx a:hover {
  color: #cf0a2c;
}

.blogss-cardd img {
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
}

.blogss-cardd:hover img {
  transform: scale(1.1);
}

.read-button {
  background-color: #cf0a2c;
  color: #fff !important;
  text-decoration: none;
  border-radius: 60px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 32px;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.read-button:hover {
  max-width: 300px;
  background-color: #cf0a2c;
}

.read-button:hover .textt {
  color: #fff;
}

.read-button .icon {
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

.read-button .textt {
  white-space: nowrap;
  padding-right: 15px;
}

.footer-content-wrap {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-text-wrap {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin: auto;
  margin-bottom: 20px;
}

.bg-black {
  background-color: #000;
}

.discover-cls h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

.discover-cls p {
  font-family: "Inter", sans-serif;
  color: #e13642;
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 20px;
}

.discover-cls p::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #e13642;
  left: 14px;
  top: 10px;
  right: 0;
}

.discover-cls span {
  color: #cf0a2c;
}

.comprehensive {
  text-align: center;
  margin-top: 70px;
  position: relative;
}

.compre-img {
  width: 60%;
  display: block;
  margin: auto;
}

.compre-img2 {
  right: 0;
  left: 71px;
  top: 110px;
  position: absolute;
  width: 35%;
}

.compre-img3 {
  right: 63px;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: 9;
}

.compre-img4 {
  right: 0px;
  position: absolute;
  left: 258px;
  top: 76px;
  width: 15%;
}

.range-at h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.range-at {
  margin-bottom: 35px;
}

.range-at p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
}

.b-left {
  border-right: 3px solid #cf0a2c;
}

.b-right {
  border-right: 3px solid #cf0a2c;
}

.sapin {
  background: #fbfffe;
  padding: 35px 35px;
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sapin p {
  font-family: "Inter", sans-serif;
  color: #000000;
  margin-top: 30px;
  font-size: 17px;
}

.sapin2 {
  background: #fbfffe;
  padding: 35px 35px;
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sapin2 p {
  font-family: "Inter", sans-serif;
  color: #000000;
  margin-top: 0px;
  font-size: 17px;
}

.sapping-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sapping-flex h4 {
  font-family: "Inter", sans-serif !important;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
}

.sapping-flex img {
  width: 15%;
}

.sapin .sapping-flex .sap-ig img {
  width: 40%;
}

.sapping-flex2 {
  top: -14px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.sapping-flex2 h4 {
  font-family: "Inter", sans-serif !important;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
}

.sapping-flex2 img {
  width: 30%;
}

.sapin-box {
  box-shadow: 5px 5px 0px #f8d9de;
  border-radius: 10px;
}

.sapin-box2 {
  /* box-shadow: -4px 5px 0px 0px #f8d9de; */
  box-shadow: -3px -2px 0px 2px #f8d9de;
  border-radius: 10px;
}

.sapin-box1 {
  box-shadow: -3px 2px 0px 2px #f8d9de;
  border-radius: 10px;
}

.sapin-box3 {
  box-shadow: 3px -2px 0px 2px #f8d9de;
  border-radius: 10px;
}

.tim {
  color: #fff;
}

.sp-right {
  font-size: 15px;
  justify-content: end;
  display: flex;
  margin-top: -15px;
}

.service-content span {
  text-decoration: underline;
  color: #cf0a2c !important;
}

.on-head {
  top: -4px;
  position: relative;
  color: #fff;
  font-size: 38px;
}

.nexgen {
  text-align: center;
  color: #cf0a2c;
}

.tr-clr {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ar-logo {
  width: 170px;
  margin-left: -55px;
}

.roundShape {
  background-color: #f5ced5;
  width: 50%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100% 350px 0px 0px/150% 100px 0px 0px;
  z-index: -1;
}

.v-sed {
  width: 30%;
  height: 40px;
  background-color: #f3f3f3;
  padding: 10px 10px;
  border-radius: 15px 15px 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  left: 100px;
  font-size: 14px;
}

.v-sed2 {
  width: 50%;
  height: 40px;
  background-color: #404040;
  color: white;
  padding: 10px 10px;
  border-radius: 20px 10px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
}

.v-sed3 {
  width: 45%;
  height: 40px;
  background-color: #f3f3f3;
  padding: 10px 10px;
  border-radius: 15px 15px 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  left: 50px;
  font-size: 14px;
  margin-top: 20px;
}

.v-main {
  position: absolute;
  left: 100px;
  top: 30px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.slider .slide2 {
  height: 120px;
  width: 250px;
  margin-top: -8px;
  margin-left: 25px;
}

.phone-icn {
  /* margin-left:-20px !important; */
  top: -5px !important;
  left: -53px;
}

.banner_slide .owl-carousel .owl-item img {
  height: 100%;
  padding-top: 32px;
}

@media (min-width: 1400px) {
  .banner_slide .container,
  .banner_slide .owl-item {
    width: 1400px !important;
  }
}

img.vector_banner3 {
  height: 250px !important;
  width: 200px !important;
  position: absolute;
  top: 214px;
  right: 258px;
}

img.banner3img {
  position: relative;
  z-index: 999;
}

.sub-card5 img.servi_cardfg {
  padding: 0px !important;
  width: 85% !important;
  height: 80% !important;
}

.sub-card33 img.servi_card333 {
  padding: 0px !important;
  width: 85% !important;
  height: 78% !important;
}

.team-main.owl-carousel .owl-item img {
  border-radius: 20px;
}

.mtt-10 {
  margin-top: 40px;
}

.mtt-20 {
  margin-top: 70px;
}

.all-team {
  font-weight: 500;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  display: flex;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif !important;
}

.team-cls {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}

.cnct-pp {
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
}

.hello-cls h1 {
  font-size: 45px;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 55px;
  position: relative;
  z-index: 9;
}

.hello-cls p {
  font-family: "Work Sans", sans-serif !important;
  font-size: 18px;
  color: #747a89;
  position: relative;
  z-index: 9;
}

.team-flex {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
  justify-content: center;
}

.team-flexx {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.allyt-team .team-flex li a {
  color: #000;
  transition: 0.5s ease-in-out;
  text-align: center;
  line-height: 37px;
  border-radius: 30px;
  background: #f2f4f7;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 15px;
}

.hello-cls .team-flexx li a {
  color: #000;
  transition: 0.5s ease-in-out;
  text-align: center;
  line-height: 37px;
  border-radius: 30px;
  background: #adb8c8;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 15px;
  margin-top: 20px;
}

.hello-cls::after {
  border-radius: 10px;
  top: 44px;
  content: "";
  position: absolute;
  width: 850px;
  height: 1030px;
  background: #ffffff78;
  left: -245px;
}

.hello-cls::before {
  border-radius: 10px;
  top: 85px;
  content: "";
  position: absolute;
  width: 1080px;
  height: 1160px;
  background: #ffffff78;
  left: -425px;
}

.a-photo img {
  z-index: 9;
  width: 100%;
  position: relative;
}

.allyt-team img {
  width: 100%;
}

.allyt-team {
  background: #fff;
  border: 1px solid #fff;
}

.allyt-team h5 {
  font-family: "Inter", sans-serif !important;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.allyt-team span {
  color: #3e3e59;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
}

.allyt-team p {
  color: #5f6980;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.scroll_courses {
  height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}

.scroll_courses::-webkit-scrollbar {
  display: none;
}

.azure-eesen a {
  color: #000;
}

.team-bgg {
  background-image: url(../images/background/team-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 210px 60px;
  margin-top: 70px;
  height: 730px;
}

.team_scrolls {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 440px;
}

.team_scrolls::-webkit-scrollbar {
  width: 8px;
}

.team_scrolls::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.team_scrolls::-webkit-scrollbar-thumb {
  background: #cf0a2c;
}

.team_scrolls::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.curve-text {
  padding: 25px 50px;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px;
  text-align: center;
}

.team-cls2 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

.curvd {
  width: 100%;
  overflow: hidden;
  position: relative;
  --v-offset: 140px;
  --curve-height: 200px;
}

.curvd:before,
.curvd:after {
  content: "";
  display: block;
  /* background: #072c50; */
  background: #f0f8ff;
  /* width: calc(100vw + 2 * var(--v-offset)); */
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset));
}

.curvd:before {
  top: calc(-0.6 * var(--curve-height));
}

.curvd:after {
  bottom: calc(-0.6 * var(--curve-height));
}

.wrapper {
  display: grid;
  /* grid-template-rows: 300px; */
  grid-auto-flow: column;
  grid-gap: 24px;
  overflow: auto;
  overflow-y: hidden;
  /* scroll-snap-type: x mandatory; */
}

.wrapper img {
  scroll-snap-align: center;
  max-width: 230px;
  height: 400px;
  background-color: #e9e9e9;
  object-fit: cover;
}

.curve1 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-3deg);
  left: 60px;
  top: 0px;
  color: #cf0a2c;
}

.curve2 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-3deg);
  left: 60px;
  top: -12px;
  color: #cf0a2c;
}

.curve3 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(0deg);
  left: 50px;
  top: -17px;
  color: #cf0a2c;
}

.curve4 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(5deg);
  left: 50px;
  top: -5px;
  color: #cf0a2c;
}

.curve5 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-5deg);
  left: 70px;
  top: -8px;
  color: #cf0a2c;
}

.curve6 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-3deg);
  left: 60px;
  top: -20px;
  color: #cf0a2c;
}

.curve7 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(1deg);
  left: 63px;
  top: -18px;
  color: #cf0a2c;
}

.curve8 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(7deg);
  left: 56px;
  top: 1px;
  color: #cf0a2c;
}

.curve9 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-7deg);
  left: 60px;
  top: 0px;
  color: #cf0a2c;
}

.curve10 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(-3deg);
  left: 53px;
  top: -19px;
  color: #cf0a2c;
}

.curve11 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(2deg);
  left: 65px;
  top: -22px;
  color: #cf0a2c;
}

.curve12 h2 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(7deg);
  left: 48px;
  top: -6px;
  color: #cf0a2c;
}

.mt-4 {
  margin-top: 35px;
}

.teamwork h2 {
  margin-top: 15px;
}

.teamwork p {
  font-size: 15px;
  margin-top: 10px;
  text-align: justify;
}

/* .teamm-flex{
  display: flex;
} */
@media only screen and (min-width: 1200px) {
  .curve-container {
    padding: 0;
    width: 1360px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.wrapper img a.active {
  filter: grayscale(100%);
}

.tsolution {
  color: #0093d2;
}

.margin-tp {
  margin-top: 80px;
}
.tabbed-pane-content.outerSpace {
  margin: 0px 0px;
}

.bannerpp {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.react-tabs__tab--selected {
  /* background: #fff; 
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0; */

  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  ) !important;
  color: #fff !important;
  border-radius: 50px 0px 0px 50px !important;
}

.css-1f773le-MuiButtonBase-root-MuiAccordionSummary-root {
  padding: 12px 24px 12px 35px !important;
  min-height: 6rem !important;
  font-weight: 500 !important;
}

.css-eqpfi5-MuiAccordionSummary-content.Mui-expanded {
  margin: 0px !important;
}

.css-eqpfi5-MuiAccordionSummary-content {
  margin: 0px !important;
}

.accordion-item-header {
  line-height: 2.25rem !important;
  min-height: 70px !important;
}

.css-15v22id-MuiAccordionDetails-root {
  padding: 0px 35px 20px !important;
}

.css-20bmp1-MuiSvgIcon-root {
  font-size: 25px !important;
}

.countingnumbers {
  font-size: 40px !important;
  padding: 0 !important;
  font-weight: 500 !important;
  color: #115bac !important;
}

.trainingtabs .react-tabs__tab--selected {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  ) !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.trainingtabs .react-tabs__tab {
  display: inline-block;
  /* border: 1px solid transparent; */
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  width: 100%;
}

/* Modal overlay */
.custom-modal .MuiBackdrop-root {
  background-color: rgba(
    0,
    0,
    0,
    0.7
  ); /* Semi-transparent background overlay */
}

/* Center the modal */
.custom-modal .modal-content {
  position: fixed;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none; /* Remove default modal outline */
  background-color: transparent; /* Remove white background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Full screen width iframe */
.modal-content iframe {
  border: none; /* Remove iframe border */
  max-width: 100%;
  width: 800px; /* Adjust the width as needed */
  height: 450px; /* Adjust the height as needed */
}

/* Close button */
.close-button {
  background-color: #0d68b5; /* Red close button */
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
}

.close-button:hover {
  background-color: #cc0000; /* Darken on hover */
}
.preflex {
  display: flex;
  align-items: center;
}

.course-hov {
  display: none !important;
}

.course-act:hover .course-hov {
  right: 0px;
  display: block !important;
  position: absolute;
  top: 33px;
  z-index: 11;
  /* background: #ccd1d1; */
  border-radius: 5px;
}

.data-indust::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px !important;
}

.data-indust::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.data-indust::-webkit-scrollbar-thumb {
  background-color: #c6262c;
  border-radius: 20px !important;
}
.data-indust::-webkit-scrollbar {
  display: none;
}
.trainn-bgg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px !important;
}

.trainn-bgg::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.trainn-bgg::-webkit-scrollbar-thumb {
  background-color: #c6262c;
  border-radius: 20px !important;
}
.trainn-bgg::-webkit-scrollbar {
  display: none;
}

.project-banner {
  background-image: url(../images/projects/project.png);
  background-size: cover;
  height: 100%;
  /* background-position: center; */
}
.project-card {
  width: 100%;
  border: 1px solid #1482ba;
  height: 300px;
  border-radius: 5px;
}
.deloite {
  text-align: center;
}
.deloite h2 {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif !important;
  color: #fafafa;
  font-size: 50px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: -3px;
}
.deloite span {
  color: #dedede;
  font-family: "Inter", sans-serif !important;
}
.deloite img {
  margin-top: -45px;
}
.project-padding {
  padding-top: 160px;
  padding-bottom: 100px;
}
.project-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.linee-image {
  margin-top: 30px;
}
.company-profile {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 40px;
}
.company-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.company-flex p {
  font-family: "Epilogue", sans-serif !important;
  color: #ffff;
  font-size: 14px;
}
.company-flex span {
  font-family: "Epilogue", sans-serif !important;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 600;
}
.project-padding .row .col-lg-2 {
  width: 20%;
}
.project-deltext {
  font-family: "Epilogue", sans-serif !important;
  color: #d8d8d8;
  font-size: 16px;
  margin-top: 40px;
  padding-left: 45px;
}
.programmee-text p {
  font-family: "Inter", sans-serif !important;
  background-color: #383e47;
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 18px;
}
.programmee-text span {
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
}
.programmee-text {
  border: 1px solid #0b6fba;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f3f4f5;
  width: 40%;
  padding: 5px 12px;
  border-radius: 30px;
}
.cloud-heading {
  font-family: "Lexend Deca", sans-serif !important;
  font-size: 45px;
  margin-top: 20px;
}
.trainerr-ex {
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  color: #404040;
  margin-top: 25px;
}
.trainerr-ex2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  margin-top: 25px;
}
.pr-bg {
  background-image: linear-gradient(
    to bottom,
    #ffffff,
    #fdfdfe,
    #fcfcfc,
    #fafafb,
    #f8f9f9
  );
  padding-top: 110px;
}
.trainerr-ex li {
  margin-bottom: 20px;
}
.trainerr-ex2 li {
  margin-bottom: 23px;
}
.eplogue {
  border-radius: 25px;
  border: 3px solid #2980d6;
  padding: 15px 20px 100px 20px;
  margin-top: -25px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 11px 16px 10px,
    rgba(255, 255, 255, 0.8) -8px -2px 16px 19px;
}
.eplogue p {
  font-family: "Epilogue", sans-serif !important;
}
.eplogue .ep-img h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 30px;
  margin-top: 8px;
}
.ep-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.vertical-img {
  position: relative;
  top: -120px;
}
.pr-bg .row .col-lg-1 {
  width: 3%;
  height: 450px;
}
.pr-bg .row .col-lg-5 {
  width: 47%;
}
.blurr {
  left: -15px;
  top: -143px;
  position: absolute;
}
.delivery-padding {
  padding-top: 80px;
  padding-bottom: 70px;
}
.delivery-heading {
  text-align: center;
  margin-bottom: 80px;
}
.delivery-heading h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 55px;
}
.preparation {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  background: #f2eafd;
  padding: 5px 10px;
  justify-content: space-around;
}
.preparation2 {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  background: #ffc0c0;
  padding: 5px 10px;
}
.preparation3 {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  background: #c0f5ff;
  padding: 5px 10px;
  justify-content: space-around;
}

.preparation4 {
  border-radius: 10px 10px 0px 0px;
  background: #b1defc;
  padding: 34px 24px;
}
.preparation5 {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  background: #c3f6e2;
  padding: 20px 10px;
  justify-content: space-around;
}

.preparation h6 {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px;
}
.preparation2 h6 {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px;
  padding-left: 10px;
}
.preparation3 h6 {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px;
}
.preparation4 h6 {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px;
}
.preparation5 h6 {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px;
}
.delivery-padding .row .col-lg-2 {
  width: 20%;
}
.preparation img {
  width: 33%;
}
.preparation2 img {
  left: -30px;
  width: 42%;
  position: relative;
  top: -50px;
}

.preparation3 img {
  width: 30%;
}
/* .preparation4 img{
  top: -96px;
  width: 38%;
  position: relative;
  left: 0px;
 } */
.preparationimg {
  left: 30px;
  width: 38%;
  top: -60px;
  position: absolute;
}
.preparation5 img {
  width: 40%;
}
.needs-span {
  padding-left: 15px;
}
.veed p {
  font-family: "Roboto", sans-serif !important;
  color: #404040;
  font-size: 15px;
  margin-top: 0px;
  padding: 45px 12px 64px 12px;
}

/* .main-prepare {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 10px;
} */
.veed {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 10px;
}
.project-certificate h2 {
  font-size: 45px;
  font-family: "Outfit", sans-serif !important;
}
.project-certificate p {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  line-height: 40px;
  margin-top: 30px;
}
.accomp {
  color: #0093d2;
}
.accomp-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blue-cerf {
  /* width: 74%;
  top: 58px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right:0px; */
  width: 78%;
  top: 58px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
}

.blue-cerf2 {
  margin-top: -50px;
}
/* .bluebackground{
  background-image: url(../images/projects/blue-cardd.png); } */
.bluebackground {
  position: relative;
}
.blue-cerf1 {
  position: absolute;
  z-index: -1;
  top: -105px;
  left: 120px;
}

.reviews-padding {
  padding-top: 150px;
  padding-bottom: 200px;
}
.review-bg {
  background-image: url(../images/reviews/blur-image.png);
  background-size: cover;
  height: 100%;
}

.value-voice {
  text-align: center;
}
.value-voice h1 {
  font-family: "Lexend Deca", sans-serif !important;
  font-size: 65px;
}

.value-voice p {
  margin-top: 10px;
  font-family: "Poppins", sans-serif !important;
  font-size: 23px;
  color: #000;
}
.nehar h6 {
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 5px;
}
.nehar p {
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  color: #3333;
}
.value3-img h6 {
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 5px;
}
.value3-img p {
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  color: #3333;
}
.value-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.value3-img {
  left: -30px;
  top: 224px;
  position: relative;
}

.thankfull {
  top: -20px;
  width: 230px;
  position: relative;
  left: -60px;
}
.thankfull h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.thankfull h6::before {
  left: -18px;
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #333333;
  right: 0px;
  top: -5px;
}
.thankfull p {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  line-height: 23px;
  margin-top: 10px;
}
.black-valueflex {
  left: -85px;
  align-items: center;
  display: flex;
  position: relative;
  top: 17px;
}
.black-value {
  background-color: #242424;
  height: 161px;
  padding: 35px 48px;
}
.black-value h6 {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  letter-spacing: 1.54px;
}
.black-value h6::before {
  left: 187px;
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #ffffff;
  right: 0px;
  top: 31px;
}

.black-value p {
  margin-top: 10px;
  color: #d3d3d3;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.29px;
}
.venraj {
  top: 18px;
  margin-left: 75px;
  position: relative;
}
.venraj h6 {
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 5px;
}
.venraj p {
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  color: #3333;
}
.blue-rectangle {
  right: 0px;
  left: -42px;
  top: 59px;
  position: relative;
}
.dot-image {
  z-index: -1;
  bottom: 0px;
  top: 152px;
  right: 0px;
  left: -39px;
  position: absolute;
}
.dot2-image {
  bottom: 0px;
  top: -58px;
  right: 0px;
  left: 400px;
  position: absolute;
}
.blue-widthrectangle {
  padding: 20px 14px;
  z-index: 2;
  bottom: 0px;
  top: -14px;
  right: 0px;
  position: absolute;
  height: 150px;
  width: 150px;
  left: 313px;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0087cb,
    #007bc3,
    #006fba,
    #0f63b1
  );
}
.blue-widthrectangle h5 {
  margin-top: 29px;
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}
.blue-transparent {
  bottom: 0px;
  top: 4px;
  background-color: #d5d8dbd6;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 357px;
  z-index: 1;
}
.look-bg {
  background-image: url(../images/reviews/look.png);
  background-size: cover;
  height: 100%;
}
.lookpadding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.lokkflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lokkflex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.lookcls-heading h2 {
  font-family: "Manrope", sans-serif !important;
  font-size: 50px;
  letter-spacing: -1px;
  color: #000;
  font-weight: 600;
}
.lookcls-heading h2::after {
  bottom: 0px;
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  background: #000000;
  top: 93px;
  right: 40px;
}
.media-public h2 {
  justify-content: end;
  font-family: "Manrope", sans-serif !important;
  font-size: 50px;
  letter-spacing: -1px;
  color: #0d69b5;
  font-weight: 600;
  display: flex;
}
.media-public h2::before {
  bottom: 0px;
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #000000;
  top: 44px;
  right: 142px;
}
.media-public span {
  background-image: linear-gradient(
    to right,
    #028ccd,
    #0083c7,
    #0079c1,
    #0270bb,
    #0e66b4
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}
.lookcls-img img {
  top: 15px;
  position: relative;
}
.media-public {
  position: relative;
  left: -60px;
  top: 75px;
}
.onmedia h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 50px;
  color: #000;
  text-align: center;
}
.onmedia span {
  color: #028bcd;
  font-family: "Inter", sans-serif !important;
}
.onmedia p {
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  color: #000;
  padding: 10px 153px;
  margin-top: 15px;
}
.bl-arrow {
  position: relative;
  right: 0px;
  left: 220px;
  top: 4px;
}
.npr-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.npr-card:hover img {
  background-color: #fff;
}
.npr-card:hover p {
  color: #fff;
}
.npr-card:hover span {
  color: #e7e7e7;
}
.npr-card img {
  border: 2px solid #fff;
}
.npr-card {
  bottom: 0px;
  top: 13px;
  right: 0px;
  left: 143px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  width: 60%;
  position: relative;
}
.npr-card p {
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  color: #000;
  margin-top: 10px;
}
.npr-card span {
  color: #88898e;
  font-size: 11px;
}
.ux-card {
  z-index: 1;
  right: 0px;
  bottom: 0px;
  top: 33px;
  background-color: #fff;
  width: 65%;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
  left: 220px;
}
.ux-card span {
  color: #88898e;
  font-size: 11px;
  padding-left: 29px;
}
.frontend-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.frontend-flex p {
  font-size: 10px;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.37px;
  color: #12141d;
  margin-top: 6px;
}
.feed-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.feed-card {
  right: 0px;
  left: 90px;
  bottom: 0px;
  top: 60px;
  background: #fff;
  width: 75%;
  margin-top: 10px;
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid #d2d1d1;
  position: relative;
}
.feed-card p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px;
  color: #6f6c8f;
  margin-top: 8px;
}
.feed-card span {
  color: #88898e;
  font-size: 11px;
  margin-top: 4px;
}
.feed-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cnn-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.cnn-card {
  right: 0px;
  left: 76px;
  bottom: 0px;
  top: 67px;
  position: relative;
  width: 50%;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.single-girlimg {
  position: relative;
}
.white-image {
  bottom: 0px;
  right: 0px;
  position: absolute;
  left: 264px;
  top: 77px;
}
.cn-flexx {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cnn-card p {
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.37px;
  color: #12141d;
  margin-top: 12px;
}
.cnn-card span {
  color: #88898e;
  font-size: 11px;
  padding-left: 50px;
}
.news-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.news-card {
  left: -60px;
  right: 0px;
  bottom: 0px;
  top: -68px;
  width: 60%;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.news-card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-card span {
  color: #88898e;
  font-size: 11px;
}
.news-card p {
  font-family: "Inter", sans-serif !important;
  font-size: 10px;
  margin-top: 5px;
}
.defi-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.defi-card {
  left: 57px;
  bottom: 0px;
  right: 0px;
  top: 12px;
  padding: 15px 15px;
  background-color: #1f2123;
  border-radius: 35px;
  width: 55%;
  position: relative;
}
.defi-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.defi-card p {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 12px;
  color: #fff;
}
.yahoo-card:hover {
  background-image: linear-gradient(
    to right top,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
}
.yahoo-card {
  text-align: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 60%;
  position: relative;
  top: 99px;
  bottom: 0px;
  left: -135px;
  right: 0px;
}

.yahoo-card img {
  margin-top: 15px;
}
.yahoo-card p {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  color: #000;
  margin-top: 8px;
}
.yahoo-card span {
  color: #88898e;
  font-size: 11px;
}
.quote-relative {
  position: relative;
}
.quote-position {
  left: 62px;
  top: -95px;
  position: absolute;
  bottom: 0px;
}
.curves-images {
  position: relative;
}
.curve-image1 {
  bottom: 0px;
  top: -67px;
  right: 0px;
  position: absolute;
  left: -239px;
  z-index: -1;
}

.curve-image2 {
  bottom: 0px;
  top: -76px;
  right: 0px;
  position: absolute;
  left: -172px;
  z-index: -1;
}
.curve-image3 {
  z-index: -1;
  width: 387px;
  top: -28px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  left: -130px;
}
.validation-cls {
  color: #f21d1d;
  font-size: 10px;
}
.validation-cls2 {
  color: #f21d1d;
  font-size: 10px;
  position: relative;
  top: -7px;
}
.reviews-media {
  padding: 30px 33px;
  border: 1px solid #f2f2f2;
  min-height: 340px;
}
.reviews-media h6 {
  font-size: 13px;
  font-family: "Inter", sans-serif !important;
  margin-top: 12px;
  font-weight: 600;
  color: #000;
}
.reviews-media p {
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
  margin-top: 12px;
  color: #000;
}
.latest-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}
.reviews-maincard {
  height: 100%;
  width: 100%;
  background: #fafafa;
  border: 3px solid #4f95db;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.55) 5px 2px 20px;
  /* padding-bottom:40px;
  padding-top:40px; */
  padding: 45px 45px;
  overflow: hidden;
}
.reviews-maincard .input-review p {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  background-image: linear-gradient(
    to right,
    #206bb4,
    #205fad,
    #2354a6,
    #29489d,
    #2f3b94
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.reviews-maincard .input-review h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.reviews-maincard .input-review span {
  background-image: linear-gradient(
    to right,
    #206bb4,
    #205fad,
    #2354a6,
    #29489d,
    #2f3b94
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif !important;
}
.reviews-maincard .latest-leftcard h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
}
.reviews-maincard .latest-leftcard p {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  color: #545454;
}
.maverick-flex {
  display: flex;
  justify-content: center;
}
.latest-leftcard {
  background-color: #fff;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.media-bottom {
  margin-bottom: 60px;
}
.browse-flex {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.icon-browse {
  top: 3px;
  position: relative;
  font-size: 21px;
  transform: rotate(-25deg);
}

.project-gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}
.explore-gallery h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  font-size: 50px;
}
.explore-gallery h6 {
  font-size: 15px;
  text-transform: uppercase;
  background-image: linear-gradient(
    to right,
    #0092d1,
    #007fc6,
    #006cba,
    #0058ac,
    #19449c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif !important;
}

.explore-gallery::before {
  margin-top: 20px;
  content: "";
  position: absolute;
  width: 2px;
  height: 45px;
  background-color: #000000;
  margin-left: 204px;
}
.trendtext p {
  margin-top: 20px;
}

.main-galleryflex {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5px 295px;
  gap: 50px;
  margin-bottom: 90px;
  margin-top: 30px;
}
.layerleft-position {
  position: relative;
}
.layer-left {
  position: absolute;
}
.layer-right {
  right: 0px;
  left: 5px;
  top: -3px;
  position: absolute;
  /* width: 40%; */
  z-index: -1;
  overflow: hidden;
}
.layer-right-position {
  position: relative;
}
.layer-random {
  position: absolute;
  right: 0px;
  top: -397px;
}
.layer-random2 {
  z-index: -1;
  position: absolute;
  right: 0px;
  top: -540px;
  /* width: 33%; */
}
.pink-blurr {
  position: relative;
}
.pinkblur-position {
  z-index: -1;
  bottom: -41px;
  right: 0px;
  left: 389px;
  top: -472px;
  position: absolute;
}

.career-padding {
  padding-top: 40px;
  border-radius: 20px;
  margin-top: 130px;
  background: #f5f5f7;
  margin: 115px 12px 12px 12px;
}
.career-launch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career-launch h6 {
  background-image: linear-gradient(
    to right,
    #0092d1,
    #007fc6,
    #006cba,
    #0058ac,
    #19449c
  );
  font-size: 20px;
  font-family: "Outfit", sans-serif !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accelerate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accelerate h2 {
  color: #000;
  font-weight: 600;
  font-family: "Outfit", sans-serif !important;
  font-size: 40px;
}
.corp-trans h2 {
  font-weight: 600;
  font-family: "Outfit", sans-serif !important;
  font-size: 40px;
  margin-bottom: 20px;
}
.corp-trans span {
  background-image: linear-gradient(
    to right,
    #0092d1,
    #007fc6,
    #006cba,
    #0058ac,
    #19449c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.corp-trans p {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}
.career-counsel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.career-counsel .career-background {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #115bac;
  border-radius: 100%;
  display: flex;
}
.career-counsel2 .career-background {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #115bac;
  border-radius: 100%;
  display: flex;
}
.career-counsel3 .career-background {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #115bac;
  border-radius: 100%;
  display: flex;
}
.career-counsel4 .career-background {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #115bac;
  border-radius: 100%;
  display: flex;
}
.career-counsel p {
  font-size: 14px;
}
.career-counsel img {
  width: 50%;
  margin-top: 5px;
}
.career-counsel2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.career-counsel2 p {
  font-size: 14px;
}
.career-counsel2 img {
  width: 50%;
}
.career-counsel3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.career-counsel3 p {
  font-size: 14px;
}
.career-counsel3 img {
  width: 50%;
}
.career-counsel4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.career-counsel4 p {
  font-size: 14px;
}
.career-counsel4 img {
  width: 45%;
}
.options-width {
  width: 80%;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 115px;
  padding: 18px 5px;
  background: #fff;
}
.options-width2 {
  width: 88%;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 115px;
  padding: 18px 5px;
  background: #fff;
}
.whole-div {
  right: 0px;
  position: relative;
  left: 70px;
}
.frame-image {
  margin: auto;
  display: block;
  width: 55%;
  position: relative;
}
.career-frame2 img {
  width: 40%;
  right: 0px;
  left: 0px;
  position: absolute;
  top: 175px;
  bottom: 0px;
}
.curvedone {
  width: 37%;
  top: -8px;
  right: 0px;
  position: relative;
  left: 184px;
}
.outputone {
  right: 0px;
  position: relative;
  left: 163px;
  top: -57px;
  width: 13%;
}

.btn-style-begin {
  position: relative;
  padding: 14px 40px;
  border-radius: 30px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif !important;
  transition: all 500ms ease 0s;
}
.btn-style-begin:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
  color: #fff;
}
.begin-top {
  margin-top: 30px;
}
.performance-padding {
  padding-bottom: 60px;
  padding-top: 40px;
  border-radius: 20px;
  margin-top: 130px;
  background: #f5f5f7;
  margin: 12px 12px 12px 12px;
}
.boost-padding {
  padding-top: 40px;
  padding-bottom: 0px;
}
.standgirl img {
  /* height:550px; */
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.assist-flex {
  right: 0px;
  top: 118px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 200px;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  left: 94px;
  background: #fff;
}
.assist-flex h6 {
  font-weight: bold;
  font-size: 15px;
  color: #595959;
  font-family: "Nunito Sans", sans-serif !important;
}
.assist-flex p {
  font-size: 14px;
  color: #545567;
  font-family: "Nunito Sans", sans-serif !important;
  margin-top: 3px;
}
.assist-flex2 {
  right: 0px;
  top: 310px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 23px;
  width: 256px;
  padding: 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  left: 29px;
  bottom: 0px;
  background: #fff;
}

.assist-flex2 .message-img {
  align-items: center;
  background: #f88c3d;
  height: 35px;
  width: 35px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
}
.assist-flex2 h6 {
  font-weight: bold;
  font-size: 15px;
  color: #595959;
  font-family: "Nunito Sans", sans-serif !important;
}
.assist-flex2 p {
  font-size: 14px;
  color: #545567;
  font-family: "Nunito Sans", sans-serif !important;
  margin-top: 3px;
}
.assist-flex3 {
  right: 0px;
  top: 176px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 23px;
  width: 256px;
  padding: 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  left: -200px;
  bottom: 0px;
  background: #fff;
}
.assist-flex3 .message-img {
  align-items: center;
  background: #f88c3d;
  height: 35px;
  width: 35px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
}
.assist-flex3 h6 {
  font-weight: bold;
  font-size: 15px;
  color: #595959;
  font-family: "Nunito Sans", sans-serif !important;
}
.assist-flex3 p {
  font-size: 14px;
  color: #545567;
  font-family: "Nunito Sans", sans-serif !important;
  margin-top: 3px;
}

.red-img {
  right: 0px;
  left: -65px;
  top: 80px;
  position: relative;
}
.comprehensive-padding {
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: linear-gradient(
    to bottom,
    #1059a5,
    #0d4e91,
    #0b447e,
    #0a3a6b,
    #093059
  );
}
.management {
  text-align: center;
  margin-bottom: 70px;
}
.management h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  display: inline-block;
}
.management p {
  line-height: 27px;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  padding: 5px 108px;
  margin-top: 18px;
}
.mail-flexx {
  display: flex;
  align-items: center;
}
.copy-material p {
  font-size: 13px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 12px 60px 10px 20px;
  background-image: linear-gradient(
    to right,
    #5a81a9,
    #4c75a2,
    #3d6a9b,
    #2e5e93,
    #1e538c
  );
  border: 1px solid #567ea8;
  font-weight: 500;
}

.mail-flexx img {
  position: relative;
  left: 2px;
}

.mail-flexx2 {
  display: flex;
  align-items: center;
}
.copy-material2 p {
  font-size: 13px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 12px 25px 10px 12px;
  background-image: linear-gradient(
    to right,
    #5a81a9,
    #4c75a2,
    #3d6a9b,
    #2e5e93,
    #1e538c
  );
  border: 1px solid #567ea8;
  font-weight: 500;
}

.mail-flexx2 img {
  position: relative;
  left: 2px;
}
.mail-flexx3 {
  display: flex;
  align-items: center;
}
.copy-material3 p {
  font-size: 13px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 12px 80px 10px 35px;
  background-image: linear-gradient(
    to right,
    #5a81a9,
    #4c75a2,
    #3d6a9b,
    #2e5e93,
    #1e538c
  );
  border: 1px solid #567ea8;
  font-weight: 500;
}
.mail-flexx3 img {
  position: relative;
  left: 2px;
}

.mail-flexx4 {
  display: flex;
  align-items: center;
}
.copy-material4 p {
  font-size: 13px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 12px 60px 10px 35px;
  background-image: linear-gradient(
    to right,
    #5a81a9,
    #4c75a2,
    #3d6a9b,
    #2e5e93,
    #1e538c
  );
  border: 1px solid #567ea8;
  font-weight: 500;
}
.mail-flexx4 img {
  position: relative;
  left: 2px;
}
.mail-flexx5 {
  display: flex;
  align-items: center;
}
.copy-material5 p {
  font-size: 13px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 12px 15px 10px 16px;
  background-image: linear-gradient(
    to right,
    #5a81a9,
    #4c75a2,
    #3d6a9b,
    #2e5e93,
    #1e538c
  );
  border: 1px solid #567ea8;
  font-weight: 500;
}
.mail-flexx5 img {
  position: relative;
  left: 2px;
}
.margin-btm {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-btm2 {
  left: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.laptopimage {
  position: relative;
}
.dashingimage {
  right: 0px;
  left: 85px;
  position: absolute;
  top: 34px;
  width: 74%;
}
.dashingimage2 {
  right: 0px;
  left: 357px;
  position: absolute;
  top: 178px;
  width: 50%;
}
.proud-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.proud-texting h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
}

.proud-texting span {
  background-image: linear-gradient(
    to right,
    #0092d1,
    #007fc6,
    #006cba,
    #0058ac,
    #19449c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.proud-texting p {
  margin-top: 20px;
  font-size: 15px;
  padding: 2px 4px;
}
.woman-img::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 420px;
  border-radius: 40px;
  background-color: #aad1eb;
  left: 46px;
  right: 0px;
  top: 40px;
  bottom: 0px;
  z-index: -1;
  transform: rotate(-9deg);
}
.accomp-paddding {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: linear-gradient(
    to right,
    #015984,
    #005188,
    #00478a,
    #003d8a,
    #1a3087
  );
}
.shocase-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shocase-flex h6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
}
.project-acmp h2 {
  font-size: 50px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  line-height: 65px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}

.btn-acomp-more {
  position: relative;
  padding: 6px 20px;
  border-radius: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  font-family: "Inter", sans-serif !important;
  transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  margin-top: 10px;
}
.btn-acomp-more:hover {
  background-image: linear-gradient(
    to right,
    #000000,
    #000000,
    #000000,
    #000000,
    #000000
  );
  color: #fff;
}
.accomplish-cardd {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  padding: 30px 58px;
  width: 350px;
}

.accomplish-cardd h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #193788;
}
.accomplish-cardd p {
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
}
.acmp-fx {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.dell-cardd {
  top: 50px;
  left: -40px;
  right: 0px;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  align-items: center;
  position: absolute;
  bottom: 0px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dotimage {
  right: 0px;
  position: relative;
  left: 0px;
  top: 18px;
}
.show-pad {
  padding-left: 53px;
}
.complex-outer {
  margin-top: 60px;
}
.complex-outer .react-multi-carousel-list {
  padding-left: 53px;
  padding-bottom: 100px;
  padding-top: 85px;
}
.complex-outer .react-multi-carousel-dot-list {
  top: 328px;
}

.complex-outer .react-multiple-carousel__arrow--left {
  left: calc(79% + 122px) !important;
  top: 0px;
}
.complex-outer .react-multiple-carousel__arrow--right {
  right: calc(-15% + 210px) !important;
  top: -1px;
}
.complex-outer .react-multi-carousel-dot button {
  border-color: #f1ecec;
}

.lookpadding .react-multi-carousel-list {
  padding-bottom: 100px;
}
.lookpadding .react-multiple-carousel__arrow--left {
  left: calc(2% + 1px) !important;
  top: 370px;
}
.lookpadding .react-multiple-carousel__arrow--right {
  top: 370px;
  right: calc(88% + 1px) !important;
}
/* .lookpadding  .react-multi-carousel-dot-list{
} */
.enroll-student {
  position: absolute;
  border-radius: 20px;
  padding: 20px 20px;
  display: inline-block;
  background: #fff;
  z-index: 9;
  top: 23px;
  left: 44px;
}
.enroll-student h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.ninety {
  left: 138px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #21b6fd;
  height: 52px;
  width: 52px;
  display: flex;
  position: absolute;
  top: 0px;
}
.ninety p {
  color: #fff;
}
.up-post {
  z-index: 12;
  position: absolute;
  left: 26px;
}
.all-imagesflex {
  position: relative;
  left: 10px;
}
.img2-post {
  right: 0px;
  left: -16px;
  position: relative;
}
.img3-post {
  left: -32px;
  position: relative;
}
.img4-post {
  left: -50px;
  position: relative;
}
.long-gif {
  top: 33px;
  right: 0px;
  margin: auto;
  z-index: -1;
  position: absolute;
  display: block;
  left: 0px;
}
.voice-pad {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.voice-pad .row {
  display: flex;
  flex-wrap: nowrap;
}
.main-voice {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 19px 0px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 1px -63px,
    rgba(10, 37, 29, 0.35) 0px -2px 10px 0px inset;
  margin: 15px 15px 15px 15px;
  border-radius: 15px;
  padding: 50px 10px;
  position: relative;
  overflow: hidden;
}
.main-voice h2 {
  font-family: "Outfit", sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  /* display: inline-block; */
}
.trainees {
  font-family: "Outfit", sans-serif !important;
  background-image: linear-gradient(
    to right,
    #0092d1,
    #007fc6,
    #006cba,
    #0058ac,
    #19449c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.downarrow-post {
  right: 400px;
  position: absolute;
  top: 88px;
}
.train-logo {
  max-width: 18%;
  margin-bottom: 20px;
}
.voicecarousel-card {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  gap: 12px;
  margin-bottom: 20px;
  border: 1px solid #b7b7b7;
}
.profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  overflow: hidden;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-content {
  flex: 1;
  width: 500px;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-header .name {
  font-weight: bold;
  color: #000;
  font-family: "Outfit", sans-serif !important;
}
.review-header .rating {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 2px 9px;
  border-radius: 12px;
  font-size: 12px;
  background-image: linear-gradient(
    to bottom,
    #232c4e,
    #283359,
    #2d3965,
    #334071,
    #38477d
  );
}
.review-header .rating .star {
  margin-right: 4px;
  color: #f6b844;
  font-size: 14px;
}
.review-text {
  margin-top: 6px;
  font-size: 14px;
  color: #555;
  font-family: "Outfit", sans-serif !important;
}
.voiceCardsOuter {
  width: 97%;
  margin: auto;
  overflow: hidden;
}
.main-outer1 {
  margin-left: 120px;
}

.margin-card {
  margin-top: 25px;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
@media (max-width: 1024px) {
  .swiper-slide {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
  }
}

.curvelined-post {
  position: relative;
}
.curvelined-post .curvedlinedown {
  bottom: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  top: 577px;
}
.curvelined-post .curvelineup {
  transform: rotate(180deg);
  top: -680px;
  position: absolute;
  right: 0px;
}

.bg-girlwh {
  background-image: url(../images/service/it.jpg);
  background-size: cover;
}
.delloit-p {
  top: 40px;
  margin: auto;
  display: block;
  right: 0px;
  left: 0px;
  position: absolute;
}
.opportunitySpan {
  background-color: #f5fafc;
  padding: 0px 12px;
  border-radius: 6px;
}

.training-logocard {
  border-radius: 5px;
  height: 100%;
  box-shadow: 1px -1px 10px 1px #312d38;
  padding: 50px 45px;
}
.train-logoflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-traincard {
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    to bottom,
    #ffffff,
    #f9faff,
    #eff6ff,
    #e2f3ff,
    #d3f0ff
  );
  padding: 18px 20px;
  border-radius: 20px;
  display: flex;
}
.train-logo {
  max-width: 70%;
}
.follow {
  display: flex;
  justify-content: space-around;
}
.social-icons h5 {
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif !important;
}
.social-iconsflex ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-iconsflex ul li {
  color: #fff;
  font-size: 20px;
}
.empower {
  margin-left: 34px;
  margin-top: 0px;
}
.empower h4 {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  line-height: normal;
}
.longform {
  border-radius: 50px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}
.search-clsp {
  width: 100%;
  padding: 8px 30px;
  background-color: #000;
  border: none;
  background: none;
}
.search-clsp2 {
  width: 100%;
  padding: 8px 20px;
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: none;
}
.search-clsp22 {
  width: 100%;
  padding: 8px 20px;
  border: none;
  /* border-left: 1px solid #000; */
  background: none;
}
.fot-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 70%;
  margin: auto;
  position: relative;
}
.textjust {
  justify-content: center;
}

.try-btn {
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  padding: 4px;
  border-radius: 5px;
  width: 100%;
  word-wrap: inherit;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  padding: 8px 8px;
}
.background-trainex {
  background-image: linear-gradient(
    to bottom,
    #ffffff,
    #f9faff,
    #eff6ff,
    #e2f3ff,
    #d3f0ff
  );
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
}
.trainex-head h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 12px;
  padding: 0px;
  text-align: center;
  text-shadow: 0px 0px 90px #fff;
}
.plusone {
  position: relative;
  left: 10px;
}
.linear-bg {
  background-image: radial-gradient(
    circle,
    #51c9ec,
    #618cb6,
    #18181a,
    #171617,
    #000000
  );
}

.longformfocus select:focus {
  outline: none;
}

.longformfocus input:-webkit-autofill,
.longformfocus input:-webkit-autofill:hover,
.longformfocus input:-webkit-autofill:focus,
.longformfocus input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}
.facebooksocial {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  background: #0866ff;
}
.twittersocial {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  background: #fff;
  color: #000 !important;
}
.instasocial {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  background: #dc2611;
}
.liner-color {
  background-image: linear-gradient(
    to right,
    #212889,
    #0045a0,
    #005fb4,
    #0079c4,
    #0092d2
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.liner-color2 {
  background-image: linear-gradient(
    to right,
    #0191d1,
    #0078c4,
    #005eb4,
    #0044a0,
    #212889
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.css-yw020d-MuiAccordionSummary-expandIconWrapper {
  left: 5px;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  display: flex;
  color: #fff !important;
  position: relative;
  background: #0093d2;
}
.project-text {
  height: 200px;
  margin: 0px 12px;
  border: 1px solid #0e7577;
  border-radius: 10px;
  background: #2e649126;
}
.reviewSliding {
  justify-content: space-between;
}
.reviewSliderMain {
  height: 330px;
}
.deliverexcellence h2 {
  font-size: 60px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  color: #000;
}

.bgproject {
  background-position: center;
  background-image: url(../images/gallery/background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 150px 30px 200px;
}
.btn-style-contact {
  position: relative;
  padding: 12px 40px;
  border-radius: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease 0s;
  margin-top: 20px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.btn-style-contact:hover {
  background: #000 !important;
}
.btn-style-readmore {
  position: relative;
  padding: 8px 16px;
  border-radius: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-image: linear-gradient(
    to right,
    #0093d2,
    #0079c5,
    #005fb4,
    #0044a0,
    #212688
  );
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  transition: all 500ms ease 0s;
  margin-top: 20px;
}
.btn-style-readmore:hover {
  background: #000 !important;
}
.deloit-padding {
  padding-top: 60px;
  padding-bottom: 80px;
}
.deloit-card {
  min-height: 230px;
  width: 100%;
  border: 2px solid #5696d6;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: rgba(0, 0, 0, 0.07) 10px 0px 10px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  margin-bottom: 45px;
}
.deloit-card h6 {
  color: #494949;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 6px;
}
.deloit-card p {
  font-size: 15px;
}
.delflexcard {
  display: flex;
  flex-wrap: nowrap;
}
/* .delleft{
    padding-left:35px;
} */
