/* Common CSS Start */
@import url("custom_fonts/stylesheet.css");

*::before,
*::after,
.btn,
.animate,
a,
.owl-theme .owl-dots .owl-dot span,
.form-control,
img {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

* {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

html,
body {
  font-size: 14px;
  margin: 0 !important;
  font-family: 'Poppins';
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #000;
}

a,
a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

a:visited {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand';
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.btn:focus {
  color: #fff;
}

.modal-dialog {
  width: 450px;
  margin: 0 auto;
}

.white {
  color: #fff;
  opacity: 1 !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #1d9db7c9;
  outline: 1px solid #1d9db7;
}

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

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

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

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

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

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

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

.pb-210 {
  padding-bottom: 210px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.relative {
  position: relative;
}

.back-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-fix {
  background-attachment: fixed;
  background-position: initial;
}

.wt-100 {
  width: 100%;
}

.comm-head {
  font-size: 45px;
  color: #000;
}

.thm-btn {
  background-color: #1d9db7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 45px;
  border-radius: 30px;
  -webkit-box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
}

.thm-btn:visited {
  color: #fff;
}

.thm-btn:hover {
  background-color: #fff;
  color: #1d9db7;
}

/* Common CSS End */

/* Header CSS Start */
body:not(.home) #header .navbar.navbar-default {
  background-color: #fff !important;
  /* margin-bottom: 40px; */
}

#header .navbar.navbar-default {
  min-height: auto;
  background-color: #e8f5f8;
  border: unset;
  padding-top: 30px;
  margin-bottom: 0em;
}

#header .navbar-brand {
  height: auto;
}

#header .navbar-default .navbar-nav>li>a {
  font-size: 14px;
  color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
}

.select_country {
  /* margin: 22px 30px 0 30px; */
  margin: 22px 0 0 30px;
}

.select_country #country_list {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 88px;
  background-color: unset;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.select_country #country_list option {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: unset;
}

.select_country #country_list:focus,
.select_country #country_list option:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
}

/* menu start*/
.ham_menu {
  margin-left: 30px;
}

.ham_menu img {
  margin-top: 22px;
  cursor: pointer;
}

.ham_menu img:hover {
  opacity: 0.6;
}

.overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #bae3ee;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 17%;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Quicksand';
  color: #000;
  opacity: 1;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #232323));
  background: -o-linear-gradient(left, #fff, #fff 50%, #232323 50%);
  background: linear-gradient(to right, #fff, #fff 50%, #232323 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
  text-decoration: none;
}

.overlay a sup {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #232323));
  background: -o-linear-gradient(left, #fff, #fff 50%, #232323 50%);
  background: linear-gradient(to right, #fff, #fff 50%, #232323 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}

.overlay a:hover,
.overlay a:hover sup {
  opacity: 1;
  background-position: 0 100%;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 35px;
  color: #000;
}

.overlay .closebtn:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.6;
  color: #000;
}

/* menu end */
/* Header CSS End */

/* Home Page CSS Start */
.banner_section {
  padding: 40px 0 85px 0;
  ;
}

.banner_section:before {
  content: "";
  background-color: #e8f5f8;
  -webkit-clip-path: polygon(0 0, 100% 0, 132% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 132% 0, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner_section h2.comm-head {
  margin-bottom: 68px;
}

.row.fl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.banner_section .row.fl_row .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  height: 100%;
}

.banner_section .row .item .row .col-md-12 a.thm-btn {
  margin-left: 2px;
  margin-bottom: 2px;
}

#banner-video {
  border: 20px solid transparent;
  padding: 0 0 0 5px;
  border-top: unset;
  border-right: unset;
  -o-border-image: url(../images/home-page/border.png) 20;
  border-image: url(../images/home-page/border.png) 20;
}

.features_slide .features_slider .item {
  text-align: center;
}

.features_slide .features_slider .item h2 {
  font-size: 45px;
}

.features_slide .slider-dots .owl-dots {
  padding-top: 40px;
}

.slider-dots .owl-dots .owl-dot span {
  background-color: #a5d8e3 !important;
  width: 8px !important;
  height: 8px !important;
}

.slider-dots .owl-dots .owl-dot.active span,
.slider-dots .owl-dots .owl-dot:hover span {
  background-color: #1e9eb8 !important;
}

.complius_section {}

.complius_section:before {
  content: "";
  background-color: #e8f5f8;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.complius_section .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}


.complius_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: 100%;
}

.complius_icon {}

.complius_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 100px;
  margin-left: -30px;
}

.icon_number {
  font-size: 26px;
  color: #000;
}

.icon_heading {
  font-size: 34px;
  color: #0c0b0b;
  font-weight: 400;
}

.icon_para {
  font-size: 15px;
  color: #000;
}

.core_section {}

.core_section:after {}

.list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list_icon {
  margin-right: 20px;
}

.list_icon img {
  width: 48px;
  height: auto;
}

.list_desc .icon_heading {
  margin-bottom: 20px;
}

.core_section .list_desc .icon_heading {
  min-height: 150px;
}

.counter_section {}

.counter_section:before {
  content: "";
  background-color: #e8f5f8;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 48%, 0 100%, 0 52%);
  clip-path: polygon(100% 0, 100% 48%, 0 100%, 0 52%);
  -webkit-transform: scale(1.5) rotate(-3deg);
  -ms-transform: scale(1.5) rotate(-3deg);
  transform: scale(1.5) rotate(-3deg);
  top: -66px;
}

.ys-counter h1 {
  font-size: 55px;
  color: #000;
}

.ys-counter h1 span {
  display: inline-block;
  margin-left: 20px;
}

.ys-counter p {
  font-size: 15px;
  color: #000;
  margin-left: 20px;
}

.ys-counter .ys-counter-data h1 span:after {
  content: "+";
}

.ys-counter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ys-counter .row .col-md-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.ys-counter-data h1 span:before {
  content: "";
  background: #1e9eb8;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  border: #83c9d8 solid 2px;
  border-radius: 10px;
}

.sectors_section {}

.sectors_section .list_box {
  margin-bottom: 85px;
}

.sectors_section .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.sectors_section .row:nth-child(2) .col-lg-4 {
  width: 25%;
}

.three_one_section {}

.three_one_section:before {
  content: "";
  background: #e8f5f8;
  width: 100%;
  height: 100%;
  top: -270px;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, -28% 75%);
  clip-path: polygon(0 0, 100% 28%, 100% 100%, -28% 75%);
}

.testimonial_section {}

.testimonial_img {}

.testimonial_content {
  padding: 50px 60px;
}

.testimonial_content h5 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  margin-bottom: 40px;
}

