
/**** Font Include ****/ 

@font-face {
    font-family: 'euclid_circular_bregular';
    src: url('../font/euclid-circular-b-regular-webfont.eot');
    src: url('../font/euclid-circular-b-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/euclid-circular-b-regular-webfont.woff2') format('woff2'),
         url('../font/euclid-circular-b-regular-webfont.woff') format('woff'),
         url('../font/euclid-circular-b-regular-webfont.ttf') format('truetype'),
         url('../font/euclid-circular-b-regular-webfont.svg#euclid_circular_bregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'euclid_circular_bmedium';
    src: url('../font/euclid-circular-b-medium-webfont.eot');
    src: url('../font/euclid-circular-b-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/euclid-circular-b-medium-webfont.woff2') format('woff2'),
         url('../font/euclid-circular-b-medium-webfont.woff') format('woff'),
         url('../font/euclid-circular-b-medium-webfont.ttf') format('truetype'),
         url('../font/euclid-circular-b-medium-webfont.svg#euclid_circular_bmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'euclid_circular_bsemibold';
    src: url('../font/euclid-circular-b-semibold-webfont.eot');
    src: url('../font/euclid-circular-b-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/euclid-circular-b-semibold-webfont.woff2') format('woff2'),
         url('../font/euclid-circular-b-semibold-webfont.woff') format('woff'),
         url('../font/euclid-circular-b-semibold-webfont.ttf') format('truetype'),
         url('../font/euclid-circular-b-semibold-webfont.svg#euclid_circular_bsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Default css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  background-color: transparent !important;
}
.form-control:focus {
  box-shadow: none;
}

ul {
  list-style: none;
}

ul,ol {
  margin: 0;
  padding: 0;
}
.bg-white {
  background: #ffff;
}
.color-white {
  color: #ffff;
}
.bg-one {
  background:#1ab69d;
}
.bg-one-shade {
  background:#3cc1ac;
}
.bg-two {
  background:#feeded;
}
.bg-two-shade {
  background:#fddddd;
}
.bg-three {
  background:#e9ecf5;
}
.bg-three-shade {
  background:#d5dbec;
}
.bg-four {
  background:#fff5e9;
}
.bg-four-shade {
  background:#ffecd5;
}
.bg-five {
  background:#f1f8e7;
}
.bg-five-shade {
  background:#e4f2d1;
}
.bg-six {
  background:#f9e9f1;
}
.bg-six-shade {
  background:#f4d5e4;
}

.pr-40 {
  padding-right: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}

a {
  color: #EF4345;
  text-decoration: none;
}
a:hover {
  color: #20409A;
}

.btn, a {
  transition: 0.3s all ease-in-out;;
  -webkit-transition: 0.3s all ease-in-out;;
  -moz-transition: 0.3s all ease-in-out;;
}
.card {
  border-radius: 10px;
}

.form-group {
  margin-bottom: 13px;
}
.form-control,.form-select {
  border-radius: 5px;
  border-color: #DDDDDD;
  font-size: 14px;
  color: #212121;
  padding: 11px 16px;
}
.form-control:focus,.form-select:focus {
  box-shadow: none;
  border-color: #EF4345;
}
.form-control::placeholder {
  color: #999999;
  opacity: 1;
}

.form-check {
  min-height: inherit;
  padding-left: 30px;
  margin: 0 0 15px 0;
}
.form-check .form-check-input {
  margin-left: -30px;
  width: 15px;
  height: 15px;
  border-color: #DDDDDD;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #EF4345;
  border-color: #EF4345;
}
.form-check-label {
  font-size: 10px;
  line-height: 14px;
}
.form-check-label a {
  text-decoration: none;
}
.form-group.mobile {
  position: relative;
}
.form-group.mobile .form-control {
  padding-left: 65px;
}
.form-group.mobile .country-code {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 10px 0 16px;
  height: 28px;
  font-size: 14px;
  color: #212121;
  border-right: 1px solid #ddd;
}



.btn-primary {
  box-shadow: 0px 0px 10px 0px rgba(239, 67, 69, 0.5);
  background: #EF4345;
  border-color: #EF4345;
  color: #fff;
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 25px;
  line-height: 1;
}
.btn-primary:hover {
  background: #20409A;
  border-color: #20409A;
  box-shadow: 0px 0px 10px 0px rgba(32, 64, 154, 0.5);
}
.btn-outline-primary {
  background: transparent;
  border-color: #EF4345;
  color: #000;
  font-family: 'euclid_circular_bregular';
  font-weight: normal;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 25px;
  line-height: 1;
}
.btn-outline-primary:hover {
  background: #EF4345;
  border-color: #EF4345;
  box-shadow: 0px 0px 10px 0px rgba(239, 67, 69, 0.5);
}

.section-padding {
  padding:62px 0;
}
.section-bg {
  background: #f2f5f9;
}

body {
  font-family: euclid_circular_bregular; 
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.section-title .tit {
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
  
}
.section-title:after {
  content: '';
  background: url(../images/tit-deco1.png)center center no-repeat;
  width: 112px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-title.decoration-left:after {
  right: auto;
}
.section-title .small {
  display: block;
  font-family: 'euclid_circular_bmedium';
  font-weight: normal;
  font-size:15px;
  line-height:19.02px;
  text-transform: uppercase;
  color: #666;
  padding-bottom: 12px;
}
.section-title .different-color {
  color: #EF4345;
}


header {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 24px 0;
}
header .navbar {
  padding: 0;
}
header .navbar-brand {
  padding: 0;
}
header .contact-us-btn {
  margin-right: 30px;
}




/*  Top Section  */
.top-section {
  background:#f2f5f9;
  padding-top: 25px;
  position: relative;
}
.top-section .tit-wrap {
  width: 450px;
  padding-top: 175px;
}
.top-section .tit-wrap .top-title {
  font-size: 48px;
  line-height: 80px;
  font-family: 'euclid_circular_bmedium';
  font-weight: normal;
  margin-bottom: 30px;
}
.top-section .tit-wrap .top-title span {
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
}
.color-blue{ color:#20409A; }
.top-section-img {
  width: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -100px;
  margin: auto;
  z-index: 9;
}
.form-box {
  box-shadow: 0px 4px 24px 0px #00000012;
  padding: 20px 42px;
  background: #fff;
  border-radius: 15px;
  width: 420px;
  margin-left: auto;
  position: relative;
  margin-bottom: -110px;
  z-index: 99;
  margin-top: 70px;

}

.form-box h3 {
  font-family: 'Amarante', serif; 
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 0;
}
.form-box p {
  margin-bottom: 20px;
}

/*businesses-deliver-section*/
.businesses-deliver-section {
  margin-top: 110px;
}
.businesses-deliver-section .inner-wrapper {
  max-width: 905px;
  margin: 0 auto;
}
.businesses-deliver-section .row {
  margin-left: -25px;
  margin-right: -25px;
}
.businesses-deliver-section .row [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.businesses-deliver-section .card {
  border: none;
}
.businesses-deliver-section .card-body {
  padding: 50px 25px;
  text-align: center;
}
.businesses-deliver-section .card .card-image {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.businesses-deliver-section .card .card-image img {
  width: 37px;
}
.businesses-deliver-section .card .card-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
}
.businesses-deliver-section .card .card-text {
  margin: 0;
}


/* solution-overview-section  */
.solution-overview-section {
  background: url(../images/bg1.png) center center no-repeat;
  background-size: cover;
}
.solution-overview-section .nav-pills {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 75px;
}
.solution-overview-section .nav-pills .nav-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.solution-overview-section .nav-pills .nav-item .nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 22px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
  color: #000;
}
.solution-overview-section .nav-pills .nav-item .nav-link img {
  width: 42px;
  margin-right: 25px;
}
.solution-overview-section .nav-pills .nav-item .nav-link.active img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
}
.solution-overview-section .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #EF4345;
  box-shadow: 0 0 20px 0 rgba(239, 67, 69, 0.5);
}

/*key-benefits-section*/
.key-benefits-section {
  background: url(../images/gradiyant-bg.png) center center no-repeat;
  color: #fff;
  padding: 48px 0;
  background-size: cover;
}
.key-benefits-section .section-title .tit {
  color: #fff;
}
.key-benefits-section .section-title::after {
  background: url(../images/tit-deco-2.png) center center no-repeat;
  right: auto;
  width: 126px;
}
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.benefits-list > li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}
.benefits-list li:last-child {
  margin-bottom: 0;
}
.benefits-list .benefits-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.benefits-list .benefits-sub-list li {
  padding: 0 22px;
}
.benefits-list > li:nth-of-type(2n) {
  justify-content: flex-end;
  position: relative;
}
.benefits-list > li:nth-of-type(2n):before {
  content: '';
  height: 150px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.benefits-list > li:last-child{
  justify-content: center;
}
.benefits-list .benefits-sub-list li:first-child {
  padding-left: 0;
}
.benefits-list .benefits-list-title {
  font-family: 'euclid_circular_bmedium';
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  text-align: left;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 11px;
}
.benefits-list .benefits-list-title:after {
  content: '';
  width: 43px;
  height: 3px;
  background: #EF4345;
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefits-list > li:first-child .benefits-list-title {
  padding-left: 40px;
}
.benefits-list > li:first-child .benefits-list-title:after {
  left: 40px;
}
.benefits-list .number {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  color: #20409A;
  font-family:'euclid_circular_bregular';
  font-weight: normal;
  font-size: 32px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-list .benefits-sub-list h6 {
  font-family: 'euclid_circular_bmedium';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}

.benefits-list .benefits-sub-list li {
  width: 195px;
}


/*advantage-section */
.advantage-section {

}
.advantage-section .box {
  box-shadow: 0px 0px 34px 0px rgba(239, 67, 69, 0.06);
  background: #fff;
  border-radius: 10px;
  padding: 34px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.advantage-section .box img {
  margin-bottom: 18px;
}
.advantage-section .box h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  width: 100%;
}

/*key-features-section*/
.key-features-section .section-title {
  margin-bottom: 34px;
}
.key-features-section p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.key-features-section h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'euclid_circular_bsemibold';
  text-align: justified;
  margin-bottom: 6px;
}
.key-features-section h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
  text-align: justified;
  margin-bottom: 6px;
}
.key-features-list {
  margin-bottom: 20px;
}
.key-features-list li {
  font-size: 14px;
  line-height: 24px;
  text-align: justified;
}
.key-features-list li b {
  font-family: 'euclid_circular_bmedium';
  font-weight: normal;
}

/* Footer */
.footer-main .top-footer {
  background: #20409A;
  padding: 30px 0;
  color: #fff;
}
.footer-main .top-footer h2 {
  font-family: 'euclid_circular_bsemibold';
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 31px;
}
.footer-main .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  color: #000;
}
.footer-main .top-footer .two-part {
  display: flex;
  justify-content: flex-end;
}
.footer-main .top-footer .email-part {
  padding-right: 70px;
}
.ft-list-title {
  font-family: "euclid_circular_bmedium";
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #f8f8f8;
}
.ft-list-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90.09deg, #F64336 -7.63%, rgba(246, 67, 54, 0.09) 99.84%);
  height: 3px;
  width: 80px;
}
.email-list li {
  margin-bottom: 10px;
}
.email-list li:last-child {
  margin-bottom: 0;
}
.email-list li label {
  display: block;
  font-family: "euclid_circular_bmedium";
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #f8f8f8;
}
.email-list li a {
  color: #f8f8f8;
  font-size: 12px;
  line-height: 15px;
}
.email-list li a:hover {
  color: #f8f8f8;
  opacity: 0.8;
}
.footer-main .address {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.footer-main .follow-part {
  padding-top: 25px;
}
.footer-main .follow-part h5 {
  font-size: 14px;
  font-family: "euclid_circular_bmedium";
  font-weight: normal;
}
.footer-main .social-list {
  display: flex;
}
.footer-main .social-list li{
  padding: 0 4px;
}
.footer-main .social-list li:first-child {
  padding-left:0;
}
.footer-main .social-list li:last-child {
  padding-right:0;
}
.footer-main .social-list li a {
  font-size: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffff;
  border-radius: 50%;
  color: #fff;
}
.footer-main .social-list li a:hover {
  border-color: #EF4445;
  background: #EF4445;
}


.copyright {
  background: #00185B;
  color: #fff;
  padding: 20px 0;
}
.copyright-text {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: 0;
}


/* Who We Are Section */

.who-we-are-section {
  margin-top: 110px;
}
.who-we-are-section .inner {
  padding-left: 50px;
}
.who-we-are-section p {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-black);
  margin-bottom: 20px;
}
.who-we-are-section .video-inner {
  position: relative;
}
.video-bg {
  height: 100%;
  border-radius: 10px;
  background: #EF4345;
  position: absolute;
  right: 0;
  top: 60px;
  left: 60px;
  opacity: 0.1;
}
.who-we-are-section video {
  border-radius: 10px;
  position: relative;
  z-index: 99;
  width: calc(100% - 60px);
}

.thumbnail {
  width: 570px; /* Set your desired width */
  height: 270px; /* 16:9 Aspect Ratio */
  background: #ccc url('https://img.youtube.com/vi/81vGrVfT8K4/maxresdefault.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; /* Optional: Add rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
 z-index: 100;
}

.play-button {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}
