@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

body {
    overflow-x: hidden;
}
.container {
    width: 90% !important;
    max-width: 90% !important;
}

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #006CB5; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #006CB5; }
  .btn:active {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #006CB5; }
    .btn:active:focus {
      box-shadow: none; }
  .btn:visited {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #006CB5; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none; }
  .form-control:hover {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:active {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

/*@media (min-width: 1920px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1680px) and (max-width: 1919px) {
	.container {
		max-width: 1170px;
	}
}
@media (min-width: 1600px) and (max-width: 1679px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) and (max-width: 1599px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1280px) and (max-width: 1399px) {
	.container {
		max-width: 1170px;
	}
}*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: inherit; }

.btn-primary {
  background-color: #006CB5;
  color: #111111;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #111111;
    border-radius: 5px;
    background-color: #004e82; }

.btn-theme {
  background-color: #006CB5;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  text-align: center;
  width: 200px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 50px; }
  .btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    color: #ffffff;
    border-radius: 50px;
    background-color: #DB353A; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.no_event {
  pointer-events: none; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none; }

.form-control {
  font-size: 14px; }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.text-success {
  color: #25d366 !important; }

.callout {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px; }
  .callout.callout-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff; }
  .callout.callout-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff; }

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff; }

.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #111111;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #111111;
        display: inline-block; }
    .popover .popover-body a {
      color: #111111;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area p {
    display: none; }
  .pagination_area ul li a {
    display: block;
    font-size: 16px;
    background-color: #006CB5;
    color: #ffffff;
    padding: 0px 0px;
    width: 35px;
    height: 35px;
    margin: 0px 2px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination_area ul li a:hover {
      border-color: #DB353A;
      background-color: #DB353A;
      color: #ffffff;
      opacity: 1; }
  .pagination_area ul li.active a {
    background-color: #DB353A !important;
    border-color: #DB353A !important;
    color: #ffffff !important;
    opacity: 1; }
  .pagination_area ul li.page_np a {
    width: auto;
    padding: 0px 8px; }
  .pagination_area ul li.disable {
    cursor: no-drop; }
    .pagination_area ul li.disable a {
      pointer-events: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #111111;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #006CB5;
        border-color: #006CB5; }

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #006CB5;
  border: 1px solid #006CB5; }

.form-group {
  margin-bottom: 15px; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a:hover {
    color: #004e82; }
    a:hover span {
      color: #004e82; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-primary {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

#pb_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #111111;
  border: 1px solid #111111; }

.main_title {
  padding-bottom: 70px; }
  .main_title h3 {
    font-weight: 700;
    font-size: 48px; }
  .main_title p {
    padding-top: 10px;
    font-size: 18px; }

.breadcame_section {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 50px;
  padding-top: 145px;
  background-color: #006CB5; }
  .breadcame_section .breadcame_area {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 40px;
      color: #ffffff; }

.toaster .alert {
  padding: 15px 32px 15px 20px;
  border: 0px;
  border-left: 5px solid; }
  .toaster .alert.alert-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff !important; }
    .toaster .alert.alert-success p {
      color: #fff !important; }
  .toaster .alert.alert-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff !important; }
    .toaster .alert.alert-danger p {
      color: #fff !important; }
  .toaster .alert span.message {
    font-size: 15px; }
  .toaster .alert.alert-dismissible {
    position: relative; }
    .toaster .alert.alert-dismissible button {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      background-color: transparent;
      font-size: 30px;
      color: #ffffff;
      margin-right: 10px;
      box-shadow: none; }
      .toaster .alert.alert-dismissible button:hover {
        background-color: transparent;
        color: #ffffff; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .main_title {
    padding-bottom: 50px; }
    .main_title h3 {
      font-size: 36px; }
    .main_title p {
      font-size: 16px; }
  .breadcame_section {
    margin-bottom: 30px;
    padding-top: 145px; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 36px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .main_title {
    padding-bottom: 50px; }
    .main_title h3 {
      font-size: 36px; }
    .main_title p {
      font-size: 16px; }
  .breadcame_section {
    height: 200px;
    margin-bottom: 30px;
    padding-top: 120px; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 32px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .main_title {
    padding-bottom: 50px; }
    .main_title h3 {
      font-size: 36px; }
    .main_title p {
      font-size: 16px; }
  .breadcame_section {
    height: 200px;
    margin-bottom: 30px;
    padding-top: 120px; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 28px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .main_title {
    padding-bottom: 50px; }
    .main_title h3 {
      font-size: 36px; }
    .main_title p {
      font-size: 16px; }
  .breadcame_section {
    height: 220px;
    margin-bottom: 30px;
    padding-top: 155px; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 28px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .main_title {
    padding-bottom: 50px; }
    .main_title h3 {
      font-size: 36px; }
    .main_title p {
      font-size: 16px; }
  .breadcame_section {
    height: 220px;
    margin-bottom: 30px;
    padding-top: 155px; }
    .breadcame_section .breadcame_area h3, .breadcame_section .breadcame_area h1 {
      font-size: 28px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.header_section {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  width: 100%;
  padding: 15px 0;
  background-color: #ffffff; }
  .header_section .header_area::after {
    display: block;
    content: "";
    clear: both; }
  .header_section .header_area .left_area {
    float: left; }
    .header_section .header_area .left_area .logo_area a {
      display: inline-block; }
      .header_section .header_area .left_area .logo_area a img {
        height: 70px; }
  .header_section .header_area .right_area {
    float: right;
    padding: 12px 0; }
    .header_section .header_area .right_area .list-inline li {
      padding: 0px 2px; }
      .header_section .header_area .right_area .list-inline li a {
        display: inline-block;
        padding: 0px 20px;
        background-color: transparent;
        color: #111111;
        font-size: 16px;
        border-radius: 0px;
        font-weight: 500;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        position: relative; }
        .header_section .header_area .right_area .list-inline li a:hover {
          color: #DB353A; }
      .header_section .header_area .right_area .list-inline li.login {
        margin-left: 10px; }
        .header_section .header_area .right_area .list-inline li.login a {
          padding: 0px 20px;
          background-color: #006CB5;
          color: #ffffff;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .header_section .header_area .right_area .list-inline li.login a:hover {
            background-color: #DB353A; }
      .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu {
        padding: 0;
        border: 1px solid #f5f5f5;
        box-shadow: none;
        border-radius: 0; }
        .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li {
          width: 100%;
          margin: 0;
          padding: 0; }
          .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li a {
            height: auto;
            line-height: inherit;
            display: block;
            color: #DCDCDC;
            font-size: 14px;
            padding: 10px 15px; }
            .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li a:hover {
              color: #DB353A;
              background-color: transparent; }
    .header_section .header_area .right_area .list-inline.in_mobile {
      display: none; }
      .header_section .header_area .right_area .list-inline.in_mobile li {
        padding: 0px 0px; }
        .header_section .header_area .right_area .list-inline.in_mobile li a {
          padding: 0;
          background-color: #111111;
          border-radius: 5px;
          display: inline-block;
          color: #ffffff;
          height: 35px;
          width: 35px;
          text-align: center;
          line-height: 35px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_section .header_area .left_area .logo_area a img {
    height: 60px; }
  .header_section .header_area .right_area {
    padding: 7px 0; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_section .header_area .left_area .logo_area a img {
    height: 50px; }
  .header_section .header_area .right_area {
    padding: 5px 0; }
    .header_section .header_area .right_area .list-inline li a {
      height: 40px;
      line-height: 40px;
      padding: 0px 15px;
      font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .header_section {
    padding: 15px 0 5px 0; }
    .header_section .header_area .left_area .logo_area {
      text-align: center;
      padding-bottom: 10px; }
      .header_section .header_area .left_area .logo_area a img {
        width: auto;
        height: 50px; }
    .header_section .header_area .right_area {
      padding-bottom: 0; }
      .header_section .header_area .right_area .list-inline {
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        display: block;
        margin: 0 auto; }
        .header_section .header_area .right_area .list-inline li {
          display: inline;
          float: inherit;
          padding: 0px 7px; }
          .header_section .header_area .right_area .list-inline li.login {
            margin-left: 0; }
            .header_section .header_area .right_area .list-inline li.login a {
              padding: 7px 10px;
              border-radius: 15px;
              font-size: 14px; }
          .header_section .header_area .right_area .list-inline li a {
            height: auto;
            width: auto;
            border-radius: 0;
            line-height: inherit;
            font-size: 14px;
            padding: 7px 0px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .header_section {
    padding: 15px 0 5px 0; }
    .header_section .header_area .left_area {
      float: none; }
      .header_section .header_area .left_area .logo_area {
        text-align: center;
        padding-bottom: 0px; }
        .header_section .header_area .left_area .logo_area a img {
          width: auto;
          height: 50px; }
    .header_section .header_area .right_area {
      float: none;
      padding-bottom: 0; }
      .header_section .header_area .right_area .list-inline {
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        display: block;
        margin: 0 auto; }
        .header_section .header_area .right_area .list-inline li {
          display: inline;
          float: inherit;
          padding: 0px 5px; }
          .header_section .header_area .right_area .list-inline li.login {
            margin-left: 0; }
            .header_section .header_area .right_area .list-inline li.login a {
              padding: 7px 10px;
              border-radius: 15px;
              font-size: 13px; }
          .header_section .header_area .right_area .list-inline li a {
            height: auto;
            width: auto;
            border-radius: 0;
            line-height: inherit;
            font-size: 13px;
            padding: 7px 0px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .header_section {
    padding: 15px 0 5px 0; }
    .header_section .header_area .left_area {
      float: none; }
      .header_section .header_area .left_area .logo_area {
        text-align: center;
        padding-bottom: 0px; }
        .header_section .header_area .left_area .logo_area a img {
          width: auto;
          height: 50px; }
    .header_section .header_area .right_area {
      float: none;
      padding-bottom: 0; }
      .header_section .header_area .right_area .list-inline {
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        display: block;
        margin: 0 auto; }
        .header_section .header_area .right_area .list-inline li {
          display: inline;
          float: inherit;
          padding: 0px 5px; }
          .header_section .header_area .right_area .list-inline li.login {
            margin-left: 0; }
            .header_section .header_area .right_area .list-inline li.login a {
              padding: 7px 10px;
              border-radius: 15px;
              font-size: 13px; }
          .header_section .header_area .right_area .list-inline li a {
            height: auto;
            width: auto;
            border-radius: 0;
            line-height: inherit;
            font-size: 13px;
            padding: 7px 0px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.hero_banner_section {
  background: linear-gradient(99.85deg, #247BC4 0%, rgba(33, 121, 195, 0.79) 53.65%, #FFFFFF 100%);
  padding: 160px 0 60px 0;
  position: relative; }
  .hero_banner_section .banner_icon_left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .hero_banner_section .banner_icon_left img {
      height: 430px; }
  .hero_banner_section .banner_area {
    position: relative;
    z-index: 99; }
    .hero_banner_section .banner_area::after {
      display: block;
      content: "";
      clear: both; }
    .hero_banner_section .banner_area .left_banner {
      float: left;
      width: calc(100% - 730px);
      color: #ffffff;
      padding-top: 70px; }
      .hero_banner_section .banner_area .left_banner .top_row img {
        height: 75px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          display: inline-block;
          font-size: 18px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          display: inline-block;
          margin-left: 10px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-weight: 400;
          font-size: 50px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-weight: 700;
          font-size: 50px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span {
            display: inline-block; }
            .hero_banner_section .banner_area .left_banner .third_row h4 span.and {
              font-weight: 400; }
            .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
              font-size: 42px;
              background: linear-gradient(180deg, #FF6383 0%, #E88284 100%);
              border-radius: 20px;
              padding: 5px 20px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 18px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 40px 0px 0px 0px;
          padding: 0;
          width: 220px;
          max-width: 100%;
          background-color: #ffffff;
          color: #111111;
          font-size: 18px;
          height: 50px;
          border-radius: 50px;
          line-height: 50px; }
          .hero_banner_section .banner_area .left_banner .third_row .btn:hover {
            background-color: #006CB5;
            color: #ffffff; }
    .hero_banner_section .banner_area .right_banner {
      position: relative;
      float: right;
      width: 658px; }
      .hero_banner_section .banner_area .right_banner .bn2 {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        margin-top: -250px;
        margin-left: -90px; }
        .hero_banner_section .banner_area .right_banner .bn2 img {
          height: 500px; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        background: #006CB5;
        border-radius: 20px;
        padding: 30px;
        position: relative;
        z-index: 99; }
        .hero_banner_section .banner_area .right_banner .inner_right::after {
          display: block;
          content: "";
          clear: both; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          position: absolute;
          right: 0;
          margin-right: -30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 60px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            top: 0;
            margin-top: -30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            bottom: 0;
            margin-bottom: -30px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right::after {
          display: block;
          content: "";
          clear: both; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 20px 30px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1::after {
            display: block;
            content: "";
            clear: both; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_left {
            float: left;
            width: 44%;
            background-color: #ffffff;
            color: #111111; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            width: 56%;
            float: right;
            background-color: transparent;
            color: #ffffff;
            padding-right: 0;
            padding-left: 25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            font-weight: 500;
            float: left;
            font-size: 16px;
            padding-top: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            font-weight: 700;
            float: right;
            font-size: 30px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text {
            text-align: center;
            padding-bottom: 15px; }
            .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a {
              color: #ffffff;
              font-size: 16px;
              display: inline-block;
              border-bottom: 1px solid;
              border-color: transparent; }
              .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a:hover {
                border-color: #ffffff; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_box img {
            width: 100%;
            max-height: 400px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section {
    padding: 160px 0 60px 0; }
    .hero_banner_section .banner_area .left_banner {
      width: calc(100% - 500px);
      padding-top: 40px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          margin-left: 10px; }
          .hero_banner_section .banner_area .left_banner .second_row .arrow img {
            width: 70px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-size: 40px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-size: 40px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
            font-size: 32px;
            border-radius: 12px;
            padding: 5px 15px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 30px 0px 0px 0px; }
    .hero_banner_section .banner_area .right_banner {
      width: 500px; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        border-radius: 10px;
        padding: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          margin-right: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 50px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            margin-top: -25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            margin-bottom: -25px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 10px 20px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            padding-left: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            float: none;
            font-size: 14px;
            padding-top: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            padding-top: 2px;
            float: none;
            font-size: 24px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 20px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section {
    padding: 100px 0 60px 0; }
    .hero_banner_section .banner_area .left_banner {
      width: 100%;
      text-align: center;
      float: none;
      padding-top: 0px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          margin-left: 10px; }
          .hero_banner_section .banner_area .left_banner .second_row .arrow img {
            width: 70px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-size: 40px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-size: 40px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
            font-size: 32px;
            border-radius: 12px;
            padding: 5px 15px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 30px 0px 0px 0px; }
    .hero_banner_section .banner_area .right_banner {
      margin-top: 30px;
      width: 500px;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        border-radius: 10px;
        padding: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          margin-right: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 50px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            margin-top: -25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            margin-bottom: -25px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 10px 20px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            padding-left: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            float: none;
            font-size: 14px;
            padding-top: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            padding-top: 2px;
            float: none;
            font-size: 24px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 20px; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a {
            font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section {
    padding: 150px 0 60px 0; }
    .hero_banner_section .banner_area .left_banner {
      width: 100%;
      text-align: center;
      float: none;
      padding-top: 0px; }
      .hero_banner_section .banner_area .left_banner .top_row img {
        height: 60px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          margin-left: 10px; }
          .hero_banner_section .banner_area .left_banner .second_row .arrow img {
            width: 50px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-size: 30px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-size: 30px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
            font-size: 22px;
            border-radius: 12px;
            padding: 5px 15px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 30px 0px 0px 0px; }
    .hero_banner_section .banner_area .right_banner {
      margin-top: 30px;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        border-radius: 10px;
        padding: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          margin-right: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 50px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            margin-top: -25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            margin-bottom: -25px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 10px 15px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            padding-left: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            float: none;
            font-size: 14px;
            padding-top: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            padding-top: 2px;
            float: none;
            font-size: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 20px; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a {
            font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .hero_banner_section {
    padding: 150px 0 60px 0; }
    .hero_banner_section .banner_area .left_banner {
      width: 100%;
      text-align: center;
      float: none;
      padding-top: 0px; }
      .hero_banner_section .banner_area .left_banner .top_row img {
        height: 60px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          margin-left: 10px; }
          .hero_banner_section .banner_area .left_banner .second_row .arrow img {
            width: 50px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-size: 30px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-size: 30px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
            font-size: 22px;
            border-radius: 12px;
            padding: 5px 15px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 30px 0px 0px 0px; }
    .hero_banner_section .banner_area .right_banner {
      margin-top: 30px;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .hero_banner_section .banner_area .right_banner .bn2 {
        display: none; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        border-radius: 10px;
        padding: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          margin-right: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 50px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            margin-top: -25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            margin-bottom: -25px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 10px 15px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            padding-left: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            float: none;
            font-size: 14px;
            padding-top: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            padding-top: 2px;
            float: none;
            font-size: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 20px; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a {
            font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .hero_banner_section {
    padding: 150px 0 60px 0; }
    .hero_banner_section .banner_icon_left {
      display: none; }
    .hero_banner_section .banner_area .left_banner {
      width: 100%;
      text-align: center;
      float: none;
      padding-top: 0px; }
      .hero_banner_section .banner_area .left_banner .top_row img {
        height: 60px; }
      .hero_banner_section .banner_area .left_banner .second_row {
        padding-top: 25px; }
        .hero_banner_section .banner_area .left_banner .second_row p {
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .second_row .arrow {
          margin-left: 10px; }
          .hero_banner_section .banner_area .left_banner .second_row .arrow img {
            width: 50px; }
      .hero_banner_section .banner_area .left_banner .third_row {
        padding-top: 15px; }
        .hero_banner_section .banner_area .left_banner .third_row h3 {
          font-size: 30px; }
        .hero_banner_section .banner_area .left_banner .third_row h4 {
          font-size: 30px; }
          .hero_banner_section .banner_area .left_banner .third_row h4 span.bg {
            font-size: 22px;
            border-radius: 12px;
            padding: 5px 15px; }
        .hero_banner_section .banner_area .left_banner .third_row p {
          padding-top: 15px;
          font-size: 16px; }
        .hero_banner_section .banner_area .left_banner .third_row .btn {
          margin: 30px 0px 0px 0px; }
    .hero_banner_section .banner_area .right_banner {
      margin-top: 30px;
      width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .hero_banner_section .banner_area .right_banner .bn2 {
        display: none; }
      .hero_banner_section .banner_area .right_banner .inner_right {
        border-radius: 10px;
        padding: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .price_icon {
          margin-right: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon img {
            height: 50px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.top_icon {
            margin-top: -25px; }
          .hero_banner_section .banner_area .right_banner .inner_right .price_icon.bottom_icon {
            margin-bottom: -25px; }
        .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 {
          padding: 10px 15px;
          border-radius: 10px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1.top_right_right {
            padding-left: 30px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trl {
            float: none;
            font-size: 14px;
            padding-top: 0px; }
          .hero_banner_section .banner_area .right_banner .inner_right .top_right .topr_1 .trr {
            padding-top: 2px;
            float: none;
            font-size: 20px; }
        .hero_banner_section .banner_area .right_banner .inner_right .chart_area {
          margin-top: 20px; }
          .hero_banner_section .banner_area .right_banner .inner_right .chart_area .chart_text a {
            font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.services_section {
  padding: 100px 0;
  position: relative; }
  .services_section .ser_icon1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 200px; }
    .services_section .ser_icon1 img {
      height: 150px; }
  .services_section .ser_circle1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: 70px; }
    .services_section .ser_circle1 img {
      height: 50px; }
  .services_section .ser_circle2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 310px;
    margin-right: 70px; }
    .services_section .ser_circle2 img {
      height: 60px; }
  .services_section .ser_icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px; }
    .services_section .ser_icon2 img {
      height: 150px; }
  .services_section .services_area {
    position: relative;
    z-index: 99; }
    .services_section .services_area .services_inner_area {
      /* .one_third{
				border: 1px solid;
				border-color: $border;
				border-radius: 25px;
				padding: 50px 0 40px 0;
				margin-bottom: 30px;
				@include transition(all .3s ease);
				.icon_box{
					text-align: center;
					position: relative;
					img{
						height: 50px;
						@include transition(all .3s ease);
						&.black{}
						&.white{
							position: absolute;
							top: 0;
							left: 0;
							right: 0;
							margin-left: auto;
							margin-right: auto;
							opacity: 0;
							z-index: 11;
						}
					}
				}
				h3{
					margin-top: 40px;
					text-align: center;
					a{
						display: inline-block;
						font-weight: 500;
						font-size: 24px;
						color: $black;
						@include transition(all .3s ease);
					}
				}
				.button_row{
					margin-top: 40px;
					text-align: center;
					a{
						display: inline-block;
						&.btn{
							background-color: #006CB5;
							color: $white;
							width: 200px;
							max-width: 100%;
							height: 50px;
							line-height: 50px;
							text-align: center;
							border-radius: 50px;
							margin: 0;
							padding: 0;
							@include transition(all .3s ease);
						}
					}
				}
				&:hover{
					background-color: $secondary_color;
					.icon_box{
						img{
							&.black{
								opacity: 0;
							}
							&.white{
								opacity: 1;
							}
						}
					}
					h3{
						a{
							color: $white;
						}
					}
					.button_row{
						a{
							&.btn{
								background-color: $white;
								color: $black;
							}
						}
					}
				}
			} */ }
      .services_section .services_area .services_inner_area .one_third {
        margin-bottom: 30px; }
        .services_section .services_area .services_inner_area .one_third.active a {
          background-color: #DB353A; }
          .services_section .services_area .services_inner_area .one_third.active a h3 {
            color: #ffffff; }
        .services_section .services_area .services_inner_area .one_third a {
          display: block;
          border: 1px solid #222222;
          border-radius: 20px;
          padding: 5px;
          display: flex;
          align-items: center;
          overflow: hidden; }
          .services_section .services_area .services_inner_area .one_third a::after {
            display: block;
            content: "";
            clear: both; }
          .services_section .services_area .services_inner_area .one_third a .icon_box {
            width: 50px;
            float: left; }
            .services_section .services_area .services_inner_area .one_third a .icon_box img {
              height: 50px; }
          .services_section .services_area .services_inner_area .one_third a h3 {
            text-align: left;
            padding-left: 5px;
            width: calc(100% - 50px);
            float: left;
            color: #111111;
            font-weight: 500;
            font-size: 18px; }
          .services_section .services_area .services_inner_area .one_third a:hover {
            background-color: #DB353A; }
            .services_section .services_area .services_inner_area .one_third a:hover h3 {
              color: #ffffff; }

.services_section.services_page_section {
  padding: 10px 0px 30px 0px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .services_section {
    padding: 50px 0px 20px 0px;
    position: relative; }
    .services_section .ser_icon1 {
      display: none; }
    .services_section .ser_circle1 {
      display: none; }
    .services_section .ser_circle2 {
      display: none; }
    .services_section .ser_icon2 {
      display: none; }
    .services_section .services_area .services_inner_area .one_third a {
      border-radius: 15px; }
      .services_section .services_area .services_inner_area .one_third a .icon_box {
        width: 35px; }
        .services_section .services_area .services_inner_area .one_third a .icon_box img {
          height: 35px; }
      .services_section .services_area .services_inner_area .one_third a h3 {
        width: calc(100% - 35px);
        font-size: 16px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .services_section {
    padding: 50px 0 20px 0;
    position: relative; }
    .services_section .ser_icon1 {
      display: none; }
    .services_section .ser_circle1 {
      display: none; }
    .services_section .ser_circle2 {
      display: none; }
    .services_section .ser_icon2 {
      display: none; }
    .services_section .services_area .services_inner_area .one_third a {
      border-radius: 15px; }
      .services_section .services_area .services_inner_area .one_third a .icon_box {
        width: 35px; }
        .services_section .services_area .services_inner_area .one_third a .icon_box img {
          height: 35px; }
      .services_section .services_area .services_inner_area .one_third a h3 {
        width: calc(100% - 35px);
        font-size: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .services_section {
    padding: 50px 0 20px 0;
    position: relative; }
    .services_section .ser_icon1 {
      display: none; }
    .services_section .ser_circle1 {
      display: none; }
    .services_section .ser_circle2 {
      display: none; }
    .services_section .ser_icon2 {
      display: none; }
    .services_section .services_area .services_inner_area .one_third {
      margin-bottom: 20px; }
      .services_section .services_area .services_inner_area .one_third a {
        border-radius: 15px; }
        .services_section .services_area .services_inner_area .one_third a .icon_box {
          width: 35px; }
          .services_section .services_area .services_inner_area .one_third a .icon_box img {
            height: 35px; }
        .services_section .services_area .services_inner_area .one_third a h3 {
          width: calc(100% - 35px);
          font-size: 16px;
          text-align: left;
          padding-left: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .services_section {
    padding: 50px 0 20px 0;
    position: relative; }
    .services_section .ser_icon1 {
      display: none; }
    .services_section .ser_circle1 {
      display: none; }
    .services_section .ser_circle2 {
      display: none; }
    .services_section .ser_icon2 {
      display: none; }
    .services_section .services_area .services_inner_area .one_third {
      margin-bottom: 15px; }
      .services_section .services_area .services_inner_area .one_third a {
        border-radius: 15px; }
        .services_section .services_area .services_inner_area .one_third a .icon_box {
          width: 35px; }
          .services_section .services_area .services_inner_area .one_third a .icon_box img {
            height: 35px; }
        .services_section .services_area .services_inner_area .one_third a h3 {
          width: calc(100% - 35px);
          font-size: 16px;
          text-align: left;
          padding-left: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .services_section {
    padding: 50px 0 20px 0;
    position: relative; }
    .services_section .ser_icon1 {
      display: none; }
    .services_section .ser_circle1 {
      display: none; }
    .services_section .ser_circle2 {
      display: none; }
    .services_section .ser_icon2 {
      display: none; }
    .services_section .services_area .services_inner_area .one_third {
      margin-bottom: 15px; }
      .services_section .services_area .services_inner_area .one_third a {
        border-radius: 15px; }
        .services_section .services_area .services_inner_area .one_third a .icon_box {
          width: 35px; }
          .services_section .services_area .services_inner_area .one_third a .icon_box img {
            height: 35px; }
        .services_section .services_area .services_inner_area .one_third a h3 {
          width: calc(100% - 35px);
          font-size: 16px;
          text-align: left;
          padding-left: 20px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.home_about_section {
  background: rgba(255, 99, 131, 0.05);
  padding: 100px 0;
  position: relative; }
  .home_about_section .circle1 {
    position: absolute;
    bottom: 50%;
    left: 0;
    margin-left: 70px;
    margin-bottom: -130px; }
    .home_about_section .circle1 img {
      height: 50px; }
  .home_about_section .circle2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -200px;
    margin-right: 70px; }
    .home_about_section .circle2 img {
      height: 50px; }
  .home_about_section .about_area {
    position: relative;
    z-index: 99; }
    .home_about_section .about_area .inner_about_area_1 .image_area {
      position: relative;
      padding: 50px 30px 50px 100px; }
      .home_about_section .about_area .inner_about_area_1 .image_area .image_bg {
        left: 0; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 140px; }
      .home_about_section .about_area .inner_about_area_2 .image_area {
        position: relative;
        padding: 50px 100px 50px 30px; }
        .home_about_section .about_area .inner_about_area_2 .image_area .image_bg {
          right: 0; }
    .home_about_section .about_area .image_area {
      position: relative; }
      .home_about_section .about_area .image_area .img_effect {
        overflow: hidden;
        border-radius: 15px; }
        .home_about_section .about_area .image_area .img_effect:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .home_about_section .about_area .image_area img {
        width: 100%;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .home_about_section .about_area .image_area .image_bg {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1; }
        .home_about_section .about_area .image_area .image_bg img {
          height: 100%; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-weight: 600;
      font-size: 30px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 28px;
      font-weight: 300; }
    .home_about_section .about_area .content_area .textbox {
      padding-top: 40px; }
      .home_about_section .about_area .content_area .textbox {
      padding-top: 40px; }
      .home_about_section .about_area .content_area .textbox p {
        font-size: 18px;
        line-height: 28px; }
    .home_about_section .about_area .content_area .textbox h1,
  .home_about_section .about_area .content_area .textbox h2,
  .home_about_section .about_area .content_area .textbox h3,
  .home_about_section .about_area .content_area .textbox h4,
  .home_about_section .about_area .content_area .textbox h5,
  .home_about_section .about_area .content_area .textbox h6 {
    margin: 0;
    padding-bottom: 20px; }
  .home_about_section .about_area .content_area .textbox h1 {
    font-size: 26px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox h2 {
    font-size: 24px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox h3 {
    font-size: 22px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox h4 {
    font-size: 20px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox h5 {
    font-size: 18px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox h6 {
    font-size: 16px;
    font-weight: 500;
    color: #111111; }
  .home_about_section .about_area .content_area .textbox p {
    margin: 0;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 26px; }
  .home_about_section .about_area .content_area .textbox p img {
    max-width: 100%; }
  .home_about_section .about_area .content_area .textbox ol {
    margin-bottom: 20px; }
    .home_about_section .about_area .content_area .textbox ol li {
      font-size: 16px;
      font-weight: 400;
      color: #111111;
      margin-left: -15px;
      padding: 5px 0; }
  .home_about_section .about_area .content_area .textbox ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style-type: none; }
    .home_about_section .about_area .content_area .textbox ul li {
      font-size: 16px;
      font-weight: 400;
      color: #111111;
      padding: 5px 0px 5px 15px;
      position: relative; }
      .home_about_section .about_area .content_area .textbox ul li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #111111;
        margin-top: 12px; }
    .home_about_section .about_area .content_area .listbox .list_row {
      margin-top: 40px; }
      .home_about_section .about_area .content_area .listbox .list_row::after {
        display: block;
        content: "";
        clear: both; }
      .home_about_section .about_area .content_area .listbox .list_row .icon {
        float: left;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background-color: #F1F1FF;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .home_about_section .about_area .content_area .listbox .list_row .icon img {
          height: 24px; }
      .home_about_section .about_area .content_area .listbox .list_row .ltext {
        padding-top: 5px;
        float: right;
        padding-left: 20px;
        width: calc(100% - 70px); }
        .home_about_section .about_area .content_area .listbox .list_row .ltext h5 {
          font-weight: 600;
          font-size: 16px; }
        .home_about_section .about_area .content_area .listbox .list_row .ltext p {
          padding-top: 3px;
          font-weight: 400;
          font-size: 14px;
          color: #808080; }
      .home_about_section .about_area .content_area .listbox .list_row:hover .icon {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .home_about_section {
    padding: 50px 0; }
    .home_about_section .circle1 {
      display: none; }
    .home_about_section .circle2 {
      display: none; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-size: 26px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 24px; }
    .home_about_section .about_area .content_area .textbox p {
      font-size: 16px;
      line-height: 26px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 100px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .home_about_section {
    padding: 50px 0; }
    .home_about_section .circle1 {
      display: none; }
    .home_about_section .circle2 {
      display: none; }
    .home_about_section .about_area .inner_about_area_1 .image_area {
      padding: 30px 10px 30px 30px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 65px; }
      .home_about_section .about_area .inner_about_area_2 .image_area {
        padding: 30px 30px 30px 10px; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-size: 24px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 22px; }
    .home_about_section .about_area .content_area .textbox p {
      font-size: 14px;
      line-height: 24px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 100px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .home_about_section {
    padding: 50px 0; }
    .home_about_section .circle1 {
      display: none; }
    .home_about_section .circle2 {
      display: none; }
    .home_about_section .about_area .inner_about_area_1 .image_area {
      padding: 30px 10px 30px 30px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 65px; }
      .home_about_section .about_area .inner_about_area_2 .image_area {
        padding: 30px 30px 30px 10px; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-size: 24px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 22px; }
    .home_about_section .about_area .content_area .textbox p {
      font-size: 14px;
      line-height: 24px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 100px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .home_about_section {
    padding: 50px 0; }
    .home_about_section .circle1 {
      display: none; }
    .home_about_section .circle2 {
      display: none; }
    .home_about_section .about_area .inner_about_area_1 .image_area {
      padding: 20px 10px 20px 20px;
      margin-bottom: 30px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 65px; }
      .home_about_section .about_area .inner_about_area_2 .image_area {
        margin-top: 30px;
        padding: 20px 20px 20px 10px; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-size: 24px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 22px; }
    .home_about_section .about_area .content_area .textbox {
      padding-top: 20px; }
      .home_about_section .about_area .content_area .textbox p {
        font-size: 14px;
        line-height: 24px; }
    .home_about_section .about_area .content_area .listbox .list_row {
      margin-top: 25px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 50px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .home_about_section {
    padding: 50px 0; }
    .home_about_section .circle1 {
      display: none; }
    .home_about_section .circle2 {
      display: none; }
    .home_about_section .about_area .inner_about_area_1 .image_area {
      padding: 20px 10px 20px 20px;
      margin-bottom: 30px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 65px; }
      .home_about_section .about_area .inner_about_area_2 .image_area {
        margin-top: 30px;
        padding: 20px 20px 20px 10px; }
    .home_about_section .about_area .content_area .top_area h3 {
      font-size: 24px; }
    .home_about_section .about_area .content_area .top_area h4 {
      font-size: 22px; }
    .home_about_section .about_area .content_area .textbox {
      padding-top: 20px; }
      .home_about_section .about_area .content_area .textbox p {
        font-size: 14px;
        line-height: 24px; }
    .home_about_section .about_area .content_area .listbox .list_row {
      margin-top: 25px; }
    .home_about_section .about_area .inner_about_area_2 {
      margin-top: 50px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.updates_section {
  padding: 100px 0 70px 0;
  position: relative; }
  .updates_section .update_icon1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 300px; }
    .updates_section .update_icon1 img {
      height: 150px; }
  .updates_section .update_circle1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: 100px; }
    .updates_section .update_circle1 img {
      height: 50px; }
  .updates_section .update_circle2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 300px;
    margin-right: 70px; }
    .updates_section .update_circle2 img {
      height: 50px; }
  .updates_section .update_icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 130px; }
    .updates_section .update_icon2 img {
      height: 150px; }
  .updates_section .updates_area {
    position: relative;
    z-index: 999; }
    .updates_section .updates_area .main_title {
      text-align: center; }
    .updates_section .updates_area .updates_columns .one_third {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
      border-radius: 20px;
      margin-bottom: 30px;
      overflow: hidden; }
      .updates_section .updates_area .updates_columns .one_third .img_area {
        overflow: hidden;
        background-color: #111111; }
        .updates_section .updates_area .updates_columns .one_third .img_area img {
          width: 100%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .updates_section .updates_area .updates_columns .one_third .caption {
        padding: 30px; }
        .updates_section .updates_area .updates_columns .one_third .caption .date {
          font-size: 12px;
          color: #06396E;
          padding-bottom: 3px; }
        .updates_section .updates_area .updates_columns .one_third .caption h3 a {
          display: block;
          font-weight: 500;
          font-size: 20px;
          color: #06396E; }
          .updates_section .updates_area .updates_columns .one_third .caption h3 a:hover {
            color: #DB353A; }
        .updates_section .updates_area .updates_columns .one_third .caption p {
          padding-top: 20px;
          font-size: 16px;
          color: #808080; }
        .updates_section .updates_area .updates_columns .one_third .caption .btn_row {
          padding-top: 30px;
          text-align: center; }
          .updates_section .updates_area .updates_columns .one_third .caption .btn_row a.btn {
            background-color: #006CB5;
            color: #ffffff;
            width: 200px;
            max-width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 50px;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .updates_section .updates_area .updates_columns .one_third .caption .btn_row a.btn:hover {
              background-color: #DB353A;
              color: #ffffff; }
      .updates_section .updates_area .updates_columns .one_third:hover .img_area img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8; }

.updates_section.blog_section {
  padding: 10px 0 50px 0; }
  .updates_section.blog_section .updates_area .updates_columns .one_third {
    margin-bottom: 30px; }

.updates_section.services_product_section {
  padding: 10px 0px 50px 0px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third {
    margin-bottom: 30px; }
    .updates_section.services_product_section .updates_area .updates_columns .one_third .img_area {
      position: relative; }
      .updates_section.services_product_section .updates_area .updates_columns .one_third .img_area .text_lable {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        background-color: #DB353A;
        padding: 4px 7px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 5px;
        font-weight: 500;
        z-index: 11;
        margin-top: 10px;
        margin-right: 10px; }
    .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
      padding: 20px; }
      .updates_section.services_product_section .updates_area .updates_columns .one_third .caption .price {
        padding-bottom: 7px; }
        .updates_section.services_product_section .updates_area .updates_columns .one_third .caption .price .amount {
          display: inline-block;
          background-color: #006CB5;
          padding: 2px 5px;
          color: #ffffff;
          font-size: 14px;
          border-radius: 5px;
          font-weight: 500; }
      .updates_section.services_product_section .updates_area .updates_columns .one_third .caption p {
        line-height: 22px; }
  .updates_section.services_product_section .updates_area .updates_columns .owl-dots {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .updates_section.services_product_section .updates_area .updates_columns .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: #d1d1d1;
      border: 0px;
      margin-right: 5px; }
      .updates_section.services_product_section .updates_area .updates_columns .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .updates_section.services_product_section .updates_area .updates_columns .owl-dots .owl-dot.active {
        background-color: #006CB5; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .updates_section {
    padding: 50px 0px 20px 0px; }
    .updates_section .update_icon1 {
      display: none; }
    .updates_section .update_circle1 {
      display: none; }
    .updates_section .update_circle2 {
      display: none; }
    .updates_section .update_icon2 {
      display: none; }
    .updates_section .updates_area .updates_columns .one_third .caption {
      padding: 15px; }
      .updates_section .updates_area .updates_columns .one_third .caption h3 a {
        font-size: 18px; }
      .updates_section .updates_area .updates_columns .one_third .caption p {
        padding-top: 15px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
    padding: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .updates_section {
    padding: 50px 0px 50px 0px; }
    .updates_section .update_icon1 {
      display: none; }
    .updates_section .update_circle1 {
      display: none; }
    .updates_section .update_circle2 {
      display: none; }
    .updates_section .update_icon2 {
      display: none; }
    .updates_section .updates_area .updates_columns .one_third .caption {
      padding: 15px; }
      .updates_section .updates_area .updates_columns .one_third .caption h3 a {
        font-size: 16px; }
      .updates_section .updates_area .updates_columns .one_third .caption p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 20px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
    padding: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .updates_section {
    padding: 50px 0px 30px 0px; }
    .updates_section .update_icon1 {
      display: none; }
    .updates_section .update_circle1 {
      display: none; }
    .updates_section .update_circle2 {
      display: none; }
    .updates_section .update_icon2 {
      display: none; }
    .updates_section .updates_area .updates_columns .one_third {
      margin-bottom: 20px; }
      .updates_section .updates_area .updates_columns .one_third .caption {
        padding: 15px; }
        .updates_section .updates_area .updates_columns .one_third .caption h3 a {
          font-size: 16px; }
        .updates_section .updates_area .updates_columns .one_third .caption p {
          padding-top: 15px;
          font-size: 14px;
          line-height: 20px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
    padding: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .updates_section {
    padding: 50px 0px 50px 0px; }
    .updates_section .update_icon1 {
      display: none; }
    .updates_section .update_circle1 {
      display: none; }
    .updates_section .update_circle2 {
      display: none; }
    .updates_section .update_icon2 {
      display: none; }
    .updates_section .updates_area .updates_columns .one_third {
      margin-bottom: 20px; }
      .updates_section .updates_area .updates_columns .one_third .caption {
        padding: 15px; }
        .updates_section .updates_area .updates_columns .one_third .caption h3 a {
          font-size: 16px; }
        .updates_section .updates_area .updates_columns .one_third .caption p {
          padding-top: 15px;
          font-size: 14px;
          line-height: 20px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
    padding: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .updates_section {
    padding: 50px 0px 50px 0px; }
    .updates_section .update_icon1 {
      display: none; }
    .updates_section .update_circle1 {
      display: none; }
    .updates_section .update_circle2 {
      display: none; }
    .updates_section .update_icon2 {
      display: none; }
    .updates_section .updates_area .updates_columns .one_third {
      margin-bottom: 20px; }
      .updates_section .updates_area .updates_columns .one_third .caption {
        padding: 15px; }
        .updates_section .updates_area .updates_columns .one_third .caption h3 a {
          font-size: 16px; }
        .updates_section .updates_area .updates_columns .one_third .caption p {
          padding-top: 15px;
          font-size: 14px;
          line-height: 20px; }
  .updates_section.services_product_section .updates_area .updates_columns .one_third .caption {
    padding: 15px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.blog_detail_page_section .blog_detail_area {
  padding-left: 65px;
  padding-right: 65px; }
  .blog_detail_page_section .blog_detail_area .top_area h3 {
    font-size: 32px;
    font-weight: 500;
    color: #111111;
    margin: 0;
    margin-bottom: 30px; }
  .blog_detail_page_section .blog_detail_area .top_area .date {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 25px; }
    .blog_detail_page_section .blog_detail_area .top_area .date i {
      font-size: 15px;
      color: #006CB5;
      margin-right: 10px; }
  .blog_detail_page_section .blog_detail_area .b_tag {
    margin-top: 20px;
    margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .b_tag a {
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      color: #111111;
      background-color: #006CB5;
      border-radius: 5px;
      padding: 5px 8px;
      word-break: break-word;
      margin-bottom: 4px; }
  .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
    border-radius: 10px;
    overflow: hidden;
    height: 420px;
    margin-bottom: 30px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box video {
      width: 100%;
      max-height: 100%; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box iframe {
      width: 100%;
      max-height: 100%; }
  .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 177px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box.last-child {
      margin-bottom: 0; }
  .blog_detail_page_section .blog_detail_area .content_box .text {
    font-size: 14px;
    font-weight: 400;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box .response {
    position: relative; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px;
      font-weight: 500;
      color: #111111;
      margin-left: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box .response::before {
      z-index: 99;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 5px;
      height: 5px;
      background-color: #111111;
      border-radius: 50%;
      margin-top: 7px;
      margin-left: 7px; }
  .blog_detail_page_section .blog_detail_area .content_box h1,
  .blog_detail_page_section .blog_detail_area .content_box h2,
  .blog_detail_page_section .blog_detail_area .content_box h3,
  .blog_detail_page_section .blog_detail_area .content_box h4,
  .blog_detail_page_section .blog_detail_area .content_box h5,
  .blog_detail_page_section .blog_detail_area .content_box h6 {
    margin: 0;
    padding-bottom: 20px; }
  .blog_detail_page_section .blog_detail_area .content_box h1 {
    font-size: 26px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box h3 {
    font-size: 22px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box h4 {
    font-size: 20px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box h5 {
    font-size: 18px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box h6 {
    font-size: 16px;
    font-weight: 500;
    color: #111111; }
  .blog_detail_page_section .blog_detail_area .content_box p {
    margin: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 26px; }
  .blog_detail_page_section .blog_detail_area .content_box p img {
    max-width: 100%; }
  .blog_detail_page_section .blog_detail_area .content_box ol {
    margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box ol li {
      font-size: 16px;
      font-weight: 400;
      color: #111111;
      margin-left: -15px;
      padding: 5px 0; }
  .blog_detail_page_section .blog_detail_area .content_box ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style-type: none; }
    .blog_detail_page_section .blog_detail_area .content_box ul li {
      font-size: 16px;
      font-weight: 400;
      color: #111111;
      padding: 5px 0px 5px 15px;
      position: relative; }
      .blog_detail_page_section .blog_detail_area .content_box ul li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #111111;
        margin-top: 12px; }
  .blog_detail_page_section .blog_detail_area .follow_us {
    margin-bottom: 102px; }
    .blog_detail_page_section .blog_detail_area .follow_us ul {
      padding: 0;
      margin: 0; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li.follow_text a {
        margin-right: 10px;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #111111; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li a {
        text-decoration: none;
        color: #006CB5; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
          font-size: 20px;
          color: #006CB5;
          margin-right: 20px; }
          .blog_detail_page_section .blog_detail_area .follow_us ul li a i.last-child {
            margin-right: 0; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li.last-child a i {
        margin-right: 0; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li p {
        font-size: 16px;
        font-weight: 400;
        color: #006CB5;
        margin-bottom: 0;
        margin-right: 15px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_detail_page_section .blog_detail_area {
    padding-left: 0;
    padding-right: 0; }
    .blog_detail_page_section .blog_detail_area .top_area h3 {
      font-size: 26px;
      margin-bottom: 25px; }
    .blog_detail_page_section .blog_detail_area .top_area .date {
      font-size: 15px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
      height: 294px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
      margin-bottom: 20px;
      height: 137px; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px; }
    .blog_detail_page_section .blog_detail_area .content_box h1,
    .blog_detail_page_section .blog_detail_area .content_box h2,
    .blog_detail_page_section .blog_detail_area .content_box h3,
    .blog_detail_page_section .blog_detail_area .content_box h4,
    .blog_detail_page_section .blog_detail_area .content_box h5,
    .blog_detail_page_section .blog_detail_area .content_box h6 {
      margin: 0;
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .content_box p {
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .follow_us {
      margin-bottom: 80px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li p {
        font-size: 15px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
        font-size: 18px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blog_detail_page_section .blog_detail_area {
    padding-left: 0;
    padding-right: 0; }
    .blog_detail_page_section .blog_detail_area .top_area h3 {
      font-size: 22px;
      margin-bottom: 25px; }
    .blog_detail_page_section .blog_detail_area .top_area .date {
      font-size: 15px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
      border-radius: 8px;
      height: 294px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
      border-radius: 8px;
      margin-bottom: 20px;
      height: 137px; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px; }
    .blog_detail_page_section .blog_detail_area .content_box h1,
    .blog_detail_page_section .blog_detail_area .content_box h2,
    .blog_detail_page_section .blog_detail_area .content_box h3,
    .blog_detail_page_section .blog_detail_area .content_box h4,
    .blog_detail_page_section .blog_detail_area .content_box h5,
    .blog_detail_page_section .blog_detail_area .content_box h6 {
      margin: 0;
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .content_box h1 {
      font-size: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box h2 {
      font-size: 22px; }
    .blog_detail_page_section .blog_detail_area .content_box h3 {
      font-size: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box p {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box ul li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .content_box ol li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .follow_us {
      margin-bottom: 50px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li {
        font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li p {
          font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li a {
          font-size: 14px; }
          .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
            font-size: 18px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blog_detail_page_section .blog_detail_area {
    padding-left: 0;
    padding-right: 0; }
    .blog_detail_page_section .blog_detail_area .top_area h3 {
      font-size: 20px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .top_area .date {
      font-size: 14px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
      border-radius: 8px;
      height: 294px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
      border-radius: 8px;
      margin-bottom: 20px;
      height: 137px; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px; }
    .blog_detail_page_section .blog_detail_area .content_box h1,
    .blog_detail_page_section .blog_detail_area .content_box h2,
    .blog_detail_page_section .blog_detail_area .content_box h3,
    .blog_detail_page_section .blog_detail_area .content_box h4,
    .blog_detail_page_section .blog_detail_area .content_box h5,
    .blog_detail_page_section .blog_detail_area .content_box h6 {
      margin: 0;
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .content_box h1 {
      font-size: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box h2 {
      font-size: 22px; }
    .blog_detail_page_section .blog_detail_area .content_box h3 {
      font-size: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box p {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box ul li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .content_box ol li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .follow_us {
      margin-bottom: 50px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li {
        font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li p {
          font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li a {
          font-size: 14px; }
          .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
            font-size: 18px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blog_detail_page_section .blog_detail_area {
    padding-left: 0;
    padding-right: 0; }
    .blog_detail_page_section .blog_detail_area .top_area h3 {
      font-size: 20px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .top_area .date {
      font-size: 14px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
      border-radius: 8px;
      height: 294px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
      border-radius: 8px;
      margin-bottom: 20px;
      height: 137px; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px; }
    .blog_detail_page_section .blog_detail_area .content_box h1,
    .blog_detail_page_section .blog_detail_area .content_box h2,
    .blog_detail_page_section .blog_detail_area .content_box h3,
    .blog_detail_page_section .blog_detail_area .content_box h4,
    .blog_detail_page_section .blog_detail_area .content_box h5,
    .blog_detail_page_section .blog_detail_area .content_box h6 {
      margin: 0;
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .content_box h1 {
      font-size: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box h2 {
      font-size: 22px; }
    .blog_detail_page_section .blog_detail_area .content_box h3 {
      font-size: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box p {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box ul li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .content_box ol li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .follow_us {
      margin-bottom: 50px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li {
        font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li p {
          font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li a {
          font-size: 14px; }
          .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
            font-size: 18px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blog_detail_page_section .blog_detail_area {
    padding-left: 0;
    padding-right: 0; }
    .blog_detail_page_section .blog_detail_area .top_area h3 {
      font-size: 20px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .top_area .date {
      font-size: 14px;
      margin-bottom: 20px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-one .img_box {
      border-radius: 8px;
      height: 294px; }
    .blog_detail_page_section .blog_detail_area .img_area .img-two .img_box {
      border-radius: 8px;
      margin-bottom: 20px;
      height: 137px; }
    .blog_detail_page_section .blog_detail_area .content_box .response h3 {
      font-size: 18px; }
    .blog_detail_page_section .blog_detail_area .content_box h1,
    .blog_detail_page_section .blog_detail_area .content_box h2,
    .blog_detail_page_section .blog_detail_area .content_box h3,
    .blog_detail_page_section .blog_detail_area .content_box h4,
    .blog_detail_page_section .blog_detail_area .content_box h5,
    .blog_detail_page_section .blog_detail_area .content_box h6 {
      margin: 0;
      padding-bottom: 15px; }
    .blog_detail_page_section .blog_detail_area .content_box h1 {
      font-size: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box h2 {
      font-size: 22px; }
    .blog_detail_page_section .blog_detail_area .content_box h3 {
      font-size: 20px; }
    .blog_detail_page_section .blog_detail_area .content_box p {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 24px; }
    .blog_detail_page_section .blog_detail_area .content_box ul li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .content_box ol li {
      font-size: 14px; }
    .blog_detail_page_section .blog_detail_area .follow_us {
      margin-bottom: 50px; }
      .blog_detail_page_section .blog_detail_area .follow_us ul li {
        font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li p {
          font-size: 14px; }
        .blog_detail_page_section .blog_detail_area .follow_us ul li a {
          font-size: 14px; }
          .blog_detail_page_section .blog_detail_area .follow_us ul li a i {
            font-size: 18px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.testimonial_section {
  padding: 200px 0 100px 0;
  position: relative; }
  .testimonial_section .rotate_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -50px; }
    .testimonial_section .rotate_img img {
      width: 100%; }
  .testimonial_section .testimonial_area {
    position: relative;
    z-index: 3; }
    .testimonial_section .testimonial_area .main_title {
      text-align: center; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 99;
      margin-top: -30px;
      display: block !important; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button {
        position: absolute;
        top: 0;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #006CB5;
        font-size: 18px;
        opacity: 1;
        color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
          left: 0;
          margin-left: -70px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
          right: 0;
          margin-right: -70px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .testimonial_section .testimonial_area .owl-carousel .owl-item.active.center .item .one_third {
      background-color: #DB353A; }
      .testimonial_section .testimonial_area .owl-carousel .owl-item.active.center .item .one_third .content p {
        color: #ffffff; }
      .testimonial_section .testimonial_area .owl-carousel .owl-item.active.center .item .one_third .content h4 {
        color: #ffffff; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 30px;
      text-align: center;
      background-color: #ffffff;
      border-radius: 30px; }
      .testimonial_section .testimonial_area .owl-carousel .item .one_third .img_area {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto; }
        .testimonial_section .testimonial_area .owl-carousel .item .one_third .img_area img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .testimonial_section .testimonial_area .owl-carousel .item .one_third .content p {
        padding-top: 20px;
        font-size: 14px;
        color: #808080;
        line-height: 20px; }
      .testimonial_section .testimonial_area .owl-carousel .item .one_third .content h4 {
        padding-top: 20px;
        font-weight: 600;
        font-size: 16px; }

.testimonial_section.testimonial_page_section {
  padding: 10px 0px 20px 0px; }
  .testimonial_section.testimonial_page_section .rotate_img {
    display: none; }
  .testimonial_section.testimonial_page_section .testimonial_area .one_third {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px; }
    .testimonial_section.testimonial_page_section .testimonial_area .one_third .img_area {
      height: 100px;
      width: 100px;
      border-radius: 100%;
      overflow: hidden;
      margin: 0 auto; }
      .testimonial_section.testimonial_page_section .testimonial_area .one_third .img_area img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .testimonial_section.testimonial_page_section .testimonial_area .one_third .content p {
      padding-top: 20px;
      font-size: 14px;
      color: #808080;
      line-height: 20px; }
    .testimonial_section.testimonial_page_section .testimonial_area .one_third .content h4 {
      padding-top: 20px;
      font-weight: 600;
      font-size: 16px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_section {
    padding: 140px 0px 70px 0px; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
      margin-left: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
      margin-right: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 20px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_section {
    padding: 50px 0px 50px 0px;
    background: rgba(255, 99, 131, 0.05); }
    .testimonial_section .rotate_img {
      display: none; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button {
      height: 30px;
      width: 30px;
      font-size: 16px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .testimonial_section {
    padding: 50px 0px 50px 0px;
    background: rgba(255, 99, 131, 0.05); }
    .testimonial_section .rotate_img {
      display: none; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button {
      height: 30px;
      width: 30px;
      font-size: 16px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 20px 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .testimonial_section {
    padding: 50px 0px 50px 0px;
    background: rgba(255, 99, 131, 0.05); }
    .testimonial_section .rotate_img {
      display: none; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button {
      height: 30px;
      width: 30px;
      font-size: 16px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 20px 30px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .testimonial_section {
    padding: 50px 0px 50px 0px;
    background: rgba(255, 99, 131, 0.05); }
    .testimonial_section .rotate_img {
      display: none; }
    .testimonial_section .testimonial_area .owl-carousel .owl-nav button {
      height: 30px;
      width: 30px;
      font-size: 16px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px; }
      .testimonial_section .testimonial_area .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px; }
    .testimonial_section .testimonial_area .owl-carousel .item .one_third {
      padding: 20px 30px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.faq_section {
  padding-top: 220px;
  position: relative; }
  .faq_section .faq_icon1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 100px; }
    .faq_section .faq_icon1 img {
      height: 150px; }
  .faq_section .faq_circle1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: -70px; }
    .faq_section .faq_circle1 img {
      height: 50px; }
  .faq_section .faq_circle2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 200px;
    margin-right: 100px; }
    .faq_section .faq_circle2 img {
      height: 50px; }
  .faq_section .faq_icon2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 380px; }
    .faq_section .faq_icon2 img {
      height: 150px; }
  .faq_section .faq_detail_area {
    position: relative;
    z-index: 999; }
    .faq_section .faq_detail_area::after {
      display: block;
      content: "";
      clear: both; }
    .faq_section .faq_detail_area .main_title {
      text-align: center; }
    .faq_section .faq_detail_area .accordion {
      float: right;
      width: calc(100% - 75px); }
      .faq_section .faq_detail_area .accordion .accordion-item {
        margin-bottom: 30px;
        border: none;
        background-color: #FFF7F9;
        border-radius: 50px 50px 30px 30px; }
        .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
          background-color: #DB353A;
          border-radius: 50px;
          padding: 20px;
          color: #ffffff;
          font-weight: 500;
          font-size: 16px;
          box-shadow: none;
          position: relative;
          border: 1px solid;
          border-color: #DB353A;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:after {
            display: none; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:before {
            position: absolute;
            content: '\f068';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            top: 0;
            left: 0;
            font-size: 24px;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            background-color: #006CB5;
            text-align: center;
            line-height: 60px;
            margin-left: -75px; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button.collapsed {
            background-color: #ffffff;
            color: #111111;
            border-color: #DCDCDC; }
            .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button.collapsed:before {
              content: '\f067';
              color: #ffffff; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:hover {
            background-color: #DB353A;
            color: #ffffff;
            border-color: #DB353A; }
        .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 30px; }
          .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body p {
            font-size: 16px;
            line-height: 24px; }

.faq_section.main_faq_section {
  padding-top: 30px;
  padding-bottom: 50px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .faq_section {
    padding-top: 30px;
    padding-bottom: 40px; }
    .faq_section .faq_icon1 {
      display: none; }
    .faq_section .faq_circle1 {
      display: none; }
    .faq_section .faq_circle2 {
      display: none; }
    .faq_section .faq_icon2 {
      display: none; }
    .faq_section .faq_detail_area .accordion .accordion-item {
      margin-bottom: 30px; }
      .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
        font-size: 18px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .faq_section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .faq_section .faq_icon1 {
      display: none; }
    .faq_section .faq_circle1 {
      display: none; }
    .faq_section .faq_circle2 {
      display: none; }
    .faq_section .faq_icon2 {
      display: none; }
    .faq_section .faq_detail_area .accordion {
      width: calc(100% - 50px); }
      .faq_section .faq_detail_area .accordion .accordion-item {
        margin-bottom: 18px; }
        .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
          padding: 15px 20px;
          font-size: 16px; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:before {
            height: 45px;
            width: 45px;
            line-height: 47px;
            font-size: 20px;
            margin-left: -55px; }
        .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 25px; }
          .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body p {
            font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .faq_section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .faq_section .faq_icon1 {
      display: none; }
    .faq_section .faq_circle1 {
      display: none; }
    .faq_section .faq_circle2 {
      display: none; }
    .faq_section .faq_icon2 {
      display: none; }
    .faq_section .faq_detail_area .accordion {
      width: calc(100% - 50px); }
      .faq_section .faq_detail_area .accordion .accordion-item {
        margin-bottom: 18px; }
        .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
          padding: 15px 20px;
          font-size: 16px; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:before {
            height: 45px;
            width: 45px;
            line-height: 47px;
            font-size: 20px;
            margin-left: -55px; }
        .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 25px; }
          .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body p {
            font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .faq_section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .faq_section .faq_icon1 {
      display: none; }
    .faq_section .faq_circle1 {
      display: none; }
    .faq_section .faq_circle2 {
      display: none; }
    .faq_section .faq_icon2 {
      display: none; }
    .faq_section .faq_detail_area .accordion {
      width: calc(100% - 50px); }
      .faq_section .faq_detail_area .accordion .accordion-item {
        margin-bottom: 18px; }
        .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
          padding: 15px 20px;
          font-size: 16px; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:before {
            height: 45px;
            width: 45px;
            line-height: 47px;
            font-size: 20px;
            margin-left: -55px;
            margin-top: 3px; }
        .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 25px; }
          .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body p {
            font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .faq_section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .faq_section .faq_icon1 {
      display: none; }
    .faq_section .faq_circle1 {
      display: none; }
    .faq_section .faq_circle2 {
      display: none; }
    .faq_section .faq_icon2 {
      display: none; }
    .faq_section .faq_detail_area .accordion {
      width: calc(100% - 50px); }
      .faq_section .faq_detail_area .accordion .accordion-item {
        margin-bottom: 18px; }
        .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button {
          padding: 15px 20px;
          font-size: 16px; }
          .faq_section .faq_detail_area .accordion .accordion-item h2 .accordion-button:before {
            height: 45px;
            width: 45px;
            line-height: 47px;
            font-size: 20px;
            margin-left: -55px;
            margin-top: 3px; }
        .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 25px; }
          .faq_section .faq_detail_area .accordion .accordion-item .accordion-collapse .accordion-body p {
            font-size: 14px; } }

@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.contact_section {
  padding: 210px 0 50px 0;
  position: relative; }
  .contact_section .rotate_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -50px; }
    .contact_section .rotate_img img {
      width: 100%; }
  .contact_section .contact_box {
    position: relative;
    z-index: 3; }
    .contact_section .contact_box .main_title {
      text-align: center; }
    .contact_section .contact_box .contact_area {
      position: relative;
      z-index: 33;
      bottom: 15px; }
      .contact_section .contact_box .contact_area::after {
        display: block;
        content: "";
        clear: both; }
      .contact_section .contact_box .contact_area .left_area {
        width: 525px;
        float: left;
        background-color: #DB353A;
        background-image: url("../images/contact_bg.jpg");
        background-size: cover;
        background-position: bottom right;
        padding: 40px 50px;
        border-radius: 20px 0px 0px 20px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
          color: #ffffff;
          font-size: 36px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left p {
          padding-top: 20px;
          font-weight: 500;
          font-size: 16px;
          color: #ffffff;
          line-height: 24px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li {
          margin-top: 30px; }
          .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a {
            display: block;
            position: relative;
            padding-left: 35px;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px; }
            .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a:hover {
              color: rgba(255, 255, 255, 0.8); }
              .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a:hover .icon {
                color: rgba(255, 255, 255, 0.8); }
              .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a:hover .textbox {
                color: rgba(255, 255, 255, 0.8); }
            .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a .icon {
              position: absolute;
              top: 0;
              left: 0;
              color: #ffffff;
              font-size: 18px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li a .textbox {
              color: #ffffff;
              line-height: 22px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
          .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li.address a .icon {
            margin-top: 6px; }
          .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li.phone a .icon {
            margin-top: 2px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom {
          text-align: right;
          margin-top: 80px; }
          .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a {
            display: inline-block; }
            .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a img {
              height: 70px; }
      .contact_section .contact_box .contact_area .right_area {
        width: calc(100% - 525px);
        float: right;
        background-color: #F5F5F5;
        border-radius: 0px 20px 20px 0px;
        padding: 50px 80px 46px 80px; }
        .contact_section .contact_box .contact_area .right_area .inner_right_area .form-group {
          margin-bottom: 25px; }
          .contact_section .contact_box .contact_area .right_area .inner_right_area .form-group .set_label {
            padding-left: 15px;
            padding-bottom: 10px;
            font-size: 14px;
            font-weight: 500; }
          .contact_section .contact_box .contact_area .right_area .inner_right_area .form-group .form-control {
            height: 50px;
            background: #FBFBFB;
            border-radius: 30px;
            padding-left: 30px;
            padding-right: 30px;
            font-weight: 500; }
            .contact_section .contact_box .contact_area .right_area .inner_right_area .form-group .form-control.form-textarea {
              height: auto;
              padding-top: 20px;
              border-radius: 30px;
              min-height: 150px; }
        .contact_section .contact_box .contact_area .right_area .inner_right_area .button_area {
          margin-top: 10px;
          text-align: right; }
          .contact_section .contact_box .contact_area .right_area .inner_right_area .button_area .btn {
            width: 220px;
            max-width: 100%;
            font-weight: 500;
            font-size: 14px;
            background-color: #163149;
            color: #ffffff;
            height: 50px;
            line-height: 50px;
            border-radius: 50px;
            margin: 0;
            padding: 0;
            text-align: center; }
            .contact_section .contact_box .contact_area .right_area .inner_right_area .button_area .btn:hover {
              background-color: #006CB5; }
    .contact_section .contact_box .map_area iframe {
      width: 100%;
      height: 240px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_section {
    padding: 130px 0 50px 0; }
    .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
      font-size: 28px; }
    .contact_section .contact_box .contact_area .right_area {
      padding: 40px 40px 37px 40px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .contact_section {
    padding: 50px 0 50px 0;
    background: rgba(255, 99, 131, 0.05); }
    .contact_section .rotate_img {
      display: none; }
    .contact_section .contact_box .contact_area .left_area {
      padding: 30px 30px;
      width: 320px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
        font-size: 28px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom {
        margin-top: 45px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a img {
          height: 60px; }
    .contact_section .contact_box .contact_area .right_area {
      padding: 30px 30px 27px 30px;
      width: calc(100% - 320px); } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .contact_section {
    padding: 50px 0 50px 0;
    background: rgba(255, 99, 131, 0.05); }
    .contact_section .rotate_img {
      display: none; }
    .contact_section .contact_box .contact_area .left_area {
      float: none;
      padding: 25px;
      width: 100%;
      border-radius: 15px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
        font-size: 24px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left p {
        padding-top: 15px;
        font-size: 14px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li {
        margin-top: 20px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom {
        margin-top: 20px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a img {
          height: 50px; }
    .contact_section .contact_box .contact_area .right_area {
      margin-top: 15px;
      float: none;
      padding: 20px 15px;
      width: 100%;
      border-radius: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .contact_section {
    padding: 50px 0 50px 0;
    background: rgba(255, 99, 131, 0.05); }
    .contact_section .rotate_img {
      display: none; }
    .contact_section .contact_box .contact_area .left_area {
      float: none;
      padding: 25px;
      width: 100%;
      border-radius: 15px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
        font-size: 24px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left p {
        padding-top: 15px;
        font-size: 14px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li {
        margin-top: 20px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom {
        margin-top: 20px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a img {
          height: 50px; }
    .contact_section .contact_box .contact_area .right_area {
      margin-top: 15px;
      float: none;
      padding: 20px 15px;
      width: 100%;
      border-radius: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .contact_section {
    padding: 50px 0 50px 0;
    background: rgba(255, 99, 131, 0.05); }
    .contact_section .rotate_img {
      display: none; }
    .contact_section .contact_box .contact_area .left_area {
      float: none;
      padding: 25px;
      width: 100%;
      border-radius: 15px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left h3 {
        font-size: 24px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .top_left p {
        padding-top: 15px;
        font-size: 14px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .content_box ul li {
        margin-top: 20px; }
      .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom {
        margin-top: 20px; }
        .contact_section .contact_box .contact_area .left_area .inner_left_area .left_bottom a img {
          height: 50px; }
    .contact_section .contact_box .contact_area .right_area {
      margin-top: 15px;
      float: none;
      padding: 20px 15px;
      width: 100%;
      border-radius: 15px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.newsletter_section {
  background-color: #DB353A;
  padding: 50px 0px; }
  .newsletter_section .newsletter_area::after {
    display: block;
    content: "";
    clear: both; }
  .newsletter_section .newsletter_area .left_banner {
    float: left; }
    .newsletter_section .newsletter_area .left_banner h5 {
      font-size: 48px;
      font-weight: 700;
      color: #ffffff; }
    .newsletter_section .newsletter_area .left_banner p {
      padding-top: 10px;
      font-size: 16px;
      color: #ffffff;
      padding-bottom: 0;
      margin-bottom: 0; }
  .newsletter_section .newsletter_area .right_banner {
    float: right;
    padding-top: 20px; }
    .newsletter_section .newsletter_area .right_banner .form-group {
      margin-bottom: 0;
      position: relative;
      width: 500px;
      height: 50px;
      border-radius: 50px; }
      .newsletter_section .newsletter_area .right_banner .form-group .form-control {
        width: 100%;
        height: 50px;
        border: 0px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        padding-left: 30px; }
      .newsletter_section .newsletter_area .right_banner .form-group .btn-subscribe {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 190px;
        border-radius: 50px;
        background-color: #163149;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px; }
        .newsletter_section .newsletter_area .right_banner .form-group .btn-subscribe:hover {
          background-color: #006CB5; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter_section .newsletter_area .left_banner h5 {
    font-size: 36px; }
  .newsletter_section .newsletter_area .right_banner {
    padding-top: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter_section {
    padding: 30px 0; }
    .newsletter_section .newsletter_area {
      text-align: center; }
      .newsletter_section .newsletter_area .left_banner {
        float: none; }
        .newsletter_section .newsletter_area .left_banner h5 {
          font-size: 36px; }
      .newsletter_section .newsletter_area .right_banner {
        float: none;
        padding-top: 25px; }
        .newsletter_section .newsletter_area .right_banner .form-group {
          margin: 0 auto; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .newsletter_section {
    padding: 30px 0; }
    .newsletter_section .newsletter_area {
      text-align: center; }
      .newsletter_section .newsletter_area .left_banner {
        float: none; }
        .newsletter_section .newsletter_area .left_banner h5 {
          font-size: 30px; }
        .newsletter_section .newsletter_area .left_banner p {
          font-size: 14px; }
      .newsletter_section .newsletter_area .right_banner {
        float: none;
        padding-top: 25px; }
        .newsletter_section .newsletter_area .right_banner .form-group {
          margin: 0 auto;
          width: 100%;
          height: auto; }
          .newsletter_section .newsletter_area .right_banner .form-group .btn-subscribe {
            margin-top: 15px;
            position: static;
            width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .newsletter_section {
    padding: 30px 0; }
    .newsletter_section .newsletter_area {
      text-align: center; }
      .newsletter_section .newsletter_area .left_banner {
        float: none; }
        .newsletter_section .newsletter_area .left_banner h5 {
          font-size: 30px; }
        .newsletter_section .newsletter_area .left_banner p {
          font-size: 14px; }
      .newsletter_section .newsletter_area .right_banner {
        float: none;
        padding-top: 25px; }
        .newsletter_section .newsletter_area .right_banner .form-group {
          margin: 0 auto;
          width: 100%;
          height: auto; }
          .newsletter_section .newsletter_area .right_banner .form-group .btn-subscribe {
            margin-top: 15px;
            position: static;
            width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .newsletter_section {
    padding: 30px 0; }
    .newsletter_section .newsletter_area {
      text-align: center; }
      .newsletter_section .newsletter_area .left_banner {
        float: none; }
        .newsletter_section .newsletter_area .left_banner h5 {
          font-size: 30px; }
        .newsletter_section .newsletter_area .left_banner p {
          font-size: 14px; }
      .newsletter_section .newsletter_area .right_banner {
        float: none;
        padding-top: 25px; }
        .newsletter_section .newsletter_area .right_banner .form-group {
          margin: 0 auto;
          width: 100%;
          height: auto; }
          .newsletter_section .newsletter_area .right_banner .form-group .btn-subscribe {
            margin-top: 15px;
            position: static;
            width: 100%; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.main_footer {
  background-color: #163149;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden; }
  .main_footer .footer_icon1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90%;
    margin-left: -50px; }
    .main_footer .footer_icon1 img {
      height: 100%; }
  .main_footer .footer_icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    margin-right: -100px; }
    .main_footer .footer_icon2 img {
      height: 100%; }

.footer_section {
  position: relative;
  z-index: 99;
  padding: 60px 0; }
  .footer_section .footer_area .one_third.first_row .foot_content .list-inline {
    margin-top: 20px; }
    .footer_section .footer_area .one_third.first_row .foot_content .list-inline li {
      padding: 0px 10px; }
      .footer_section .footer_area .one_third.first_row .foot_content .list-inline li a {
        display: inline-block;
        font-size: 20px; }
        .footer_section .footer_area .one_third.first_row .foot_content .list-inline li a:hover {
          color: rgba(255, 255, 255, 0.8); }
      .footer_section .footer_area .one_third.first_row .foot_content .list-inline li:first-child {
        padding-left: 0; }
      .footer_section .footer_area .one_third.first_row .foot_content .list-inline li:last-child {
        padding-right: 0; }
  .footer_section .footer_area .one_third.second_row .foot_content ul li a:before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .footer_section .footer_area .one_third.second_row .foot_content ul li a:hover {
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.7); }
    .footer_section .footer_area .one_third.second_row .foot_content ul li a:hover:before {
      opacity: 1;
      color: rgba(255, 255, 255, 0.7); }
  .footer_section .footer_area .one_third.third_row .foot_content ul li {
    padding-bottom: 25px; }
    .footer_section .footer_area .one_third.third_row .foot_content ul li.phone a:before {
      content: '\f879'; }
    .footer_section .footer_area .one_third.third_row .foot_content ul li.email a:before {
      content: '\f0e0'; }
    .footer_section .footer_area .one_third.third_row .foot_content ul li.map a {
      padding-top: 0; }
      .footer_section .footer_area .one_third.third_row .foot_content ul li.map a:before {
        content: '\f3c5'; }
    .footer_section .footer_area .one_third.third_row .foot_content ul li a {
      padding-top: 5px;
      padding-left: 50px; }
      .footer_section .footer_area .one_third.third_row .foot_content ul li a:before {
        position: absolute;
        content: '\f879';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #006CB5;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer_section .footer_area .one_third.third_row .foot_content ul li a:hover {
        color: rgba(255, 255, 255, 0.7);
        /* &:before{
										background-color: rgba(255,255,255,0.7);
									} */ }
  .footer_section .footer_area .one_third .foot_logo {
    padding-bottom: 20px; }
    .footer_section .footer_area .one_third .foot_logo a {
      display: inline-block; }
      .footer_section .footer_area .one_third .foot_logo a img {
        height: 70px; }
  .footer_section .footer_area .one_third .foot_title {
    padding-bottom: 40px; }
    .footer_section .footer_area .one_third .foot_title h4 {
      font-weight: 600;
      font-size: 20px;
      color: #ffffff; }
  .footer_section .footer_area .one_third .foot_content p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px; }
  .footer_section .footer_area .one_third .foot_content ul li {
    padding: 12px 0; }
    .footer_section .footer_area .one_third .foot_content ul li a {
      display: block;
      color: #ffffff;
      font-size: 16px;
      position: relative; }
    .footer_section .footer_area .one_third .foot_content ul li:first-child {
      padding-top: 0; }
    .footer_section .footer_area .one_third .foot_content ul li:last-child {
      padding-bottom: 0; }

.footer_bottom_section {
  background-color: #102435;
  padding: 30px 0;
  position: relative;
  z-index: 99; }
  .footer_bottom_section .footer_bottom_area p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; }
    .footer_bottom_section .footer_bottom_area p a {
      color: #ffffff;
      display: inline-block;
      text-decoration: underline; }
      .footer_bottom_section .footer_bottom_area p a:hover {
        color: rgba(255, 255, 255, 0.7); }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section {
    padding: 50px 0; }
    .footer_section .footer_area .one_third .foot_logo a img {
      height: 60px; }
    .footer_section .footer_area .one_third .foot_title {
      font-size: 30px; }
      .footer_section .footer_area .one_third .foot_title h4 {
        font-size: 18px; }
    .footer_section .footer_area .one_third .foot_content ul li a {
      font-size: 14px; }
  .footer_bottom_section {
    padding: 20px 0; }
    .footer_bottom_section .footer_bottom_area p {
      font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .footer_section {
    padding: 50px 0; }
    .footer_section .footer_area .one_third .foot_logo a img {
      height: 60px; }
    .footer_section .footer_area .one_third .foot_title {
      font-size: 30px; }
      .footer_section .footer_area .one_third .foot_title h4 {
        font-size: 18px; }
    .footer_section .footer_area .one_third .foot_content ul li a {
      font-size: 14px; }
  .footer_bottom_section {
    padding: 20px 0; }
    .footer_bottom_section .footer_bottom_area p {
      font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .main_footer {
    padding-bottom: 0; }
  .footer_section {
    padding: 40px 0px 0px 0; }
    .footer_section .footer_area .one_third {
      margin-bottom: 50px; }
      .footer_section .footer_area .one_third .foot_logo a img {
        height: 50px; }
      .footer_section .footer_area .one_third .foot_title {
        font-size: 30px;
        padding-bottom: 20px; }
        .footer_section .footer_area .one_third .foot_title h4 {
          font-size: 18px; }
      .footer_section .footer_area .one_third .foot_content ul li {
        padding: 8px 0; }
        .footer_section .footer_area .one_third .foot_content ul li a {
          font-size: 14px; }
  .footer_bottom_section {
    padding: 20px 0; }
    .footer_bottom_section .footer_bottom_area p {
      font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .main_footer {
    padding-bottom: 0; }
  .footer_section {
    padding: 40px 0px 0px 0; }
    .footer_section .footer_area .one_third {
      margin-bottom: 50px; }
      .footer_section .footer_area .one_third .foot_logo a img {
        height: 50px; }
      .footer_section .footer_area .one_third .foot_title {
        font-size: 30px;
        padding-bottom: 20px; }
        .footer_section .footer_area .one_third .foot_title h4 {
          font-size: 18px; }
      .footer_section .footer_area .one_third .foot_content ul li {
        padding: 8px 0; }
        .footer_section .footer_area .one_third .foot_content ul li a {
          font-size: 14px; }
  .footer_bottom_section {
    padding: 20px 0; }
    .footer_bottom_section .footer_bottom_area p {
      font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .main_footer {
    padding-bottom: 0; }
  .footer_section {
    padding: 40px 0px 0px 0; }
    .footer_section .footer_area .one_third {
      margin-bottom: 50px; }
      .footer_section .footer_area .one_third .foot_logo a img {
        height: 50px; }
      .footer_section .footer_area .one_third .foot_title {
        font-size: 30px;
        padding-bottom: 20px; }
        .footer_section .footer_area .one_third .foot_title h4 {
          font-size: 18px; }
      .footer_section .footer_area .one_third .foot_content ul li {
        padding: 8px 0; }
        .footer_section .footer_area .one_third .foot_content ul li a {
          font-size: 14px; }
  .footer_bottom_section {
    padding: 20px 0; }
    .footer_bottom_section .footer_bottom_area p {
      font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.login_section {
  padding: 50px 0px; }
  .login_section .login_section_area .header_area {
    padding-bottom: 60px; }
    .login_section .login_section_area .header_area h3 {
      font-size: 56px;
      font-weight: 600;
      color: #006CB5;
      text-align: center;
      padding-bottom: 23px; }
    .login_section .login_section_area .header_area p {
      font-size: 14px;
      font-weight: 500;
      text-align: center; }
  .login_section .login_section_area .box_area {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    margin-top: -20px; }
    .login_section .login_section_area .box_area::after {
      position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: cover;
      height: 170px;
      z-index: 0;
      bottom: 0px;
      width: 340px;
      left: -20px; }
    .login_section .login_section_area .box_area.el::after {
      width: 360px;
      height: 100px;
      left: -37px; }
    .login_section .login_section_area .box_area.dl::after {
      width: 360px;
      height: 100px;
      left: -60px; }
    .login_section .login_section_area .box_area h2 {
      font-size: 36px;
      font-weight: 600;
      color: #111111;
      text-align: center;
      padding-bottom: 50px; }
    .login_section .login_section_area .box_area .form-group {
      margin-bottom: 20px; }
      .login_section .login_section_area .box_area .form-group .set_label {
        padding-left: 15px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 500; }
      .login_section .login_section_area .box_area .form-group .form-control {
        height: 50px;
        background: #FBFBFB;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 500; }
        .login_section .login_section_area .box_area .form-group .form-control.form-textarea {
          height: auto;
          padding-top: 20px;
          border-radius: 30px;
          min-height: 150px; }
    .login_section .login_section_area .box_area .forgot_button {
      text-align: right;
      padding-top: 10px; }
      .login_section .login_section_area .box_area .forgot_button a {
        color: #006CB5;
        font-size: 14px;
        font-weight: 500; }
    .login_section .login_section_area .box_area .login_button {
      text-align: center;
      padding-top: 30px; }
      .login_section .login_section_area .box_area .login_button a {
        position: relative;
        z-index: 1; }
    .login_section .login_section_area .box_area .sign_up_button {
      text-align: center;
      padding-top: 30px; }
      .login_section .login_section_area .box_area .sign_up_button p {
        font-size: 14px;
        font-weight: 500; }
        .login_section .login_section_area .box_area .sign_up_button p a {
          color: #006CB5; }
.form-box {
  max-width: 500px;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border: 10px solid #f2f2f2;
}

.form-box h1, .form-box p {
  text-align: center;
}
.form-box label{
  margin-bottom: 10px;
}
select {
  appearance: menulist !important;
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
  -o-appearance: menulist !important;
}

.accordian-item {
  display: flex;
  flex-direction: column;
  padding: 15px 40px;
  cursor: pointer;
}
.accordian-item .accordian-heading {
  display: flex;
  flex-direction: row;
}
.accordian-item .accordian-content{
  border-top: 2px solid #ddd;
  margin-top: 30px;
  padding: 10px;
}
.accordian-item .accordian-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 3px solid #163149;
  border-radius: 50%;
  margin: 0 auto;
}
.accordian-item .accordian-image img {
  object-fit: fill;
  width: 100%;
  max-height: 100%;
}
.accordian-item .accordian-text
{
  padding: 15px 30px;
  width: 50%;
}
.accordian-item .accordian-count
{
  font-size: 28px;
  padding: 32px;
  width: 35%;
}
.accordian-item .accordian-arrow {
    font-size: 30px;
    padding: 32px 20px;
    color: #a9a9a9;
}
.accordian-item.active .accordian-arrow{
  transform: rotate(90deg);
}
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .login_section .login_section_area .header_area {
    padding-bottom: 53px; }
    .login_section .login_section_area .header_area::after {
      display: block;
      content: "";
      clear: both; }
    .login_section .login_section_area .header_area h3 {
      padding-bottom: 12px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .login_section .login_section_area .header_area {
    padding-bottom: 50px; }
    .login_section .login_section_area .header_area h3 {
      padding-bottom: 12px; }
  .login_section .login_section_area .box_area h2 {
    font-size: 30px; }
  .login_section .login_section_area .box_area .form-group .set_label {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .login_section .login_section_area .header_area {
    padding-bottom: 50px; }
    .login_section .login_section_area .header_area h3 {
      padding-bottom: 12px; }
  .login_section .login_section_area .box_area h2 {
    font-size: 30px; }
  .login_section .login_section_area .box_area .form-group .set_label {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .login_section .login_section_area .header_area {
    padding-bottom: 50px; }
    .login_section .login_section_area .header_area h3 {
      padding-bottom: 12px; }
  .login_section .login_section_area .box_area h2 {
    font-size: 30px; }
  .login_section .login_section_area .box_area .form-group .set_label {
    font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .login_section .login_section_area .header_area {
    padding-bottom: 40px; }
    .login_section .login_section_area .header_area h3 {
      padding-bottom: 12px;
      font-size: 33px; }
  .login_section .login_section_area .box_area .form-group .set_label {
    font-size: 14px; } }

/* Smaller phones */