.testimonial_content p {
  font-size: 15px;
  color: #000;
}

.testimonial_slider .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial_slider .item .row .col-md-5 {
  padding: 0;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.testimonial_slider .item .row .col-md-7 {
  background-color: #ededed;
  padding: 0;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.slider-nav-top.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  padding-bottom: 20px;
}

.slider-nav-bottom.owl-theme .owl-nav {
  position: absolute;
  left: 0;
}

.slider-nav-top.owl-theme .owl-nav [class*=owl-],
.slider-nav-bottom.owl-theme .owl-nav [class*=owl-] {
  background-color: #4bb1c6;
  padding: 4px 14px;
  margin: 0.1px;
  border-radius: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.slider-nav-top.owl-theme .owl-nav [class*=owl-]:hover,
.slider-nav-bottom.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #1e9eb8;
}

.clients_section {}

.client_box {
  background-color: #d8e4e6;
  text-align: center;
  padding: 15px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_box img {
  width: auto !important;
  margin: 0 auto;
  filter: grayscale(1);
}

.client_box:hover img {
  filter: grayscale(0);
}

.casestudy_section {}

.case_study_box {}

.case_study_img {}

.case_study_desc {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}

.case_study_desc h5 {
  font-size: 25px;
  color: #fff;
}

.case_study_desc a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  opacity: 0.8;
  margin-top: 7px;
}

.case_study_desc a:hover {
  opacity: 1;
}

.faqs_section {}

.faqs_section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faqs_section .row .col-lg-4 {
  min-height: 220px;
}

.faqs_section .row .col-lg-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faqs_section .row .col-lg-3 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.faqs_section .question {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}

.faqs_section .answer {
  font-size: 15px;
  color: #000;
  opacity: 0.7;
}

.about_section {}

.about_section:before {
  content: "";
  background: #e8f5f8;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 86%, 0 100%);
  clip-path: polygon(100% 100%, 100% 0, 0 86%, 0 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.about_section p {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* Home Page CSS End */

/* Coming Soon Page Start */
.coming_soon_section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.coming_soon_section:before {
  content: "";
  -webkit-clip-path: polygon(0 17%, 100% 71%, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 71%, 100% 100%, 0% 100%);
  background-color: #e8f5f8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#siderbar {
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

#siderbar ul li a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 1px 1px 15px 0 #00000054;
  box-shadow: 1px 1px 15px 0 #00000054;
}

#siderbar ul li a:hover {
  opacity: 0.8;
}

.coming_soon_section p {
  margin-bottom: 40px;
  margin-top: 10px;
}

.coming_soon_section form input {
  width: 360px;
  text-align: center;
  background-color: transparent;
  margin: 0 auto 20px auto;
  border: none;
  border-bottom: rgba(0, 0, 0, 0.55) solid thin;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 0;
}

.coming_soon_section form input:focus {
  text-align: center;
  border-color: rgba(0, 0, 0, 1);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #000;
  border-radius: 0;
  text-align: center !important;
}

.coming_soon_section form input::placeholder {
  color: #000;
  opacity: 0.55;
  text-align: center !important;
}

.coming_soon_section form button {
  margin-top: 10px;
}

.form-btn {
  border: none;
}

/* Coming Soon Page End */

/* Complius Page CSS Start */
.sidebar {
  position: fixed;
  right: -142px;
  -webkit-transform: translate(0, -50%) rotate(270deg);
  -ms-transform: translate(0, -50%) rotate(270deg);
  transform: translate(0, -50%) rotate(270deg);
  top: 50%;
  z-index: 2;
}

.modal_btn {
  background-color: #1d9db7;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit;
  -webkit-box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
}

.modal_btn:hover {
  background-color: #fff;
  color: #1d9db7 !important;
}

.modal_layout.modal {}

.modal_layout .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.modal_layout .modal-dialog .modal-content {
  background-color: #fff;
}

.modal_layout .modal-dialog .modal-content {}

.modal_form input,
.modal_form textarea,
.modal_form input::placeholder,
.modal_form textarea::placeholder {
  color: #000 !important;
  border-bottom-color: #000 !important;
  opacity: 0.6 !important;
}

.modal_form input:focus,
.modal_form textarea:focus {
  color: #000 !important;
  border-bottom-color: #000 !important;
  opacity: 1 !important;
}

.pg_banner_section {
  padding-top: 50px;
}

.pg_banner_section .row.fl_row .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.pg_banner_section .row.fl_row .col-lg-6 .thm-btn {
  margin-top: 40px;
  display: inline-block;
}

.about_complius {}

.about_complius:before {
  content: "";
  background: #e8f5f8;
  position: absolute;
  display: block;
  top: 23px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
  -webkit-transform: scale(1.4) rotate(5deg);
  -ms-transform: scale(1.4) rotate(5deg);
  transform: scale(1.4) rotate(5deg);
  overflow: hidden;
  z-index: -1;
}

.about_complius h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.rd_more {
  display: inline-block;
  color: #000;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 40px;
  padding-bottom: 3px;
}

a.collapse_rd_more[aria-expanded="false"]:before {
  content: "Read More";
  display: block;
}

a.collapse_rd_more[aria-expanded="true"]:before {
  content: "Read Less";
  display: block;
}


.rd_more:hover {
  color: #000;
  opacity: 0.7;
}

.rd_more:after {
  content: "";
  display: block;
  border-bottom: #bcc7cb solid 3px;
  width: 100%;
}

.rd_more:hover::after {
  content: "";
  width: 0;
  visibility: hidden;
}

.complius_pg_complius_section:before {
  content: unset;
}

.complius_pg_sectors_section:before {
  content: "";
  background-color: #e8f5f8;
  position: absolute;
  top: -135px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.75) rotate(-4deg);
  -ms-transform: scale(1.75) rotate(-4deg);
  transform: scale(1.75) rotate(-4deg);
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  z-index: -1;
}

.complius_pg_core_section {}

.complius_pg_core_section .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.complius_pg_core_section .list_box {
  margin-bottom: 90px;
}

.complius_pg_core_section .col-lg-3:nth-child(9) .list_box,
.complius_pg_core_section .col-lg-3:nth-child(10) .list_box,
.complius_pg_core_section .col-lg-3:nth-child(11) .list_box,
.complius_pg_core_section .col-lg-3:nth-child(12) .list_box {
  margin-bottom: 0;
}

.complius_pg_core_section .list_icon:before {
  content: "";
  background: #1e9eb8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: #8ecedb solid 3px;
  margin-top: 5px;
}

.complius_pg_core_section .list_icon img {
  display: none;
}

.complius_pg_core_section .icon_heading {
  font-size: 26px;
  min-height: unset !important;
}

.plans_section {}

.plans_box {
  background-color: #ededed;
  padding: 40px 40px 80px 40px;
}

.plans_box h2 {
  margin-bottom: 50px;
  color: #0c0b0b;
}

.plan_title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.plan_subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}

ul.plans_ul {
  padding-left: 15px;
}

ul.plans_ul li {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
  list-style-image: url('../images/complius-page/check-circle.png');
}


ul.plans_ul li:last-child {
  margin-bottom: 0;
}

/* ul.plans_ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  background-color: #1d9db7;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 25px;
  padding: 3px;
  margin-right: 10px;
  vertical-align: middle;
} */

.price_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  z-index: 2;
}

