/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 5, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 20, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
a:focus {
  text-decoration: none;
}

/* line 28, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 34, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
a,
button {
  color: #1F1F1F;
  outline: medium none;
}

/* line 39, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  color: #1F1F1F;
}

/* line 43, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 52, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 56, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 59, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
}

/* line 68, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
label {
  color: #737373;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 74, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 79, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 84, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 89, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 94, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 99, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 104, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 110, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 114, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 118, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.black-bg {
  background: #020c26 !important;
}

/* line 122, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 125, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.gray-bg {
  background: #f5f5f5;
}

/* line 130, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 136, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 141, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 145, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

/* line 157, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 161, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2C2C2C;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

/* line 173, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay_03 {
  position: relative;
  z-index: 0;
}

/* line 177, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2C2C2C;
  opacity: .6;
  content: '';
  z-index: -1;
}

/* line 190, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.bradcam_overlay {
  position: relative;
  z-index: 0;
}

/* line 194, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

/* line 210, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 214, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}

/* line 282, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.mb-20px {
  margin-bottom: 20px;
}

/* line 286, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 289, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 292, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/theme-default.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 2, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2C2C2C;
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 19, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 31, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
  .section_title p br {
    display: none;
  }
}

/* line 39, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 39, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_section_title.scss */
  .mb-50 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  height:100vh;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  margin: auto;
}

/* line 28, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #5DB2FF;
}

/* line 32, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  margin: 0;
  background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
  color:#fff; 
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  border: 2px solid #0093a3 !important;
  cursor: pointer;
  margin-top: -8.5px;
  position: relative;
  z-index: 99;
  overflow: auto;
  border: none;
  border-radius: 2px;
  padding: 8px 2px 6px 12px;
}
@media (max-width: 767px) {
  .slicknav_btn {
    margin-top: -18px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slicknav_btn {
    margin-top: -35px !important;
  }   
}

/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 0px 20px !important;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0px;
    background: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 15px;
    background: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 25px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 25px 0px;
  }
}

/* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

/* line 56, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
  padding-top:1.3rem !important;
}

.header-area .main-header-area .logo-img img {
  text-align: center;
  width:30% !important;
}
@media (max-width: 767px) {
  /* line 56, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left !important;
    padding:1rem 0;
  }  
  .header-area .main-header-area .logo-img img {
    text-align: left !important;
    width:30% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 56, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left !important;
    padding:1rem 0;
  }
  .header-area .main-header-area .logo-img img {
    text-align: left !important;
    width:18% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 56, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left !important;
    padding:1rem 0;
  }
  .header-area .main-header-area .logo-img img {
    width:50% !important;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  /* line 70, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

/* line 82, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 86, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 86, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

/* line 95, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .search_button a i {
  color: #E8E8E8;
}

/* line 102, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 105, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 109, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 116, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 116, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 116, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

/* line 124, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
  background: #42B3FA;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 124, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

/* line 135, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #4BA8FD;
  color: #fff;
  border: 1px solid #4BA8FD;
}

/* line 143, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: right;
  padding: 32px 0;
  vertical-align: middle;
}

/* line 147, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

/* line 157, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #0093a3;
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 0px 0.6rem;
  font-family: 'Raleway', sans-serif;
  position: relative;
  text-transform: capitalize;
}
.header-area .main-header-area .main-menu ul li a:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  top: 2em;
  border-bottom: 2px solid #56b25f;
  transition: width 0.2s;
}
.header-area .main-header-area .main-menu ul li a:hover {
  color: #fff;
}
.header-area .main-header-area .main-menu ul li a:hover:before {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 157, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 157, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 176, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 176, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 176, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 197, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #56b25f;
}

/* line 202, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li a.active {
  color:#56b25f;
}
/* line 211, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 223, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 225, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 231, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 235, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 240, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 245, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 249, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 255, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  background:#fff;
}

@media (max-width: 767px) {
  /* line 255, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 255, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

/* line 285, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 32px 0;
}

/* line 288, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

/* line 291, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

/* line 297, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area {
  padding: 12px 0;
  background: rgba(44, 44, 44, 0.5);
}

@media (max-width: 767px) {
  /* line 300, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 304, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
}

/* line 308, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #28AE60;
}

/* line 313, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 313, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 319, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 321, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 767px) {
  /* line 321, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/* line 330, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #28AE60;
  margin-right: 7px;
}

/* line 340, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header_bottom_border {
  border-bottom: 1px solid #4B4E50;
  padding-bottom: 22px;
}

/* line 343, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
.header_bottom_border.white_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 767px) {
  /* line 343, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  /* line 343, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none !important;
  }
}

@media (max-width: 767px) {
  /* line 340, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_header.scss */
  .header_bottom_border {
    padding: 0;
    border-bottom: none;
  }
}

/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_bg_1 {
  background: url(../img/banner/1.png);
}

/* line 4, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.png);
}

/* line 8, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider { 
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 8, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: auto;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 620px;
  }
}

/* line 22, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider .phone_thumb {
  position: relative;
  top: 140px;
}

@media (max-width: 767px) {
  /* line 22, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .phone_thumb {
    top: 0px !important;
  }
}
.slider_area .single_slider .phone_thumb img {
    width: 115% !important;
}
@media (max-width: 767px) {
  /* line 28, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .phone_thumb img {
    display:none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 28, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
}

/* line 44, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 74px;
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 52, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

/* line 63, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 44, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 44, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 44, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 55px;
  }
}

/* line 83, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */

@media (max-width: 767px) {
  /* line 83, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 14px !important; 
    margin-bottom: 0px !important;
    line-height: 1.4rem !important;
    margin-top: 0px !important;
  }
}

.slider_area .single_slider .slider_text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 48px;
  margin-top: 16px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 83, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}


/* line 96, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right: 15px;
}

@media (max-width: 767px) {
  /* line 96, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .video_service_btn > a {
    margin-bottom: 20px;
  }
}

/* line 112, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_gallery.scss */
.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 112, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_gallery.scss */
  .mt-50 {
    margin-top: 30px;
  }
}

