@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
a {
  text-decoration: none;
}

._forResponsive {
  display: none;
}

html {
  overflow-x: hidden;
  width: 100%;
}
html body {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-weight: normal;
  /*overflow-x: hidden;*/
  width: 100%;
  min-height: 100vh;
}

/* Number input oxlarını gizlət */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.header {
  height: 140px;
  display: flex;
  align-items: center;
}
.header .headerInner .mainMenu .nav-item .nav-link {
  padding: 5px;
  margin: 0 5px;
  font-size: 24px;
  color: #2e3192;
  font-weight: 500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Hover zamanı caret (ox) aktiv görünsün */
.nav-item.dropdown:hover > .nav-link {
  color: #000; /* istəsən rəng dəyiş */
}

.header .headerInner .mainMenu .nav-item.dropdown .nav-link {
   display: flex;
   align-items: center;
}
.header .headerInner .mainMenu .nav-item .nav-link i {
      padding-left: 5px;
    font-size: 16px !important;
}
.header .headerInner .mainMenu .nav-item .nav-link.contact {
  color: #fff;
  background-color: #ffbe00;
  display: flex;
  align-items: center;
}
.header .headerInner .mainMenu .nav-item .nav-link.contact i {
  padding-right: 10px;
}
.header .headerInner .mainMenu .nav-item.dropdown .dropdown-toggle i {
  font-size: 25px;
}
.header .headerInner .mainMenu .nav-item.dropdown .dropdown-toggle::after {
  display: none !important;
}
.header .headerInner .mainMenu .nav-item.dropdown .dropdown-menu {
  box-shadow: 0px 4px 22px #2e3192;
  -moz-box-shadow: 0px 4px 22px #2e3192;
  -o-box-shadow: 0px 4px 22px #2e3192;
  -webkit-box-shadow: 0px 4px 22px #2e3192;
  padding: 8px 10px 1px;
  font-size: 20px;
  font-weight: 500;
}
.header .headerInner .mainMenu .nav-item.dropdown .dropdown-menu a {
  color: #2e3192;
}
.header .headerInner .mainMenu {
  transition: all 0.7s;
}
.header .headerInner .navbar-toggler {
  width: 36px;
  height: 36px;
  border: 1px solid #ffbe00;
  padding: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: absolute;
}
.header .headerInner .navbar-toggler .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 22px 12px;
  background-image: url("../../images/new/toggler.svg");
}
.header .headerInner .navbar-toggler:focus {
  box-shadow: none;
}
.header .headerInner .languageContainer div {
     width: 66px;
    height: 42px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #2e3192;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
}
.header .headerInner .languageContainer div span {
  padding-top: 5px;
}
.header .headerInner .languageContainer div i {
  font-size: 14px;
  padding-left: 3px;
}
.header .headerInner .languageContainer ul {
  left: 15px;
  width: 45px;
  max-width: 45px;
  min-width: unset;
  background: #fff;
  border: none;
  box-shadow: 0px 4px 22px #2e3192;
  -moz-box-shadow: 0px 4px 22px #2e3192;
  -o-box-shadow: 0px 4px 22px #2e3192;
  -webkit-box-shadow: 0px 4px 22px #2e3192;
  padding: 8px 10px 1px;
  font-size: 20px;
  font-weight: 500;
}
.header .headerInner .languageContainer ul li .dropdown-item {
  padding: 0 0 12px;
}
.header .headerInner .languageContainer ul li .dropdown-item.active, .header .headerInner .languageContainer ul li .dropdown-item:hover {
  color: #2e3192;
  background: transparent;
}
.header .headerInner .phone {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
}
.header .headerInner .freeBtn {
  margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    background: #ffbe00;
    border: none;
    padding: 4px 10px;
}
.header .headerInner .phone a {
  color: #ffbe00;
}
.header .headerInner .phone .iconContainer {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ffbe00;
  margin-right: 7px;
}
.header .headerInner .phone .iconContainer i {
  color: #fff;
  font-size: 14px;
}
.header .logoContainer img {
  width: 150px;
}
.header.header_v1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header.header_v1 .headerInner .mainMenu .nav-item .nav-link {
  color: #fff;
}
.header.header_v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header.header_v2 .headerInner .mainMenu .nav-item .nav-link {
  color: #2e3192;
}