.complius_pg_three_one_section:before {
  content: none;
}

.complius_pg_faqs_section:before {
  content: "";
  background: #e8f5f8;
  -webkit-clip-path: polygon(100% 100%, 100% 20%, 0 80%, 0 100%);
  clip-path: polygon(100% 100%, 100% 20%, 0 80%, 0 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

/* Complius Page CSS End */

/* Blog Listing Page CSS Start */
.blogs_listing_section {}

.blogs_listing_section:before {
  content: "";
  background: #e8f5f8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  -webkit-transform: scale(1.1)rotate(-10deg);
  -ms-transform: scale(1.1)rotate(-10deg);
  transform: scale(1.1)rotate(-10deg);
  -webkit-clip-path: polygon(0 0%, 100% 54%, 100% 100%, 0 46%);
  clip-path: polygon(0 0%, 100% 54%, 100% 100%, 0 46%);
  z-index: -1;
}

.blog_list {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: rgba(0, 0, 0, 0.5) solid thin;
}

.blog_list:last-child {
  margin-bottom: 0;
}

.blog_list .publish_date {
  color: #000;
  opacity: 0.6;
  margin-bottom: 20px;
}

.blog_list h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog_list .summary,
.blog_list p {
  color: #000;
  opacity: 0.7;
}


.blog_list a {
  color: #219ab7;
  font-weight: 500;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  margin-top: 30px;
  display: inline-block;
}

.blog_list a:hover {
  opacity: 0.6;
}

.blog_list a:focus {
  color: #219ab7;
  opacity: 0.6;
}

.blog_sidebar {
  display: none;
}

.search_form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.search_form input {
  background-color: #219ab7;
  color: #fff;
  padding: 0 50px;
  min-height: 50px;
  border: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.search_form input:focus,
.search_form input::placeholder {
  color: #fff;
  box-shadow: unset;
  border: none;
}

.search_form input:focus {
  border: none;
}

.search_form button {
  padding: 0 50px;
  border-radius: 0;
  background-color: #219ab7;
  color: #fff;
  border: none;
  margin-left: -1px;
}

.search_form button:hover {
  background: #e8f5f8;
  color: #219ab7;
}

.blog_categories {
  background-color: #d3e7ed;
  padding: 50px;
}

.blog_categories h3 {
  font-size: 25px;
  color: #000;
  margin-bottom: 40px;
}

.blog_categories ul li {
  margin-bottom: 20px;
}

.blog_categories ul li a {
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.blog_categories ul li a:hover {
  opacity: 0.6;
}

.blog_categories ul li:last-child {
  margin-bottom: 0;
}

.pagination_nav .pagination {
  margin: 0;
}

.pagination_nav .pagination .page-item .page-link {
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  color: #000;
  opacity: 0.5;
  border: none;
}

.pagination_nav .pagination .page-item:first-child .page-link {
  padding-left: 0;
}

.pagination_nav .pagination .page-item.active .page-link {
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.blog_btm_patch {
  padding: 250px 0 0;
}

.blog_btm_patch:before {
  content: "";
  background: #e8f5f8;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
}

/* Blog Listing Page CSS End */

/* Blog Details Page CSS Start */
.blogs_details_section {}

.blogs_details_section:before {
  content: "";
  background-color: #e8f5f8;
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
  -webkit-transform: scale(1.2) rotate(-30deg);
  -ms-transform: scale(1.2) rotate(-30deg);
  transform: scale(1.2) rotate(-30deg);
  z-index: -1;
}

.breadcrumbs {
  color: #000;
  margin-bottom: 30px;
}

.breadcrumbs span {
  margin: 0 10px;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:last-child {
  display: none;
}

.breadcrumbs a:hover {
  color: #000;
  opacity: 0.6;
}

.blogs_details_section .publish_date {
  color: #000;
  opacity: 0.6;
  margin-bottom: 25px;
}

.blog_content_wrapper {}

.blog_detail_img:after {
  content: "";
  display: block;
  width: 40%;
  margin-bottom: 30px;
  border: 45px solid transparent;
  padding: 0 0 10px 0;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  -o-border-image: url(../images/blog-detail-page/blog-detail-border.png) 45;
  border-image: url(../images/blog-detail-page/blog-detail-border.png) 45;
}

.blog_content {
  margin-bottom: 50px;
}

.blog_content:last-child {
  margin-bottom: 0;
}

.blog_content h3 {
  font-size: 30px;
}

.blog_content h4 {
  font-size: 25px;
}

.blog_content h5 {
  font-size: 22px;
}

.blog_content h6 {
  font-size: 19px;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
  color: #000;
  opacity: 0.7;
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog_content p {
  color: #000;
  opacity: 0.7;
  margin-bottom: 10px;
}

.blog_content p:last-child {
  margin-bottom: 0;
}

.blog_content a {
  color: blue;
}

.blog_content a:hover {
  color: blue;
  opacity: 0.7;
}

.blog_content ul li {
  color: #000;
  opacity: 0.7;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}

.blog_content ul {
  margin-bottom: 20px;
}

.blog_content ul li:last-child {
  margin-bottom: 0;
}

.blog_content ul li ul li {
  opacity: 1 !important;
}

.blog_content ul li ul {
  margin-top: 15px;
  margin-left: 20px;
}

.backward_link a {
  display: inline-block;
  color: #219ab7;
  font-weight: 500;
}

.backward_link a:hover {
  opacity: 0.7;
}

/* Blog Details Page CSS End */

/* Thank You Page CSS Start */
.thank_you_section {
  text-align: center;
}

.thank_you_section h2 {
  font-weight: 700;
}

.thank_you_section p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

section.thank_you_section:after {
  content: "";
  background: #e8f5f8;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Thank You Page CSS End */

/* Checklist Page CSS Start */
.checklist_section {}

.checklist_section h3 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.checklist_section h3 sup {
  color: #95c11f;
}

.checklist_section .thm-btn {
  display: inline-block;
  margin-top: 40px;
}

.checklist_section iframe {
  margin-bottom: 20px;
}

.checklist_section p {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 15px;
}

.checklist_section ul.plans_ul li {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 15px;
}

.checklist_section ul.plans_ul li:last-child {
  margin-bottom: 5px !important;
}

.checklist_section ul.plans_ul li:before {
  font-size: 9px;
}

/* Checklist Page CSS End */

/* VDR Page CSS Start */

.product_img_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.vdr_page_banner_section img {
  width: 60%;
}

.owl-theme.line-dots .owl-dots {
  text-align: left;
}

.owl-theme.line-dots .owl-dots .owl-dot span {
  width: 65px;
  height: 5px;
  background: #bbe2ea;
  border-radius: 0;
}

.owl-theme.line-dots .owl-dots .owl-dot:hover span,
.owl-theme.line-dots .owl-dots .owl-dot.active span {
  background: #1e9eb8;
}

.owl-theme.line-dots .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.vdr_about_complius:before {
  -webkit-transform: scale(1.56) rotate(5deg);
  -ms-transform: scale(1.56) rotate(5deg);
  transform: scale(1.56) rotate(5deg);
}

.vdr_pg_complius_section .complius_box {
  margin-bottom: 0;
}

.vdr_pg_core_section .list_box {
  margin-bottom: 0;
}

.vdr_pg_faqs_section:before {
  content: "";
  background-color: #e8f5f8;
  position: absolute;
  top: -107px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.1) rotate(-5deg);
  -ms-transform: scale(2.1) rotate(-5deg);
  transform: scale(2.1) rotate(-5deg);
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  z-index: -1;
}

/* VDR Page CSS End */

/* About Us Page CSS Start */

.about_page_banner_section img {
  width: auto;
}

.about_pg_about_section:before {
  content: none;
}

.about_pg_team_section:before {
  content: "";
  background: #e8f5f8;
  -webkit-clip-path: polygon(100% 100%, 100% 63%, 0 90%, 0 100%);
  clip-path: polygon(100% 100%, 100% 63%, 0 90%, 0 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.about_pg_team_section .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.about_pg_team_section figure {
  margin-bottom: 100px;
}

.about_pg_team_section .row .col-lg-4:nth-child(4) figure,
.about_pg_team_section .row .col-lg-4:nth-child(5) figure,
.about_pg_team_section .row .col-lg-4:nth-child(6) figure {
  margin-bottom: 0;
}

.about_pg_team_section img {
  display: inline-block;
  margin-bottom: 30px;
}

.about_pg_team_section figure .member_name {
  font-size: 25px;
  color: #000;
}

.about_pg_team_section figure .member_designation {
  font-size: 15px;
  color: #000;
  margin-bottom: 25px;
}

.about_pg_team_section figure .member_desc {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 25px;
}

.about_pg_team_section figure .collapse p {
  color: #000;
  opacity: 0.8;
}

.about_pg_team_section figure a.rd_more {
  margin-top: 0;
}

.about_pg_team_section figure a.linked_in {
  display: inline-block;
  margin-left: 20px;
  color: #337ab7;
}

.about_pg_team_section figure a.linked_in:after {
  content: "";
  border-bottom: #bcc7cb solid 3px;
  width: 100%;
  display: block;
}

.about_pg_team_section figure a.linked_in:hover::after {
  content: "";
  width: 0;
  visibility: hidden;
}

.about_pg_team_section figure a.linked_in i {
  font-size: 16px;
}

/* About Us Page CSS End */

/* Contractum Page CSS Start */
.contractum-page .core_section.complius_pg_core_section:before {
  content: "";
  background-color: #e8f5f8;
  position: absolute;
  top: -135px;
  width: 100%;
  height: 88%;
  -webkit-transform: scale(1.75) rotate(-4deg);
  -ms-transform: scale(1.75) rotate(-4deg);
  transform: scale(1.75) rotate(-4deg);
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  z-index: -1;
}

.contractum-page .faq-sec-line {
  margin-top: 50px;
}

/* Contractum Page CSS End */

/* Partner Page CSS Start */
.partner_pg_banner_section:before {
  content: "";
  background: #e8f5f8;
  position: absolute;
  display: block;
  top: 15px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
  -webkit-transform: scale(1.5) rotate(3deg);
  -ms-transform: scale(1.5) rotate(3deg);
  transform: scale(1.5) rotate(3deg);
  overflow: hidden;
}

.partner_pg_banner_section p {
  margin-top: 20px;
}

ul.partner_ul {
  margin-top: 20px;
}

ul.partner_ul li {
  margin-bottom: 20px;
}

ul.partner_ul li span {
  font-size: 25px;
  font-weight: 300;
  color: #000;
  vertical-align: middle;
}

ul.partner_ul li:last-child {
  margin-bottom: 0;
}

ul.partner_ul li img {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}

.partner_pg_become_partner h2.comm-head {
  font-size: 25px;
  color: #000;
}

form.partner_form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.partner_form input,
.partner_form textarea,
.partner_form input::placeholder,
.partner_form textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.partner_form button.btn.btn-default {
  width: 320px;
  margin-top: 50px;
}

.call_to_action {
  font-size: 25px;
  color: #000;
}

.partner_pg_about_complius:before {
  content: "";
  background: #e8f5f8;
  position: absolute;
  display: block;
  top: 156px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
  -webkit-transform: scale(1.82) rotate(-3deg);
  -ms-transform: scale(1.82) rotate(-3deg);
  transform: scale(1.82) rotate(-3deg);
  overflow: hidden;
}

.partner_pg_faqs_section:before {
  content: unset;
}

/* Partner Page CSS End */

/* Privacy Page CSS Start */
.privacy_page {
  padding: 50px 0;
}


.privacy_page_content {
  background-color: #f0f0f0;
  padding: 50px;
}

.privacy_page_content h3 {
  font-size: 20px;
  font-weight: 600;
}

.privacy_page_content h3,
.privacy_page_content p {
  margin-bottom: 20px;
}

ul.privacy_ul li {
  list-style-type: upper-roman;
  margin-bottom: 20px;
}

ul.privacy_ul li span {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

ul.privacy_ul li ul {
  margin-top: 15px;
}

ul.privacy_ul li ul li {
  list-style-type: upper-alpha;
  margin-bottom: 10px;

}

ul.privacy_ul li ul,
ul.privacy_ul li ul li ul {
  margin-left: 30px;
  margin-bottom: 15px;
}

ul.privacy_ul li ul li ul li {
  list-style-type: disc;
}

.privacy_page_content table {
  width: 100%;
}

.privacy_page_content table tr td {
  border: #000 solid thin;
  padding: 10px;
}

/* Privacy Page CSS End */

/* Contact Page CSS Start */
.contact_pg_banner_section {}

.contact_pg_banner_section::before {
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 50%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 50%, 0 100%);
}

.contact_intro {
  margin-top: 50px !important;
  margin-bottom: 70px;
}

.email_details {
  margin-bottom: 50px;
}

.email_details p {
  font-size: 15px;
  color: #000;
}

.email_details p,
.phn_details p {
  margin-bottom: 25px;
}

.email_details h3,
.email_details a,
.phn_details a {
  font-family: 'Poppins';
  font-size: 25px;
  color: #000;
}

.email_details a {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.phn_details a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.email_details a:last-child {
  margin-bottom: 0;
}

.map_section p {
  margin-bottom: 25px;
}

.map_iframe h3 {
  font-family: 'Poppins';
  font-size: 25px;
  color: #000;
  margin-top: 20px;
  line-height: 33px;
}

.map_iframe h3 strong{
  font-weight: 500;
}

.map_iframe iframe {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.email_details a:hover,
.phn_details a:hover {
  opacity: 0.7;
}

/* Contact Page CSS End */


/* FAQ Page CSS Start */
.faq_page:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e8f5f8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 50%, 100% 100%, 0 100%);
}

.faq_title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.faq_page_content {
  background-color: unset;
  padding: 0 !important;
}

.faq_box {
  margin-bottom: 20px;
  border-bottom: #ccc solid 2px;
}

ul.privacy_ul.faq_ul {
  margin-bottom: 20px;
  border-bottom: #ccc solid 2px;
}

.faq_box:last-child {
  border-bottom: unset;
}

.faq_ul {}

ul.faq_ul li {
  font-weight: 600;
  list-style: decimal;
  list-style-position: inside;
}

ul.faq_ul li span.ans {
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

ul.faq_ul li ul li {
  font-weight: normal;
}

/* FAQ Page CSS End */

/* Download Page CSS Start */
.download_pg_banner_section:after {
  content: "";
  background: #e8f5f8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 320px;
  z-index: -1;
  -webkit-transform: scale(3.3) rotate(5deg);
  -ms-transform: scale(3.3) rotate(5deg);
  transform: scale(3.3) rotate(5deg);
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
}

.download_legal_section {
  margin-top: 80px;
}

.main_date {
  font-size: 25px;
  font-weight: 500;
}

.legal_box {
  background-color: #d3ecf2;
  padding: 25px 20px;
  margin-bottom: 130px;
}

.download_legal_section .row .col-lg-6:last-child .legal_box {
  margin-bottom: 0;
}

.legal_date {
  color: rgba(0, 0, 0, 0.4);
}

.legal_title {
  font-size: 25px;
  color: #000;
}

.legal_desc {
  font-size: 15px;
  color: #000;
}

.dwnld {
  font-size: 15px;
  color: #208baf;
  display: inline-block;
  margin-top: 25px;
}

.dwnld:hover {
  color: #208baf;
  opacity: 0.8;
}

.dwnld i {
  color: #208baf;
  margin-right: 8px;
}

/* Download Page CSS End */

/* Case Study Page CSS Start */
.case_study_pg_banner_section:after {
  content: "";
  background: #e8f5f8;
  position: absolute;
  display: block;
  top: 500px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.7) rotate(0);
  -ms-transform: scale(1.7) rotate(0);
  transform: scale(1.7) rotate(0);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
}

.bnr_para {
  margin-top: 30px;
}

.img-100 {
  width: 100% !important;
}


.case_study_lisitng_section:after {
  content: "";
  background: #e8f5f8;
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 97%, 100% 82%, 100% 100%, 0 100%);
  clip-path: polygon(0 97%, 100% 82%, 100% 100%, 0 100%);
}

.case_study_lisitng_section * {
  border: unset !important;
  box-shadow: unset;
}

.case_study_lisitng_section ul.nav-tabs li:first-child {
  padding-left: 0;
}

.case_study_lisitng_section ul.nav-tabs li {
  padding: 0 20px;
}

.case_study_lisitng_section ul.nav-tabs li a {
  color: #000;
  padding: 0;
  background-color: transparent;
}

.case_study_lisitng_section ul.nav-tabs li a:focus {
  background-color: transparent !important;
}

/*.case_study_lisitng_section ul.nav-tabs li:nth-child(2), 
.case_study_lisitng_section ul.nav-tabs li:nth-child(3){
  display: none;
}*/

.case_study_lisitng_section ul.nav-tabs li.active a:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 3px;
  border-bottom: #bac4c6 solid 4px !important;

}

.case_study_lisitng_section ul.nav-tabs li a:hover {
  background-color: transparent;
}

.case_study_lisitng_section ul.nav-tabs li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  background-color: transparent;
  border-bottom: #bac4c6 solid 4px !important;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.case-study-list {}

.case-study-list .tab-pane .panel {
  background-color: transparent;
  margin-bottom: 90px;
}

.case-study-list .tab-pane .panel:last-child {
  margin-bottom: 0;
}

.case-study-list .panel .row.fl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.case-study-list .panel .row.fl_row .col-lg-5 {
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0;
}

.case-study-list .panel .row.fl_row .col-lg-5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-study-list .panel .row.fl_row .col-lg-7 {
  background-color: #1e9eb8;
  padding: 0;
  display: flex;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.case-study-list .panel .row.fl_row .col-lg-7 * {
  color: #fff;
}

.case-study-list .bg_gray {
  background-color: #ededed;
  padding: 50px 50px 0 50px;
}

.case-study-list .list_box {
  margin-bottom: 20px;
  min-height: 70px;
}

.case-study-list .list_icon:before {
  content: "";
  background: #1e9eb8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: #8ecedb solid 3px;
  margin-top: 5px;
}

.casestudy_desc {
  font-size: 25px;
  font-weight: 300;
  color: #000;
}

.adv_row {
  margin-top: 40px;
}

.casestudy_btm_title {
  font-size: 25px;
  font-weight: 300;
  color: #000;
}

ul.casestudy_ul {
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 15px;
  padding-right: 30px;
}

ul.casestudy_ul_ul {
  margin-top: 10px;
  margin-left: 15px;
}

ul.casestudy_ul_ul li,
ul.casestudy_ul li {
  list-style: none !important;
}

ul.casestudy_ul_ul li:before,
ul.casestudy_ul li:before {
  content: "-";
  margin-right: 7px;
  margin-left: -15px;
}

ul.casestudy_ul li {
  /* list-style: disc; */
  list-style-position: outside;
  margin-bottom: 10px;
}

.case_study_lisitng_section .list_desc .icon_heading {
  margin-bottom: 0;
}

/* Case Study Page CSS End */

/* Footer CSS Start */
footer#footer {
  background-color: #0c0b0b;
  padding: 100px 0;
  position: relative;
}
/*singapur section homepage start*/

.section-block {
  background: rgba(234,245,247,1);
  max-width: 925px;
  margin: auto ;
  border-radius: 12px;
  padding: 30px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px !important;
  border-radius: 12px;
}
.section-block .section-left {
  flex: 1;
  margin-right: 50px;
}
.section-left h3 {
  color: rgba(16,45,71,1);
  font-family: "Quicksand";
  font-weight: Bold;
  font-size: 26px;
  margin: 0 0 34px;
}
.section-left p {
  color: rgba(16,45,71,1);
  font-family: Poppins;
  font-size: 15px;
  text-align: left;
  opacity: 0.69;
}
.section-block .section-right {
  flex: 0 0 395px;
  max-width: 100%;
  background-color: #4b9bb4;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  min-height: 273px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-right h2 {
  color: rgba(255,255,255,1);
  font-family: Quicksand;
  font-weight: Bold;
  font-size: 40px;
  margin: 0 0 30px;
}
.section-right .custom-btn {
  width: 146px;
  height: 51px;
  border-radius: 26px;
  border: none;
  background-color: #fff;
  color: rgba(75,155,180,1);
  font-family: "Poppins";
  font-size: 17px;
}
@media (max-width: 859px) {
  .section-block .section-right {
    flex: 0 0 355px;
  }
}
@media (max-width: 767px) {
  .section-block {
    flex-direction: column;
  }
  .section-block .section-left {
    margin: 0 0 40px 0;
  }
  .section-block .section-right {
    flex: unset;
    min-height: 100%;
  }
}
@media (max-width: 576px) {
  .section-right h2 {
    font-size: 34px;
  }
}

/*singapur section homepage end*/
.foot_head {
  font-size: 25px;
  color: #fff;
  margin-bottom: 40px;
}

.contact_form input,
.contact_form textarea,
.contact_form select {
  background-color: transparent;
  border: none;
  border-bottom: rgba(255, 255, 255, 0.15) solid thin;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-bottom: 20px;
  padding-left: 0;
  border-radius: 0;
}

.contact_form select {
  color: #000 !important;
  opacity: 0.6 !important;
  font-weight: 400;
  border-bottom: #000 solid thin !important;
}

.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #fff;
  border-radius: 0;
  border-color: #fff;
  font-weight: 300;
}

.contact_form select:focus {
  color: #000 !important;
  opacity: 1 !important;
  border-bottom: rgba(255, 255, 255, 0.15) solid thin !important;
  border-color: unset !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form_country {
  margin: auto;
}

.form_country select:focus {
  color: #fff !important;
  opacity: 0.15 !important;
}

.form_country select {
  font-size: 15px;
  font-weight: 300;
  color: #fff !important;
  opacity: 0.25 !important;
  border-bottom: #fff solid thin !important;
}

.form_country select option {
  color: #000 !important;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
  font-size: 15px;
  color: #fff !important;
  opacity: 0.15 !important;
  font-weight: 300;
}

.modal_form input::placeholder,
.modal_form textarea::placeholder {
  font-size: 15px;
  color: #000 !important;
  opacity: 0.6 !important;
  font-weight: 300;
}

.contact_form button {
  background-color: #1d9db7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 10px 45px;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -7px 12px 29px 0 rgba(0, 0, 0, 0.24);
}

.contact_form button:hover {
  background-color: #fff;
  color: #1d9db7;
}

form#footer_form .error {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

.modal_form .error {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.contact_details {}

.contact_details p,
.contact_details a.foot_link {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}

.contact_details p span {
  opacity: 0.6;
}

.contact_details p span strong {
  font-weight: 500;
}

.contact_details a.foot_link {
  opacity: 0.6;
  display: inline-block;
  margin-top: 2px;
}

.contact_details a.foot_link:hover {
  opacity: 1 !important;
  color: #fff;
}

.contact_details .foot-title {
  opacity: 1;
  margin-bottom: 45px;
}

.contact_details ul.soc_media {
  margin-top: 12px;
}

.contact_details ul.soc_media li {
  display: inline-block;
  margin-right: 10px;
}

.contact_details ul.soc_media li:last-child {
  margin-right: 0;
}

.contact_details ul.soc_media li a {
  font-size: 15px;
  color: #fff;
}

.contact_details ul.soc_media li a:hover {
  opacity: 0.6;
}

ul.foot_bottom_link {
  margin-top: 110px;
  text-align: right;
}

ul.foot_bottom_link li {
  display: inline-block;
  margin-right: 15px;
}

ul.foot_bottom_link li:last-child {
  margin-right: 0;
}

ul.foot_bottom_link li a {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  opacity: 0.2;
}

ul.foot_bottom_link li a:hover {
  opacity: 1;
}

#copyright {
  margin-top: 40px;
}

#copyright p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

#copyright a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

#copyright a:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

/* Footer CSS End */