body {
  overflow-x: hidden !important;
}

.pri:hover {
  color: #665cd7 !important;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
}

.section {
  height: 100%;
  width: calc( 100% / 5 );
  float: left;
  position: relative;
}
.sections {
  width: 500%;
  height: 100%;
}
.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

@font-face {
  font-family: "fontGraphikBold";
  src: url("../plugin/fonts/graphik/GraphikBold.otf");
}
@font-face {
  font-family: "fontcalisto";
  src: url("../../plugin/fonts/Calistoga-Regular.ttf");
}
@font-face {
  font-family: "fontGraphikMedium";
  src: url("../plugin/fonts/graphik/GraphikMedium.otf");
}
@font-face {
  font-family: "fontGraphikLight";
  src: url("../plugin/fonts/graphik/GraphikLight.otf");
}
@font-face {
  font-family: "fontGraphikSemibold";
  src: url("../plugin/fonts/graphik/GraphikSemibold.otf");
}
@font-face {
  font-family: "fontGraphikRegular";
  src: url("../plugin/fonts/graphik/GraphikRegular.otf");
}
@font-face {
  font-family: "fontNova";
  src: url("../plugin/fonts/HKNova-Medium.otf");
}
@font-face {
  font-family: "fontLatoRegular";
  src: url("../plugin/fonts/lato/Lato-Regular.ttf");
}
@font-face {
  font-family: "fontLatoBlack";
  src: url("../plugin/fonts/lato/Lato-Black.ttf");
}
@font-face {
  font-family: "fontLatoBold";
  src: url("../plugin/fonts/lato/Lato-Bold.ttf");
}
@font-face {
  font-family: "fontavenirlight";
  src: url("../../plugin/fonts/avenir/AvenirLTStd-Light.otf");
}
@font-face {
  font-family: "fontavenirmedium";
  src: url("../../plugin/fonts/avenir/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: "fontavenirblack";
  src: url("../../plugin/fonts/avenir/AvenirLTStd-Black.otf");
}
.fontGraphikMedium {
  font-family: "fontGraphikMedium";
}

.fontGraphikRegular {
  font-family: "fontGraphikRegular";
}

.fontGraphikLight {
  font-family: "fontGraphikLight";
}

.fontGraphikBold {
  font-family: "fontGraphikBold";
}

.fontGraphikSemibold {
  font-family: "fontGraphikSemibold";
}

.fontLatoBold {
  font-family: "fontLatoBold";
}

.fontLatoRegular {
  font-family: "fontLatoRegular";
}

.fontLatoBlack {
  font-family: "fontLatoBlack";
}

.fontNova {
  font-family: "fontNova";
}

.carousel-innerr > .carousel-item {
  transition: transform 1.2s ease-in-out !important;
}

.scroll_styles::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scroll_styles::-webkit-scrollbar-thumb {
  background-color: transparent;
}

#pre-loader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-size: 150% 150%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
}

/* Menu Header */
.header_mobile {
  border-bottom: solid 1px rgba(25, 34, 79, 0.08);
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  height: 60px;
  width: 100%;
  z-index: 1;
  position: fixed;
  transition: all 0.4s ease-out, background 1s ease-out;
}

.header_mobile.menu-open {
  height: 100%;
  background: #fff;
  transition: all 0.45s ease-out, background 0.8s ease-out;
}

/* Menu List items */
.contact_btn {
  color: #665CD7;
  border-color: #665CD7;
}

.mobile-menu {
  background-color: #665CD7;
  height: 100%;
  text-align: center;
  clear: both;
}

.header_mobile ul.menu {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 0px 30px;
  list-style: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sub-menu {
  display: none;
  background-color: #665cd7;
  border-bottom: 1px solid #717176;
  text-decoration: none;
  font-size: 18px;
  line-height: 2.4;
  width: 100%;
}
.sub-menu a {
  width: 100%;
  color: white;
}

.header_mobile ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 2.8;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.header_mobile ul.menu li.menu-item {
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_mobile ul.menu li.active {
  background-color: rgba(100, 85, 194, 0.05);
  color: #665CD7;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header_mobile ul.menu li.active a {
  color: #665CD7;
}

.header_mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s;
}

.header_mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s;
}