.section .sectionHeader {
  padding-bottom: 30px;
}
.section .sectionHeader .sloganContainer {
  margin-bottom: 8px;
}
.section .sectionHeader .sloganContainer .mainSlogan {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffbe00;
  padding: 0 10px;
}
.section .sectionHeader .sloganContainer .line {
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #ffbe00;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section .sectionHeader .sloganContainer .line.line1 {
  left: -20px;
}
.section .sectionHeader .sloganContainer .line.line2 {
  right: -60px;
}
.section .sectionHeader .mainTitle {
  font-size: 66px;
  color: #2e3192;
  font-weight: 600;
}
.section.sectionMain {
  width: 100%;
  padding: 180px 0 70px;
  background-image: url("../../images/new/services/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.sectionMain.sectionMainV1 {
    padding: 170px 0 40px;
}
.section.sectionMain.sectionMainV1 .sectionHeader {
    padding-bottom: 10px;
}
.section.sectionMain.sectionMainV1 .leftPart {
      width: calc(100% - 630px);
}
.section.sectionMain .mainTitle {
    font-size: 50px;
}
.section.sectionMain .leftPart .infoPart {
    font-size: 26px;
    line-height: 32px;
}
.section.sectionMain .leftPart .freeBtn {
    font-size: 26px;
    border-radius: 20px;
}
.section.sectionMain .leftPart .freeBtn i {
    font-size: 18px;
}
.section.sectionMain.sectionMainV1 .rightPart {
        width: 550px;
    height: auto;
}
.section.sectionMain .leftPart .infoPart {
  padding-bottom: 30px;
}
.section.sectionMain .leftPart .infoPart span {
  font-weight: 600;
  line-height: 54px;
}
.section.sectionMain .leftPart .infoPart {
  font-size: 36px;
  line-height: 39px;
  color: #0e1053;
  font-weight: 500;
}
.section.sectionMain .leftPart .freeBtn {
  color: #fff;
  font-weight: 600;
  background-color: #ffbe00;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: none;
  box-shadow: 3px 5px 15px #2e3192;
  padding: 8px 35px;
  display: flex;
  align-items: center;
}
.section.sectionMain .leftPart .freeBtn i {
  padding-left: 10px;
}
.section.sectionMain.sectionMain2 {
  background: linear-gradient(to bottom, #efeffc, #9497c8);
}
.section.sectionMain.sectionMain2 .mainTitle {
 font-size: 48px;
    line-height: 50px;
  font-weight: 700;
}
.section.sectionMain.sectionMain2 .leftPart {
  width: 45%;
}
.section.sectionMain.sectionMain2 .leftPart .infoPart {
    font-size: 27px;
    line-height: 33px;
    color: #0e1053;
    font-weight: 500;
}
.section.sectionMain.sectionMain2 .rightPart {
  width: calc(55% - 20px);
  padding: 40px 25px;
  background: linear-gradient(to bottom, #f8f8fb, #5053a4);
  border: 2px solid #2e3192;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.section.sectionMain.sectionMain2 .rightPart form label {
    font-size: 29px;
    line-height: 31px;
    color: #2e3192;
    font-weight: 500;
    margin-bottom: 10px;
}
.section.sectionMain.sectionMain2 .rightPart form select {
  width: 100%;
  height: 60px;
  padding: 9px 18px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #c3c3ec;
  border: 1px solid #f1f1ff;
font-size: 24px;
    line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  background-image: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section.sectionMain.sectionMain2 .rightPart .characteristics {
  margin-top: 30px;
}
.section.sectionMain.sectionMain2 .rightPart .characteristics .title {
  font-size: 31px;
  line-height: 31px;
  color: #2e3192;
  font-weight: 500;
  margin-bottom: 10px;
}
.section.sectionMain.sectionMain2 .rightPart .characteristics .item {
  width: calc(50% - 10px);
  height: auto;
  border-radius: 18px;
  background-color: #dbdbf8;
  font-size: 23px;
  line-height: 27px;
  color: #2e3192;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.section.sectionMain.sectionMain2 .rightPart .characteristics .item i {
  color: #ffbe00;
  padding-right: 10px;
  font-size: 19px;
}
.section.sectionMain.sectionMain2 .rightPart .freeBtn {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  background-color: #ffbe00;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: none;
  width: 50%;
}
.section.sectionMain.sectionMain3 {
  padding: 180px 0 40px;
  background-image: unset;
  background: #2e3192;
}
.section.sectionMain.sectionMain3 .leftPart .sectionHeader {
  padding-bottom: 10px;
}
.section.sectionMain.sectionMain3 .leftPart .sectionHeader .mainTitle {
  color: #fff;
  font-size: 50px;
}
.section.sectionMain.sectionMain3 .leftPart .breadcrumb {
     font-size: 29px;
    line-height: 32px;
  font-weight: 500;
}
.section.sectionMain.sectionMain3 .leftPart .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.section.sectionMain.sectionMain3 .leftPart .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.section.sectionMain.sectionMain3 .leftPart .breadcrumb .breadcrumb-item.active {
  color: #ffbe00;
  font-size: 23px;
}
.section.sectionMainSlider {
  width: 100%;
}
.section.sectionMainSlider .bg-video {
  width: 100%;
  height: auto;
}
.section.sectionCheck {
  background: linear-gradient(to bottom, #4a4ea3, #f3f2ff);
}
.section.sectionCheck .checkPart {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 35px;
  display: grid;
}
.section.sectionCheck .checkPart .checkItem {
  padding: 20px 20px 20px 100px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #484aa9;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    position: sticky;
    top: 35px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto;
}
.section.sectionCheck .checkPart .checkItem .checkIcon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 50px;
  background: #6a82fb;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}
.section.sectionCheck .checkPart .checkItem .checkTitle {
  font-size: 38px;
    line-height: 42px;
  font-weight: 600;
}
.section.sectionCheck .checkPart .checkItem .checkTitle a, .section.sectionCheck .checkPart .checkItem .checkTitle a:hover {
  color:inherit;
}
.section.sectionCheck .checkPart .checkItem .checkInfo {
  font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.section.sectionCheck.sectionV2 {
  background: #eae9fc;
  padding: 40px 0;
}
.section.sectionCheck.sectionV2 .checkPart {
  background-color: transparent;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  padding: unset;
}
.section.sectionCheck.sectionV2 .sectionTitle {
  font-size: 45px;
  line-height: 50px;
  color: #2e3192;
  font-weight: 700;
  margin-bottom: 20px;
}
.section.sectionCheck.sectionV2 .checkPart .titleContainer {
  width: calc(50% - 30px);
}
.section.sectionCheck.sectionV2 .checkPart .checkItem {
  padding: 20px 20px 20px 90px;
    min-height: 108px;
    width: calc(50% - 15px);
}
.section.sectionCheck.sectionV2 .checkPart .checkItem .checkIcon {
width: 40px;
    height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
font-size: 22px;
    line-height: 27px;
  color: #ffffff;
  background: #ffbe00;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section.sectionCheck.sectionV2 .checkPart .checkItem .checkInfo {
font-size: 30px;
    line-height: 34px;
  color: #ffffff;
  font-weight: 500;
}
.section.sectionSeo {
  padding: 50px 0 0;
}
.section.sectionSeo .flexItem {
  width: calc(50% - 30px);
}
.section.sectionSeo .sectionTitle {
  padding: 30px 40px;
  background: #2e3192;
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.section.sectionSeo .seoImg {
  max-width: 500px;
  width: 100%;
}
.section.sectionSeo .info {
 font-size: 25px;
    line-height: 34px;
  color: #2e3192;
  font-weight: 500;
  padding: 80px 0px;
}
.section.sectionSeo.SeoV2 {
    padding: 40px 0;
}
.section.sectionSeo.SeoV2 .sectionTitle {
    margin-bottom: 20px;
}
/*.section.sectionSeo.SeoV2 .flexItem {*/
/*    width: 100%;*/
/*}*/

.section.sectionSeo .seoImg {
    max-width: 450px;
}
.section.sectionSeoStages {
  padding: 0 0 40px;
}
.section.sectionSeoStages .sectionTitle {
      font-size: 55px;
    line-height: 60px;
  color: #2e3192;
  font-weight: 700;
  background: linear-gradient(to right, #c6c8e3 0%, #fff 50%);
  padding: 23px 70px;
  margin-bottom: 30px;
}
.section.sectionSeoStages .flexItem {
  width: calc(50% - 30px);
}
.section.sectionSeoStages .timeline {
  list-style-type: none;
  position: relative;
}
.section.sectionSeoStages .timeline li {
    font-size: 33px;
    line-height: 37px;
    color: #2e3192;
    font-weight: 600;
    margin: 25px 0;
    padding-left: 40px;
    position: relative;
}
.section.sectionSeoStages .timeline li:before {
  content: " ";
    background: #ffbe00;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -1px;
    top: 7px;
    width: 15px;
    height: 15px;
    z-index: 400;
}
.section.sectionSeoStages .timeline:before {
  content: " ";
  background: #ffbe00;
  display: inline-block;
  position: absolute;
  left: 38px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.section.sectionSeoStages.sectionV2 {
  padding: 40px 0;
  background: linear-gradient(to bottom, #bbbad9, #fff);
}
.section.sectionSeoStages.sectionV2 .innerBody {
  padding: 50px 40px 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #e9e9fb;
}
section.sectionSeoStages.sectionV2 .sectionTitle {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    background: transparent;
    padding: unset;
    margin-bottom: unset;
}
.section.sectionSeoStages.sectionV2 .leftPart {
  width: 40%;
}
.section.sectionSeoStages.sectionV2 .leftPart img {
  width: 100%;
  max-width: 380px;
}
.section.sectionSeoStages.sectionV2 .rightPart {
  width: calc(60% - 10px);
}
.section.sectionMessage {
  padding: 40px 10px;
    background: #2e3192;
    font-size: 43px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 700;
}
.section.sectionMessage span {
  color: #ffbe00;
}
.section.sectionAdvantages {
  padding: 30px 0;
}
.section.sectionAdvantages .innerSection {
  border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  background-image: linear-gradient(0deg, rgba(46, 49, 146, 0.7098039216) 0%, rgba(48, 51, 147, 0.7098039216) 2%, rgba(255, 255, 255, 0.7294117647) 100%);
  border: 2px solid #2e3192;
  padding: 35px 18px 15px;
}
.section.sectionAdvantages .innerSection .title {
  font-size: 40px;
    line-height: 50px;
    color: #2e3192;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
}
.section.sectionAdvantages .innerSection .advantagesContainer {
  margin-left: -15px;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem {
  background: url("../../images/new/services/bg_services.png") center center/contain no-repeat;
  padding: 27px 55px 15px 22px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 10px;
  position: relative;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
 right: 3px;
    bottom: 12px;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem .circle.circle_blue {
  background: #2e3192;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem .circle.circle_yellow {
  background: #ffbe00;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem .itemTitle {
 font-size: 24px;
    line-height: 27px;
  color: #2e3192;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 54px;
}
.section.sectionAdvantages .innerSection .advantagesContainer .advantageItem .itemInfo {
     font-size: 20px;
    line-height: 23px;
  color: #0c0d38;
  font-weight: 400;
  min-height: 46px;
}
.section.sectionAdvantages.sectionV2 .innerSection {
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  background-image: unset;
  border: none;
  padding: unset;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem {
  background: none;
  position: relative;
  border: none;
  padding: 120px 22px 15px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0 2px 20px #2e3192;
  width: calc(33.3333333333% - 30px);
  margin-top: 35px;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .iconContainer {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 5px 0 20px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  display: flex;
  align-items: center;
  height: 95px;
  width: 85px;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .iconContainer.bgYellow {
  background: #ffbe00;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .iconContainer.bgBlue {
  background: #2e3192;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .iconContainer img {
  width: 65%;
  display: inline-block;
  margin: 0 auto;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .itemTitle {
  font-size: 33px;
  margin-bottom: 15px;
  min-height: unset;
}
.section.sectionAdvantages.sectionV2 .innerSection .advantagesContainer .advantageItem .itemInfo {
  font-size: 22px;
  line-height: 26px;
  color: #2e3192;
  font-weight: 400;
  width: 75%;
}
.section.sectionAdvantages.sectionV1 .innerSection .advantagesContainer .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 398px;
}
.section.sectionAdvantages.sectionV1 .innerSection .advantagesContainer .advantageItem {
      width: 380px;
    min-height: 172px;
}
.section.sectionAboutMain {
  padding: 30px 0;
}
.section.sectionAboutMain .sectionTitle {
      font-size: 47px;
    line-height: 50px;
    color: #2e3192;
    font-weight: 700;
    margin-bottom: 15px;
}
.section.sectionAboutMain .info {
  font-size: 22px;
    line-height: 32px;
  color: #2e3192;
  font-weight: 500;
  padding-right: 25px;
}
.section.sectionAboutMain img {
  width: 500px;
}
.section.sectionAboutMain .bottomImg {
  margin-top: 10px;
}
.section.sectionAboutMain2.sectionTargeting .innerSection {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.section.sectionAboutMain2 {
  padding: 40px 0 170px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  background: #fff;
}
.section.sectionAboutMain2 .sectionTitle {
 font-size: 50px;
    line-height: 54px;
  color: #2e3192;
  font-weight: 700;
  margin-bottom: 20px;
}
.section.sectionAboutMain2 .info {
     font-size: 24px;
    line-height: 32px;
  color: #2e3192;
  font-weight: 500;
}
.section.sectionAboutMain2 .bgShadow {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  bottom: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 6px 38px #2e3192;
}
.section.sectionAboutMain2 .bgGradient {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100px;
  bottom: 0;
}
.section.sectionAboutMain2.sectionBlogDetails {
  padding: 50px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section.sectionAboutMain2.sectionBlogDetails .sectionTitle {
    font-size: 52px;
    line-height: 60px;
}
.section.sectionAboutMain2.sectionBlogDetails .imgContainer {
  margin-bottom: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  max-width: 900px;
}
.section.sectionAboutMain2.sectionAboutMain2V2 {
    background: #fff;
    padding: 40px 0;
}
.section.sectionAboutMain2.sectionAboutMain2V2 .info {
    color: #2e3192;
}
.section.sectionAboutMain3 {
  padding: 200px 0 50px;
}
.section.sectionAboutMain3 .sectionTitle {
  font-size: 50px;
    line-height: 52px;
    color: #2e3192;
    font-weight: 700;
    margin-bottom: 20px;
}
.section.sectionAboutMain3 .info {
    font-size: 24px;
    line-height: 31px;
  color: #2e3192;
  font-weight: 500;
}
.section.sectionAboutMain3 img {
  width: 400px;
}
.section.sectionAboutMain3 .flexItem.item_2 {
  width: calc(100% - 550px);
}
.section.sectionAboutMain5 {
  padding: 50px 0;
  font-size: 26px;
  line-height: 35px;
  color: #2e3192;
  font-weight: 500;
}
.section.sectionAboutMain5 .innerSection {
  border-radius: 74px;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  background-color: #e9e9fb;
  border: 2px solid #fff;
  padding: 60px;
}
.section.sectionAboutMain5 .title {
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
}
.section.sectionAboutMain5 .list-group .list-group-item {
  padding: 0;
 font-size: 18px;
 line-height: 21px;
  color: #2e3192;
  font-weight: 500;
  font-style: italic;
  border: none;
  margin-bottom: 20px;
  background: #C4C4E6;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  display: flex;
    
}
.section.sectionAboutMain5 .info {
    width: 70%;
    margin-bottom: 30px;
}
.section.sectionAboutMain5 .list-group .list-group-item .title {
    font-size: 15px;
    color: #fff;
    font-style: normal;
    background: #2e3192;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 10px;
    text-transform: uppercase;
    border-radius: 40px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section.sectionAboutMain5 .list-group .list-group-item .content {
    padding: 10px 0;
    width: calc(100% - 250px);
    padding-right: 20px;
}
.section.sectionAboutMain5 .imgContainer {
   width: 470px;
    height: auto;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  overflow:hidden;
}
.section.sectionAboutMain5.sectionAboutMain5V2 .flexItem {
    width: 85%;
    margin: 0 auto;
}
.section.sectionAttention {
  background: linear-gradient(to bottom, transparent, #dfe0ff, #fff);
  padding: 0 100px 200px;
}
.section.sectionAttention.sectionAttentionV2 {
    padding: 0 100px 80px;
}
.section.sectionAttention.sectionAttentionV2 .servicePart .serviceItem .infoPart {
    width: calc(100% - 130px);
}
.section.sectionAttention.sectionAttentionV2 .servicePart .serviceItem {
    border-radius: 20px;
    padding: 40px 40px 20px;
}
.section.sectionAttention.sectionAttentionV2 .servicePart .serviceItem .infoPart .startService {
    font-size: 19px;
    line-height: 22px;
}
.section.sectionAttention.sectionAttentionV2 .servicePart .serviceItem .infoPart .info {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: unset;
}
.section.sectionAttention.sectionAttentionV2 .servicePart .serviceItem .icon {
    width: 100px;
    height: 100px;
}
.section.sectionAttention .topPart .imgContainer {
  width: 400px;
  height: 400px;
  background: #fff;
  box-shadow: 0 6px 38px #2e3192;
  z-index: 1;
  margin-top: -100px;
}
.section.sectionAttention .topPart .imgContainer img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.section.sectionAttention .topPart .flexItem {
  width: calc(100% - 745px);
}
.section.sectionAttention .topPart .flexItem .sectionTitle {
  font-size: 40px;
  line-height: 45px;
  color: #2e3192;
  font-weight: 700;
}
.section.sectionAttention .servicePart {
  padding-top: 80px;
}
.section.sectionAttention .servicePart .flexItem {
  width: calc(50% - 20px);
}
.section.sectionAttention .servicePart .serviceItem {
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  background: #2e3192;
  box-shadow: 0 6px 38px #2e3192;
  padding: 70px 70px 30px;
}
.section.sectionAttention .servicePart .serviceItem .icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.sectionAttention .servicePart .serviceItem .icon img {
  width: 100%;
}
.section.sectionAttention .servicePart .serviceItem .infoPart {
  width: calc(100% - 165px);
}
.section.sectionAttention .servicePart .serviceItem .infoPart .info {
  font-size: 29px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 180px;
}
.section.sectionAttention .servicePart .serviceItem .infoPart .startService {
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  background: #ffbe00;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  padding: 7px 20px;
  display: inline-block;
}
.section.sectionSuitable {
  background: #2e3192;
  padding: 40px 0 220px;
  position: relative;
}
.section.sectionSuitable .topPart {
  width: 75%;
  margin: 0 auto 100px;
}
.section.sectionSuitable .topPart .sectionTitle {
    font-size: 54px;
    line-height: 57px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.section.sectionSuitable .topPart .sectionTitle span {
  color: #ffbe00;
}
.section.sectionSuitable .topPart .subTitle {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}
.section.sectionSuitable .servicePart {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section.sectionSuitable .servicePart .serviceItem {
  width: calc(33.3333333333% - 100px);
  color: #2e3192;
  background: #fff;
  padding: 100px 20px 20px;
  position: relative;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 0 2px 20px #2e3192;
}
.section.sectionSuitable.sectionV1 .servicePart .serviceItem {
  width: calc(33.3333333333% - 40px);
}
.section.sectionSuitable .servicePart .serviceItem .iconPart {
  background: #ffbe00;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 110px;
    height: 110px;
    position: absolute;
    top: -50px;
    left: 50%;
  transform: translateX(-50%) rotate(40deg);
  box-shadow: 0 2px 20px #2e3192;
}
.section.sectionSuitable .servicePart .serviceItem .iconPart img {
    transform: rotate(320deg);
    margin-top: 25px;
    width: 65px;
}
.section.sectionSuitable .servicePart .serviceItem .title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section.sectionSuitable .servicePart .serviceItem .info {
  font-size: 21px;
    line-height: 29px;
  color: #2e3192;
  font-weight: 400;
}
.section.sectionSuitable.sectionV2 {
   padding: 50px 0 0px;
  background: linear-gradient(to bottom, #2e3192 30%, white 70%);
}

.section.sectionSuitable .servicePart .serviceItem .iconPart i {
    transform: rotate(320deg);
    font-size: 35px;
    color: #fff;
}
.section.sectionSuitable.sectionV2 .servicePart {
  position: unset;
  left: unset;
  transform: unset;
}
.section.sectionSuitable.sectionV2 .servicePart .serviceItem {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 100px;
  padding: 100px 30px 30px;
}
.section.sectionSuitable.sectionV2 .servicePart .serviceItem .iconPart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.sectionSuitable.sectionV2 .servicePart .serviceItem .iconPart img {
  transform: rotate(320deg);
  margin-right: 8px;
  margin-bottom: 10px;
  margin-top: unset;
}
.section.sectionSuitable.sectionV21 {
    padding: 40px 0;
    background: #2e3192;
}
.section.sectionSuitable.sectionV21 .topPart {
    width: 85%;
    margin: 0 auto;
}
.section.sectionHr {
  background: #2e3192;
  width: 100%;
  height: 300px;
}
.section.sectionFag {
  padding: 50px 0;
}
.section.sectionFag.sectionFag2 {
  background: linear-gradient(to bottom, #8f91d7, #fff);
}
.section.sectionFag.sectionFag2 .accordion .accordion-item {
  background: transparent;
}
.section.sectionFag.sectionFag2 .accordion .accordion-item p {
    margin-bottom: 0;
}
.section.sectionFag .sectionTitle {
     font-size: 55px;
    line-height: 60px;
  color: #2e3192;
  font-weight: 700;
  margin-bottom: 30px;
}
.section.sectionFag .accordion {
  width: 80%;
  margin: 0 auto;
}
.section.sectionFag .accordion .icon {
  color: #2e3192;
  opacity: 1;
  font-size: 30px;
  padding-right: 15px;
}
.section.sectionFag .accordion .accordion-item {
font-size: 24px;
    line-height: 30px;
  color: rgba(81, 83, 126, 0.7);
  font-weight: 500;
  border: none;
  margin-bottom: 35px;
}
.section.sectionFag .accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  padding: 20px 35px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #e5e6f6;
  margin-bottom: 20px;
  cursor: pointer;
}
.section.sectionFag .accordion .accordion-item .accordion-collapse {
  box-shadow: none;
}
.section.sectionFag .accordion .accordion-item .accordion-collapse.show {
  box-shadow: 0 3px 18px #7375b5;
  transition: box-shadow 0.3s ease;
}
.section.sectionFag .accordion .accordion-item .accordion-collapse {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.section.sectionFag .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.section.sectionFag .accordion .accordion-item .accordion-collapse .accordion-body .innerBody {
  display: flex;
  align-items: center;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.section.sectionAboutMain4 {
  background: linear-gradient(to top, #dfe0ff, #fff);
  padding: 50px 0;
}
.section.sectionAboutMain4 a {
  color: inherit;
}
.section.sectionAboutMain4 .sectionTitle {
  font-size: 65px;
  line-height: 70px;
  color: #ffbe00;
  font-weight: 700;
}
.section.sectionAboutMain4 .servicePart {
  padding-top: 20px;
}
.section.sectionAboutMain4 .servicePart .serviceItem {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 38px #c0c1dd;
  padding: 30px 30px 120px;
  color: #2e3192;
  position: relative;
  overflow: hidden;
  width: calc(50% - 160px);
  margin-bottom: 80px;
}
.section.sectionAboutMain4 .servicePart .serviceItem:hover .iconPart {
  background: #2e3192;
}
.section.sectionAboutMain4 .servicePart .serviceItem:hover .iconPart img {
  display: none;
  transition-duration: 2s;
}
.section.sectionAboutMain4 .servicePart .serviceItem:hover .iconPart img.hovered {
  display: block;
}
.section.sectionAboutMain4 .servicePart .serviceItem .title {
 font-size: 26px;
    line-height: 31px;
  font-weight: 600;
  overflow: hidden;
}
.section.sectionAboutMain4 .servicePart .serviceItem .info {
   font-size: 20px;
    line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section.sectionAboutMain4 .servicePart .serviceItem .moreBtnContainer {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
}
.section.sectionAboutMain4 .servicePart .serviceItem .moreBtnContainer a {
  color: inherit;
}
.section.sectionAboutMain4 .servicePart .serviceItem .moreBtnContainer .icon {
  width: 45px;
  height: 45px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  background-image: linear-gradient(183deg, rgb(230, 230, 250) 0%, rgba(230, 231, 250, 0) 100%);
  border: 0.5px solid #2e3192;
  color: #2e3192;
  margin-right: 10px;
}
.section.sectionAboutMain4 .servicePart .serviceItem .iconPart {
  width: 150px;
    height: 150px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #2e3192;
  background: #eae9fc;
  position: absolute;
  right: -30px;
  bottom: -40px;
  cursor: pointer;
}
.section.sectionAboutMain4 .servicePart .serviceItem .iconPart img {
  width: 40%;
  margin-top: -20px;
}
.section.sectionAboutMain4 .servicePart .serviceItem .iconPart img.hovered {
  display: none;
}
.section.sectionAboutMain4.sectionBlogs .servicePart .serviceItem {
    width: calc(33.3333333333% - 30px);
    padding: 15px;
    margin-bottom: 40px;
}
.section.sectionAboutMain4.sectionBlogs .servicePart .serviceItem .imgContainer {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section.sectionAboutMain4.sectionBlogs .servicePart .serviceItem .imgContainer img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.section.sectionAboutMain4.sectionBlogs .servicePart .serviceItem .moreBtnContainer {
  position: unset;
  margin-top: 20px;
}
.section.sectionNotify {
  color: #ffffff;
  background: #2e3192;
  padding: 50px 0;
}
.section.sectionNotify.sectionNotifyV2 {
  color: #2e3192;
  background: #fff;
  padding: 220px 0 50px;
} 
.section.sectionNotify.sectionNotifyV2 .container {
       background: #2e3192;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0 2px 20px #2e3192;
}
.section.sectionNotify.sectionNotifyV3 .container {
  padding: 35px 30px;
}
.section.sectionNotify .title {
  font-size: 38px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
    width: calc(100% - 400px);
}
.section.sectionNotify .btnContainer {
  font-size: 30px;
    line-height: 33px;
  font-weight: 600;
  background: #ffbe00;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 10px 35px;
}
.section.sectionNotify .btnContainer a {
  color: inherit;
  font-weight: 600;
  background: #ffbe00;
}
.section.sectionChooseUs {
  background: linear-gradient(to top, #dfe0ff, #fff);
  padding: 50px 0;
}
.section.sectionChooseUs.sectionV2 {
  background: transparent;
}
.section.sectionChooseUs .sectionTitle {
  font-size: 65px;
  line-height: 70px;
  color: #ffbe00;
  font-weight: 700;
}
.section.sectionChooseUs .brandContainer .brandSlider .item {
      width: 300px;
    height: 230px;
  background: #FFFFFF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.sectionChooseUs .brandContainer .brandSlider .item img {
  object-fit: contain;
    width: auto;
    height: 150px;
    margin: 0 auto;
    max-width: 85%;
}
.section.sectionChooseUs .brandContainer .brandSlider .owl-navs-brands {
  margin-bottom: 20px;
}
.section.sectionChooseUs .brandContainer .brandSlider .owl-navs-brands button {
  width: 55px;
    height: 55px;
  background: rgba(22, 22, 22, 0.12);
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border: none;
  margin-right: 12px;
}
.section.sectionChooseUs .brandContainer .brandSlider .owl-navs-brands button i {
  color: #fff;
  font-size: 30px;
}
.section.sectionChooseUs .brandContainer .brandSlider .owl-navs-brands button:hover {
  background: #2e3192;
}
.section.sectionChooseUs .brandContainer .brandSlider .owl-navs-brands button:last-child {
  margin-right: 0;
}
.section.sectionContactMain {
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}
.section.sectionContactMain form {
  width: 70%;
    margin: 0 auto;
}
.section.sectionContactMain .iconBg {
      width: 300px;
    height: 300px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #2e3192;
  background: #eae9fc;
  position: absolute;
  right: -100px;
  top: -140px;
}
.section.sectionContactMain .title {
  font-size: 55px;
  line-height: 60px;
  color: #2e3192;
  font-weight: 700;
  margin-bottom: 30px;
}
.section.sectionContactMain form div {
  margin-bottom: 25px;
}
.section.sectionContactMain form .w-50 {
  width: calc(50% - 20px) !important;
}
.section.sectionContactMain form .form-control {
   border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #e6e7fa;
  border: none;
  padding: 18px 30px;
 font-size: 22px;
    line-height: 27px;
  color: #2e3192;
  font-weight: 600;
}
.section.sectionContactMain form .form-control::placeholder {
 font-size: 22px;
    line-height: 27px;
  color: #2e3192;
  font-weight: 600;
}
.section.sectionContactMain form .btnSend {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: none;
  background: #ffbe00;
  padding: 10px 100px;
  margin-top: 10px;
}

footer {
  background: #2e3192;
    padding: 50px 0;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: 50px;
}
footer .topPart .flexItem {
  /*width: calc(33.3333333333% - 20px);*/
  width: max-content;
}
footer .topPart .flexItem .title {
  font-size: 41px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    /*text-align: center;*/
    width: 100%;
}
footer .topPart .flexItem .list-group {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  flex-direction: initial;
}
footer .topPart .flexItem .list-group .list-group-item {
    padding: 6px 0;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    background: transparent;
    border: none;
}
footer .topPart .flexItem .list-group .list-group-item a {
  color: #fff;
}
footer .topPart .flexItem .list-group.list_2 .list-group-item {
  padding: 15px 40px 0 0;
}
footer .topPart .flexItem .list-group.list_2 .list-group-item a {
  border-bottom: none;
}
footer .topPart .flexItem .list-group.list_2 .list-group-item a i {
  color: #ffbe00;
}
footer .topPart .flexItem.item_1 .logoContainer {
  margin-bottom: 30px;
}
footer .topPart .flexItem.item_1 .logoContainer img {
  width: 180px;
}
footer .topPart .flexItem.item_1 .info {
        padding-top: 30px;
  font-size: 25px;
    line-height: 33px;
  color: #ffffff;
  font-weight: 500;
}
footer .topPart .flexItem.item_2 .list-group, footer .topPart .flexItem.item_3 .list-group {
  flex-direction: unset;
  width: max-content;
}
footer .topPart .flexItem.item_3 .title {
  padding-right: 100px;
}
footer .topPart .flexItem.item_3 .list_1 {
  list-style-type: none;
  position: relative;
}
footer .topPart .flexItem.item_3 .list_1 .list-group-item {
  padding-left: 30px;
  position: relative;
}
footer .topPart .flexItem.item_3 .list_1 .list-group-item:before {
    content: " ";
    background: #ffbe00;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 400;
}
footer .topPart .flexItem.item_3 .list_1 .list-group-item a {
  border-bottom: none;
}
#contactModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#contactModal .modal-header .title {
  padding-top: 10px;
    font-size: 30px;
    line-height: 35px;
  color: #2e3192;
  font-weight: 700;
  margin-bottom: 0;
}
#contactModal .section.sectionContactMain {
  position: unset;
  padding: 0;
}
#contactModal .section.sectionContactMain .iconBg {
  display: none;
}
#contactModal .section.sectionContactMain form {
  padding-top: 10px;
  width: 100%;
}

#contactModal .section.sectionContactMain form .form-control {
  padding: 15px 20px;
 font-size: 20px;
    line-height: 24px;
}
#contactModal .section.sectionContactMain form .form-control::placeholder {
 font-size: 20px;
    line-height: 24px;
}
#contactModal .section.sectionContactMain form .btnSend {
 font-size: 20px;
    line-height: 24px;
  padding: 10px 100px;
  margin-top: 0;
  margin-bottomI 10px;
}

#successToast {
    background-color: #ffbe00 !important;
    font-size: 19px;
}