:root {
    --mysblue: #1a349b;
    --mysyellow:#ffcd34;
    --myslightblue:#e7efff;
    --mystext:#161c2d;
    --mystextlight:#6c757d;
    --mystextbluedark:#282364;
    --mystextbold:'Conv_PublicSans-Bold';
    --mystextsemibold: 'Conv_PublicSans-SemiBold';
    --mysfontnormal:16px;
    --smoothtransition:300ms;


    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #869ab8;
    --gray-dark: #384c74;
    --primary: #335eea;
    --secondary: #506690;
    --success: #42ba96;
    --info: #7c69ef;
    --warning: #fad776;
    --danger: #df4759;
    --light: #f9fbfd;
    --dark: #2b354f;
    --textdark: #2b354f;
    --primary-desat: #6c8aec;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color:var(--mystext,#161c2d);
}

p{
  font-size:  var(--mysfontnormal,16px);
}

.home_navbar-brand {
  font-weight: 500;
}

.home_hero_section {
  padding: 30px;
  min-height:60vh;
  display:flex;
  align-items:center;
}

.home_hero_img_wrap{
  margin-left: -5%;
  margin-bottom: -20%;
  position:relative;
  z-index: 1;
}

.home_section {
  padding: 100px 30px;
  width: 80%;
  margin: auto;
}

.home_features_section {
  padding-top: 40px;
}

.home_features_section .img-fluid{
  width: 60px;
}

.home_btn-primary {
  background-color: var(--mysblue);
}

