body {
  font-family: Roboto, sans-serif !important;
}
.primary_bg_clr {
  background: #fa646a;
  background: -moz-linear-gradient(left, #fa646a 0%, #4043d5 100%);
  background: -webkit-linear-gradient(left, #fa646a 0%, #4043d5 100%);
  background: linear-gradient(to right, #fa646a 0%, #4043d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa646a', endColorstr='#4043d5', GradientType=1);
}
.primary_bg_clr_rev {
  background: #5047cc;
  background: -moz-linear-gradient(left, #5047cc 0%, #f7636d 100%);
  background: -webkit-linear-gradient(left, #5047cc 0%, #f7636d 100%);
  background: linear-gradient(to right, #5047cc 0%, #f7636d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5047cc', endColorstr='#f7636d', GradientType=1);
}
.hangburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hangburger_line {
  width: 20px;
  float: left;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 3px;
  background-color: #fff;
}
.hangburger_line:last-child {
  margin-bottom: 0;
}
.menu_title_wrpr {
  padding-top: 10px;
  padding-bottom: 10px;
}
.megamenu_inner {
  top: 100%;
  width: max-content;
  float: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu_title_wrpr:hover .megamenu_inner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mega_search_wrpr {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 400;
  background-color: #fff;
}
.box_shadow_3 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.custom_close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e8e1e1;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  right: 15px;
  top: 15px;
  color: #8c8c8c;
}
.mega_search_wrpr .mega_search_inner {
  width: 100%;
  float: left;
  padding: 90px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .mega_search_wrpr .mega_search_inner {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .mega_search_wrpr .mega_search_inner {
    padding: 20px;
  }
}
.mega_search_wrpr .mega_search_input {
  min-height: 80px;
  border-radius: 50px;
  padding: 15px 90px 15px 25px;
}
@media (max-width: 1024px) {
  .mega_search_wrpr .mega_search_input {
    min-height: 60px;
  }
}
.mega_search_wrpr .mega_search_btn {
  position: absolute;
  min-height: 80px;
  width: 80px;
  border: none;
  border-radius: 0 50px 50px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
  right: 90px;
  top: auto;
  background-color: #efefef;
  color: #363636;
}
@media (max-width: 1024px) {
  .mega_search_wrpr .mega_search_btn {
    right: 25px;
  }
}
@media (max-width: 1024px) {
  .mega_search_wrpr .mega_search_btn {
    right: 20px;
    min-height: 60px;
  }
}
[data-hangburger="wrapper"] {
  max-width: 30vw;
}
@media (max-width: 1024px) {
  [data-hangburger="wrapper"] {
    width: 50vw;
    max-width: 50vw;
    left: -50vw;
  }
}
@media (max-width: 576px) {
  [data-hangburger="wrapper"] {
    width: 85vw;
    max-width: 85vw;
    left: -85vw;
  }
}
[data-hangburger="wrapper"] .logo_wrpr_hamb {
  width: 100%;
  float: left;
  padding: 30px;
  border-bottom: 1px solid rgba(46, 49, 145, 0.15);
}
[data-hangburger="wrapper"] .logo_wrpr_hamb .gd_wrpr_inner {
  padding-right: 0;
}
[data-hangburger="wrapper"] .logo_wrpr_hamb .loopelementbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
[data-hangburger="wrapper"] .megamenu_cloning {
  width: 100%;
  float: left;
  flex-direction: column;
  padding: 10px 0;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox {
  width: 100%;
  float: left;
  padding: 5px 0px;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .megamenu_inner {
  width: 100%;
  float: left;
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
  box-shadow: none;
  display: none;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox.submenu .megamenu_inner {
  display: block;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .megamenu_inner ul {
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 10px 15px;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr .menu_title_inner_wrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 0;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr a {
  padding: 10px 15px;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr a.active {
  color: #ec1c24;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr .icon_01 {
  width: 35px;
  float: left;
  min-height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox .menu_title_wrpr .icon_01 span {
  position: relative;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
[data-hangburger="wrapper"] .megamenu_cloning .loopelementbox.submenu .menu_title_wrpr .icon_01 span {
  transform: rotate(0deg);
}
[data-hangburger="wrapper"] .hamb_social_wrpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  background-color: #2e3191;
  z-index: 100;
  width: 30vw;
  max-width: 30vw;
  left: -30vw;
}
@media (max-width: 1024px) {
  [data-hangburger="wrapper"] .hamb_social_wrpr {
    width: 50vw;
    max-width: 50vw;
    left: -50vw;
  }
}
@media (max-width: 576px) {
  [data-hangburger="wrapper"] .hamb_social_wrpr {
    width: 85vw;
    max-width: 85vw;
    left: -85vw;
  }
}
[data-hangburger="wrapper"].active .hamb_social_wrpr {
  left: 0;
}
[data-hangburger="wrapper"] .hamb_social_wrpr .title_01 {
  display: none;
}
[data-hangburger="wrapper"] .hamb_social_wrpr .loopbox {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 0;
}
.gd_label_error_2 label.error {
  font-size: 12px;
  line-height: 12px;
  right: 15px;
}
header {
  z-index: 160;
  position: fixed;
  transition: 0.3s all ease-in-out;
  top: 0;
  left: 0;
}
.custom_border_line::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background-color: #bebebe;
  float: none;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.color_pattern:nth-child(1) {
  background-color: #3b5998;
}
.color_pattern:nth-child(2) {
  background-color: #1cb7eb;
}
.color_pattern:nth-child(3) {
  background-color: #df4375;
}
.color_pattern:nth-child(4) {
  background-color: #0077b5;
}
.color_pattern:nth-child(5) {
  background-color: #0bbf41;
}
.color_pattern:nth-child(6) {
  background-color: #cb2026;
}
.custom_postn_img_wrpr {
  pointer-events: none;
  z-index: 1;
}
.custom_postn_img {
  width: 6vw;
  position: absolute;
  left: 40%;
  top: 12%;
}
.custom_postn_img img {
  width: 100%;
}
.widget_87 .custom_postn_img {
  width: auto;
  position: absolute;
  left: 0%;
  top: auto;
  bottom: 0;
  z-index: -1;
}
.custom_postn_img1 {
  width: auto;
  position: absolute;
  left: 0%;
  top: auto;
  bottom: 0;
}
@media (max-width: 1024px) {
  .custom_postn_img1 {
    display: none;
  }
}
.widget_86 .custom_postn_img_wrpr .custom_postn_img1 {
  width: auto;
  position: absolute;
  left: -2%;
  top: auto;
  bottom: 0;
  z-index: -1;
}
/*ajith*/
.custom_postn_img3 {
  width: auto;
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 99;
}
@media (max-width: 1024px) {
  .custom_postn_img3 {
    width: 40%;
    top: 14%;
  }
}
@media (min-width: 1920px) {
  .custom_postn_img3 {
    right: 8%;
    top: 8%;
  }
}
/*ajith*/
.circlr_shape {
  position: relative;
}
.circlr_shape::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  left: auto;
  right: 40px;
  top: -40px;
  bottom: 0;
  background-color: #ec1c24;
  background-image: url(../images/about.png);
}

.circlr_size::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 15px;
  
  top: -15px;
  bottom: 0;
  background-color: #ec1c24;
  
}
.whatspp_footer {
  width: 17px;
  height: 15px;
  background-color: transparent;
  background-image: url(../images/icons/whatsapp.svg);
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  background-size: 15px;
}
.backto_top_size {
  background-color: #ec1c24;
}
.anim_wrapper {
  position: absolute;
  bottom: 0;
  right: 30vw;
}
@media (max-width: 1024px) {
  .anim_wrapper.anim_outer_wrapper_00 {
    transform: scale(0.5);
  }
}
@media (max-width: 1024px) {
  .anim_wrapper {
    opacity: 0;
  }
}
.anim_wrapper .anim_line_01 {
  position: absolute;
  right: 0;
  top: -25px;
}
.anim_wrapper .anim_line_01 svg line {
  stroke-dasharray: 97.12878418px;
  stroke-dashoffset: 97.12878418px;
  transition: 2s all ease;
}
.anim_wrapper .anim_line_02 svg path {
  stroke-dasharray: 212.72047424px;
  stroke-dashoffset: 212.72047424px;
  transition: 2s all ease;
}
.anim_wrapper.active .anim_line_01 svg line {
  stroke-dashoffset: 0 !important;
}
.anim_wrapper.active .anim_line_02 svg path {
  stroke-dashoffset: calc(212.72047424px * 2);
}
.anim_wrapper.anim_outer_wrapper_01 {
  bottom: auto;
  right: auto;
  top: 6vw;
  left: 31vw;
}
@media (max-width: 1200px) {
  .anim_wrapper.anim_outer_wrapper_01 {
    bottom: auto;
    right: auto;
    top: -1vw;
    left: 28vw;
  }
}
.anim_wrapper.anim_outer_wrapper_01 .anim_line_01 svg line {
  stroke-dasharray: 58.46929169px;
  stroke-dashoffset: 58.46929169px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_01 .anim_line_02 svg line {
  stroke-dasharray: 128.05276489px;
  stroke-dashoffset: 128.05276489px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_01.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_01.active .anim_line_02 svg line {
  stroke-dashoffset: calc(128.05276489px * 2);
}
.anim_wrapper.anim_outer_wrapper_02 {
  bottom: 5vw;
  right: 38vw;
  top: auto;
  left: auto;
}
.anim_wrapper.anim_outer_wrapper_02 .anim_line_01 svg line {
  stroke-dasharray: 58.46929169px;
  stroke-dashoffset: 58.46929169px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_02 .anim_line_02 svg line {
  stroke-dasharray: 128.05276489px;
  stroke-dashoffset: 128.05276489px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_02.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_02.active .anim_line_02 svg line {
  stroke-dashoffset: calc(128.05276489px * 2);
}
.anim_wrapper.anim_outer_wrapper_03 {
  bottom: 5vw;
  right: 4vw;
  top: auto;
  left: auto;
}
.anim_wrapper.anim_outer_wrapper_03 .anim_line_01 svg line {
  stroke-dasharray: 58.46929169px;
  stroke-dashoffset: 58.46929169px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_03 .anim_line_02 svg line {
  stroke-dasharray: 128.05276489px;
  stroke-dashoffset: 128.05276489px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_03.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_03.active .anim_line_02 svg line {
  stroke-dashoffset: calc(128.05276489px * 2);
}
.anim_wrapper.anim_outer_wrapper_04 {
  bottom: 1px;
  right: auto;
  top: auto;
  left: -73px;
}
.anim_wrapper.anim_outer_wrapper_04 .anim_line_01 svg line {
  stroke-dasharray: 31.07450676px;
  stroke-dashoffset: 31.07450676px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_04 .anim_line_02 svg line {
  stroke-dasharray: 68.0544281px;
  stroke-dashoffset: 68.0544281px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_04.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_04.active .anim_line_02 svg line {
  stroke-dashoffset: calc(68.0544281px * 2);
}
.anim_wrapper.anim_outer_wrapper_05 {
  bottom: auto;
  right: 4vw;
  top: 4vw;
  left: auto;
}
.anim_wrapper.anim_outer_wrapper_05 .anim_line_01 svg line {
  stroke-dasharray: 31.07450676px;
  stroke-dashoffset: 31.07450676px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_05 .anim_line_02 svg line {
  stroke-dasharray: 68.0544281px;
  stroke-dashoffset: 68.0544281px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_05.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_05.active .anim_line_02 svg line {
  stroke-dashoffset: calc(68.0544281px * 2);
}
.anim_wrapper.anim_outer_wrapper_06 {
  bottom: 5vw;
  right: 18vw;
  top: auto;
  left: auto;
}
.anim_wrapper.anim_outer_wrapper_06 .anim_line_01 svg line {
  stroke-dasharray: 58.46929169px;
  stroke-dashoffset: 58.46929169px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_06 .anim_line_02 svg line {
  stroke-dasharray: 128.05276489px;
  stroke-dashoffset: 128.05276489px;
  transition: 2s all ease;
}
.anim_wrapper.anim_outer_wrapper_06.active .anim_line_01 svg line {
  stroke-dashoffset: calc(0);
}
.anim_wrapper.anim_outer_wrapper_06.active .anim_line_02 svg line {
  stroke-dashoffset: calc(128.05276489px * 2);
}
.mCSB_container {
  margin-right: 5px !important;
}
.mCSB_scrollTools {
  width: 2px;
}
.widget_54 .gd_popup_closing {
  background: #fa646a;
  background: -moz-linear-gradient(left, #fa646a 0%, #4043d5 100%);
  background: -webkit-linear-gradient(left, #fa646a 0%, #4043d5 100%);
  background: linear-gradient(to right, #fa646a 0%, #4043d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa646a', endColorstr='#4043d5', GradientType=1);
  color: #fff;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: -1em;
  right: -1em;
}
.widget_54 .custom_popup_size .gd_popup_inner {
  width: 45%;
  min-height: 50vh;
}
@media (max-width: 1024px) {
  .widget_54 .custom_popup_size .gd_popup_inner {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .widget_54 .custom_popup_size .gd_popup_inner {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .widget_54 .custom_popup_size .gd_popup_inner {
    width: 90%;
  }
}
.widget_54 .custom_popup_size .gd_popup_inner .gd_popup_container {
  max-height: calc(100vh - 50px);
  min-height: 50vh;
}
.thoughticon {
  color: #d65367;
  transform: rotate(180deg);
}
.custom_form_wrpr {
  display: none;
}
.custom_form_wrpr.active {
  display: block;
}
/* Alvin CSS */
/* .date_input {
    position: relative;
}

.date_input input[type=date] {
    background: transparent;
    border: none;
    color: transparent;
    width: 13%;
    cursor: pointer;
}

.date_input input[type=date]:focus {
    outline: none;
}

.date_input_hide {
    z-index: -1;
    position: absolute;
    left: 0;
}

.date_input input[type=date]:hover+.date_input_hide {
    color: #2e3191;
} */
.date_cust {
  outline: none;
  border: none;
  color: #2e3191;
  cursor: pointer;
}
.date_cust::placeholder {
  color: #2e3191;
  opacity: 1;
}
.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ckmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #2e3191;
}
.radio_container input:checked ~ .ckmark {
  background-color: #2e3191;
}
.radio_container:after {
  content: " ";
  position: absolute;
  display: none;
}
.radio_container input:checked ~ .ckmark:after {
  content: " ";
  display: block;
}
.radio_container .ckmark:after {
  position: absolute;
  content: " ";
  left: 4px;
  top: 0px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v53/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* Alvin CSS */
.dtp-date-view header {
  z-index: auto;
  position: relative;
  transition: 0.3s all ease-in-out;
  top: auto;
  left: auto;
}
@media (max-width: 768px) {
  .custom_postn_img {
    width: 10vw;
    left: 20%;
  }
}
.custom_widget_1 .owl-stage {
  display: flex;
}
.custom_widget_1 .owl-item {
  display: flex;
  flex: 1;
}