.header_mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s;
}

.header_mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s;
}

.header_mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s;
}

.header_mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s;
}

/* Menu Icon */
.crayond_logo_mobile {
  position: relative;
  display: flex;
  z-index: 2;
  /* Simply change property to float left to switch icon side :) */
  height: 60px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 0;
  right: 0;
  /* Simply change property to float left to switch icon side :) */
  height: 60px;
  width: 55px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #000;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  transform: translateY(6px) rotate(0deg);
}

.menu-open .icon-container {
  display: none;
  transform: rotate(90deg);
}

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  transform: translateY(3px) rotate(-45deg);
}

.floatingNav {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999 !important;
  padding: 5px 10px 0px 10px !important;
  transition: all 0.2s;
}
.floatingNav button {
  transition: all 0.2s;
  height: 36px !important;
  margin-bottom: 6px;
}

.fixed {
  background-color: red !important;
}

.nav-up {
  top: -107px !important;
  box-shadow: 0 7px 12px 0 rgba(16, 31, 108, 0.07);
}

.nav-down {
  box-shadow: 0 7px 12px 0 rgba(16, 31, 108, 0.07);
}

.header_mobile {
  background-color: #ffffff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  height: 60px;
}
.header_mobile tag {
  font-size: 10px;
  padding: 3px 4px;
  position: absolute;
  top: 0px;
  width: 35px;
  height: 17px;
  border-radius: 3px;
  background-color: #16cebc;
  line-height: 1.1;
  color: #fff;
  margin-left: 30px;
}
.header_mobile .logo_mobile {
  display: flex;
  padding: 0;
  height: 60px;
}
.header_mobile .logo_mobile a {
  margin: auto 0;
}
.header_mobile .logo_mobile a img {
  width: 120px;
}
.header_mobile .header_mobile_menu {
  display: flex;
  padding: 0;
  height: 60px;
}
.header_mobile .header_mobile_menu span {
  margin: auto 0 auto auto;
}
.header_mobile .header_mobile_menu span i {
  font-size: 20px;
}

.header {
  background-color: #ffffff;
  padding: 12px 10px 12px 10px;
  width: 100%;
  z-index: 12;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  width: 100%;
}
.header .row {
  display: flex;
  flex-wrap: wrap;
}
.header .row a {
  float: left;
  color: #43434b;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
}
.header .row .logo_area {
  display: flex;
  align-items: center;
}
.header .row .logo_area .logo {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}
.header .row .logo_area .logo img {
  width: 134px;
}
.header .row .header_menu {
  display: flex;
}
.header .row .header_menu span {
  color: #43434b;
  font-size: 1rem;
  margin: auto;
  padding: 10px 0px;
  cursor: pointer;
}
.header .row .header_menu span:hover {
  color: #665CD7;
}
.header .row .header_menu span a:hover {
  color: #665CD7;
}
.header .row .header_menu span tag {
  font-size: 10px;
  padding: 3px 4px;
  position: absolute;
  right: -10px;
  top: 4px;
  width: 35px;
  height: 17px;
  border-radius: 3px;
  background-color: #16cebc;
  line-height: 1.1;
  color: #fff;
}
.header .row .header_menu .active a {
  color: #665CD7;
  font-family: "fontLatoBold";
}
.header .row .sign_btn {
  display: flex;
  align-items: center;
}
.header .row .sign_btn button {
  margin: auto 0 auto auto;
  width: 148px;
  height: 46px;
  box-shadow: 0 7px 12px 0 rgba(16, 31, 108, 0.07);
  font-size: 16px;
  border-color: #665CD7;
  color: #665CD7;
  border-radius: 4px;
  background-color: #ffffff;
}
.header .row .sign_btn button:hover {
  color: #ffffff;
  background-color: #665CD7;
}
.header .row .sign_btn button:focus {
  outline: none;
  box-shadow: none;
}

