
@font-face {
  font-family: 'cocogoose_proregular';
  src: url('../fonts/cocogoose_pro_semilight_trial-webfont.woff2') format('woff2'),
       url('../fonts/cocogoose_pro_semilight_trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'cocogooselight';
  src: url('../fonts/cocogoose_pro_light-trial-webfont.woff2') format('woff2'),
       url('../fonts/cocogoose_pro_light-trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cocogoose_pro_semilight';
  src: url('../fonts/cocogoose_pro_semilight-trial-webfont.woff2') format('woff2'),
       url('../fonts/cocogoose_pro_semilight-trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/********** Template CSS **********/
:root {
  --primary: #87CADE;
  --secondary: #34AD54;
  --light: #ECFBFF;
  --dark: #202020;
  --primary-light: #2CB7EA;
  --white: #FFFFFF;
}

body {
  color: var(--dark);
  font-family: 'Poppins', sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.ar-page {
  direction: rtl;
}


a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

.font-poppins {
  font-family: 'Poppins', sans-serif! important;
}

.font-medium {
  font-weight: 500! important;
}

.bg-93278F {
  background-color: #93278F;
}

/*** Heading ***/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins', sans-serif;
}


h1,
h2,
.fw-bold {
  font-weight: 700 !important;
  color: var(--dark);
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
  color: var(--dark);
}

h5,
h6,
.fw-medium {
  font-weight: 500 !important;
  color: var(--dark);
}

/*** Input Placeholder ***/

.input-group::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
/*::-ms-input-placeholder {*/ /* Microsoft Edge */
 /*color:    #fff;
}*/

.input-group ::placeholder { /* Most modern browsers support this now. */
 color:    #fff;
}

textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

input:-internal-autofill-selected {
  background-color: #fff!important;
  color: fieldtext !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 5px 10px 30px white inset !important;
    box-shadow: 0 5px 10px 30px white inset !important;
}
/* === */

section, 
.section {
    padding: 60px 20px;
    overflow: hidden;
}

/*** Button ***/
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary-light:hover,
.btn-dark:hover,
.btn-primary:hover {
  color: #fff;
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-dark:hover {
  box-shadow: inset 0 0 0 0 var(--light);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-dark {
  color: #FFFFFF;
  background-color: var(--dark);
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary-light {
  color: rgb(255, 255, 255);
  background-color: var(--primary-light);
  box-shadow: transparent 0px 0px 0px 50px inset;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn-raduis-8 {
  border-radius: 8px;
}

.btn-raduis-4 {
  border-radius: 4px;
}


.btn-raduis-6 {
  border-radius: 6px;
}

.singin-btn {
  border-color: var(--dark);
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 15px;
  max-width: 121px;
  width: 100%;
}

.store-btn {
  background-color: var(--primary-light);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 15px;
  max-width: 154px;
  width: 100%;
}

.back-to-top:hover,
.submit-btn:hover,
.store-btn:hover {
  background-color: #000f5b;
  border-color: var(--primary);
  box-shadow: inset 0 0 0 0 var(--primary);
}

.start-btn {
  max-width: 210px;
  width: 100%;
}

.custom-btn {
  max-width: 160px;
  width: 100%;
}

.bg-0d0d0d {
  background: #0d0d0d! important;
}
.o-wrapper,
.container-xxl {
  max-width: 1650px;
  width: 100%;
  padding: 40px 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

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

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: url(../img/scroll-top-bg.png) top center no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background-color: transparent;
  opacity: .8;
}
.back-to-top.active {
  visibility: visible;
  opacity: .8;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header-section {
  overflow: visible;
}
#header.fixed-top {
  height: 155px;
}
#header .logo {
  display: inline-block;
  /* font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif; */
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}

/* #header .logo img {
  max-height: 40px;
} */

.scrolled-offset {
  margin-top: 150px;
}

.contact-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-btn h2 {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.contact-btn .qus-note {
  font-size: 13px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.site-logo {
  margin-top: 40px;
}

.enqury-btn {
  border-radius: 30px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  height: 52px;
  width: 130px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bg-3ABBDA {
  background-color: #3ABBDA;
  border-color: #3ABBDA;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
/* .navbar li {
} */
.navbar-nav li {
  position: relative;
  white-space: nowrap;
  margin: 0 20px 0;
  padding: 5px 0! important;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.mobile-contact-info {
  display: none;
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-nav a, .navbar-nav a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  color: #414042;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar-nav a i, .navbar-nav a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-nav li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li:hover:after, .navbar li:hover:after, .navbar li.active:after {
  visibility: visible;
  width: 100%;
  bottom: -2px;
}

.navbar-nav li:hover a, .navbar li.active a,
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link,
.navbar-nav a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #106eea;
}
.navbar-nav .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar-nav .dropdown ul li {
  min-width: 200px;
}
.navbar-nav .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar-nav .dropdown ul a i {
  font-size: 12px;
}
.navbar-nav .dropdown ul a:hover, 
.navbar-nav .dropdown ul .active:hover, 
.navbar-nav .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar-nav .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar-nav .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar-nav .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar-nav .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.nav-btn {
  background-color: transparent;
  border: none;
}

/* ============ mobile view ============ */
@media all and (max-width: 992px) {
  .navbar ul {
    align-items: flex-start;
  }
  .mobile-offcanvas .nav-menu {
    display: block;
  }
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:70%;
	    overflow-y: scroll;
	    overflow-x: hidden;
      background-color: #fff;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

}	

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
 /* background: url("../img/Banner.jpg") top center no-repeat;
  background-size: auto 100%;*/
  position: relative;
  background-attachment: scroll;
}
/* #hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #106eea;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  /* font-size: 16px;
  transition: 0.5s;
  margin-left: 0;
  color: #fff;
  font-weight: 600; */
  background-image: url(../img/play-btn.png);
  background-position: center;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  transition: 0.3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#hero .btn-watch-video i {
  color: #fff;
  font-size: 90px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
  background-image: url(../img/play-btn-hover.png);
  -webkit-transform: scale(1.15);
	transform: scale(1.15);
  transition: 0.3s;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

.btn-close {
  background: url(../img/icons/close-icon.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  position: absolute;
  max-width: 30px;
  width: 100%;
  height: 30px;
  z-index: 10000;
  opacity: 1;
}

.glightbox-clean .gclose {
  background-image: url(../img/gclose-bg.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  top: 7%;
  right: 14%;
  max-width: 30px;
  width: 100%;
  height: 30px;
  border-radius: 0 0 0 10px

}

.plyr__control--overlaid {
  background: url(../img/icons/play-icon.png) top center no-repeat;
  background-size: auto;
  width: 58px! important;
  height: 58px;
}

.plyr__control--overlaid svg {
  display: none;
}

.plyr__control--overlaid:hover {
  background: url(../img/icons/play-icon.png) top center no-repeat! important;
  opacity: .8;
}

.featured-services-modal .modal-body,
.featured-services-modal .modal-body h2{
  color: #fff;
}

.featured-services-modal {
  background: rgba(0, 0, 0, 0.9);
}

.featured-services-modal .modal-header img {
  border-radius: 20px 0 20px 20px;
  margin-bottom: 15px;
}


.featured-services .left-content-box {
  max-width: 300px;
  width: 100%;
}

.leaderboard-section .top-title,
.box-top-title h1 {
    font-size: 40px;
    color: #93278F;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    line-height: 1.3;
    text-align: left;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.section-title h1.top-title,
.top-title {
  font-size: 32px;
  color: #93278F;
  font-family: 'cocogooselight', Arial, sans-serif;
  line-height: 1.3;
  text-align: left;
  font-weight: 600! important;
  margin-bottom: 10px;
}

.featured-services .card {
  align-items: flex-start;
}

.featured-services .card-body .card-title a {
  font-size: 28px;
  font-family: 'cocogooselight', Arial, sans-serif;
  font-weight: normal! important;
  color: #414042;
  line-height: 1.2;
  cursor:pointer;
}

.featured-services .card-body .card-title a:hover {
  color: var(--primary-light);
}

.featured-services .card-body .card-text {
  font-size: 1rem;
 /* word-break: break-all;*/
}

.featured-services .image-box {
  max-width: 217px;
  width: 100%;
}

/*@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}*/
@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
/*@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #106eea;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# activities-section
--------------------------------------------------------------*/
.activities-section {
    background-image: url(../img/top-activities-bg.png);
    background-color: #93278F;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
}
    .activities-section .o-wrapper {
        padding: 60px 0;
    }

.overlay-screen-darken {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.section-title h1 {
  color: #fff;
  font-family: 'cocogooselight', Arial, sans-serif;
  font-weight: normal! important;
}
.text-93278F,
.section-title h1.text-93278F {
    color: #93278F!important;
}

.tabbable-line nav {
  max-width: 932px;
  width: 100%;
  margin: 0 auto;
}

.tabbable-line nav .navbar-nav {
  justify-content: space-evenly;
}

.nav-tabs {
  border-bottom: 2px solid #fff;
  justify-content: space-evenly;
  align-items: center;
}

.nav-tabs .nav-link {
  border: 0;
  margin-top: 0px;
  margin-bottom: -3px;
  border-bottom: 2px solid transparent;
  font-family: 'cocogooselight', Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  /* max-width: 215px;
  width: 100%; */
  padding: 10px 20px;
  border-radius: 0;
  background: none! important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.nav-tabs .nav-link.active {
  border-bottom: 4px solid #FFFFFF;
  color: #FFFFFF;
}

.lead-btn {
  background:#93278F;
  border-radius: 40px;
  border-color: #93278F;
  max-width: 162px;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.bg-none {
  background: none;
}

.bg-transparent {
  background: transparent;
}

.tab-content .card {
  border-color: #fff;
  border-radius: 30px 0 30px 30px;
  color: #fff;
}

.tab-content .card .card-body {
  margin-bottom: 20px;
}
    .tab-content .card .card-title {
        height: 70px;
        overflow: hidden;
        margin-bottom:0;
    }
    .tab-content .card .card-title a {
        color: #fff;
        font-family: 'cocogooselight', Arial, sans-serif;
        font-size: 26px;
        font-weight: normal !important;
        line-height: 1.2;
        height: 100%;
       
    }

.tab-content .card .card-title a:hover {
  color: var(--primary);
}
.tab-content .card p {
    color:#fff;
    height:252px;
    overflow:hidden;
}

.tab-content .card .card-footer {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.tab-content .card .card-footer .nav {
  gap: 10px;
}

.tab-content .card-footer .navbar-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tab-content .card .card-footer .nav-btns {
    justify-content:flex-start;
    align-items:center;
    gap:5px;
    width:100%;
}
.tab-content .card .card-footer .nav-link {
    padding: 0;
    margin: 0;
    max-width: 150px;
    width: 100%;
    display: inline-block;
}

.tab-content .card .card-footer .btn {
  border-color: #fff;
  border-radius: 30px;
  color: #fff;
  max-width: 150px;
  width: 100%;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  /* margin: 5px 5px; */
}

.tab-content .card .card-footer .nav-link.active .btn,
.tab-content .card .card-footer .btn:hover,
.tab-content .card .card-footer .btn.active {
  background-color: #93278F! important;
}

.tab-content .card .card-footer .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* ==== news_blog-section ====== */
.card {
  background: transparent;
}

.overley-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  right: 20px;
  top: 20px;
  border-radius: 20px 0 20px 20px;
}
.news_blog-section .card .image-box a{
    display:block;
    width:100%;
    height:100%;
}
.news_blog-section .card .image-box img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 240px;
    border-radius: 20px 0 20px 20px;
}

.news_blog-section .card .image-box img:hover {
  opacity: .7;
}

.news_blog-section .card-body .card-title {
  height: 65px;
  overflow: hidden;
}

.news_blog-section .card-body .card-title a.text-26 {
  font-size: 26px;
  color: #202020;
}

.news_blog-section .card-body .card-title a.text-26:hover {
  color: var(--primary-light);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-section {
  /* background-image: url(../img/contact-bg-img.png), url(../img/contact-bg1.png);
  background-position: left bottom, center;
  background-repeat: no-repeat;
  background-size: 100% auto, cover; */
  background-image: url(../img/contact-bg1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.content-details {
  margin-bottom: 25px;
}

/* .content-details {
  max-width: 200px;
} */

.working-content p {
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.2;
}

.working-content p span {
  font-weight: 600;
}

.sales-content h3 {
  font-size: 25px;
  color: #707070;
  line-height: 1.4;
}

.contact-info-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-details h4 {
  font-size: 20px;
  /* font-family: 'cocogoose_proregular', Arial, sans-serif; */
  font-weight: normal! important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.content-details p {
  font-size: 16px;
  color: #707070;
  word-break: break-all;
}

.form-group {
  position: relative;
}

.input-group-img {
  position: absolute;
  top: 18px;
  left: 20px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  padding: 30px 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
/* .contact .php-email-form input, 
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
} */

.contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 0.05rem rgb(13 110 253 / 25%);
}
.contact .php-email-form textarea,
.contact .php-email-form input {
  padding: 20px 15px 20px 40px;
  line-height: 18px;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submit-btn-box button[type=submit],
.accordion-submit-btn button[type=submit],
.contact .php-email-form .submit-btn-box button[type=submit] {
  padding: 18px 10px;
  max-width: 160px;
  width: 100%;
  background-color: #93278F;
  border-radius: 40px;
}

.accordion-submit-btn .submit-btn {
  border: 1px solid #FFD800;
}

/* ----------- */
.breadcrumb-section {
    /* background-color: rgba(65, 64, 66, .6); */
    background-image: url(../img/activity-details/Banner.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* background-blend-mode: overlay; */
}

.breadcrumb-section .container {
  padding: 30px 0;
}


.banner-title h1 {
  text-align: left;
  margin-bottom: 0;
}

/* =========== */
.activite-service-section {
  background: #fff! important;
  color: #000! important;
}

.left-title {
  max-width: 1064px;
  width: 100%;
  margin-right: auto;
}

.left-title p {
  font-size: 1rem;
  color: #707070;
}

.activite-service-section .nav-tabs .nav-link.active {
  border-color: #000;
}
.activite-service-section .nav-tabs .nav-item.show .nav-link, 
.activite-service-section .nav-tabs .nav-link.active {
  background-color: #000;
  border-color: #000;
}

.activite-service-section .nav-tabs,
.activite-service-section .nav-tabs .nav-link {
  border-color: #000;
}

    .activite-service-section .nav-tabs .nav-link {
        font-size: 18px;
        max-width: 280px;
        padding: 10px 5px;
        color: #414042 !important;
        font-weight: 600;
        text-transform: uppercase;
    }

.aileron-regular {
    color: #414042 !important;
}
.tab-content .card .active-body p.aileron-regular,
.tab-content .card-widget p.aileron-regular,
.card-widget p.aileron-regular,
.tab-content .card .active-body p {
    color: #fff !important;
}
.tab-content .card .card-title a.card-widget-title {
    font-size: 22px;
    font-weight: 600 !important;
}

.activite-service-section .card-body p,
.activite-service-section .tab-content .card .card-title a {
    color: #414042 !important;
}
.activite-service-section .card .card-footer .btn,
.activite-service-section .tab-content .card .card-footer .btn {
   
    border-radius: 30px;
 
    max-width: 150px;
    width: 100%;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-color: #3ABBDA;
    color: #3ABBDA;
}
.activite-service-section .card,
.activite-service-section .tab-content .card {
    border-color: #707070;
}
    .activite-service-section .card .card-footer .nav-link.active .btn,
    .activite-service-section  .card .card-footer .btn:hover,
    .activite-service-section  .card .card-footer .btn.active,
    .activite-service-section .tab-content .card .card-footer .nav-link.active .btn,
    .activite-service-section .tab-content .card .card-footer .btn:hover,
    .activite-service-section .tab-content .card .card-footer .btn.active {
        background-color: #3ABBDA !important;
        color: #fff !important;
    }

/* ======== */
.top-heading h2 {
  font-size: 30px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  color: #000;
  font-weight: 600! important;
  font-style: normal;
}

.blog-post-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
    .blog-post-time .social-icons a {
        color:#707070!important;
        font-size:14px;
    }
    .blog-post-time .social-icons {
        display:flex;
        justify-content:flex-end;
        align-items:center;
        gap:10px;
    }

.blog-post-time span {
    font-size: 12px;
    color: #707070;
    line-height: 1.2;
    display: inline-block;
    font-weight:500;
}

.image-box {
  margin: 20px 0;
}

.featured-services .card-img {
    background-image: url(../img/discover-img/box-01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    /* padding: 52px 49px; */
    width: 100%;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 40px 0 40px 40px;
    margin-bottom: 25px;
}

.card-img2 {
  background-image: url(../img/discover-img/box-02.png);
}

.card-img3 {
  background-image: url(../img/discover-img/box-03.png);
}

.card-img4 {
  background-image: url(../img/discover-img/box-04.png);
}

.card-img5 {
  background-image: url(../img/discover-img/box-05.png);
}

.card-img:hover {
  background-color: transparent;
  border: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.tab-item-box .item {
  max-width: 550px;
  width: 100%;
  margin: 20px auto;
}

.btn-check:focus+.card-img, 
.card-img:active:focus,
.card-img.active,
.card-img:focus {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
}

.featured-services .card-img img {
    max-width: 100px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.image-box .blog-img {
  border-radius: 40px 0 40px 40px;
  border: 1px solid transparent;
}

.right-top-heading h2 {
  color: #93278F;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600! important;
  font-style: normal;
  margin-bottom: 30px;
}

.right-top-heading h3 {
    color: #93278F;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 500 !important;
    font-style: normal;
    margin-bottom: 30px;
}

.blog-list-items {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.blog-list-items li {
  display: block;
  margin-bottom: 20px;
}

.blog-list-items li a {
  font-size: 1.5rem;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600! important;
  line-height: 1.5;
  color: #000;
}

.blog-list-items li a span {
  display: block;
  font-size: 12px;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.2;
  color: #707070;
  margin-top: 10px;
  font-weight:500;
}

.blog-list-items li a:hover {
  color: #93278F;
}

.more-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.more-btn a {
  border-color: #707070;
  border-radius: 26px;
  padding: 12px 15px;
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1;
  color: #414042;
  max-width: 142px;
  width: 100%;
}

.bottom-blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
  color: #414042;
}

.bottom-blog-content p {
  color: #707070;
  font-size: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.5;
  font-weight: normal;
}

.bottom-blog-content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}

.bottom-blog-content ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.4;
}

.bottom-blog-content ol {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
}

.bottom-blog-content ol li {
  display: list-item;
  list-style: decimal;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.6;
}

.bottom-blog-content p strong {
  color: #414042;
}

.bottom-blog-content article {
  background-color: #DBE2E5;
  padding: 20px;
  border-radius: 15px 0px 15px 15px;
  margin-bottom: 20px;
}

.top-about-content-box,
.about-content-box {
  margin-bottom: 100px;
}

   .about-section .top-about-content-box:last-child {
        margin-bottom:0;
    }

    .about-content-box .right-box-content {
        max-width: 600px;
        width: 100%;
    }
.about-content-box .right-top-heading p {
  margin-bottom: 40px;
}
.about-content-box h4 {
  font-size: 24px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400! important;
}

.about-content-box:nth-of-type(odd) .row {
  flex-direction: row-reverse;
}

.about-content-box:last-child {
  margin-bottom: 0;
}

.about-section .left-box-content {
  /*background: rgba(0, 0, 0, 0.5) url(../img/about-us/img-02.png) top center no-repeat;*/
  background-size: cover;
  border-radius: 40px 0 40px 40px;
  width: 100%;
  height: 100%;
  position: relative;
  background-blend-mode: overlay;
}

.about-section .left-box-content .image-box {
  padding: 30% 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section .left-box-content .btn-watch-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .left-box-content .btn-watch-video i {
  color: #fff;
  font-size: 90px;
  transition: 0.3s;
  line-height: 0;
}
.about-section .left-box-content .btn-watch-video:hover {
  color: #106eea;
}
.about-section .left-box-content .btn-watch-video:hover i {
  color: #3b8af2;
}

.team-section .card {
    background: transparent;
    padding: 0;
    border-radius: 30px 0 30px 30px;
    margin-bottom: 50px;
    border-color: rgba(0,0,0,0.3);
}

.team-section .card-header {
  background: transparent;
  padding: 0;
  border-bottom: 0;
}

.team-section .card-header img {
  width: 100%;
  border-radius: 30px 0 30px 30px;
}

.team-section .card-top-title {
  font-size: 150px;
  letter-spacing: .5px;
  font-family: 'cocogoose_pro_semilight', Arial, sans-serif;
  font-style:italic;
  line-height: 1;
  margin: -7px auto 0;
  -webkit-text-stroke: 1px rgba(58, 187, 218, 0.2);
  color: rgba(255, 255, 255, .05);
  text-shadow: none;
  text-align: left;
}

.team-section .card-body {
  border: 0;
  text-align: center;
}

.team-section .card-title {
  font-size: 32px;
  font-weight: 400! important;
  color: #414042;
}

.section-top-title {
  margin-bottom: 70px;
}

.section-top-title h4 {
  font-size: 24px;
  color: #414042;
  font-weight: 400! important;
  margin: 20px auto;
}

/* =======Testimoial box ====== */
.testimonial-box .card {
  border-radius: 30px 0 30px 30px;
  min-height: 510px;
  height: 100%;
}

.testimonial-box .card-img {
    background:none;
    height:100%;
  position: relative;
 

}

.testimonial-box .card-img img {
  border-radius: 30px 0 30px 30px;
  max-width:100%;
}

.testimonial-box .card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 0 30px 30px;
}

.testimonial-box .btn-watch-video i {
  color: #fff;
  font-size: 50px;
}

.testimonial-box .btn-watch-video:hover {
  color: #106eea;
}
.testimonial-box .btn-watch-video:hover i {
  color: #3b8af2;
}

.testimonial-box .card-title {
  font-size: 24px;
  color: #414042;
  font-weight: 400! important;
  margin-top: 10px;
}

.testimonial-box .card-text {
  font-size: 14px;
  word-break: normal;
  color: #707070;
}

/* ======== Contact Us ============ */
.right-form-content {
  background: url(../img/contact-us-bg.png) top center no-repeat;
  background-size: cover;
  border-radius: 30px 0 30px 30px;
  padding: 60px 40px 45px;
  color: #fff! important;
}

.right-form-content .sales-content h3,
.right-form-content .content-details p,
.right-form-content .content-details h4 {
  color: #fff;
}

.right-form-content .content-details p {
  font-size: 14px;
}

.contct-us-section .php-email-form textarea, 
.contct-us-section .php-email-form input {
  padding: 20px 15px 20px 40px;
  line-height: 18px;
  border-radius: 30px;
}

.contct-us-section .input-group-img {
  top: 18px
}

/* ========== leaderboard-table ======== */

.leaderboard-table {
  border: 1px solid #707070;
  border-radius: 30px 0 30px 30px;
}

.details-btn {
  border-radius: 50px;
  font-size: 14px;
  padding: 12px 20px;
  line-height: 1.1;
  color: #3ABBDA;
  border-color: #3ABBDA;
  font-weight: 500! important;
}

.leaderboard-btn .details-btn {
  padding: 16px 20px;
  max-width: 464px;
  width: 100%;
  background: #3ABBDA;
  border: none;
  color: #fff;
}

.leaderboard-btn .details-btn:hover {
  background: #000;
}

.company-row {
  gap: 10px;
}

.leaderboard-table .table thead tr th {
  padding: 30px;
  border-color: #707070;
  color:#414042;
}

.leaderboard-table .table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.leaderboard-table .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.leaderboard-table .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.leaderboard-table .table tbody tr td {
  padding: 20px 30px;
  border-color: #707070;
  color:#414042;
  font-weight:600!important;
}

.leaderboard-table .table tbody tr:last-child td {
  border-bottom: 0;
}

.table>:not(:first-child) {
  border-top: 1px solid #707070;
}

.table-icon {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 15px 0 15px 15px;
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaderboard-modal .modal-content {
  background-color: transparent;
  border-radius: 30px 0 30px 30px;
}

.leaderboard-modal .btn-close {
  background-image: url(../img/icons/close-icon.png);
  background-position: top right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -35px;
  right: -35px;
  max-width: 70px;
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 1000;
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url(../img/icons/left-icon.png) top left no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -70px;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../img/icons/left-hover-img.png) top left no-repeat;

}

.owl-carousel .owl-nav button.owl-next {
  background: url(../img/icons/right-icon.png) top left no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -70px;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-next:hover {
  background: url(../img/icons/right-hover-img.png) top left no-repeat;
}

.owl-next span,
.owl-prev span {
  display: none;
}
/* ================================= */

.classification-section .top-about-content-box:nth-of-type(even) .reverse {
  flex-direction: row-reverse;
}

.top-about-section-box {
  margin-bottom: 100px;
}

.classification-top-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.classification-right-box .classification-top-heading {
  margin-bottom: 25px;
}
    .classification-top-heading .pressure-right-img-box {
        border-radius:40px 0 40px 40px;
    }

    .box-top-title h2,
    .classification-top-heading h2 {
        font-size: 24px;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        line-height: 1.5;
        color: #414042 !important;
        font-weight: 500 !important;
        font-style: normal;
        margin-bottom: 0;
    }

.pressure-img-box {
  border: 1px solid #707070;
  border-radius: 30px 0 30px 30px;
  background: #fff;
  padding: 40px;
  width: 100%;
}

.pressure-box-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.classification-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.classification-link a {
  font-size: 14px;
  color: #3ABBDA;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.pressure-box-content ul li {
  font-size: 18px;
  color: #3ABBDA;
  font-weight: 700;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
}

.pressure-classification span,
.pressure-box-content ul li span {
  display: block;
  color: #707070;
  font-size: 15px;
  font-weight: 400! important;
  margin-bottom: 10px;
}

.classification-btn .nav-link .btn {
  border-color: #707070;
  border-radius: 50px;
  width: auto;
  color: #414042;
  padding: 7px 25px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500! important;
  font-family: 'Poppins', sans-serif;
}

.classification-btn .nav-link .btn:focus {
  outline: 0;
  box-shadow: none;
}

.classification-btn .nav-link .btn span {
  margin: 0;
  color: #414042;
}

.classification-btn .navbar-nav {
  display: inline-block;
  width: 100%;
}

.classification-btn .nav-link {
  padding: 0;
  margin: 5px;
  display: inline-block;
}

.classification-btn .nav-link:first-child {
  margin-left: 0;
}

.classification-btn .nav-link:last-child {
  margin-right: 0;
}

.classification-btn .nav-link.active .btn,
.classification-btn .btn:hover,
.classification-btn .btn.active {
  background-color: var(--dark);
  color: #fff;
}

.classification-right-box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.classification-right-box-content .right-top-heading {
  max-width: 670px;
  width: 100%;
}

.classification-right-content-box .right-top-heading {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
}

.classification-left-box-content .image-box img {
  border-radius: 40px 0 40px 40px;
  width: 100%;
}

.classification-right-box-content .right-top-heading p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}
/* 
.pressure-right-img-box {
  max-height: 265px;
  height: 100%;
  width: 100%;
  overflow: hidden;
} */

.pressure-right-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0 40px 40px;
}
.details-content p {
    font-size:20px;
    line-height:1.3;
}
/* 
.classification-right-box-content::after {
  content: '';
  max-width: 120px;
  width: 100%;
  height: 320px;
  background: url(../img/right-rectenguler.png) right center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
}

.classification-right-content-box::after {
  content: '';
  max-width: 120px;
  width: 100%;
  height: 320px;
  background: url(../img/left-rectenguler.png) right center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
} */
.video-section .card {
    border-radius: 40px 0 40px 40px;
    border: none;
}
.video-section .card-img img {
    border-radius: 40px 0 40px 40px;
   max-width:100%!important;
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 0 40px 40px;
}

.card-img-overlay .btn-watch-video {
  color: #fff;
  font-size: 80px;
}

.play-icon .btn-watch-video {
  font-size: 0;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.play-icon .btn-watch-video:hover {
  -webkit-transform: scale(1.15);
	transform: scale(1.15);
  transition: 0.3s all ease-in-out;
}

.card-img-overlay .btn-watch-video:hover {
  color: #106eea;
}

.right-top-heading h2 {
  margin-bottom: 20px;
}

.development-right-box-content h4 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 400! important;
  line-height: 1.5;
}

/* ======= */

.workshop-section .o-wrapper {
  position: relative;
  /* background-image: url(../img/chart-img.png);
  background-position: top right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 90vh; */
}

.chart-box {
  margin-top: -23%;
  z-index: -99;
  /* position: absolute;
  right: 0;
  top: 0;
  z-index: -99; */
}

.workshop-section .section-top-title {
  max-width: 700px;
  width: 100%;
}

.workshop-section .section-top-title h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 400! important;
  margin-bottom: 30px;
}

.workshop-section .section-top-title h4 {
  color: #fff;
  font-weight: 400! important;
  margin-bottom: 25px;
  margin-top: 0;
}

.workshop-section .section-top-title p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.workshop-section .section-top-title .btn-watch-video {
  background-color: #fff;
  padding: 20px 10px 20px 60px;
  border-radius: 50px;
  position: relative;
  color: #3ABBDA;
  max-width: 330px;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  border: 1px solid #3ABBDA;
}

.workshop-section .section-top-title .btn-watch-video span {
  position: absolute;
  left: 0;
  top: 0;
}

.workshop-section .section-top-title .btn-watch-video:hover {
  background-color: #3abbda;
  color: #fff;
  border-color: #707070;
}

.workshop-leaderboard-section .leaderboard-table .table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.accordion-item {
  margin-bottom: 30px;
  border-color: #93278F;
  border-radius: 30px 0 30px 30px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #93278F;
}

.accordion-item .accordion-button:not(.collapsed) {
  border-color: #93278F;
}
.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 30px 0 30px 30px;
}

.accordion-item:last-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button {
  border-bottom-left-radius: 0! important;
  border-bottom-right-radius: 0! important;
}

.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item .accordion-button.collapsed {
  border-bottom-left-radius: 30px! important;
  border-bottom-right-radius: 30px! important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item .accordion-button {
  border-radius: 30px 0 0px 0px;
  border: 1px solid #93278F;
  background: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/down-arrow1.png);
}

.accordion-button::after {
  background-image: url(../img/icons/down-arrow.png);
}

.accordion-body {
  padding: 30px 20px;
}

.accordion-button {
  padding: 40px 25px;
  font-size: 24px;
}

/***** RADIO BUTTON STYLES *****/
.rdio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 25px;
  font-size: 18px;
}

.radiobuttons .rdio:last-child label {
  margin-bottom: 0;
}


.rdio label:before {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
  border-color: #93278F;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  display: inline-block;
  font-size: 11px;
  width: 15px;
  height: 15px;
  background-color: #93278F;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #93278F;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #93278F;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #93278F;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url(../img/footer-bg.png) top center no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 30px 1rem 50px;
  background: transparent;
  text-align: center;
  font-size: 15px;
}

.subscribe-box {
  max-width: 575px;
  margin: 0 auto;
  width: 100%;
}

#footer .footer-newsletter h4 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  font-family: "cocogoose_proregular", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400! important;
}
#footer .footer-newsletter form {
  background: #fff;
  position: relative;
  border-radius: 30px;
  text-align: left;
}
#footer .footer-newsletter form .input-group-img {
  top: 20px;
  left: 20px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 20px 60px 20px 40px;
  border-radius: 30px 0 0 30px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #93278F;
  color: #fff;
  transition: 0.3s;
  border-radius: 30px;
  max-width: 165px;
  width: 100%;
}
:focus-visible {
  outline: 0;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 40px 1rem 20px;
  background: transparent;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 26px;
  font-weight: 400! important;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-family: 'cocogoose_proregular', Arial, sans-serif;
}

#footer .footer-top h4::after {
  border-bottom: 3px solid #fff;
  content: '';
  height: 3px;
  width: 35px;
  display: block;
  margin-top: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
/*#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}*/
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:20px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--dark);
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo a img {
  max-width: 180px;
}

.web-link {
  color: #FF781E;
  font-weight: 600;
}

.designs-content {
  text-align: right;
}

.designs-content p {
  margin-bottom: 0;
}

.designs-content .web-link {
  font-weight: 600;
  color: #fff;
}

.social-icons a:hover,
.designs-content .web-link:hover {
  color: #F42630;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
}

.footer-copywrigt {
  border-top: 1px solid rgba(185, 210, 235, 0.5);
  padding: 30px 1rem;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.popup-modal .btn-close:focus,
.popup-modal .btn-close {
    top: -10px;
    right: -10px;
    background-size: contain;
    height: 30px;
    width: 30px;
    opacity: .8;
    outline: 0;
    box-shadow: none;
}

/*.modal-open {
    background: rgba(0, 0, 0, .7) !important;
    padding: 0 !important;
}

.popup-modal.show {
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
}*/

/*.popup-modal.show .modal-dialog {
    margin-top: 5%;
}*/

.modal-dialog-scrollable .modal-content {
    overflow: visible;
}

/*.modal-backdrop {*/
   /* position: relative;
    height: 100%;*/
/*}*/
.modal-backdrop {
    background: rgba(0, 0, 0, 0.9);
}

    .modal-backdrop.show {
        opacity: 1;
    }

.popup-modal .btn-close:hover {
    opacity: 1;
}
.popup-modal .modal-body p {
    font-size:28px;
    line-height:1.3;
}
.modal-image  {
   /* max-height:400px;*/
    height:100%;
   /* overflow:hidden;*/
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
/*.modal-image img{
    object-fit:scale-down;
}*/

    .what-content {
         background: #82459e;
       /* background: rgba(0, 0, 0, 0.9);*/
        color: #fff;
    }

.why-content {
      background: #3ABBDA;
   /* background: rgba(0, 0, 0, 0.9);*/
    color: #fff;
}

    .why-content .modal-title,
    .what-content .modal-title {
        color: #fff;
        font-family: 'cocogoose_proregular';
        font-size:32px;
        text-align:left;
    }
/* 
.glightbox2 .gslide-media {
  display: none;
} */

.share-modal .btn-close {
    top: 0;
    right: 0;
    max-width: 30px;
    height: 30px;
    background-size: cover;
}


.share-modal .social-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .share-modal .social-icons a {
        font-size: 24px;
        color: #000;
    }

        .share-modal .social-icons a:hover {
            color: #F42630;
        }

.modal-header {
    justify-content: center;
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    color: #93278F;
    font-family: 'cocogooselight', Arial, sans-serif;
    font-size: 24px;
}

.thank-you-section .section-top-title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 700 !important;
}

.thank-you-section .section-top-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.thank-you-section .section-top-title h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'cocogooselight', Arial, sans-serif;
    margin-bottom: 20px;
}

.modal-open .leaderboard-table .table tbody tr:nth-child(odd) {
    background: transparent;
}

.leaderboard-form-modal.show {
    background: rgba(0, 0, 0, 0.6);
}


.leaderboard-form-modal .btn-close {
    top: -10px;
    right: -10px;
    max-width: 30px;
    height: 30px;
    background-size: cover;
}

.leaderboard-form-modal .modal-body {
    padding: 20px 25px;
}

.leaderboard-form-modal .form-group {
    margin-bottom: 1rem;
}

    .leaderboard-form-modal .form-group:last-child {
        margin-bottom: 0;
    }

    .leaderboard-form-modal .form-group label {
        font-size: 1rem;
        font-weight: 600;
        color: #000;
        font-family: 'Poppins', sans-serif;
    }

    .leaderboard-form-modal .form-group .form-control {
        padding: 10px 15px;
        border-radius: 40px;
    }

        .leaderboard-form-modal .btn-close:focus,
        .leaderboard-form-modal .form-group .form-control:focus {
            box-shadow: none;
        }

.bg-FA8C01 {
    background-color: #FA8C01;
    border-color: #FA8C01;
}

.card .section-title h1 {
    font-size:32px;
    font-weight:700!important;
}
.card-box-title {
    align-items:flex-start;
    justify-content:flex-start;
}
.activity-title,
.section-title h1.activity-title {
    color: #93278f;
    font-weight: 600 !important;
    font-size: 32px;
}
.activity-left-title {
    max-width:100%;
}
.activity-left-title p {
    max-width:1024px;
    }
.sub-title {
    font-size:22px;
    color:#414042;
    font-weight:600;
    margin-bottom:10px;
    text-transform:capitalize;
}

.contact-info {
  gap: 20px;
  margin-right: 20px;
}



.mbYTP_wrapper iframe {
    top: -95px !important;
}


.background-video-container .player {
    position: absolute;
    width: 100%;
    height: 100%;
}

.background-video-container {
    height: 100vh;
    /*z-index: -99;*/
    position: relative;
}

.info-services-modal .modal-footer {
    justify-content: center;
}

.info-services-modal .modal-content {
    border-radius: 10px;
}

.info-services-modal .modal-footer a {
    border-radius: 30px;
    padding: 10px 15px;
}

.video-wrap {
    width: 100%;
}

    .video-wrap::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }

    .video-wrap video {
        width: 100%;
        height: 100%;
    }

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.quick-search {
    position: relative;
    color: #202020;
    transition: all 0.3s linear;
    overflow: visible;
}

.quick-search-toggler-holder {
    z-index: 9;
    padding-top: 15px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 40px;
}

.search-indicate-text {
    position: absolute;
    top: -15px;
    left: 0;
    height: 40px;
    background-color: #2696d3;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 0 4px 4px;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.quick-search-toggler {
    width: 40px;
    height: 40px;
    background: #2696d3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    
    position: absolute;
    top: 0;
    right: 15px;
    border-radius: 0 0 4px 4px;
    transition: all 0.3s ease-in-out;
}

.quick-search-toggler-holder:after {
    content: '';
    width: 100%;
    height: 6px;
    background: #2696d3;
    position: absolute;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.quick-search .quick-search-toggler-holder.toggled .quick-search-toggler {
    transform: translateY(-34px) rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.fa-chevron-down.clicked:before {
    content: "\f00d";
}

.padding-top-bottom-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.quick-search .section-title {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
}

.quick-search .blue-line:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 7px;
    height: 60px;
    background-color: #2696d3;
}

.quick-search .section-sub-title {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
}

.quick-search .padding-top-forty {
    padding-top: 40px;
}

.quick-search .form-group {
    margin-bottom: 15px;
}

.quick-search .form-control-label {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
}


.quick-search .form-control {
    height: 45px !important;
    border-radius: 30px;
    padding: 0 25px;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-color: #c3c3c3;
}

.empty-label {
    display: block;
}

.quick-search .btn {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
   
    letter-spacing: 0;
    padding: 13px 60px;
    line-height: 1.2;
    border-radius: 100px;
   
}
.time-sch {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.classification-right-top-heading img{
    max-width:110px;
    width:100%;
    height:110px;
    border-radius:0px;
}
/* ========= */
.card-box {
    background: transparent;
    border: none;
    border-radius: 40px 0 40px 40px;
}

    .card-box .card-img {
        width: 100%;
       
        overflow: hidden;
        border-radius: 40px 0 40px 40px;
        display: flex;
        justify-content: center;
       
        max-height: 315px;
       
      
        align-items: center;
        height: 100%;
    }
        .card-box .card-img .video-bg-image {
            height: 100%;
            object-fit: scale-down;
            overflow: hidden;
        }
.close-btn {
    top:-20px;
    right:-20px;
}

.top-about-title-box {
  margin-bottom: 30px;
}

.top-about-title-box .left-shifting-box .box-top-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

/*.top-about-title-box .left-shifting-box {
  margin-bottom: 20px;
}*/

.top-about-title-box .left-shifting-box .classification-top-heading {
  margin-bottom: 0;
}
/*.play-icon .btn-watch-video.glightbox .glightbox-container .gcontainer {
    max-width: 920px;
    overflow: visible;
}
.play-icon .btn-watch-video.glightbox .glightbox-clean .gclose {
    top: 40px;
    right: -10px;
}*/
.fancybox-toolbar {
    display: none;
    visibility: hidden;
}

.fancybox-button--zoom {
    display: none;
    visibility: hidden;
}

/*.tab-item-box {
    cursor: url(http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif), auto;
}*/

/*.fancybox-infobar {
    left: 430px;
    top: 15%;
}*/

/*.fancybox-navigation .fancybox-button--arrow_left {
    left: 427px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 427px;
}*/

/* ======= pertner - Section ======== */
.pertners-box .card {
  border: 2px solid #B2B2B2;
  border-radius: 20px;
  padding: 25px 25px 30px;
  height: 100%;
}

.pertners-box .card .pertners-img {
  margin-bottom: 20px;
}

.pertners-box .card .pertners-img img {
  max-width: 293px;
  width: 100%;
  border-radius: 12px;
  border: 3px solid #E6E6E6;
}

.pertners-box .card .card-body h3 {
  color: #93278F;
  font-size: 26px;
  font-family: 'cocogooselight', Arial, sans-serif;
  line-height: 1.4;
  font-weight: 500! important;
  margin-bottom: 15px;
}

.pertners-box .card .card-body p {
  color: #707070;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.know-more-btn {
  background-color: #3ABBDA;
  border-radius: 50px;
  padding: 17px 30px;
  border: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 220px;
  width: 100%;
}

.rtl .pertners-box .card .card-body {
  direction: rtl;
}

.ar-page .contact-info {
  margin-left: 20px;
}

.ar-page .owl-carousel .owl-stage-outer {
  direction: ltr;
}

.ar-page .content-details {
  width: 100%;
}

.ar-page .contact-info-box {
  gap: 10px;
}

.ar-page .contact-info-box img.me-2 {
  margin-right: 0! important;
}

.ar-page .designs-content {
  text-align: left;
}

.whatsapp-icon {
    position: fixed;
    visibility: visible;
    opacity: 1;
    right: 10px;
    bottom: 10px;
    background: rgb(77, 194, 71) !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    z-index: 1000;
}

.whatsapp-icon i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

.ar-page .quick-search .form-control {
    padding-right: 30px;
}