/* line 118, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_gallery.scss */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 118, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_gallery.scss */
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* line 238, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  /* line 238, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 238, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery {
    padding: 100px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 238, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 238, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery {
    padding: 100px 0;
  }
}

/* line 253, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border {
  border: 1px solid #BABABA;
  padding: 38px 50px;
}

@media (max-width: 767px) {
  /* line 253, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery .Query_border {
    padding: 20px 20px;
  }
}

/* line 259, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border .Query_text {
  text-align: left;
}

/* line 262, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border p {
  font-size: 30px;
  color: #1F1F1F;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 262, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery .Query_border p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 262, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery .Query_border p {
    font-size: 18px;
  }
}

/* line 276, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border .phone_num {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 276, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .forQuery .Query_border .phone_num {
    text-align: center;
  }
}

/* line 281, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border .phone_num a {
  background: #009DFF;
  color: #fff;
  padding: 12px 53px;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  border: 1px solid transparent;
}

/* line 289, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.forQuery .Query_border .phone_num a:hover {
  color: #009DFF;
  border: 1px solid #009DFF;
  background: #fff;
}

/* line 301, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area {
  display: block;
  overflow: hidden;
}

/* line 310, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 310, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .instragram_area .single_instagram {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 310, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
  .instragram_area .single_instagram {
    width: 50%;
  }
}

/* line 322, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram img {
  width: 100%;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 327, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram .ovrelay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

/* line 338, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram .ovrelay a {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  font-size: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 351, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram:hover .ovrelay {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

/* line 356, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.instragram_area .single_instagram:hover img {
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

/* line 367, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
#test-form .white-popup-block .popup_inner .gj-datepicker span {
  color: red;
}

/* line 372, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
#test-form .white-popup-block input {
  width: 100%;
  height: 50px;
}

/* line 379, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.gj-datepicker input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 17px;
  font-size: 12px;
  color: #919191;
  margin-bottom: 20px;
}

/* line 388, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #919191;
  margin-right: 15px;
  top: 16px;
}

/* line 397, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_offers.scss */
.gj-picker-md {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}

/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top {
  padding:5.5rem 0;
  background: #1F1F1F;
}