.resources {
  position: relative;
}

a:hover {
  text-decoration: none;
}

.span-position {
  position: relative;
  transition-timing-function: ease-in;
}
.span-position:hover .dropdown {
  display: block;
}

svg {
  padding-top: 10px;
  height: 35px;
  width: 25px;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 50px;
  z-index: 13;
  left: -25px;
  width: 130px;
  border-radius: 4px;
  box-shadow: 0px 2px 7px 0px rgba(51, 74, 192, 0.12);
}
.dropdown #glossary {
  margin: 0;
  width: 100%;
  color: black;
  display: block;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(108, 117, 125, 0.1215686275);
  text-align: left;
}
.dropdown #glossary:hover {
  color: #665CD7;
}
.dropdown #blog {
  margin: 0;
  width: 100%;
  color: black;
  display: block;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(108, 117, 125, 0.1215686275);
  text-align: left;
}
.dropdown #blog:hover {
  color: #665CD7;
}

.bulletin {
  margin-bottom: 15px;
}

.header_text {
  position: relative;
  z-index: 1;
}

.transparent_header {
  background-color: transparent;
}
.transparent_header .row a {
  color: #ffffff;
}
.transparent_header .row .sign_btn button {
  border-color: #665CD7;
  color: #fff;
  background-color: #665CD7;
}

html {
  height: 100%;
  width: 100%;
  font-family: "fontLatoRegular";
}

body {
  height: 100%;
  width: 100%;
  font-family: "fontLatoRegular";
}

.footer {
  padding-bottom: 4%;
  padding-top: 4%;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
}
.footer .row .logo_address img {
  margin-bottom: 20px;
}
.footer .row .logo_address p {
  color: #43434b;
  margin-bottom: 3px;
  font-size: 16px;
}
.footer .row .menu_list {
  text-align: center;
}
.footer .row .footer_menu {
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  color: #43434b;
}
.footer .row .footer_menu:hover {
  color: #000;
}
.footer .row ul {
  padding: 0;
}
.footer .row ul li {
  padding-bottom: 10px;
  list-style-type: none;
}
.footer .row ul li span {
  color: #43434b;
  cursor: pointer;
}
.footer .row ul li span:hover {
  text-decoration: underline;
  font-weight: 500;
}