.home_btn {
  font-weight: 400;
  color: var(--mystext);
  font-size: var(--mysfontnormal,16px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.home_radius4 {
  border-radius: 4px;
}

.home_btn-primary {
  /* color: var(--textdark);
  background-color: var(--mysyellow,#ffcd34); */
  color: #fff;
  background-color: #1a349b;
}

.home_btn-primary:hover{
  color: #fff;
}

.pr-30{
  padding-right: 30px;
}

.play-icon{
  font-size: 20px;
  position: relative;
  top: 2px;
}

.home_btn-primary-soft {
  background-color:var(--myslightblue,#e7efff);
  color:var(--mysblue);
}

.home_text-primary{
  color:var(--mysblue) !important;
}

.home_text-muted {
  color:var(--mystextlight,#6c757d);
}

/*.home_text-muted:hover{
  color: #1a349b;
}*/

.home_shadow {
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1) !important;
}

.home_btn_large{
  padding:10px 20px;
}

.home_btn_sml{
  padding: 5px 15px;
}

.home_w-button {
  border: none;
  width: 30%;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-weight: 500;
  background: var(--mysyellow,#ffcd34);
  font-size: var(--mysfontnormal,16px);
}

.home_white-btn {
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #e5ecfa;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #0047cc;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.home_filled-btn {
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #0047cc;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.home_white-btn.small {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
}

.home_filled-btn.small {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
}

/*.home_lift {
  transition: box-shadow .25s ease,transform .25s ease;
}*/

/*.home_text-gray-600 {
  color: #869ab8 !important;
}*/

/*.about-image {
  border-radius: 4px;
}*/

/*.home_shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.7);
}*/

/*.home_shape {
  position: absolute;
  pointer-events: none;
}*/

/*.home_text-gray-200 {
  color: #f1f4f8!important;
}
*/
/*.home_img-skewed {
  perspective: 1500px;
  transform-style: preserve-3d;
}*/

/*.home_img-skewed-left {
  perspective-origin: left center;
}*/

/*.home_screenshot {
  border-radius: .625rem;
    box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1), 16px 40px 75px -40px rgba(0,0,0,.2);
}
*/

img {
  vertical-align: middle;
  border-style: none;
}

/*.home_img-skewed-left .home_img-skewed-item {
  transform: rotateY(-35deg) rotateX(15deg);
  backface-visibility: hidden;
}*/

.home_img-fluid {
  width: 100%;
  height: auto;
}

.home_header {
  position:relative;
  background:linear-gradient(to top, #d7e9fb 0%, #ffffff 30%);
}

.home_waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-10px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.home_parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.home_parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.home_parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.home_parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.home_parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {

  0% {
   transform: translate3d(-90px,0,0);
  }

  100% {
    transform: translate3d(85px,0,0);
  }
}

.home_container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
}

.home_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home_toggle-text {
  color: rgba(4, 44, 92, 0.7);
  font-weight: 700;
}

.home_toggle-bg {
  position: relative;
  width: 40px;
  height: 24px;
  margin-right: 16px;
  margin-left: 16px;
  border: 1px solid #cad4e2;
  border-radius: 50px;
  background-color: #e2e9f7;
}

.home_toggle-btn {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border: 1px solid #b3bfce;
  border-radius: 30px;
  background-color: #fff;
}

.home_pricing-columns {
  margin-top: 55px;
  display: block;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.home_w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.home_w-col-4 {
  width: 33.33333333%;
}

.home_pricing-card-wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.home_pricing-card {
  position: relative;
  border: 1px solid #d9dfe6;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 30px 1px rgba(4, 44, 92, 0.15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  cursor: default;
}

.home_pricing-card-header {
  position: relative;
  overflow: hidden;
  margin: -1px -1px 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: var(--mysblue);
}

.home_pricing-card {
  cursor: default;
}

.home_pricing-title {
  z-index: 4;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: capitalize;
}

.home_pricing-price {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.home_pricing-small-text {
  color: rgba(245, 249, 251, 0.41);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.home_pricing-bg-circle-right {
  position: absolute;
  top: -50%;
  right: -10%;
  width: 50%;
  padding-bottom: 50%;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.home_pricing-bg-circle-left {
  position: absolute;
  left: -46%;
  top: 40%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.home_pricing-table-content {
  display: block;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.home_pricing-table-row {
  padding: 16px 20px;
  border-bottom: 1px solid #d9dfe6;
}

.home_pricing-row-text {
  color: #042c5c;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.home_pricing-row-text.muted {
  color: rgba(4, 44, 92, 0.5);
}

.home_pricing-table-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
}

.home_pricing-card.middle {
  box-shadow: 0 8px 40px 1px rgba(4, 44, 92, 0.3);
}

.home_newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.3);
}

.home_newsletter-content.second {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.home_newsletter-content {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  flex-basis: 20%;
}

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.home_text-field {
  flex: 1;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
}

.home_section-header-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 30px;
  text-align: center;
}

.home_small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_small-feature {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home_features-image {
  position: relative;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 48px;
  text-align: center;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.home_laptop-play-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_wrapper {
  max-width: 1200px;
  background-color: transparent;
  margin: auto;
}

.home_play-button {
  width: 72px;
  height: 72px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  /*background-image: url("https://assets.website-files.com/59a3ba84fdd0390001e12581/59a42d96b154e300016f9190_play-icon.svg"), -webkit-gradient(linear, left top, left bottom, from(#ff935c), to(#fb406c));*/
  background-image: url("././/images/superadmin/mys/play-icon.svg"), linear-gradient(180deg, #ff935c, #fb406c);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  box-shadow: 0 20px 100px -10px rgba(0, 0, 0, 0.72);
}

.home_play-button:hover{
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.3);
}

.home_section-header-wrapper .home_img-fluid{
  width: 210px;
  margin: 20px 0;
}

.home_wrapper {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.home_footer-section-v2 {
  padding-top: 30px;
  border-top: 1px solid #e7e8ea;
  background-color: #fff;
  clear: both;
}

.home_footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  font-size: 12px;
}

.home_form-inline{

}

.mobile_menu_inner li.active a, .mobile_menu_inner li.active a:hover{
  border-bottom: 1px solid #ffdc1d;
  background-image: none !important;
  border-radius:0;
}

.bg-white-home{
  background: #fff;
}

.nav_bar_justify{
  display: flex !important;
  justify-content: flex-start;
}

.vertical_center_home{
  display: flex !important;
  align-items: center;
  width: 100%;
}

.width_auto_home{
  width: auto !important;
}

.drop-down-show{
  display: none;
}

.display_home_center{
  display: flex;
  align-items: center;
}

.linkdin_home{
  width: 20px;
  opacity: .5;
}

.footer_home_flex{
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: right;
  font-size: 12px;
}

.top_60_30_home{
  padding-top: 60px;
}

.top_60_home{
  padding-top: 60px;
}

.display_end_home{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.font_size_32_home{
  font-size: 32px;
}

.home_text_primary{
  font-size: 40px;
  font-weight: 600;
}

.home_text_primary-user{
  font-size: 35px;
  font-weight: 600;
}

.pt-70{
  padding-top: 70px;
}

.black-color{
  color: #000;
}

.white-color{
  color: #fff;
}

.footer_link:hover{
  color: #fff !important;
}

.hover-footer:hover{
  color: #fff !important;
}

.hover-footer:focus{
  color: #fff !important;
}

.home-text{
  font-size: 35px;
  font-weight: 600;
}

.mt_180{
  margin-top: 180px;
}

.mt-100{
  margin-top: 100px;
}

.mt-120{
  margin-top: 120px;
}

.home_lead{
  font-size: 16px;
}

.news_letter{
  padding-top: 70px;
  /*padding-bottom: 70px;*/
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  background: #1a349b;
  overflow: hidden;
}

.d_flex_unflex{
  display: flex;
}

.footer-links{
  flex: 2;
}
.footer-links p {
    font-size: 14px;
}

.home_footer-logo{
  flex: 2;
}

.footer-description{
  margin-bottom: 10px;
}

.mr_5{
  margin-right: 5px;
}

.feature_icon_bg{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  /*margin: auto;*/
  position: relative;
  background-color:var(--myslightblue,#e7efff);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: one-animated 20s infinite;
  overflow: hidden;
}

.feature_icon_bg img {
    max-width: 90px;
    max-height: 80px;
    transform: scale3d(.81,.81,1);
    transition: all 300ms ease-in;
}
.feture_item_wrap:hover .feature_icon_bg img {
    transform: scale3d(1,1,1);
}
.feture_item_wrap:hover .feature_icon_bg{
  transition:all 300ms  ease-in;
  background-color:var(--mysblue,#1a349b);
/*  width: 90px;
  height: 90px;
  margin: 15px 0;*/
  transform: scale3d(.91,0.91,1);

}

.feture_item_wrap:hover{
  background-color: var(--myslightblue,#e7efff);
}

.blue-color{
  color: var(--mystextbluedark,#282364);
}

.pl-20{
  padding-left: 20px;
}

.footer-ul li{
  list-style: none;
}

.video-box{
  background-color: var(--myslightblue,#e7efff);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.video-wh{
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.works-box{
  background-color: var(--myslightblue,#e7efff);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* .video-section{
  border: 1px solid #e7e8ea;
} */

.min-height-150{
  min-height: 150px;
}

.feture_item_wrap{
  /* padding: 30px; */
  padding: 25px;
}


@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
}
50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
}
75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
}
}

.contact-section-title{
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.contact-section-title .sub-title{
  font-size: 12px;
  color: var(--mysyellow,#ffcd34);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.contact-section-title .main-title{
  color:var(--mystext,#161c2d);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.contact-info-list{
  padding-right: 0;
  margin-bottom: 40px;
  list-style: none;
}

.contact-info-list li{
  margin-bottom: 20px;
}

.sub-title{
  /*color:var(--mystext,#161c2d);*/
  color:var(--mystextbluedark,#282364);
  font-size: var(--mysfontnormal,16px);
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--mystextsemibold);
}

.list-content a{
  color: var(--mystextlight,#6c757d);
  font-size: var(--mysfontnormal,16px);
}

.contact_bg{
  animation: one-animated 30s infinite;
  background: #2b6ff5;
  width: 140%;
  height: 120%;
  position: absolute;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;top: -30px;
  left: -70px;
  overflow: hidden;
  /*background-image:url('/mys_images/bg.png');*/
}

.enquiry_wrap{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 15px;
}

.enquiry_input{
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  height: 50px;
  border: 0;
  border-radius: 4px;
  padding: 15px 30px 15px 45px;
  box-shadow: 0 2px 26px 0 rgba(0,0,0,.1);
}

.enquiry_input_area{
  height: 180px;
  resize: none;
  overflow: auto;
}

.enquiry_labal_icon{
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 15px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.enquiry_labal_icon img{
  height: 18px;
  opacity: .5;
}

.enquiry_input:focus ~ .enquiry_labal_icon img{
  opacity: 1;
}

.enquiry_input:hover .enquiry_labal_icon img{
  opacity: .85;
}

.pl_115_0{
  padding-left: 115px;
}

.transparent_bg{
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

.mrl_8{
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/*.input_submit{
  width: 100%;
  height: 65px;
  margin-right: 16px;
  color: #fff !important;
  background-color:#ffcd34 !important;
  box-shadow: 0 8px 26px 0 rgba(170,99,255,.3);
  border: medium none;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  color: rgb(21, 101, 229);
  font-weight: 800;
  padding: 12px 24px;
  letter-spacing: 0px;
  text-decoration: none;
  display: inline-block;
}*/

.head_add{
  color:var(--mystextbluedark,#282364);
  font-family: var(--mystextbold);
}

.admin_text{
  color: var(--mystext,#161c2d);
}

.home_text_color{
  color:var( --mystext,#161c2d);
  font-size: 14px;
}

.pb_50_home{
  padding-bottom: 50px;
}

.home_price_plan_bg{
  background: #fff;
  height: 100%;
  float: left;
  width: 100%;
  padding-bottom: 50px !important;
}

.pt_50_home{
  padding-top: 50px !important;
}

.pb_home_0{
  padding-bottom: 0px !important;
}

.p_home_10{
  padding: 10px;
}

.sidebar li{
  width: auto !important;
}

.flex_center_column{
  display: flex;
  align-items: center;
}

.mt_40{
  margin-top: 40px;
}

.width_90_home_img{
  width: 90%;
}

.mobile_wrap p {
    font-size: 14px;
    font-weight: 600;
}

.margin-l-r{
  margin-left: 5px;
  margin-right: 5px;
}

.home_menu_wrap .home_btn{
  /* background: #ffcd3433; */
  background-color: #1a349b;
  border-color: #1a349b;
  /* border-color: var(--mysyellow,#ffcd34); */
  border-width: 1px;
  border-style: solid;
  text-align: center;
  /* color: var(--mysblue); */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.brand-navbar img{
  height: 65px !important;
}

.partenrs_top_bg{
  background: #eef2f8;
  /*padding: 30px 0 30px 0px;*/
}

.main-contact{
  color: #30409d;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}

.partenrs_bottom_bg{
  background: #f5f7fa;
  padding: 50px 0 50px 0px;
}

.partner_box{
  box-shadow: 0 2px 26px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  text-align: center;
  background: #fff;
  padding: 30px 20px 30px 20px;
  margin-bottom: 20px;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box_top_head{
  margin-top: 0;
  color: #30409d;
  font-weight: 700;
}

.partner_box_text{
  color: #2c2c4b;
  font-size: 14px;
}

.shadow_btn{
  box-shadow: 0 8px 26px 0 rgba(213, 203, 225, 0.3) !important;
}

.display-1050{
  display: block;
}

.mt-38{
  margin-top: 38px;
}

.min-height-90{
  min-height: 90px;
}

.top-6-relative{
  position: relative;
  top: -6px;
}

.top-2-relative{
  position: relative;
  top: 2px;
}

#schezy-head {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.border-top{
  border-top: 1px solid rgba(255,255,255,0.2);
}

.ptb-20{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.body-height{
  min-height: calc(100vh - 145px - 191px);
}

.pr-0{
  padding-right: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}



@media only screen and (min-width: 320px) and (max-width: 450px) {

  .pt-70-450{
    padding-top: 70px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1049px) {
  
  .mobile_menu_inner ul{
    width: 100%;
  }

  .margin-l-r{
    margin: 0;
  }

}

@media only screen and (min-width: 1900px) and (max-width: 2200px) {
  .home_hero_section{
    min-height: 45vh;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 2200px) {

.max-with-media{
  max-width: 520px;
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .pb-30-767{
    padding-bottom: 30px;
  }

  .mt-38{
    margin-top: 0px;
  }

  .pt-30-767{
    padding-top: 30px;
  }

  .partner_box {
    min-height: 1px;
    padding: 30px 15% 30px;
  }

  .partner_box_text {
    font-size: 14px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .pl_115_0{
    padding-left: 0px;
  }

  .container{
    width: 100% ;
  }

  .home_section{
    padding-bottom: 0px;
    width: 100%;
    padding: 30px;
  }

  .home_hero_section{
    flex-direction: column;
  }
      .news_letter{
      padding-top: 30px;
      padding-bottom: 30px;
    }

}


@media only screen and (min-width: 320px) and (max-width: 575px) {

    .d_flex_unflex{
      display: unset;
    }

    .home-text{
      font-size: 25px;
    }

    .pt-0-575{
      padding-top: 0px;
    }

    .pb-0-575{
      padding-bottom: 0px;
    }

    .home_text-field{
      width: 100%;
      border-radius: 10px;
    }

    .home_w-button{
      width: 100%;
      border-radius: 10px;
      margin-top: 10px;
    }

    .mt_10_sml{
      margin-top: 10px;
    }

    .video-wh{
      width: 100%;
      height: 200px;
    }

    .home_container{
      padding-right: 15px;
      padding-left: 15px;
    }
}

@media(max-width: 768px){

  .flex_center_column{
    flex-direction: column;
  }

  .margin-l-r{
    margin-left: 0px;
    margin-right: 0px;
  }

  .reverse_column{
    flex-direction: column-reverse !important;
  }

  .media_padding_0{
    padding: 0px;
  }

  .footer_home_flex{
    text-align: left;
  }

  .home_footer-v2{
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    align-items: flex-start;
  }

  .top_60_30_home{
    padding-top: 30px;
  }

  .home_section-header-wrapper{
    width:100%;
    margin-bottom: 20px;
  }

  .home_waves{
    margin-top: -80px;
  }

  .home_hero_img_wrap{
    margin-top: 50px;
    padding: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 110%;
  }

  .home_navbar-brand{
    flex: 1;
  }

  .home_newsletter-wrapper{
    padding: 20px;
  }

  .home_form-inline{
    flex-direction: column;
    display: flex;
    margin-top: 20px;
  }

  .home_menu_wrap{
    flex-direction: column;
    align-items: flex-start !important;
  }

  .home_menu_wrap .nav{
    flex: 1;
  }

  .home_menu_wrap .home_btn{
    margin-bottom: 10px !important;
  }

  .sidebar li:nth-of-type(2){
      padding-top:0;
  }

/*.home_hero_img_wrap img{
  width: 120%;
}*/

}


@media only screen and (min-width: 320px) and (max-width: 1049px) {

    .collapse{
        display: none;
    }

    .width-1049{
      width: 100%;
    }

    .display-1050{
      display: none;
    }

    .drop-down-show{
      display: block !important;
    }

    .sidebar li{
      border: none !important;
    }
}

/*@media only screen and (min-width: 320px) and (max-width: 403px) {

  .mt_10_428{
    margin-top: 10px;
  }

}*/