@media (max-width: 767px) {
  /* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.footer .footer_top .footer_widget .footer_logo img {
  width:60%;
}
@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 45, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #C7C7C7;
}

/* line 48, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 54, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 57, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 63, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 67, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 71, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 79, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #C7C7C7;
  font-size: 13px;
  line-height: 42px;
}

/* line 83, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #C7C7C7;
}
.footer .footer_top .footer_widget ul li a:hover {
  color:#56b25f;
}

/* line 85, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .socail_links ul li a:hover {
  background: #56b25f !important;
}

/* line 91, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 94, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/* line 102, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/* line 107, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #BABABA;
}

/* line 127, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

/* line 130, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 13px;
  color: #C7C7C7;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 141, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}

/* line 146, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 146, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 152, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 155, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #565656;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 41px !important;
}

/* line 168, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #fff !important;
  background: #5DB2FF !important;
}

/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_bg_1 {
  background-image: url(../img/banner/2.png);
}

/* line 4, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam_2.png);
}

/* line 7, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.breadcam_bg_3 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.breadcam_bg_4 {
  background-image: url(../img/banner/bradcam_4.png);
}

/* line 13, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: bottom;
  padding: 140px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  /* line 13, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 120px 0;
  }
}

/* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_area h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;
  text-transform: capitalize;
}
.bradcam_area h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
  .bradcam_area h3 {
    padding-top:2rem;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .bradcam_area h6 {
    font-size: 1.4rem !important;
  }  
}
/* line 45, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 50, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_area p a {
  color: #fff;
}

/* line 52, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.bradcam_area p a:hover {
  color: #fff;
}

/* line 59, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 558px;
}

/* line 66, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 70, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .popup_header {
  background: #F5FBFF;
  padding: 28px 0;
  display: block;
}

/* line 74, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .popup_header h3 {
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 82, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .custom_form {
  padding: 60px 68px;
}

/* line 86, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
}

/* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

/* line 97, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box input:focus {
  outline: none;
}

/* line 101, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box textarea {
  width: 100%;
  border: none;
  margin-top: 112px;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
  height: 55px;
  resize: none;
  margin-bottom: 40px;
}

/* line 112, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box textarea::placeholder {
  color: #919191;
  font-weight: 400;
}

/* line 116, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box textarea:focus {
  outline: none;
}

/* line 120, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 154, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 169, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 178, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 10, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 75, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 353, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 609, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/* line 704, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1071, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1078, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}




/* Index page style css start */

/* typewriter scetion css start */
  .slider_area .single_slider .slider_text {
    padding-top: 100px;
  }
  .slider_area .single_slider .slider_text .typewriter {
    height:auto !important;
    padding:1rem 1.5rem 1rem 0;
  }
  .slider_area .single_slider .slider_text .typewriter h1 { 
    font-family: 'Raleway', sans-serif;
    font-weight:600;
    font-size:2rem;
    color:#fff;
    line-height:2.5rem;
  } 
  @media (max-width: 767px) {
    .slider_area .single_slider .slider_text .typewriter h1 { 
      font-size:1.4rem !important;
      line-height:1.8rem !important;
    }  
    .slider_area .single_slider .slider_text h2 {
      font-size: 3rem !important;
      font-weight: 800;
      margin:0;
      color: #f2f2f2;
    }       
  }
  .slider_area .single_slider .slider_text h2 {
    font-size: 4rem;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    color:#f2f2f2;
  }
  .slider_area .single_slider .slider_text p {
    font-weight: 300 !important;
  }
  .slider_area .single_slider .slider_text .typewriter h1 a { 
    cursor:default;
  }   
  .slider_area .single_slider .slider_text .typewriter h1 a:hover { 
    color:#fff;
  }     
@media (max-width: 767px) {
  /* line 40, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text {
    padding-top: 100px;
  }
}

/* typewriter scetion css end */

/* Service Section Start CSS */

.service-section-main {
  margin:  0;
}
.service-section-main .service-sec-heading {
  padding:9rem 3rem 0 5rem;
}
.service-section-main .service-sec-heading h1 {
  font-size: 3.8rem;
  font-weight:700;
  text-align: left;

  text-transform: uppercase;
  font-family:'Open Sans', sans-serif;
  background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  margin:0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .service-section-main {
    margin: 4rem 0 3rem 0!important;
  }
  .service-section-main .service-sec-heading h1 {
    font-size: 3rem;
    margin:0;
    font-weight:800;
    letter-spacing: 0;
    padding: 0;
  }
  .service-section-main .service-sec-heading {
    padding:0rem 3rem 0 2rem;
  }  
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
  .service-section-main .service-sec-heading {
    padding:1rem 3rem 0 2rem !important;
  }  
  .service-section-main .service-sec-heading h1 {
    font-size: 3rem;
    text-align:center;
    margin:0;
    font-weight:800;
    letter-spacing: 0;
    padding: 0;
  }  
}
.service-section-main .service-sec-img-con-main {
  padding:0 2rem;
}
@media (max-width: 767px) {
  .service-section-main .service-sec-img-con-main {
    margin-top:1rem;
    padding:0 1.3rem !important;
  }  
  .service-section-main .service-sec-img-con {
    transition: all .2s linear;
    margin: 1rem 0 !important;
    border-radius: 10px !important;
    border:none !important;
    padding: 1rem 0 1rem 0 !important;
    box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
  }  
  .service-section-main .service-sec-img-con:hover {
    border-bottom: 0px solid #fff !important;
    box-shadow: 0 !important;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service-section-main .service-sec-img-con-main {
    margin-top:1rem;
    padding:0 2rem !important;
  }  
  .service-section-main .service-sec-img-con {
    transition: all .2s linear;
    margin: 1rem 0 !important;
    border-radius: 10px !important;
    border:1px solid #56b25f;
    padding: 1rem 0 1.3rem 0 !important;
    box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  }  
  .service-section-main .service-sec-img-con:hover {
    border-bottom: 0px solid #fff !important;
    box-shadow: 0 !important;
  }    
}
.service-section-main .service-sec-img-con:hover {
  border-top:3px solid #56b25f;
  border-bottom:3px solid #56b25f;
}
.service-section-main .service-sec-img-con {
  transition: all .2s linear;
  padding: 2rem 0rem;
  border-radius: 16px;
  margin:1rem 0;
  border-top:3px solid #fff;
  border-bottom:3px solid #fff;
  box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
}
.service-sec-img-con:hover .ser-icon {
  transform: translateY(-10px);
}
.service-section-main .service-sec-img-con:hover .ser-icon i {
  transition: all .2s linear;
}
.service-section-main .service-sec-img-con .ser-icon {
  transition: all .2s linear;
}
@media (max-width: 767px) {
  .service-section-main .service-sec-img-con .ser-icon i {
    padding:0rem !important; 
    font-size:3rem !important;
    color:#fff;
    transition: all .2s linear;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
  .service-section-main .service-sec-img-con .ser-icon i {
    padding:1.4rem !important; 
    font-size:1rem;
    border-radius: 10px !important;
    transition: all .2s linear;
  } 
}
.service-section-main .service-sec-img-con .ser-icon i {
  padding:0;
  font-size:4rem;
  background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  transition: all .2s linear;
}
@media (max-width: 767px) {
  .service-section-main .service-sec-img-con h2 {
    margin:1rem 0 0 0 !important;
    font-size:0.7rem !important;
    word-break: break-all !important;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service-section-main .service-sec-img-con h2 {
    margin:1rem 0 0 0 !important;
    font-size:0.9rem !important;
  }    
}

.service-section-main .service-sec-img-con h2 {
  margin:2rem 0 0 0;
  font-size:1.1rem;
  color:#2c2c2c;
  font-weight:600;
  font-family: 'Raleway', sans-serif;
  transition: all .2s linear;
}

/* Service Section End CSS */    


/* Home page core streams section style css start*/

.core-streams-front-page .core-streams-left-side {
  background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
  height:100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; 
}
.core-streams-front-page .core-streams-left-side h1 {
  font-size: 4rem;
  font-weight: 700;
  transform: rotate(-90deg);
  align-items: center;
  height:100%;
  color:#e6e6e6;
  letter-spacing: 1px;
  white-space: nowrap;
  justify-content:center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;    
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .core-streams-front-page .core-streams-left-side {
    background: linear-gradient(to right, #fff 0%, #fff 75%);
  }  
  .core-streams-front-page .core-streams-left-side h1 {
    font-size: 3rem !important;
    font-weight: 800;
    transform: rotate(0deg);
    height:auto;
    margin:0;
    background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding:0;
    letter-spacing: 0px;    
  }   
  .core-streams-front-page .core-streams-right-side h3 {
    font-family: 'Raleway', sans-serif;    
    font-size: 1.5rem !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
  .core-streams-front-page .core-streams-right-side {
      padding: 1rem 1rem !important; 
  }        
}
@media (max-width: 767px) {
  .core-streams-front-page {
    margin: 1rem 0 !important;
  }   
  .core-streams-front-page .core-streams-left-side {
    background: linear-gradient(to right, #fff 0%, #fff 75%);
  }  
  .core-streams-front-page .core-streams-left-side h1 {
    font-size: 2.3rem;
    font-weight: 800;
    transform: rotate(0deg);
    height:auto;
    margin:0;
    background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding:0;
    letter-spacing: 0px;    
  }  
  .core-streams-front-page .core-streams-right-side h3 {
    font-family: 'Raleway', sans-serif;    
    font-size: 1.5rem !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  } 
  .core-streams-right-side .core-streams-right-content h2 {
      padding: 0.7rem 0 0.5rem 0 !important;
      font-size: 1.2rem !important;
  }  
  .core-streams-right-side .core-streams-right-content p {
      font-size: 14px !important;
      line-height: 1.5rem !important;
      text-align: justify;
  }  
}
.core-streams-front-page {
  margin: 6rem 0;
}
.core-streams-front-page .core-streams-right-side {
  padding:2rem 1rem;
}
.core-streams-front-page .core-streams-right-side h3 {
  font-family: 'Raleway', sans-serif;    
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.core-streams-right-side .core-streams-right-content {
  margin:1rem 0.5rem;
  padding: 1rem 0.5rem;
}
@media (max-width: 767px) {
  .core-streams-front-page .core-streams-right-side {
    padding:0.5rem;
  }
  .core-streams-right-side .core-streams-right-content {
    margin:0.3rem 0rem;
    padding: 1rem 0rem;
  }  
}
.core-streams-right-side .core-streams-right-content img {
  width:16%;
}
.core-streams-right-side .core-streams-right-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding:1rem 0 0.5rem 0;
  font-size:1.5rem;
  color:#2c2c2c;
}
.core-streams-right-side .core-streams-right-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #737373;
    font-size: 15px;
    line-height: 1.6rem;  
}
.core-streams-right-side .core-streams-right-content a {
    font-family: 'Raleway', sans-serif;  
    font-weight:bold;
    color:#0093a3;
}
.core-streams-right-side .core-streams-right-content a:hover {
    color:#56b25f;
}

/* Home page core streams Section Start CSS end */

/* Home About Us Section Start CSS */

        .hp_about_us
        {
            position:static;
            z-index: 99;
            background-image: url(../img/home/about_bg_1.png);
            background-position: left bottom;
            background-repeat: no-repeat;
            background-size: 50% 90%;
            margin-top:8%;
        }
        .padding_top 
        {
            padding-top: 80px;
        }
        @media (max-width: 767px) {
          .padding_top 
          {
              padding-top: 30px !important;
          }         
        }
        @media only screen and (min-width: 767px) and (max-width: 1023px) {
          .padding_top 
          {
              padding-top: 10px;
          }       
        }
        .hp_about_us_text {
              padding-top:2rem;  
        }
        .hp_about_us_text h3
        {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 12px;
            font-family:'Open Sans', sans-serif;
            text-transform: uppercase;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hp_about_us_text p
        {
            margin-bottom: 21px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #737373;
            font-size: 15px;
            line-height: 1.6rem;
        }
        .hp_about_us_text .abt_btn
        {
            margin-top:2px;
        }
        .abt_btn
        {
            display:inline-block;
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:14px 42px;
            text-align:center;
            font-size:16px;
            font-weight:700;
            font-family:'Raleway', sans-serif;
            letter-spacing:0.3px;
            border:2px solid #fff;
            border-radius:5px;
            color:#fff;
            -o-transition: .3s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            text-transform: uppercase;
            background-size:auto;
        }
        .abt_btn:hover
        {
            border:2px solid #56b25f;
            background:#fff;
            color:#56b25f;
        }
        .abt_div
        {
            display:flex;
            padding-left:2rem;
            justify-content: space-between;
        }
        .abt_div .abt_div_sec
        {
            margin-top:50px;
            border-right:2px solid #0093a3;
        }
        .abt_div .abt_div_sec:nth-child(2)
        {
            border-right:none;
        }
        .abt_div .abt_div_sec img
        {
            width:auto !important;
            margin-bottom:10px;
        }
        .abt_div .abt_div_sec h5
        {
            font-family: 'Raleway', sans-serif;
            font-size:22px;
            color:#2c2c2c;
            font-weight:600;
        }
        .abt_div .abt_div_sec p
        {
            margin-bottom: 21px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #737373;
            font-size: 15px;
            line-height: 1.6rem;
        }
        .hp_about_us_sec1
        {
            margin-left:2rem;
        }
        .abt_div_sec_2
        {
          padding:0.5rem 0rem 0.5rem 0.2rem;
        }
        .align_home
        {
          padding:0 4rem;
        }
        .hm_abt_img
        {
          margin-top:22%;
          width:90%;
        }

        @media (max-width:767px)
        {
            .abt_div
            {
                padding-left:0rem;
            }
            .hp_about_us_sec1
            {
                margin-left:0rem;
            }
            .abt_div .abt_div_sec
            {
                border-right:none;
                margin-top:17px;
            }
            .abt_2sec
            {
              margin-top:-17px !important;
            }      
            .hp_about_us
            {
                background-image:none;
            }
            .hp_about_us_text h3
            {
                font-size: 30px;
            }
            .hp_about_us_text p
            {
                font-size:14px;
                text-align:justify;
            }
            .abt_div .abt_div_sec h5
            {
                font-size:18px;
            }
            .abt_div .abt_div_sec p
            {
              font-size:14px;
              color:#727272;
            }
            .abt_btn
            {
                padding:10px 32px;
                font-size:14px;
                font-weight:600;
            }         
            .align_home
            {
              padding:0;
            }
            .hm_abt_img
            {
              margin-top:0px;
              width:100%;
              margin-bottom:22px;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px)
        {
            .abt_div
            {
                padding-left:0rem;
            }      
            .hp_about_us
            {
                background-image:none;
            }
            .hp_about_us_sec1
            {
                margin-left:0rem;
            }
            .abt_div .abt_div_sec
            {
                border-right:2px solid #0093a3;
                margin-top:50px;
            }
            .hp_about_us_text h3
            {
                font-size: 35px;
                margin-top:25px;
            }
            .hp_about_us_text p
            {
                font-size:15px;
                text-align:justify;
            }
            .abt_div .abt_div_sec h5
            {
                font-size:18px;
            }
            .abt_div .abt_div_sec p
            {
              font-size:15px;
              color:#727272;
              text-align:left
            }
            .abt_btn
            {
                padding:12px 34px;
                font-size:15px;
                font-weight:600;
            }         
            .align_home
            {
              padding:0 2rem;
            }
            .hm_abt_img
            {
              margin-top:50px;
              width:85%;
            }
        }
        @media screen and (min-width: 992px) and (max-width: 1024px)
        {          
          .hm_abt_img
          {
            margin-top:50%;
            width:100%;
          }
        }
/* Home About Us Section End CSS */

/* Home Why Bio Section Start CSS */
        .why_pad
        {
          padding-top:140px;
        }
        .hp_why_bio
        {
            padding-bottom:10px;
        }
        .hp_why_bio_text h3
        {
            font-size: 46px;
            font-weight:300;
            margin-bottom: 12px;
            font-family:'Raleway', sans-serif;
            letter-spacing:1px;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3 0%, #56b25f 75%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hp_why_bio_text p
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #737373;
            font-size: 15px;
            line-height: 1.6rem;
            margin-bottom: 21px;

        }
        .hp_why_bio_img
        {
          width:100%;
        }
        @media (max-width:767px)
        {
            .hp_why_bio
            {
                padding-bottom:0px !important;
            }          
            .hp_why_bio_text h3
            {
                font-size: 30px;
            }
            .hp_why_bio_text p
            {
                font-size:14px;
                text-align:justify;
            }
            .why_pad
            {
              padding-top:24px;
            }
            .hp_why_bio_img
            {
              display: none;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 991px)
        {
            .hp_why_bio_text h3
            {
                font-size: 35px;
            }
            .hp_why_bio_text p
            {
                font-size:15px;
                text-align:justify;
            }
            .hp_why_bio
            {
                padding-bottom:10px;
            }            
            .why_pad
            {
              padding-top:50px;
            }
            .hp_why_bio_img
            {
              width:100%;
            }
        }  
        @media screen and (min-width: 992px) and (max-width: 1024px)
        {          
            .hp_why_bio_img
            {
              width:100%;
            }
        }
/* Home Why Bio Section End CSS */


/* Home Contact Us Section Start CSS */
        .hp-cont
        {
          background:linear-gradient(to left, rgba(0, 147, 163,0.4),rgba(86, 178, 95,0.45)),url(../img/home/hp_cont_bg.png);
          background-repeat:no-repeat;
          background-position:center;
          background-size:cover;
        }
        .hp-cont-text h3
        {
          font-size: 46px;
          font-weight:600;
          margin-bottom: 12px;
          font-family:'Raleway', sans-serif;
          letter-spacing:1.5px;
          color:#fff;
          margin-bottom:20px;
        }
        .hp-cont-pad-1 .form-control
        {
          background:none !important;
          border:2px solid #edf5e1 !important;
          color:#fff !important;
        }
        .hp-cont-pad-1 .form-control:focus
        {
         /* background:#fff !important;*/
          color:#fff;
          box-shadow:none;
        }
        .hp-cont-pad-1 label
        {
          color:#fff;
          font-family:'Raleway', sans-serif;
          font-size:16px;
          font-weight:bold;
        }
        .hp-cont-pad-1
        {
          padding:60px 2rem;
        }
        .hp-cont-pad-2
        {
          padding:8rem 2rem 1rem 3rem;
        }
        .hp-cont-info
        {
          background:#fff;
          padding:12px;
          border-radius:250px;
          width:60px;
          height:60px;
          clip-path:circle(250px);
        }
        .hp-cont-info-icon
        {
          font-size:35px;
          color:#56b25f;
          font-weight:bold;
        }
        .hp-cont-info-text
        {
          margin-top:2.3%;
        }
        .hp-cont-info-text a i {
          color:#fff;
        }
        .hp-cont-info-text h5
        {
          font-size:20px;
          font-family:'Open sans', sans-serif;
          color: #fff;
          font-weight:bold;
        }
        .hp-cont-info-text p
        {
          line-height: 1.929;
          margin-bottom: 16px;
          font-family:'Roboto', sans-serif;
          font-size:16px;
          color:#fff;
          text-align:justify;
        }
        .hp_cont_btn
        {
          display:inline-block;
          background:linear-gradient(to right, #0093a3, #56b25f);
          padding:14px 42px;
          text-align:center;
          font-size:16px;
          font-weight:600;
          font-family: 'Raleway', sans-serif;
          letter-spacing:1px;
          border-radius:5px;
          color:#fff;
          cursor: pointer;
          -o-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: uppercase;
          background-size:auto;
          border:2px solid #56b25f;
        }
        .hp_cont_btn:hover
        {
          border:2px solid #fff;
          background:none;
          color:#fff;
        }
        @media(max-width:767px)
        {
          .hp-cont-text h3
          {
            font-size:30px;
          }
          .hp-cont-pad-1
          {
            padding:12px;
          }
          .hp-cont-pad-2
          {
            padding:12px 16px;
          }
          .hp_cont_btn
          {
            padding:10px 32px;
            font-size:14px;
            font-weight:600;
          }
          .hp-cont-info-text h5
          {
            font-size:18px;
          }
          .hp-cont-info-text p
          {
            font-size:14px;
          }
          .hp-cont-info
          {
            background:#fff;
            padding:12px;
            border-radius:250px;
            width:45px;
            height:45px;
            clip-path:circle(250px);
          }
          .hp-cont-info-icon
          {
            font-size:22px;
            color:#56b25f;
            font-weight:bold;
          }
          .hp-cont-info-text
          {
            margin-top:3%;
            left:-10px;
          }  
        } 
        @media screen and (min-width: 768px) and (max-width: 991px)
        {          
          .hp-cont-pad-2 
          {
            padding: 2rem 2.5rem;
          } 
        }

/* Index Page style css end */




/* About us page style css start */

        .main_abt_sec
        {
            padding:2rem 4rem;
        }
        .main_abt_sec_txt h3
        {
            font-size: 46px;
            font-weight: 600;
            margin-bottom: 30px;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:23px;
            letter-spacing:1px;
            text-align:center;
        }
        .main_abt_sec_txt p
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 400 !important;
            color: #737373;
            font-size: 16px;
            line-height: 1.8rem;            
            margin-bottom: 21px;
        }
        .abt_draw_line
        {
            border:3px solid #0093a3;
            margin-top:-34px;
            margin-bottom:55px;
            width:60px;
        }
        hr
        {
            width:17%;       
            border-top: 2px solid rgba(0, 0, 0, .1) !important;
        }
        .abt_label
        {
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:1.25rem;
            border-bottom-right-radius:50px;
            border-top-left-radius:50px;
        }
        .abt_label h4
        {
            color:#fff;
            font-family:'Fondamento', cursive;
            font-size:23px;
            font-weight:300 !important;
        }
        .abt_label_2
        {
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:1.25rem;
            border-bottom-right-radius:40px;
            border-top-left-radius:40px;
            margin-top:-10px;
        }
        .abt_label_2 h4
        {
            color:#fff;
            font-family:'Fondamento', cursive;
            font-size:25px;
        }
        .hp_why_bio_img
        {
            width:100%;
        }
        .main_abt_mivi_sec_txt
        {
            padding:1rem 2rem 2rem 2rem;
        }
        .main_abt_mivi_sec_txt h3
        {
            font-size: 35px;
            font-weight: 600;
            margin-bottom:1rem;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:0px;
            letter-spacing:1px;
            text-align:left;            
        }
        .main_abt_mivi_sec_txt p
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 400 !important;
            color: #737373;
            font-size: 16px;
            line-height: 1.8rem;            
            margin-bottom: 21px;
        }
        .main_abt_mivi_sec_txt img
        {
            width:auto;
            padding-bottom: 1rem;
        }
        .main_abt_sec-bod
        {
            border-right:2px solid #0093a3;
        }
        @media (max-width:767px)
        {
            .main_abt_sec
            {
                padding:2rem 0.5rem 0 0.5rem;
            }
            .main_abt_sec_txt h3
            {
                font-size: 30px;
                margin-bottom: 30px;
                margin-top:23px;
            }
            .main_abt_sec_txt p
            {
                margin-bottom: 0px;
                font-size:14px;
                text-align: justify;
                line-height: 1.6rem !important;
            }
            .abt_label
            {
                margin: 1rem 0 0 0;
                background:linear-gradient(to right, #0093a3, #56b25f);
                padding:1.25rem;
                border-bottom-right-radius:50px;
                border-top-left-radius:50px;
            }
            .abt_label h4
            {
                font-size:18px;
                line-height:27px;
            }
            .abt_label_2 h4
            {
                font-size:18px;
                line-height:27px;
            }
            .abt_para_2
            {
                margin:1.5rem 0 1rem 0;
            }
            .abt_para_3
            {
                margin-top:0px;
            }
            .abt_para_3_img
            {
                margin-top:35px;
            }
            .abt_draw_line
            {
                margin-top:-34px;
                margin-bottom:23px;
                width:60px;
            }
            hr
            {
                width:45%;
            }
            .hp_why_bio_img
            {
                width:100%;
            }
            .main_abt_mivi_sec_txt
            {
                padding:1rem 0.5rem 0 0.5rem;
            }
            .main_abt_mivi_sec_txt h3
            {
                font-size: 25px;            
            }
            .main_abt_mivi_sec_txt p
            {
                font-size:14px;
                text-align:left;
                line-height: 1.6rem;
            }
            .main_abt_mivi_sec_txt img
            {
                width:auto !important;
            }
            .main_abt_sec-bod
            {
                border-right:none;
            }
            .main_mivi_2sec
            {
                margin-top:-15px;
            }
        }
        @media screen and (min-width: 768px) and (max-width: 991px)
        {            
            .main_abt_sec
            {
                padding:2rem 1rem 0 1rem;
            }
            .main_abt_sec_txt h3
            {
                font-size: 35px;
                margin-bottom: 30px;
                margin-top:23px;
            }
            .main_abt_sec_txt p
            {
                margin-bottom: 21px;
                font-size:15px;
            }
            .abt_label h4
            {
                font-size:20px;
            }
            .abt_label_2
            {
                margin-top:-20px;
            }
            .abt_label_2 h4
            {
                font-size:20px;
            }
            .abt_para_2
            {
                margin:1.5rem 0 1rem 0;
            }
            .abt_para_3
            {
                margin-top:25px;
            }
            .abt_para_3_img
            {
                margin-top:30px;
            }
            .abt_draw_line
            {
                margin-top:-34px;
                margin-bottom:23px;
                width:60px;
            }
            hr
            {
                width:25%;
            }
            .hp_why_bio_img
            {
                width:100%;
            }
            .main_abt_mivi_sec_txt
            {
                padding:1rem;
            }
            .main_abt_mivi_sec_txt h3
            {
                font-size:30px;            
            }
            .main_abt_mivi_sec_txt p
            {
                font-size:15px;
                text-align:left;
            }
            .main_abt_mivi_sec_txt img
            {
                width:12%;
            }
            .main_abt_sec-bod
            {
                border-right:none;
            }
            .main_mivi_2sec
            {
                margin-top:-15px;
            }
        }
        @media screen and (min-width: 992px) and (max-width: 1024px)
        {           
            .main_abt_sec
            {
                padding:2rem 1rem 0 1rem;
            }
            .hp_why_bio_img
            {
                width:100%;
            }
            .abt_para_3_img
            {
                margin-top:35px;
            }
        }

/* About us page style css end */




/* Why bioscripts section style css start */

        .main_why_bio_sec
        {
            padding:2rem 4rem;            
        }
        .main_why_bio_sec_txt h3
        {
            font-size: 46px;
            font-weight: 600;
            margin-bottom: 30px;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:23px;
            letter-spacing:1px;
            text-align:center;
        }
        .main_why_bio_sec_txt p
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 400 !important;
            color: #737373;
            font-size: 16px;
            line-height: 1.8rem;
            margin-bottom: 21px;
        }
        .why_bio_draw_line
        {
            border:3px solid #0093a3;
            margin-top:-34px;
            margin-bottom:55px;
            width:100px;
        }
        hr
        {
            width:17%;       
            border-top: 2px solid rgba(0, 0, 0, .1) !important;
        }
        .why_bio_label
        {
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:1.25rem;
            border-bottom-right-radius:50px;
            border-top-left-radius:50px;     
        }
        .why_bio_label h4
        {
            color:#fff;
            font-family:'Fondamento', cursive;
            font-size:25px;
        }
        .main_why_bio_sec_txt_2 h3
        {
            font-size: 46px;
            font-weight: 600;
            margin-bottom: 30px;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:23px;
            letter-spacing:1px;
            text-align:justify;
        }
        .main_why_bio_sec_txt_2 p
        {
            font-family: 'Roboto', sans-serif;
            font-weight: 400 !important;
            color: #737373;
            font-size: 16px;
            line-height: 1.8rem;
            margin-bottom: 21px;           
        }
        .why_bio_para_2
        {
            margin-top:3%;
        }
        .why_bio_reasons
        {
            background:linear-gradient(to right, rgba(0, 147, 163,0.4),rgba(86, 178, 95,0.7)),url(../img/home/why_bio_rea.jpg);
            background-repeat:no-repeat;
            background-position:center;
            background-size:cover;
        }
        .second_why_bio_sec_txt
        {
            padding:3rem;
        }
        .second_why_bio_sec_txt h3
        {
            font-size: 3rem;
            font-weight: 700;
            margin: 1.5rem 0;
            font-family:'Raleway', sans-serif;
            color:#fff;
            text-align:left;
        }
        .second_why_bio_sec_txt p
        {
            margin-bottom: 21px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #fff;
            font-size: 15px;
            line-height: 1.6rem;
            text-align:justify;
        }
        .why_bio_mivi
        {
            padding:3.5rem;
        }
        .main_why_bio_sec_txt_3 h5
        {
            font-weight: 400;
            font-size:30px;
            font-family:'Open sans', sans-serif;
            color:#56b25f;
            text-align:justify;
        }
        .main_why_bio_sec_txt_3 p
        {
            margin-bottom: 2rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #737373;
            font-size: 15px;
            line-height: 1.8rem;          
        }
        .main_why_bio_sec_3txt
        {
            border-right:2px solid #0093a3;
        }
        .main_why_bio_sec_txt_31
        {
            padding:1rem;
        }
        .why_bio_work_img
        {
            width:100%;
        }
        .why_bio_mi_img
        {
            width:13%;
        }
        .why_bio_vi_img
        {
            width:11%;
        }
        .why_bio_sec_img
        {
            width:78%;
        }
        @media (max-width:767px)
        {
            .main_why_bio_sec
            {
                padding:2rem 0.5rem 0 0.5rem;
            } 
            .main_why_bio_sec_txt h3
            {
                font-size:30px;
                margin-bottom: 30px;
                margin-top:23px;
            }
            .main_why_bio_sec_txt p
            {
              line-height: 1.6rem;
                margin-bottom: 21px;
                font-size:14px;
                text-align:justify;
            }
            .why_bio_draw_line
            {
                margin-top:-34px;
                margin-bottom:23px;
                width:60px;
            }
            hr
            {
                width:45%;
            }
            .why_bio_label
            {
                background:linear-gradient(to right, #0093a3, #56b25f);
                padding:1.25rem;
                border-bottom-right-radius:50px;
                border-top-left-radius:50px;     
            }
            .why_bio_label h4
            {
                font-size:18px;
                line-height:27px;
            }
            .main_why_bio_sec_txt_2 p
            {
                font-size:14px;
                margin-top:10px;
                text-align: justify;
            }
            .second_why_bio_sec_txt
            {
                padding:1rem 1rem;
            }
            .second_why_bio_sec_txt h3
            {
                margin-top:0;
                font-size:30px;
            }
            .second_why_bio_sec_txt p
            {
                font-size:14px;
                text-align:left;
                margin-bottom:10px;
            }
            .why_bio_mivi
            {
                padding:2rem 0.5rem 0 0.5rem;
            }
            .main_why_bio_sec_txt_3 h5
            {
                font-size:25px;
                text-align:center !important;
                margin-top:0px;
            }
            .main_why_bio_sec_txt_3 p
            {
                font-size:14px;   
                margin-bottom:0 !important;         
            }
            .main_why_bio_sec_3txt
            {
                border-right:none;
            } 
            .main_why_bio_sec_txt_31
            {
                padding:0rem;
            } 
            .why_bio_work_img
            {
                width:25%;
            }
            .why_bio_mi_img
            {
                width:18%;
            }
            .why_bio_vi_img
            {
                width:15%;
            }  
            .why_bio_sec_img
            {
                display: none;
            }       
        }
        @media screen and (min-width: 768px) and (max-width: 991px)
        {
            .main_why_bio_sec
            {
                padding:2rem 1rem 0 1rem;
            } 
            .main_why_bio_sec_txt h3
            {
                font-size:35px;
                margin-bottom: 30px;
                margin-top:23px;
            }
            .main_why_bio_sec_txt p
            {
                margin-bottom: 21px;
                font-size:15px;
                text-align:justify;
            } 
            .why_bio_draw_line
            {
                margin-top:-34px;
                margin-bottom:23px;
                width:60px;
            }
            hr
            {
                width:25%;
            }
            .why_bio_label h4
            {
                font-size:20px;
                line-height:27px;
            } 
            .main_why_bio_sec_txt_2 p
            {
                font-size:15px;
                margin-top:0px;
                margin-bottom:10px;
            }
            .second_why_bio_sec_txt
            {
                padding:1rem 2rem;
            }
            .second_why_bio_sec_txt h3
            {
                font-size:35px;
            }
            .second_why_bio_sec_txt p
            {
                font-size:15px;
                text-align:left;
            }
            .why_bio_mivi
            {
                padding:2rem 1rem 0 1rem;
            }
            .main_why_bio_sec_txt_3 h5
            {
                font-size:30px;
                text-align:left;
                margin-top:7px;
            }
            .main_why_bio_sec_txt_3 p
            {
                font-size:15px;            
            }
            .main_why_bio_sec_3txt
            {
                border-right:none;
            }  
            .main_why_bio_sec_txt_31
            {
                padding:2rem;
            } 
            .why_bio_work_img
            {
                width:100%;
                margin-top:40%;
            }
            .why_bio_mi_img
            {
                width:14%;
            }
            .why_bio_vi_img
            {
                width:12%;
            }
            .why_bio_mivi 
            {
                padding:0rem;
            }
            .why_bio_sec_img
            {
                width:75%;
            }           
        }
        @media screen and (min-width: 992px) and (max-width: 1024px)
        {
            .main_why_bio_sec
            {
                padding:2rem 1rem 0 1rem;
            }
            .second_why_bio_sec_txt p
            {
                text-align:left;
            }
            .second_why_bio_sec_txt
            {
                padding:1rem 2rem;
            }
            .why_bio_mivi
            {
                padding:2rem;
            }
            .why_bio_sec_img
            {
                width:100%;
            }
            .why_bio_work_img
            {
                width:100%;
                margin-top:20%;
            }
        }
        .bio_testimonial {
            padding-bottom: 2rem;
        }
        .bio_testimonial h3 
        { 
            font-size:2rem;
            font-family: 'Raleway', sans-serif;
            font-weight:700;
            color: #fff;
        }
        .bio_testimonial h5 
        {
            font-size:18px;
            font-family:'Open sans', sans-serif;
            color: #fff;
            font-weight:bold;
        }
        .bio_testimonial .subtitle 
        {
            margin-bottom: 21px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #fff;
            font-size: 16px;
            line-height: 1.8rem;
        }
        .bio_testimonial .bio-test 
        {
            border-right: 2px solid rgba(120, 130, 140, 0.13);
        }
        .bio_testimonial .bio-test .nav-link 
        {
            border-radius: 0px;
            margin: 8px -2px 8px 0;
        }
        .bio_testimonial .bio-test .nav-link img 
        {
            width: 70px;
            opacity: 0.5;
        }
        .bio_testimonial .bio-test .nav-link.active 
        {   
            background: transparent;
            color:#0093a3;
            border-right: 2px solid #0093a3;
        }
        .bio_testimonial .bio-test .nav-link.active img 
        {
            opacity: 1;
        }
        .bio_testimonial .btn-danger 
        {
            background: #ff4d7e !important;
            border: 1px solid #ff4d7e !important;
        }
        .bio_testimonial .btn-md 
        {
            padding: 18px 0px;
            width: 60px;
            height: 60px;
            font-size: 20px;
        }
        .bio_test_box
        {
            background:#56b25f;
            padding:2rem 3rem;
            border-radius:20px;
        }
        @media (max-width: 767px) 
        {
            .bio_testimonial h3 
            { 
                font-size:1.4rem !important;
                text-align: center;
            }            
            .bio_testimonial .bio-test .nav-link 
            {
                margin: 0px 0px -2px 0;
                padding: 10px;
            }
            .bio_testimonial .bio-test 
            {
                -webkit-box-orient: horizontal !important;
                -webkit-box-direction: normal !important;
                -webkit-flex-direction: row !important;
                -ms-flex-direction: row !important;
                flex-direction: row !important;
                border-right: 0px solid rgba(120, 130, 140, 0.13);
                border-bottom: 1px solid rgba(120, 130, 140, 0.13);
                margin-bottom: 40px;
            }
            .bio_testimonial .bio-test .nav-link img 
            {
                width: 40px;
            }
            .bio_testimonial .bio-test .nav-link.active 
            {
                border-right: 0px solid #2cdd9b;
                border-bottom: 3px solid #2cdd9b;
            }
            .bio_testimonial h5 
            {
                font-size:16px;
                font-family:'Open sans', sans-serif;
                color: #fff;
                font-weight:bold;
            }
            .bio_testimonial .subtitle 
            {
                margin-bottom: 21px;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                color: #fff;
                font-size: 14px;
                line-height: 1.6rem;
            }
            .bio_test_box
            {
                padding:2rem;
            }
        }

/* Why bioscripts section style css End */




/* Core Streams Section Start */

.core-stream-container {
  margin-top:3rem;
  margin-bottom:3rem;
}
.core-container{             
  transition: all .3s ease-in;
  background: white;
  cursor: pointer;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  padding: 2rem;
  margin:1rem 0;
  color: var(--primary-color);
}

.core-container::after{
  content: '';
  background: linear-gradient(200deg, #56b25f 0%, #0093a3 55%);
  border-radius: 15px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  clip-path: circle(10% at 0% 0%);               
  transition: all .3s ease-in;
}
@media (max-width: 767px) {
  .core-container .content h1 {
    font-size:1.4rem !important;
  }  
  .core-container .content p {  
    font-size:14px !important;
    line-height:1.6rem !important;
  }    
}
.core-container .content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  text-align: left;
  padding-bottom: 0.4rem;
  font-size:1.8rem;
  color:#0093a3;             
  transition: all .3s ease-in;
}
.core-container .content p {             
  transition: all .3s ease-in;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#737373;
  font-size:15px;
  line-height:1.6rem;
}  
.core-container .content {
  vertical-align: middle;
  display: table-cell;
  height:300px;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .core-container .content{
    height:350px !important;
  }  
}
.core-container:hover::after{
  clip-path: circle(100%);
}

.core-container:hover .content h1 {
  color: #fff !important;
}
.core-container:hover .content p {
  color: #fff !important;
}   

/* Core Streams Section End */




/* Contact Us Page style start */

        .main_cont_sec
        {
            padding:2rem 4rem;
        }
        .main_cont_sec_txt h3
        {
            font-size: 46px;
            font-weight: 600;
            margin-bottom: 30px;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:23px;
            letter-spacing:1px;
        }
        .main_cont_sec_txt p
        {
            margin-bottom: 2rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #737373;
            font-size: 15px;
        }
        .cont_btn
        {
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:14px 42px;
            text-align:center;
            font-size:17px;
            border:2px solid #fff;
            font-weight:600;
            border-radius:5px;
            color:#fff;
            font-family:'Raleway', sans-serif;
            -o-transition: .3s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            background-size:auto;
        }
        .cont_btn:hover
        {
            border:2px solid #56b25f;
            background:#fff;
            color:#56b25f;
        }
        .main_cont_sec_txt h5
        {
            font-size: 25px;
            font-weight: 600;
            font-family:'Raleway', sans-serif;
            color:#2c2c2c;
            background: linear-gradient(to right, #0093a3, #56b25f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top:5px;
        }
        .bio_cont_info
        {
            padding:4rem 2rem 2rem 2rem;
        }
        .bio_cont_info_sec img
        {
            width:13%;
        }
        @media (max-width:767px)
        {
            .main_cont_sec
            {
                padding:2rem 0.5rem 0rem 0.5rem;
            }
            .cont_btn
            {
                padding:10px 32px;
                font-size:14px;
                font-weight:600;
            }
            .main_cont_sec_txt h3
            {
                font-size:30px;
                margin-bottom:22px;
            }
            .main_cont_sec_txt p
            {
                font-size:14px;
            } 
            .main_cont_sec_txt h5
            {
                font-size: 18px;
            }
            .bio_cont_info
            {
                padding:2rem 0.5rem 0rem 0.5rem;
            }
            .bio_cont_info_sec img
            {
                width:10%;
            }
        }
        @media screen and (min-width: 768px) and (max-width: 991px)
        {
            .main_cont_sec
            {
                padding:2rem 1rem 0 1rem;
            }
            .cont_btn
            {
                padding:12px 34px;
                font-size:15px;
                font-weight:600;
            }
            .main_cont_sec_txt h3
            {
                font-size:35px;
                margin-bottom:22px;
            }
            .main_cont_sec_txt p
            {
                font-size:15px;
            } 
            .main_cont_sec_txt h5
            {
                font-size: 20px;
                margin-top:2%;
            }
            .bio_cont_info
            {
                padding:2rem 0.5rem 0rem 0.5rem;
            }
            .bio_cont_info_sec img
            {
                width:15%;
            }
        }
        @media screen and (min-width: 992px) and (max-width: 1024px)
        {
            .main_cont_sec
            {
                padding:2rem 1rem 1rem 1rem;                
            }
        }
        .form-control:focus
        {
          box-shadow:none !important;
        }

/* Contact Us Page style end */




/* Enquiry Style For per Page Start */

.main_enq_sec
        {   
          height:auto;
            box-shadow: 0 2px 88px 5px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            padding:2rem 4rem 1rem 4rem;
            border-radius:20px;
        }
        .main_enq_but_sec p
        {   
            line-height: 1.8rem;
            margin-bottom: 21px;
            font-family:'Raleway', sans-serif;
            font-size:20px;
            color:#212121;
            text-align:left;
            font-weight:600;
        }
        .enq_btn
        {
            display:inline-block;
            background:linear-gradient(to right, #0093a3, #56b25f);
            padding:14px 42px;
            text-align:center;
            font-size:16px;
            font-weight:600;
            cursor: pointer;
            letter-spacing:0.3px;
            border-radius:5px;
            color:#fff;
            -o-transition: .4s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            text-transform: uppercase;
            background-size:auto;
            border:2px solid #fff;
        }
        .enq_btn:hover
        {
            border:2px solid #56b25f;
            background:#fff;
            color:#56b25f;
        }
        @media (max-width:767px)
        {
            .main_enq_but_sec p
            {
                text-align: center;
                line-height: 1.6rem;
                font-size:16px;
            }
            .main_enq_sec
            {
                margin: 2rem 0;
                padding:2rem;
            }
            .enq_btn
            {
                padding:10px 32px;
                font-size:14px;
                font-weight:600;
            }            
        }
        @media only screen and (min-width: 767px) and (max-width:1023px) {
            .main_enq_but_sec p
            {
                line-height: 1.4rem;
                font-size:16px;
            }
            .main_enq_sec
            {
                margin: 2rem 0;
                padding:2rem;
            }
            .enq_btn
            {
                padding:10px 32px;
                font-size:14px;
                font-weight:600;
            }             
        }

/* Enquiry Style For per Page End */