.footer_social_media {
  border-top: 1px solid rgba(25, 34, 79, 0.08);
  padding: 12px 0px;
}
.footer_social_media .row {
  display: flex;
  flex-wrap: wrap;
}
.footer_social_media .row .footer_list {
  padding: 15px 80px 15px 0px;
  margin: 0;
}
.footer_social_media .row .footer_list span {
  font-size: 1rem;
  color: #43434b;
  cursor: pointer;
}
.footer_social_media .row .footer_list span:hover {
  color: #665CD7;
}
.footer_social_media .row .footer_address {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.footer_social_media .row .footer_address a {
  width: 100%;
}
.footer_social_media .row .footer_address p {
  text-align: center;
  margin: auto 0;
  width: 100%;
  border-right: 1px solid rgba(25, 34, 79, 0.08);
  font-size: 14px;
  color: #43434b;
}

.social_icon {
  width: 39px;
  height: 37px;
  margin: 10px 10px 10px 0px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  border-radius: 12px;
  background-color: rgba(29, 46, 137, 0.05);
}
.social_icon:hover {
  border: solid 1px #d4e4e6;
  box-shadow: 0 3px 1px 0 rgba(55, 89, 93, 0.07);
  background-color: #ffffff;
}
.social_icon i {
  margin: auto;
  color: #665CD7;
}

.first {
  font-size: 60px;
  color: #665CD7;
  font-weight: 300;
  font-family: "fontGraphikBold";
}

.second {
  font-size: 60px;
  color: #363A57;
  font-weight: 300;
  font-family: "fontGraphikBold";
}

.content_study {
  padding-top: 40px;
}

.line {
  font-size: 51px;
  color: #665CD7;
  margin-top: -8px;
  font-weight: 50px;
  position: relative;
}

.para_content {
  font-family: "fontLatoRegular";
  font-size: 18px;
  line-height: 1.7;
  margin-left: -20px;
  color: #9297A5;
}

.section_locus {
  margin-top: 80px;
  background-color: rgba(56, 47, 156, 0.0509803922);
  height: 660px;
  padding: 90px 0px 90px 90px;
  border-radius: 25px;
}

.section_csk {
  margin-top: 80px;
  background-color: rgba(0, 102, 179, 0.0509803922);
  height: 550px;
  padding: 90px 0px 90px 90px;
  border-radius: 25px;
}

.section_Managed {
  margin-top: 80px;
  background-color: rgba(242, 125, 53, 0.0509803922);
  height: 600px;
  padding: 90px 0px 90px 90px;
  border-radius: 25px;
}

.head_title {
  font-size: 60px;
  font-weight: bold;
}

.title_content {
  padding: 10px 120px 10px 0px;
  line-height: 2;
  color: #848484;
  opacity: 1;
  font-size: 18px;
  font-family: "fontLatoRegular";
}

.btn_web {
  width: 89px;
  background-color: #ffffff;
  height: 45px;
  border: none;
  font-weight: bold;
  color: #665CD7;
  font-size: 14px;
  font-family: "fontLatoRegular";
  border-radius: 5px;
}

.btn_web_2 {
  width: 89px;
  background-color: #ffffff;
  height: 45px;
  border: none;
  font-weight: bold;
  color: #665CD7;
  font-size: 14px;
  margin-left: 20px;
  font-family: "fontLatoRegular";
  border-radius: 5px;
}

.btn_web1 {
  width: 89px;
  background-color: #ffffff;
  height: 45px;
  border: none;
  font-weight: bold;
  color: #F27D35;
  font-size: 14px;
  font-family: "fontLatoRegular";
}

.btn_web_21 {
  width: 89px;
  background-color: #ffffff;
  height: 45px;
  border: none;
  font-weight: bold;
  color: #F27D35;
  font-size: 14px;
  margin-left: 20px;
  font-family: "fontLatoRegular";
}

.link {
  margin-top: 30px;
}

.con_study_1 {
  display: flex;
}

.arrow {
  font-size: 15px;
  margin-left: 10px;
  margin-top: 20px;
  position: relative;
  animation: arrow 700ms linear infinite;
}

.arrow::after {
  top: -12px;
  transform: rotate(45deg);
}

.arrow::before {
  transform: rotate(0deg);
}

.view_link {
  letter-spacing: 0px;
  color: #665CD7;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "fontLatoRegular";
}

.edited1_img {
  width: 100%;
  margin-top: 20px;
}

.edited3_img {
  width: 100%;
  position: relative;
  margin-top: -70px;
}

.edited2_img {
  width: 300px;
  margin-top: -14px;
  height: 450px;
}

.whole_div {
  background-size: 18% !important;
  background-position: 15% 145% !important;
}

@media only screen and (max-width: 1440px) {
  .header_text {
    background-size: cover;
    margin-bottom: 4%;
    padding-bottom: 6%;
  }
  .whole_div {
    background-size: 18% !important;
    background-position: 13% 145% !important;
  }
  .line {
    font-size: 51px;
    color: #665CD7;
    margin-top: -12px;
    font-weight: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 2240px) {
  .header_text {
    background-size: contain;
    margin-bottom: 4%;
    padding-bottom: 6%;
  }
}
@media only screen and (min-width: 1200px) {
  .header_text {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_text {
    background-size: contain;
    margin-bottom: 4%;
    padding-bottom: 6%;
  }
  .img_edit {
    background-position-x: left;
    background-position: -35% 61% !important;
    background-size: 40% !important;
  }
  .section_locus {
    margin-top: 80px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 620px;
    padding: 50px 0px 50px 50px;
    border-radius: 25px;
  }
  .section_csk {
    margin-top: 80px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 500px;
    padding: 50px 0px 50px 50px;
    border-radius: 25px;
  }
  .section_Managed {
    margin-top: 80px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 570px;
    padding: 50px 0px 50px 50px;
    border-radius: 25px;
  }
  .edited3_img {
    width: 100%;
    position: relative;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .header_mobile {
    display: block !important;
  }
  .con_study_1 {
    display: flex;
  }
  .first {
    font-size: 50px;
    color: #665CD7;
    font-weight: bold;
  }
  .second {
    font-size: 50px;
    color: #363A57;
    font-weight: bold;
  }
  .head_title {
    font-size: 50px;
    font-weight: bold;
  }
  .para_content {
    font-size: 15px;
    line-height: 1.7;
    margin-left: 0px;
    color: #9297A5;
  }
  .header {
    display: none;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
  }
  .header_menu {
    display: none !important;
  }
  .sign_btn {
    display: none !important;
  }
  .section_locus {
    margin-top: 80px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 560px;
    padding: 40px 0px 40px 40px;
    border-radius: 25px;
  }
  .section_csk {
    margin-top: 80px;
    background-color: rgba(0, 102, 179, 0.0509803922);
    height: 540px;
    padding: 40px 0px 40px 40px;
    border-radius: 25px;
  }
  .section_Managed {
    margin-top: 80px;
    background-color: rgba(242, 125, 53, 0.0509803922);
    height: 540px;
    padding: 40px 0px 40px 40px;
    border-radius: 25px;
  }
  .edited2_img {
    width: 281px;
    margin-top: 3px;
    height: 450px;
  }
  .edited3_img {
    width: 95%;
    position: relative;
    margin-top: 0px;
  }
  .whole_div {
    background-size: 18% !important;
    background-position: 4% 123% !important;
  }
  .title_content {
    padding: 10px 20px 10px 0px;
    line-height: 2;
    color: #848484;
    opacity: 1;
    font-size: 16px;
    font-family: "fontLatoRegular";
  }
  .img_edit {
    background-repeat: no-repeat;
    background-position-x: left;
    background-position: -30% 59% !important;
    background-size: 40%;
    position: relative;
  }
  .btn_web {
    width: 68px;
    background-color: #ffffff;
    height: 37px;
    border: none;
    font-weight: bold;
    color: #665CD7;
    font-size: 13px;
    font-family: "fontLatoRegular";
    border-radius: 5px;
  }
  .btn_web_2 {
    width: 68px;
    background-color: #ffffff;
    height: 37px;
    border: none;
    font-weight: bold;
    color: #665CD7;
    font-size: 13px;
    margin-left: 20px;
    font-family: "fontLatoRegular";
    border-radius: 5px;
  }
  .link {
    margin-top: 15px;
  }
  .view_link {
    letter-spacing: 0px;
    color: #665CD7;
    opacity: 1;
    font-size: 15px;
    font-weight: bold;
    font-family: "fontLatoRegular";
  }
  .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
  .header_mobile {
    display: block !important;
  }
  .header_mobile tag {
    font-size: 10px;
    padding: 3px 4px;
    position: absolute;
    top: 0px;
    width: 35px;
    height: 17px;
    border-radius: 3px;
    background-color: #16cebc;
    line-height: 1.1;
    color: #fff;
    margin-left: 30px;
  }
  .header {
    display: none;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
  }
  .header_menu {
    display: none !important;
  }
  .sign_btn {
    display: none !important;
  }
  .footer {
    padding-bottom: 10%;
    padding-top: 25%;
  }
  .footer .logo_address {
    padding-bottom: 16px;
  }
  .footer .logo_address img {
    margin-bottom: 16px;
  }
  .footer .menu_list {
    text-align: left !important;
    margin-bottom: 14px !important;
  }
  .footer_social_media {
    padding: 25px 0px;
  }
  .footer_social_media .tp .footer_list {
    padding: 15px 0px;
    margin: auto;
  }
  .footer_social_media .mobile_social_links {
    margin-bottom: 30px;
    display: flex !important;
  }
  .footer_social_media .footer_address {
    padding-bottom: 5px;
  }
  .footer_social_media .footer_address p {
    text-align: left !important;
    margin-top: 0 !important;
  }
  .social_icon_link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .footer_social_media1 {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .line {
    max-width: 40px;
    padding: 0px;
    float: right;
    margin-top: 3px;
  }
  .fir_ {
    margin-top: 100px !important;
  }
  .first {
    font-size: 40px;
    color: #665CD7;
    font-weight: 300;
    font-family: "fontcalisto";
  }
  .second {
    font-size: 40px;
    color: #363A57;
    font-weight: 300;
    font-family: "fontcalisto";
  }
  .content_study {
    padding-top: 16px;
  }
  .para_content {
    font-family: "fontavenirmedium";
    font-size: 17px;
    line-height: 1.7;
    margin-left: -30px;
    color: #9297A5;
  }
  .title_content {
    padding: 10px 0px 10px 0px;
    line-height: 2;
    color: #848484;
    opacity: 1;
    font-size: 17px;
    font-family: "fontLatoRegular";
    text-align: center;
  }
  .section_locus {
    margin-top: 0px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 800px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
  .section_csk {
    margin-top: 0px;
    background-color: rgba(0, 102, 179, 0.0509803922);
    height: 800px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
  .section_Managed {
    margin-top: 0px;
    background-color: rgba(242, 125, 53, 0.0509803922);
    height: 830px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
  .edited1_img {
    width: 100%;
    height: 80%;
    margin-top: 30px;
  }
  .edited2_img {
    width: auto;
    margin-top: 20px;
    height: 35%;
  }
  .edited3_img {
    width: auto;
    height: 40%;
    position: relative;
    margin-top: 20px;
  }
  .whole_div {
    padding: 20px;
  }
  .whole_div_2 {
    padding: 20px;
  }
  .whole_div_3 {
    padding: 20px;
  }
  .edit_2 {
    text-align: center;
  }
  .edit_3 {
    text-align: center;
  }
  .button {
    text-align: center;
  }
  .button_1 {
    text-align: center;
  }
  .view {
    text-align: center;
  }
  .head_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
  }
  .link {
    margin-top: 10px;
  }
  .view_link {
    letter-spacing: 0px;
    color: #665CD7;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    font-family: "fontLatoRegular";
  }
}
@media only screen and (min-width: 377px) and (max-width: 412px) {
  .button_1 {
    display: flex;
  }
  .section_Managed {
    margin-top: 0px;
    background-color: rgba(242, 125, 53, 0.0509803922);
    height: 830px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 376px) {
  .button_1 {
    display: flex;
  }
  .section_Managed {
    margin-top: 0px;
    background-color: rgba(242, 125, 53, 0.0509803922);
    height: 900px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
  .section_csk {
    margin-top: 0px;
    background-color: rgba(0, 102, 179, 0.0509803922);
    height: 830px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 321px) {
  .footer_social_media1 {
    display: none;
  }
  .view_link {
    letter-spacing: 0px;
    color: #665CD7;
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
    font-family: "fontLatoRegular";
  }
  .social_icon_link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .section_locus {
    margin-top: 0px;
    background-color: rgba(56, 47, 156, 0.0509803922);
    height: 820px;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
  }
  .section_Managed {
    margin-top: 0px;
    background-color: rgba(242, 125, 53, 0.0509803922);
    height: 930px;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
  }
  .section_csk {
    margin-top: 0px;
    background-color: rgba(0, 102, 179, 0.0509803922);
    height: 830px;
    padding: 20px 20px 20px 20px;
    border-radius: 25px;
  }
  .edited3_img {
    width: auto;
    height: 35%;
    position: relative;
    margin-top: 20px;
  }
}/*# sourceMappingURL=casestudy.css.map */