/*-------------------------table-of-contents---------------------------

1 scroolbar
2 Global Settings
3 Preloader
4 backtotop
5 owlnav owldots style
6 themebtn
7 headings
8 header css
9 ripple video btn css
10 Main Slider Banner
11 welcome section icon box type one
12 about us
13 Funfacts 
14 how_virus_spread
15 explore_more
16 preventions icon_box type two
17 doctor
18 blog
19 symptoms
20 contact_form
21 faq_box
22 footer
23 page_title
24 pagination
25 shop-page
26 product-details
27 shop_cart
28 Checkout
29 porduct-css
30 prevention-page
31 prevention_single
32 team_all
33 faqall
34 Contact-Page
35 blog_with_sidebar
36 blog_grid
37 blog_details_content
38 slider-bubbles
39 media queries responsive css



--------------------------table-of-contents---------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap");

/*----font-family: 'Poppins', sans-serif; font-family: 'Inter', sans-serif;---------*/

/*--------------import----external-css-----------------*/

@import url("rtl.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("bsnav.min.css");
@import url("flexslider.css");
@import url("swiper.min.css");

/*--------------import----external-css-----------------*/

/* * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} */

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.page_wapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/*==================================================================================
scroolbar
==================================================================================*/

body.home_page_one::-webkit-scrollbar {
  width: 10px;
}

body.home_page_one::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  -moz-box-shadow: inset 0 0 6px #f1f1f1;
  box-shadow: inset 0 0 6px #f1f1f1;
  background: #f1f1f1;
}

body.home_page_one::-webkit-scrollbar-thumb {
  background: #653393;
  -webkit-box-shadow: inset 0 0 6px #653393;
  -moz-box-shadow: inset 0 0 6px #653393;
  box-shadow: inset 0 0 6px #653393;
  border-radius: 10px;
}

body.home_page_one::-webkit-scrollbar-thumb:window-inactive {
  background: #653393;
}

body.home_page_one {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3f5f7f;
}

body.home_page_one h1,
body.home_page_one h2,
body.home_page_one h3,
body.home_page_one h4,
body.home_page_one h5,
body.home_page_one h6 {
  font-family: "Poppins", sans-serif;
  color: #01062e;
}

body.home_page_one h1 a,
body.home_page_one h2 a,
body.home_page_one h3 a,
body.home_page_one h4 a,
body.home_page_one h5 a,
body.home_page_one h6 a {
  color: #01062e;
}

/*------------------------------home-page-two-------body-settings-------------------------------*/

body.home_page_two::-webkit-scrollbar {
  width: 10px;
}

body.home_page_two::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  -moz-box-shadow: inset 0 0 6px #f1f1f1;
  box-shadow: inset 0 0 6px #f1f1f1;
  background: #f1f1f1;
}

body.home_page_two::-webkit-scrollbar-thumb {
  background: #c90005;
  -webkit-box-shadow: inset 0 0 6px #c90005;
  -moz-box-shadow: inset 0 0 6px #c90005;
  box-shadow: inset 0 0 6px #c90005;
  border-radius: 10px;
}

body.home_page_two::-webkit-scrollbar-thumb:window-inactive {
  background: #c90005;
}

body.home_page_two {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
}

body.home_page_two h1,
body.home_page_two h2,
body.home_page_two h3,
body.home_page_two h4,
body.home_page_two h5,
body.home_page_two h6 {
  font-family: "Inter", sans-serif;
  color: #00001a;
}

body.home_page_two h1 a,
body.home_page_two h2 a,
body.home_page_two h3 a,
body.home_page_two h4 a,
body.home_page_two h5 a,
body.home_page_two h6 a {
  color: #00001a;
}

/*------------------------------home-page-two-------body-settings-------------------------------*/

body.home_page_three::-webkit-scrollbar {
  width: 10px;
}

body.home_page_three::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  -moz-box-shadow: inset 0 0 6px #f1f1f1;
  box-shadow: inset 0 0 6px #f1f1f1;
  background: #f1f1f1;
}

body.home_page_three::-webkit-scrollbar-thumb {
  background: #166994;
  -webkit-box-shadow: inset 0 0 6px #166994;
  -moz-box-shadow: inset 0 0 6px #166994;
  box-shadow: inset 0 0 6px #166994;
  border-radius: 10px;
}

body.home_page_three::-webkit-scrollbar-thumb:window-inactive {
  background: #166994;
}

body.home_page_three {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888;
}

body.home_page_three h1,
body.home_page_three h2,
body.home_page_three h3,
body.home_page_three h4,
body.home_page_three h5,
body.home_page_three h6 {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

body.home_page_three h1 a,
body.home_page_three h2 a,
body.home_page_three h3 a,
body.home_page_three h4 a,
body.home_page_three h5 a,
body.home_page_three h6 a {
  color: #000000;
}

/*==================================================================================
Global Settings
==================================================================================*/

body.home_page_one p {
  font-family: "Poppins", sans-serif;
  color: #3f5f7f;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
  appearance: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.padding_zero {
  padding: 0px 0px;
}

/*==================================================================================
Preloader
==================================================================================*/

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
}

.preloader_box {
  background-image: linear-gradient(
    to right,
    #37115a 0%,
    #653393 50%,
    #814faf 100%
  );
  height: 100vh;
  width: 100%;
  position: relative;
}

.home_page_two .preloader_box {
  background: #c90005;
  height: 100vh;
  width: 100%;
  position: relative;
}

.home_page_three .preloader_box {
  background: #1d87b7;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .circle {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 50%;
  margin: 15px;
  display: inline-block;
}

.preloader .item0 {
  animation: 1s pulse0 infinite;
}

.preloader .item1 {
  animation: 1s pulse1 infinite;
}

.preloader .item2 {
  animation: 1s pulse2 infinite;
}

@keyframes pulse0 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  43.3% {
    transform: scale(1);
  }
  76.6% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse1 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  43.3% {
    transform: scale(2);
  }
  76.6% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  43.3% {
    transform: scale(1);
  }
  76.6% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

/*==================================================================================
backtotop
==================================================================================*/

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 999;
  background: #653393;
}

.default-bg.red {
  background: #c90005 !important;
}

.default-bg.green {
  background: #166994 !important;
}

#scroll span {
  position: absolute;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}

#scroll span:hover {
  opacity: 1;
}

/*==================================================================================
owlnav owldots style
==================================================================================*/

.home_page_one .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.home_page_one .owl-carousel .owl-nav .owl-prev,
.home_page_one .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #f3f9fe;
  border-radius: 50%;
  text-align: center;
  margin: 0px 10px;
  color: #001e3b;
  font-weight: 600;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.home_page_one .owl-carousel .owl-nav .owl-prev:hover,
.home_page_one .owl-carousel .owl-nav .owl-next:hover {
  background: #653393;
  color: #fff;
}

.home_page_one .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home_page_one .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.home_page_one .owl-dots .owl-dot:hover,
.home_page_one .owl-dots .owl-dot.active {
  border: 2px solid #653393;
  background: #653393;
}

.home_page_two .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.home_page_two .owl-carousel .owl-nav .owl-prev,
.home_page_two .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #f3f9fe;
  border-radius: 50%;
  text-align: center;
  margin: 0px 10px;
  color: #001e3b;
  font-weight: 600;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.home_page_two .owl-carousel .owl-nav .owl-prev:hover,
.home_page_two .owl-carousel .owl-nav .owl-next:hover {
  background: #c90005;
  color: #fff;
}

.home_page_two .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home_page_two .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.home_page_two .owl-dots .owl-dot:hover,
.home_page_two .owl-dots .owl-dot.active {
  border: 2px solid #c90005;
  background: #c90005;
}

.home_page_three .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.home_page_three .owl-carousel .owl-nav .owl-prev,
.home_page_three .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #eefcfe;
  border-radius: 50%;
  text-align: center;
  margin: 0px 10px;
  color: #001e3b;
  font-weight: 600;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.home_page_three .owl-carousel .owl-nav .owl-prev:hover,
.home_page_three .owl-carousel .owl-nav .owl-next:hover {
  background: #166994;
  color: #fff;
}

.home_page_three .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home_page_three .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.home_page_three .owl-dots .owl-dot:hover,
.home_page_three .owl-dots .owl-dot.active {
  border: 2px solid #166994;
  background: #166994;
}

/*==================================================================================
themebtn
==================================================================================*/

.theme_btn.tp_one {
  font-size: 16px;
  position: relative;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #653393,
    #653393,
    #e2629e,
    #653393
  );
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.2);
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 50px;
  background-size: 300% 100%;
  box-shadow: 0px;
  border: 0px !important;
}

.theme_btn.tp_one span {
  margin-left: 10px;
}

.theme_btn.tp_one:hover {
  background-position: right center;
  color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}

.read_more.tp_one {
  position: relative;
  display: block;
  font-size: 16px;
  color: #01062e;
  font-weight: 400;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.read_more.tp_one span {
  display: inline-block;
  margin-left: 6px;
  font-size: 8px;
  font-weight: 700;
  vertical-align: middle;
  line-height: normal;
  color: #01062e;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: 1px;
}

.read_more.tp_one:hover,
.read_more.tp_one:hover span {
  color: #653393;
}

.read_more.tp_one:hover {
  transform: translateX(10px);
}

.read_more.tp_three {
  position: relative;
  display: block;
  font-size: 16px;
  color: #01062e;
  font-weight: 400;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.read_more.tp_three span {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  line-height: normal;
  color: #01062e;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: 1px;
}

.read_more.tp_three:hover,
.read_more.tp_three:hover span {
  color: #c90005;
}

.read_more.tp_three:hover {
  transform: translateX(10px);
}

.theme_btn.tp_two {
  font-size: 16px;
  position: relative;
  color: #fff;
  display: inline-block;
  width: 180px;
  background: transparent;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 30%,
    #269bef 60%,
    #187be7 100%
  );
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
  background-size: 300% 100%;
  box-shadow: none;
  border: 0px !important;
}

.theme_btn.tp_two:hover {
  background-position: right center;
}

.theme_btn.tp_two span {
  margin-left: 10px;
}

.read_more.tp_two {
  position: relative;
  display: block;
  font-size: 16px;
  color: #01062e;
  font-weight: 400;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.read_more.tp_two span {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
  vertical-align: middle;
  line-height: normal;
  color: #01062e;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.read_more.tp_two:hover,
.read_more.tp_two:hover span {
  color: #1d85ea;
}

.read_more.tp_two:hover {
  transform: translateX(10px);
}

.theme_btn.tp_three {
  font-size: 16px;
  position: relative;
  color: #fff;
  display: inline-block;
  width: 180px;
  background: #c90005;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
  background-size: 300% 100%;
  box-shadow: none;
  border: 0px !important;
}

.theme_btn.tp_three span {
  margin-left: 10px;
}

.theme_btn.tp_four {
  font-size: 16px;
  position: relative;
  color: #fff;
  display: inline-block;
  width: 180px;
  background: #166994;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
  background-size: 300% 100%;
  box-shadow: none;
  border: 0px !important;
}

.theme_btn.tp_three span {
  margin-left: 10px;
}

/*==================================================================================
headings
==================================================================================*/

.heading.tp_one {
  position: relative;
  margin-bottom: 25px;
  z-index: 0;
}

.heading.tp_one h6 {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #187be7;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

.heading.tp_one h1 {
  position: relative;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}

.heading.tp_one span.icon {
  font-size: 80px;
  line-height: 60px;
  position: absolute;
  top: 0;
  color: #f3f9fe;
  z-index: -1;
}

.heading.tp_one.icon_dark span.icon {
  color: #edf2f7;
}

.heading.tp_one.text_white span.icon {
  color: #33bbf7;
  opacity: 0.4;
}

.heading.tp_one.text_white h6 {
  color: #fff;
}

.heading.tp_one.text_white h1 {
  color: #fff;
}

.heading.tp_one p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .heading.text-center.tp_one p {
    padding: 0px 200px;
  }
}

/*-------------------heading-two---------------------*/

.heading.tp_two {
  position: relative;
  margin-bottom: 25px;
  z-index: 0;
}

.heading.tp_two h6 {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #c90005;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

.heading.tp_two h1 {
  position: relative;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}

.heading.tp_two span.icon {
  font-size: 80px;
  line-height: 60px;
  position: absolute;
  top: 0;
  color: #f3f9fe;
  z-index: -1;
}

.heading.tp_two.icon_dark span.icon {
  color: #edf2f7;
}

.heading.tp_two.text_white span.icon {
  color: #33bbf7;
  opacity: 0.4;
}

.heading.tp_two.text_white h6 {
  color: #fff;
}

.heading.tp_two.text_white h1 {
  color: #fff;
}

.heading.tp_two p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .heading.text-center.tp_two p {
    padding: 0px 200px;
  }
}

/*-------------------heading-two---------------------*/

.heading.tp_three {
  position: relative;
  margin-bottom: 25px;
  z-index: 0;
}

.heading.tp_three h6 {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #1d87b7;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

.heading.tp_three h1 {
  position: relative;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}

.heading.tp_three span.icon {
  font-size: 80px;
  line-height: 60px;
  position: absolute;
  top: 0;
  color: #f3f9fe;
  z-index: -1;
}

.heading.tp_three.icon_dark span.icon {
  color: #edf2f7;
}

.heading.tp_three.text_white span.icon {
  color: #33bbf7;
  opacity: 0.4;
}

.heading.tp_three.text_white h6 {
  color: #fff;
}

.heading.tp_three.text_white h1 {
  color: #fff;
}

.heading.tp_three p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .heading.text-center.tp_three p {
    padding: 0px 200px;
  }
}

/*==================================================================================
header css
==================================================================================*/

.header_v1 {
  position: relative;
}

.navbar .new_page {
  position: absolute;
  height: 30px;
  background: #c90005;
  color: #fff;
  padding: 0px 10px;
  line-height: 30px;
  margin-left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 5px;
}

.navbar .new_page:before {
  position: absolute;
  content: "";
  border-right: 8px solid #c90005;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -13px;
  top: 7px;
}

.header_v1 .header_top {
  position: relative;
  background-image: url(../image/resources/header-top-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 14px 0px 0px;
  min-height: 60px;
  z-index: 100;
}

.header_v1 .header_top .recent_news {
  position: relative;
  margin-left: 220px;
}

.header_v1 .header_top .news_inner {
  position: relative;
}

.header_v1 .header_top .recent_news .heading h2 {
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  text-align: center;
  padding: 6px 10px;
  border-radius: 50px;
  min-width: 120px;
  margin-top: 4px;
}

.header_v1 .emergency_contact {
  position: relative;
}

.header_v1 .emergency_contact .icon {
  float: left;
  font-size: 20px;
  color: #222;
}

.header_v1 .emergency_contact .phone_no {
  margin-left: 30px;
}

.clock_outer {
  position: relative;
  float: left;
  padding: 5px 0px 0px 3px;
}

.clock_outer span.fa {
  color: #fff;
  margin-right: 5px;
}

.clock {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.header_v1 .header_top .single_items .owl-dots {
  display: none;
}

.header_v1 .header_top .mid-text {
  position: relative;
  background: rgba(25, 125, 232, 0.1);
  border-radius: 30px;
  margin: 3px 0px 0px;
  text-align: left;
  color: #fff;
  padding: 1px 30px 1px 15px;
}

.header_v1 .header_top .mid-text p a {
  position: relative;
  /* overflow: hidden; */
  line-height: 28px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header_v1 .header_top .mid-text p a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.header_v1 .header_top .mid-text i {
  color: #00aa55;
  margin-right: 10px;
  font-size: 16px;
}

.c-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 86px;
  margin-left: -43px;
  margin-top: 15px;
  text-align: center;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-tooltip .tooltip-inner {
  position: relative;
  display: block;
  margin-bottom: 12px;
  min-width: 86px;
  padding: 3px 10px;
  line-height: 20px;
  font-size: 11px;
  color: #ffffff;
  background: #222222;
  text-transform: uppercase;
  border-radius: 7px;
}

.c-tooltip .tooltip-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid #222222;
}

.has-tooltip:hover .c-tooltip {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.header_v1 .social_media_icon {
  position: relative;
  float: right;
}

.header_v1 .social_media_icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header_v1 .social_media_icon {
  position: relative;
}

.header_v1 .social_media_icon li {
  position: relative;
  float: left;
  margin-left: 10px;
}

.header_v1 .social_media_icon li:first-child {
  margin-left: 0;
}

.header_v1 .social_media_icon li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header_v1 .social_media_icon li a:hover {
  background: #653393;
  border-color: #653393;
  color: #ffffff;
}

@media (max-width: 3000px) and (min-width: 1700px) {
  .header_v1 .navbar-brand {
    margin-right: 30px;
  }
  .header_v1 .container-fluid {
    padding: 0px 250px;
  }
}

.header_v1 .navbar-brand img {
  width: 150px;
}

.header_v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
}

.header_v1 .navbar-expand-lg {
  padding: 5px 0px;
  background: transparent;
}

.header_v1 .navbar-expand-lg .navbar-nav .nav-item .nav-link.link_hd {
  color: #08192d;
  padding: 28px 20px 24px;
}

.header_v1 .navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.header_v1
  .navbar-expand-lg
  .navbar-nav
  .nav-item.active
  .nav-link.link_hd::before,
.header_v1
  .navbar-expand-lg
  .navbar-nav
  .nav-item:hover
  .nav-link.link_hd::before {
  color: #653393;
}

.header_v1 .navbar-expand-lg .navbar-nav .nav-item.current .nav-link.link_hd,
.header_v1 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link.link_hd {
  color: #187be7;
}

.header_v1 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.link_hd,
.header_v1 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link.link_hd {
  color: #653393;
}

.header_v1 .site-header__sidemenu-nav {
  margin-top: 14px;
  margin-left: 0px;
  color: #3f5f7f;
  margin-right: 14px;
}

.header_v1 .site-header__sidemenu-nav-line {
  background-color: #fff;
}

.bsnav-mobile .navbar-nav.navbar_right {
  display: none;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .phone {
  padding: 15px 40px 0px 0px;
  position: relative;
  font-size: 18px;
  color: #3f5f7f;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .phone i {
  margin-right: 10px;
  color: #187be7;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .phone a {
  color: #001e3b;
  font-weight: 900;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right li {
  margin: 0px 15px;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right li:last-child {
  margin-right: 0px;
}

.header_v1 .navbar-expand-lg a.theme_btn {
  width: 150px;
  background: #fff;
  border: 2px solid #fff;
  color: #001e3b;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .two_icon {
  position: relative;
  padding-top: 5px;
  border-radius: 50px;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  width: 130px;
  text-align: center;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .two_icon a {
  display: inline-block;
  padding: 0px 10px 0px;
  margin: 0;
  line-height: 46px;
}

.header_v1 .navbar-expand-lg .navbar-nav.navbar_right .two_icon a .icon {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}

.header_v1 .site-header__sidemenu-nav {
  height: auto;
}

@media (max-width: 992px) {
  .header_v1 .header_top {
    display: none;
  }
  .header_v1 {
    padding: 20px 10px;
  }
  .page_title .content_box h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.type_one .slider_box .slider_image_1 {
    margin-top: -20px;
  }
}

/*--------header_v2------------*/

.header_v2 {
  position: relative;
  background: #f3f9fe;
}

.header_v2 .header_top {
  position: relative;
  background: #653393;
  padding: 10px 0px 10px;
}

.header_v2 .header_top .heading,
.header_v2 .header_top .news_inner {
  position: relative;
}

.header_v2 .header_top .single_items .owl-dots {
  display: none;
}

.header_v2 .header_top .heading h2 {
  font-size: 14px;
  color: #fff;
  background: #01062e;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  min-width: 120px;
  margin-top: 4px;
}

.header_v2 .header_top .mid-text {
  position: relative;
  background: rgb(183, 71, 123);
  border-radius: 5px;
  margin: 3px 0px 0px;
  text-align: left;
  color: #fff;
  padding: 1px 15px 1px 15px;
}

.header_v2 .header_top .mid-text p a {
  position: relative;
  /* overflow: hidden; */
  line-height: 28px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header_v2 .header_top .mid-text p a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.header_v2 .header_top .mid-text i {
  color: #00aa55;
  margin-right: 10px;
  font-size: 16px;
}

.header_v2 .social_media_icon {
  position: relative;
  float: right;
}

.header_v2 .social_media_icon {
  position: relative;
}

.header_v2 .social_media_icon li {
  position: relative;
  float: left;
}

.header_v2 .social_media_icon li:first-child {
  margin-left: 0;
}

.header_v2 .social_media_icon li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  background: rgb(183, 71, 123);
  color: #fff;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-left: 1px;
}

.header_v2 .social_media_icon li a:hover {
  background: #653393;
  border-color: #653393;
  color: #ffffff;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .header_v2 .navbar-brand {
    margin-right: 30px;
  }
}

.header_v2 .navbar-brand img {
  width: 150px;
}

.header_v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
}

.header_v2 .navbar-expand-lg .navbar-nav .nav-item .nav-link.link_hd {
  color: #01062e;
  padding: 32px 20px 30px;
}

.header_v2
  .navbar-expand-lg
  .navbar-nav
  .nav-item:first-child
  .nav-link.link_hd {
  padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link.link_hd:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 7px;
  font-size: 10px;
  font-weight: 700;
  font-size: 14px;
}

.header_v2 .navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.header_v2 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.link_hd,
.header_v2 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link.link_hd {
  color: #197ee8;
}

.header_v2 .site-header__sidemenu-nav {
  margin-top: 16px;
  margin-left: 0px;
  color: #3f5f7f;
}

.header_v2 .site-header__sidemenu-nav-line {
  background-color: #197ee8;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right {
  position: relative;
  margin-left: 20px;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right .phone {
  padding: 15px 40px 0px 0px;
  position: relative;
  font-size: 18px;
  color: #3f5f7f;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right .phone i {
  margin-right: 10px;
  color: #187be7;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right .phone a {
  color: #001e3b;
  font-weight: 900;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right li {
  margin: 0px 15px;
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right li:last-child {
  margin-right: 0px;
}

.header_v2 .navbar-expand-lg a.theme_btn {
  width: 150px;
  background: #fff;
  border: 2px solid #fff;
  color: #001e3b;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.header_v2 .navbar-expand-lg .navbar-nav.navbar_right a .icon {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 48px;
  font-weight: 800;
  color: #197ee8;
  font-size: 18px;
}

.header_v2 .site-header__sidemenu-nav {
  height: auto;
}

/*--------header_v3------------*/

.header_v3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
}
.header_v3 .navbar-toggler .navbar-toggler-icon,
.header_v3 .navbar-toggler .navbar-toggler-icon::after,
.header_v3 .navbar-toggler .navbar-toggler-icon::before {
  background: #fff;
}
.header_v3 .navbar.sticked.in .navbar-toggler .navbar-toggler-icon,
.header_v3 .navbar.sticked.in .navbar-toggler .navbar-toggler-icon::after,
.header_v3 .navbar.sticked.in .navbar-toggler .navbar-toggler-icon::before {
  background: #000;
}
.header_v3 .log_sticky {
  display: none;
}

.header_v3 .bsnav-sticky.in .log_sticky {
  display: block;
}

.header_v3 .bsnav-sticky.in .log_normal {
  display: none;
}

.header_v3 .header_top {
  position: relative;
  background: #c90005;
  padding: 10px 0px 10px;
}

.header_v3 .header_top .text_left,
.header_v3 .header_top .text_right {
  position: relative;
}

.header_v3 .header_top .text_left ul li {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 15px;
}

.header_v3 .navbar-expand-lg .navbar-nav .nav-link.link_hd {
  color: #fff;
}

.header_v3 .navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
}

.header_v3 .navbar.sticked.in .navbar-nav .nav-link.link_hd {
  color: #00001a;
}

.header_v3 .header_top .text_left ul li span {
  color: #fff;
  margin-right: 6px;
}

.header_v3 .header_top .text_right {
  text-align: right;
}

.header_v3 .header_top .text_right p {
  text-align: right;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .header_v3 .navbar-brand {
    margin-right: 30px;
  }
}

.header_v3 .navbar-brand img {
  width: 150px;
}

.header_v3 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.link_hd,
.header_v3 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link.link_hd {
  color: #c90005;
}

.header_v3 .navbar-expand-lg .navbar-nav.navbar_right a .icon {
  display: inline-block;
  position: relative;
  line-height: 54px;
  font-weight: 800;
  color: #c90005;
  font-size: 18px;
  margin: 0px 20px;
}

.header_v3 .site-header__sidemenu-nav-line {
  background: #c90005;
}

/*--------header_v4------------*/

.header_v4 {
  position: relative;
}

.header_v4 .social-media li {
  display: inline-block;
  padding-right: 10px;
}

.header_v4 .social-media li:last-child {
  padding-right: 0px;
}

.header_v4 .social-media li a {
  color: #fff;
}

.header_v4 .header_top {
  position: relative;
  background: #166994;
  padding: 10px 0px 10px;
}

.header_v4 .header_top .text_left,
.header_v4 .header_top .text_right {
  position: relative;
}

.header_v4 .header_top .text_left ul li {
  display: inline-block;
  padding-right: 25px;
  color: #fff;
  font-size: 15px;
}

.header_v4 .navbar-expand-lg {
  background: #fff;
}

.header_v4 .navbar-expand-lg .navbar-nav .nav-link.link_hd {
  color: #00001a;
}

.header_v4 .navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
}

.header_v4 .navbar.sticked.in .navbar-nav .nav-link.link_hd {
  color: #00001a;
}

.header_v4 .header_top .text_left ul li span {
  color: #fff;
  margin-right: 6px;
}

.header_v4 .header_top .text_right {
  text-align: right;
}

.header_v4 .header_top .text_right p {
  text-align: right;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .header_v4 .navbar-brand {
    margin-right: 30px;
  }
}

.header_v4 .navbar-brand img {
  width: 150px;
}

.header_v4 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link.link_hd,
.header_v4 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link.link_hd {
  color: #003383;
}

.header_v4 .navbar-expand-lg .navbar-nav.navbar_right a .icon {
  display: inline-block;
  position: relative;
  line-height: 54px;
  font-weight: 800;
  color: #003383;
  font-size: 18px;
  margin: 0px 20px;
}

.header_v4 .site-header__sidemenu-nav-line {
  background: #003383;
}

/*
* 13. search-popup styles
*/

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}

.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}

.search-popup__form input {
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  height: 60px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.search-popup__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-popup__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search-popup__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-popup__form button {
  border: none;
  outline: none;
  width: 60px;
  font-weight: 600;
  height: 60px;
  color: #fff;
  background-color: #00aeef;
  cursor: poPoppins;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-popup__form button:hover {
  background-color: #00aeef;
  color: #fff;
}

/* Cursor Style */

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* 29. side-menu styles
*/

.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block .logo_site {
  padding: 0px 20px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.side-menu__block .logo_site img {
  width: 200px;
}

.side-menu__block-contact {
  position: relative;
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
}

.side-menu__block-contact h2,
.side-menu__block-contact h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #00aeef;
  display: block;
  margin-bottom: 20px;
}

.side-menu__block-contact ul li a {
  color: #00aeef;
}

.home_page_two .side-menu__block-contact ul li a {
  color: #c90005;
}

.side-menu__block-contact .form_outer {
  position: relative;
}

.side-menu__block-contact .form_outer input,
.side-menu__block-contact .form_outer textarea {
  position: relative;
  border: 1px solid #eee;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #3f5f7f;
  display: block;
  line-height: 26px;
}

.side-menu__block-contact .form_outer input::placeholder {
  color: #3f5f7f;
}

.side-menu__block-contact .form_outer textarea::placeholder {
  color: #3f5f7f;
}

.side-menu__block-contact .form_outer textarea {
  height: inherit;
}

.side-menu__block-contact ul li {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  color: #3f5f7f;
}

.side-menu__block-contact ul li .fa {
  color: #00aeef;
  margin-right: 10px;
}

.home_page_two .side-menu__block-contact ul li .fa {
  color: #c90005;
  margin-right: 10px;
}

.side-menu__block-inner {
  position: relative;
  width: 400px;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  padding: 20px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin-left: auto;
  overflow-x: hidden !important;
  overflow-y: auto;
}

.site-header__sidemenu-nav {
  cursor: pointer;
  text-align: center;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* padding-left: 20px; */
  margin-left: 18px;
}

.site-header__sidemenu-nav-line {
  width: 30px;
  height: 2px;
  background-color: #3f5f7f;
  display: block;
}

.site-header__sidemenu-nav-line:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header__sidemenu-nav:hover .site-header__sidemenu-nav-line:nth-child(2) {
  width: 30px;
}

.side-menu__block__text.site-footer__copy-text {
  position: relative;
  padding: 30px 20px;
}

.side-menu__block__text.site-footer__copy-text a {
  color: #00aeef;
}

/*----home-page-one-----*/

.home_page_one .side-menu__block-contact ul li .fa {
  color: #01062e;
}

.home_page_one .side-menu__block-contact h2,
.home_page_one .side-menu__block-contact h3 {
  color: #01062e;
}

.home_page_one .side-menu__block-contact ul li a {
  color: #01062e;
}

.home_page_one .side-menu__block__text.site-footer__copy-text a {
  color: #01062e;
}

/*==================================================================================
ripple video btn css
==================================================================================*/

.video-inner {
  position: relative;
}

.video-inner a {
  position: relative;
  display: inline-block;
  font-size: 30px !important;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center !important;
  border-radius: 50%;
}

.video-inner a {
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-inner a:after,
.video-inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgb(37, 183, 249, 0.6);
  box-shadow: 0 0 0 0 rgb(37, 183, 249, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-inner a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/*====================================================================
	Main Slider Banner
====================================================================*/

.banner.type_one {
  position: relative;
  min-height: 1000px;
}

.banner.type_one .slider_box {
  position: absolute;
  width: 100%;
  margin-top: -92px;
}

.banner.type_one .slider_box .slider_image_1 {
  position: relative;
  z-index: 3;
}

.banner.type_one .slider_box .image {
  position: absolute;
}

.banner.type_one .slider_image_2 {
  top: 0;
  right: 0;
}

.slider_image_3.image {
  bottom: 150px;
  right: 0px;
  z-index: 0;
}

.slider_image_4.image {
  bottom: 130px;
  right: 50px;
  z-index: 0;
}

.slider_text_box {
  position: relative;
  z-index: 12;
}

.slider_text_box .text_box {
  position: relative;
  margin-top: 150px;
}

@media (max-width: 3000px) and(min-width:1600px) {
  .slider_text_box .text_box {
    padding-right: 150px;
  }
}

.slider_text_box .text_box h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}

.slider_text_box .text_box .bg_text {
  z-index: -1;
  font-size: 300px;
  color: #f3f2f2;
  line-height: 300px;
  position: absolute;
  top: -42px;
  right: 71px;
  letter-spacing: -10px;
  font-weight: 500;
}

.slider_text_box .text_box .lower_text {
  margin-top: 50px;
}

.slider_text_box .text_box .lower_text a.theme_btn.tp_one {
  width: 220px;
  float: left;
  height: 60px;
  line-height: 60px;
}

.slider_text_box .text_box .video-inner {
  position: relative;
  margin-left: 260px;
}

.slider_text_box .text_box p {
  font-size: 20px;
  line-height: 30px;
}

.slider_text_box .text_box .video-inner a {
  margin-top: -5px;
}

@media (max-width: 3000px) and (min-width: 1600px) {
  .slider_text_box .container-fluid {
    padding: 0px 250px;
  }
}

/*------------------banner-type-two--------------------------*/

.banner.type_two {
  position: relative;
  height: 1000px;
  background: url(../image/main-slider/banner-3-bg.jpg);
  background-size: cover;
}

.banner.type_two .banner_text {
  position: relative;
  margin: auto;
}

.banner.type_two .banner_text h1 {
  font-size: 70px;
  line-height: 82px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}

.banner.type_two .banner_text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 28px;
}

.banner.type_two .banner_text a.theme_btn {
  width: 200px;
  float: left;
  height: 60px;
  line-height: 60px;
}

.banner.type_two .banner_text .video-inner {
  position: relative;
  margin-left: 260px;
}

.banner.type_two .banner_text .video-inner a {
  background: #fff;
  color: #c90005;
}

.banner.type_two .image_box {
  position: relative;
  min-height: 1000px;
  min-width: 700px;
}

.banner.type_two .image_box .image {
  position: absolute;
}

.banner.type_two .image_box .image.image_1 {
  top: 200px;
  right: 0;
  margin: auto;
  z-index: 3;
  text-align: center;
  left: 0;
}

.banner.type_two .image_box .image.image_2 {
  top: 470px;
  right: 0;
  margin: auto;
  z-index: 4;
  text-align: center;
  left: 0;
}

.banner.type_two .image_box .image.image_3 {
  top: 394px;
  right: -300px;
  z-index: 2;
  text-align: center;
}

/*------animate-css-------------------*/

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.beat {
  animation: beat 3s infinite alternate;
}

@keyframes beat {
  to {
    transform: scale(1.4);
  }
}

@-webkit-keyframes beat {
  to {
    transform: scale(1.4);
  }
}

@-moz-keyframes beat {
  to {
    transform: scale(1.4);
  }
}

@-o-keyframes beat {
  to {
    transform: scale(1.4);
  }
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/*------animate-css-------------------*/

.main-slider {
  position: relative;
}

.main-slider .owl-carousel img {
  width: auto !important;
}

.main-slider .content {
  position: relative;
  margin: auto;
}

.main-slider .slide {
  position: relative;
  padding: 50px 0px 50px;
  height: 850px;
}

.main-slider.type_two .slide {
  padding: 0px;
  height: inherit;
}
.main-slider.type_two .slide .content_box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 850px;
  padding: 20px 0px;
  z-index: 5;
}
.main-slider.type_two .slide .content_box .inner_box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
}
.main-slider.type_two .slide .content_box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}
.slider_image {
  position: relative;
  min-width: 800px;
  min-height: 650px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider.type_two .slide.two .inner_box {
  margin: auto;
}

.main-slider .active .slider_image {
  opacity: 1;
}

.slider_image .image {
  position: absolute;
}

.slider_image .image.image_1 {
  top: 0;
  left: -50px;
}

.slider_image .image.image_2 {
  top: 0;
  right: 120px;
}

.slide.three .slider_image .image.image_2 {
  top: 0;
  right: 0px;
}

.main-slider h6 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
  color: #2d8dea !important;
}

.main-slider h1 {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.link-box .theme_btn.two {
  border-radius: 5px;
}

@media (max-width: 3000px) and (min-width: 1600px) {
  .slider_image.slide_image_left {
    left: -230px;
  }
  .main-slider .content {
    margin: 80px auto auto;
    padding-right: 30px;
  }
  .main-slider .content.slide_content_right {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .main-slider .order-first {
    -ms-flex-order: inherit;
    order: inherit;
  }
  .main-slider .order-last {
    -ms-flex-order: inherit;
    order: inherit;
  }
}

@media (max-width: 992px) {
  .slider_image .image {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .slider_image .image.image_1 {
    top: 0;
    left: inherit;
  }
  .slider_image .image.image_2 {
    top: 0;
    right: inherit;
  }
}

/*--------slider-type-two---------*/

.main-slider.type_two .content {
  position: relative;
}

.main-slider.type_two .content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  color: #000;
}

.main-slider.type_two .content .text {
  color: #2b2b2b;
  font-size: 20px;
}

.main-slider.type_two .owl-dots .owl-dot:hover,
.main-slider.type_two .owl-dots .owl-dot.active {
  background-color: #166994;
}

.link-box .banner-btn {
  display: inline-block;
  border-radius: 40px;
  color: #653393;
  line-height: 45px;
  text-align: center;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 17px;
  white-space: nowrap;
  min-height: 45px;
}

.main-slider .active h1:before {
  height: 50px;
  transition-delay: 3s;
}

.main-slider .light h1 {
  color: #fff;
}

.main-slider .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .active h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .text {
  position: relative;
  font-size: 18px;
  opacity: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .light .text {
  color: #fff;
}

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}

.main-slider .link-box {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .link-box .theme_btn {
  margin-right: 10px;
}

.main-slider .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .content .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .content .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #ffffff;
}

.main-slider .active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 600ms;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  border: 0px;
  height: 12px;
  margin: 0px 4px;
  display: inline-block;
  background-color: #f3f9fe;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-slider.type_two .owl-dots .owl-dot {
  background-color: #fff;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
  background-color: #653393;
}

.main-slider .owl-nav {
  display: none;
}

/*====================================================================
	 welcome section icon box type one
====================================================================*/

.welcome.type_one {
  position: relative;
  padding: 100px 0px 70px;
}

.icon_box.type_one {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* overflow: hidden; */
}

.icon_box.type_one:hover {
  box-shadow: 0px 32px 99px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 3000px) and (min-width: 992px) {
  .icon_box.type_one {
    min-height: 304px;
  }
}

.icon_box.type_one.last {
  padding: 45px 30px 40px;
  background-image: linear-gradient(
    to right,
    #653393 0%,
    #6968a9 50%,
    #75ccd6 100%
  );
}

.icon_box.type_one .icon {
  position: relative;
  z-index: 0;
}

.icon_box.type_one .svg_image {
  width: 80px;
  margin-bottom: 30px;
}

.icon_box.type_one .icon:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: #f3f9fe;
  left: 0;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.icon_box.type_one.last .icon:before {
  background: #3483d4;
}

.icon_box.type_one.last h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.icon_box.type_one.last h2 a {
  font-size: 24px;
  line-height: 48px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin: 0;
}

.icon_box.type_one.last p {
  color: #fff;
}

.icon_box.type_one span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #f3f9fe;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.icon_box.type_one:hover .icon span {
  color: #dce2e6;
}

.icon_box.type_one.last span {
  opacity: 0.1;
}

.icon_box.type_one h2 a {
  font-size: 18px;
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/*====================================================================
	 about us
====================================================================*/

.about.type_one {
  position: relative;
  padding: 50px 0px 50px;
  background: #f3f9fe;
}

.about.type_one.bg_white {
  background: #fff;
}

.abour_carousel {
  position: relative;
  padding-top: 50px;
}

.about.type_one .image_box {
  position: relative;
  min-width: 800px;
  min-height: 700px;
}

.about.type_one .image {
  position: absolute;
}

/* .about.type_one .image_box .image_1 {
  left: -350px;
  top: -10px;
} */

.about.type_one .image_box .image_2 {
  left: 80px;
  bottom: 50px;
}

.about.type_one .image_box .image_3 {
  top: 0;
  left: 200px;
  transform: rotate(-15deg);
}

.about.type_one .image_box .image_4 {
  top: 0;
  left: 150px;
  transform: rotate(-15deg);
}

.about.type_one .image_box .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.about.type_one .image_box .overlay a {
  position: absolute;
  font-size: 30px;
  top: 45%;
  left: 45%;
  color: #fff;
}

.about.type_one .image_box:hover .overlay {
  opacity: 0.8;
  top: 0;
}

.about.type_one .image_box img {
  border-radius: 10px;
}

.about.type_one .image_box.one {
  transform: translateY(30px);
}

.about.type_one .image_box.two {
  transform: translateY(0px);
}

.about.type_one .description {
  margin-bottom: 20px;
}

.about.type_one .first_column {
  margin-top: 20px;
}

.about.type_one .second_column {
  margin-top: 70px;
}

.about.type_one .symptoms {
  position: relative;
}

.about.type_one .symptoms h2 {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 20px;
}

.about.type_one .symptoms ul {
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
}

.about.type_one .symptoms ul li {
  position: relative;
  margin-bottom: 10px;
}

.about.type_one .symptoms ul li span {
  font-size: 8px;
  width: 25px;
  float: left;
  border-radius: 50px;
  line-height: 28px;
  height: 25px;
  background: #208eec;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-top: 1px;
}

.about.type_one .symptoms ul li p {
  margin-left: 36px;
}

/*--------------------------about-type_two------------------------------*/

.about.type_two {
  position: relative;
  padding: 50px 0px 50px;
}

.about.type_two .image_box {
  position: relative;
  margin-right: 20px;
}

.about.type_two .image_box .text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.about.type_two .image_box .text_box h6 {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  color: #c90005;
}

.about.type_two .image_box img {
  position: relative;
  width: 100%;
}

.about.type_two .image_box .video-inner.type_three {
  position: absolute;
  top: 40%;
  left: 44%;
}

.video-inner.type_three a {
  background: #c90005;
}

.video-inner.type_three a:after,
.video-inner.type_three a:before {
  -webkit-box-shadow: 0 0 0 0 rgb(201, 0, 5, 0.2);
  box-shadow: 0 0 0 0 rgb(201, 0, 5, 0.2);
}

.about.type_two .about_content {
  position: relative;
  margin-top: 30px;
}

.about.type_two .about_content h5 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.about.type_two .about_content p {
  margin-bottom: 20px;
}

.about.type_two .about_content ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
}

.about.type_two .about_content ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background: #dad7d7;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.about.type_two .about_content ul li a {
  font-size: 16px;
  padding: 0px 0px;
  display: block;
  line-height: 26px;
  color: #888;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.about.type_two .about_content ul li:hover a {
  color: #c90005;
  transform: translateX(10px);
}

.about.type_two .about_content ul li:hover:before {
  background: #c90005;
}

/*--------------------------about-type_three------------------------------*/

.about.type_three {
  position: relative;
  padding: 50px 0px 50px;
}

.about.type_three .image_box {
  position: relative;
}

.about.type_three .image_box .image_1 {
  position: relative;
}

.about.type_three .image_box img {
  border-radius: 10px;
}

.about.type_three .image_box .image_2 {
  position: absolute;
  right: 40px;
  bottom: -55px;
  border-radius: 10px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.about.type_three .about_content {
  position: relative;
}

.about.type_three .about_content p {
  position: relative;
  margin-bottom: 20px;
}

.about.type_three .about_content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about.type_three .about_content li:before {
  position: absolute;
  content: "\f058";
  color: #187be7;
  left: 0px;
  top: 0px;
  font-family: "FontAwesome";
}

/*====================================================================
	 Funfacts 
====================================================================*/

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Poppins", sans-serif;
}

.funfacts.type_two {
  position: relative;
  padding: 100px 0px 70px;
  background-image: url(../image/resources/explore-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.fun_facts_box.type_two {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.fun_facts_box.type_two.last::before {
  display: none;
}

.fun_facts_box.type_two .icon {
  position: relative;
  margin-bottom: 20px;
}

.fun_facts_box.type_two .icon .svg_image {
  width: 80px;
}

.fun_facts_box.type_two h2 {
  font-size: 50px;
  line-height: 50px;
  color: #653393;
  margin-bottom: 6px;
}

.fun_facts_box.type_two h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

/*---------------type-two----------------*/

.funfacts.type_one {
  position: relative;
  padding: 100px 0px 70px;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
}

.funfacts.type_one .heading.tp_one {
  margin-bottom: 40px;
}

.fun_facts_box.type_one {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.fun_facts_box.type_one::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -10px;
  background: #fff;
  opacity: 0.1;
}

.fun_facts_box.type_one.last::before {
  display: none;
}

.fun_facts_box.type_one .icon {
  position: relative;
  margin-bottom: 20px;
}

.fun_facts_box.type_one .icon .svg_image {
  width: 80px;
}

.fun_facts_box.type_one h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 6px;
}

.fun_facts_box.type_one h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

/*-------------------funfact-type-threee-------------------------------*/

.funfacts.type_three {
  position: relative;
  padding: 70px 0px 65px;
  background: #fafaff;
}

.fun_facts_box.type_three {
  position: relative;
}

.fun_facts_box.type_three .icon {
  font-size: 50px;
  float: left;
  line-height: 60px;
  color: #c90005;
}

.fun_facts_box.type_three .content_box {
  position: relative;
  margin-left: 65px;
}

.fun_facts_box.type_three .content_box h6 {
  font-size: 26px;
  line-height: 32px;
}

.fun_facts_box.type_three .content_box h2 {
  font-size: 18px;
  line-height: 28px;
}

/*---------------------------------funfacts type_four--------------------------------------*/

.funfacts.type_four {
  position: relative;
  padding: 80px 0px;
  background: #eefcfe;
}

.funfacts.type_four .bg_icons {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.funfacts.type_four .bg_icons span {
  position: absolute;
  font-size: 60px;
  color: #eaf1f9;
  line-height: 60px;
}

.funfacts.type_four .bg_icons span.one {
  top: 16%;
  left: 20%;
}

.funfacts.type_four .bg_icons span.two {
  top: 6%;
  left: 40%;
}

.funfacts.type_four .bg_icons span.three {
  bottom: 35%;
  left: 25%;
  font-size: 80px;
}

.funfacts.type_four .bg_icons span.four {
  top: 25%;
  left: 5%;
}

.funfacts.type_four .bg_icons span.five {
  bottom: 3%;
  left: 11%;
  font-size: 80px;
}

.funfacts.type_four .bg_icons span.six {
  top: 4%;
  right: 15%;
  font-size: 80px;
}

.funfacts.type_four .bg_icons span.seven {
  bottom: 35%;
  right: 2%;
}

.funfacts.type_four .bg_icons span.eight {
  bottom: 3%;
  right: 11%;
  font-size: 80px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .funfacts.type_four .container-fluid {
    padding: 0px 200px;
  }
}

.fun_facts_no {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fun_facts_no .facts {
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fun_facts_no .fact_one {
  top: 28%;
  right: 43%;
}

.fun_facts_no .fact_two {
  top: 36%;
  left: 25%;
}

.fun_facts_no .fact_three {
  top: 33%;
  right: 19%;
}

.fun_facts_no .fact_four {
  top: 33%;
  right: 27%;
}

.fun_facts_no .fact_five {
  bottom: 43%;
  right: 36%;
}

.fun_facts_no .facts .fact_box:before {
  font-size: 25px;
  color: #aec9db;
  position: absolute;
  content: "\f133";
  font-family: "Flaticon";
  -webkit-animation: ripple 1s infinite;
  animation: ripple 3s infinite;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 201, 219, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(174, 201, 219, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(174, 201, 219, 0.1);
  box-shadow: 0 0 0 0 rgba(174, 201, 219, 0.1);
  border-radius: 100%;
}

.fun_facts_no .facts .fact_box:hover .fact_number_box {
  opacity: 1;
  transform: translateY(20px);
}

.fun_facts_no .facts .fact_number_box {
  padding: 15px 15px 10px;
  width: 200px;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(50px);
  border-radius: 10px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
  z-index: 5;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fun_facts_no .facts .fact_box .icon:hover {
  opacity: 1;
}

.fun_facts_no .facts .image {
  position: relative;
  margin-bottom: 10px;
}

.fun_facts_no .facts .svg_image {
  width: 30px;
  float: left;
}

.fun_facts_no .facts h2 {
  font-size: 20px;
  line-height: 30px;
  margin-left: 35px;
}

.fun_facts_no .facts_total {
  position: relative;
}

.fun_facts_no .facts_total h6 {
  font-size: 15px;
  font-weight: 500;
  color: #999;
  margin-bottom: 10px;
}

.fun_facts_no .facts_total h6 span {
  font-weight: 800;
  color: #166994;
}

.funfacts_count {
  position: relative;
  margin: auto;
  background: rgba(234, 241, 249, 0.4);
  padding: 40px 30px 10px;
  border-radius: 10px;
}

.fun_facts_box.type_four {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.funfacts_count small.icon {
  font-size: 40px;
  line-height: 40px;
  display: block;
  color: #006e9c;
  margin-bottom: 10px;
}

.funfacts_count h6 {
  font-size: 20px;
  color: #000 !important;
  line-height: 30px;
}

.funfacts_count h2 {
  font-size: 18px;
  color: #888 !important;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
}

/*====================================================================
	how_virus_spread
===================================================================*/

.how_virus_spread.type_one {
  position: relative;
  padding: 100px 0px 120px;
  background: #f3f9fe;
}

.how_virus_spread.type_one .heading {
  margin-bottom: 30px;
}

.how_virus_spread.type_one .owl-carousel .owl-nav.disabled,
.how_virus_spread.type_one .owl-carousel .owl-nav,
.how_virus_spread.type_one .owl-carousel .owl-dots.disabled,
.how_virus_spread.type_one .owl-carousel .owl-dots {
  display: block;
}

.how_virus_spread.type_one .owl-carousel .owl-nav {
  position: absolute;
  top: 38%;
}

.how_virus_spread.type_one .owl-carousel .owl-nav .owl-prev,
.how_virus_spread.type_one .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #e5eaef;
}

.how_virus_spread.type_one .owl-carousel .owl-nav .owl-prev {
  left: -100px;
}

.how_virus_spread.type_one .owl-carousel .owl-nav .owl-next {
  right: -100px;
}

.spreading_box.type_one {
  position: relative;
  padding: 50px 40px;
  margin: 10px 15px 30px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* overflow: hidden; */
}

.spreading_box.type_one:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  opacity: 0;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
}

.spreading_box.type_one:hover:before {
  top: 0;
  opacity: 1;
}

.owl-item.center .spreading_box.type_one::before {
  top: 0;
  opacity: 1;
}

.owl-item.center .spreading_box.type_one .icon_box span.icon {
  color: #fff;
}

.spreading_box.type_one .icon_box {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.spreading_box.type_one .icon_box span.icon {
  position: absolute;
  right: 30px;
  font-size: 60px;
  line-height: 60px;
  color: #f3f9fe;
  top: 30px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.spreading_box.type_one .icon_box::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: #f3f9fe;
  left: 0;
  top: -15px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.spreading_box.type_one .icon_box .svg_icon_image {
  width: 130px;
}

.spreading_box.type_one .content_box {
  position: relative;
  padding: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.spreading_box.type_one .content_box h2 a {
  font-size: 20px;
  line-height: 28px;
  display: block;
  font-weight: 700;
  color: #001e3b;
  margin-bottom: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.owl-item.center .spreading_box.type_one .content_box h2 a,
.owl-item.center .spreading_box.type_one .content_box p,
.owl-item.center .spreading_box.type_one .read_more.tp_one,
.owl-item.center .spreading_box.type_one .read_more.tp_one span {
  color: #fff;
}

.owl-item.center .spreading_box.type_one .icon_box::before {
  background: #3483d4;
}

.spreading_box.type_one .content_box p {
  margin-bottom: 15px;
}

.spreading_box.type_one:hover .content_box p,
.spreading_box.type_one:hover .content_box h2 a,
.spreading_box.type_one:hover .read_more.tp_one,
.spreading_box.type_one:hover .read_more.tp_one span,
.spreading_box.type_one:hover .icon_box span.icon {
  color: #fff;
}

.spreading_box.type_one:hover .icon_box::before {
  background: #3483d4;
}

/*------------------------how_virus_spread.type_two-------------------------*/

.how_virus_spread.type_two {
  position: relative;
  padding: 100px 0px 50px;
  background: #fafaff;
}

.spreading_box.type_two {
  position: relative;
  padding: 40px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.spreading_box.type_two:hover {
  background: #fff;
}

.spreading_box.type_two span.icon {
  font-size: 60px;
  line-height: 60px;
  display: block;
  color: #c90005;
  margin-bottom: 20px;
}

.spreading_box.type_two h2 a {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  display: block;
}

/*==================================================================================
                         explore_more
==================================================================================*/

.explore_more {
  position: relative;
  padding: 100px 0px;
  background: url(../image/resources/explore-bg.jpg);
  background-position: 0px, 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.explore_more.two {
  background: url(../image/resources/explore-bg-2.jpg);
  background-position: 0px, 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.explore_more h1 {
  position: relative;
  color: #fff !important;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 40px;
}

.explore_more h1 span {
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #653393 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/***====================================================================
	 preventions icon_box type two
====================================================================***/

.preventions.type_one {
  position: relative;
  padding: 100px 0px 80px;
  background: #fff;
}

.preventions.type_one .heading.tp_one {
  margin-bottom: 40px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .preventions.type_one .heading.tp_one {
    margin-bottom: 40px;
    padding: 0px 100px;
  }
}

.icon_box.type_two {
  position: relative;
  padding: 35px 25px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* overflow: hidden; */
  z-index: 0;
}

.icon_box.type_two::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 100%;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  z-index: -1;
}

.icon_box.type_two:hover::before {
  top: 0;
}

.icon_box.type_two h2 a {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.icon_box.type_two p {
  margin-bottom: 15px;
}

.icon_box.type_two .icon_box {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.icon_box.type_two .icon_box .svg_icon {
  width: 60px;
}

.icon_box.type_two .icon_box::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #f3f9fe;
  left: 0;
  top: 0px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.icon_box.type_two:hover h2 a,
.icon_box.type_two:hover p,
.icon_box.type_two:hover .read_more.tp_one,
.icon_box.type_two:hover .read_more.tp_one span {
  color: #fff;
}

.icon_box.type_two:hover .icon_box::before {
  background: #3483d4;
}

/*** 

====================================================================
footer
====================================================================

***/

/*---------footer type_one-------*/

.footer.type_one {
  position: relative;
  padding: 100px 0px 60px;
  background: #fff;
}

.footer_widgets.tp_one {
  position: relative;
  margin-bottom: 40px;
}

.footer_widgets.tp_one h3.widgets_title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #01062e;
}

.footer_widgets.tp_one h3.widgets_title.logo img {
  width: 150px;
}

.footer_widgets.tp_one .inner_widgets {
  position: relative;
}

.footer_widgets.tp_one .inner_widgets h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #01062e;
}

.footer_widgets.tp_one p {
  color: #3f5f7f;
}

.footer_widgets.tp_one .inner_widgets .text_box {
  position: relative;
  margin-bottom: 20px;
}

.footer_widgets.tp_one .inner_widgets ul li {
  position: relative;
}

.footer_widgets.tp_one .inner_widgets ul li a {
  line-height: 26px;
  margin-top: 14px;
  display: block;
  color: #3f5f7f;
}

.footer_widgets.tp_one .inner_widgets .sub_description {
  margin-bottom: 20px;
}

.footer_widgets.tp_one .inner_widgets form {
  position: relative;
}

.footer_widgets.tp_one .inner_widgets input {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 26px;
  color: #3f5f7f;
  border: 0px;
  padding: 5px 20px;
  background: #f3f9fe;
  border-radius: 50px;
}

.footer_widgets.tp_one .inner_widgets input::placeholder {
  color: #3f5f7f;
}

.footer_widgets.tp_one .inner_widgets button {
  position: absolute;
  top: 3px;
  right: 4px;
  background: #653393;
  border: 0px;
  box-shadow: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 50px;
}

.footer_widgets.tp_one .social_media_icon {
  margin-top: 20px;
}

.footer_widgets.tp_one .social_media_icon li a {
  background: #653393;
  color: #fff !important;
  line-height: 40px !important;
}

.footer_last.type_one {
  position: relative;
  background: #fff;
  padding: 0px 0px 30px;
}

/*-----------------footer type_two--------------------------*/

.footer.type_two {
  position: relative;
  background: #f3f9fe;
  padding: 100px 0px 60px;
  margin-top: 170px;
}

.footer.type_two .footer_layer {
  position: absolute;
  left: 0px;
  top: -172px;
  width: 100%;
  height: 172px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.footer_widgets.tp_two {
  position: relative;
  margin-bottom: 40px;
}

.footer_widgets.tp_two h3.widgets_title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

.footer_widgets.tp_two h3.widgets_title.logo {
  margin-top: 0px;
}

.footer_widgets.tp_two h3.widgets_title.logo img {
  width: 150px;
}

.footer_widgets.tp_two .inner_widgets {
  position: relative;
}

.footer_widgets.tp_two .inner_widgets .text_box span {
  color: #653393;
  margin-right: 8px;
  float: left;
  line-height: 26px;
}

.footer_widgets.tp_two p {
  color: #b7c0ca;
}

.footer_widgets.tp_two .social_media_icon li:first-child a {
  padding-left: 0px;
}

.footer_widgets.tp_two .social_media_icon li:last-child a {
  margin-right: 0px;
}

.footer_widgets.tp_two .inner_widgets .text_box p {
  margin-left: 20px;
}

.footer_widgets.tp_two .inner_widgets .text_box {
  position: relative;
  margin-bottom: 20px;
}

.footer_widgets.tp_two .inner_widgets ul li {
  position: relative;
}

.footer_widgets.tp_two .inner_widgets ul li a {
  line-height: 26px;
  margin-top: 14px;
  display: block;
  color: #b7c0ca;
}

.footer_widgets.tp_two .inner_widgets .sub_description {
  margin-bottom: 20px;
}

.footer_widgets.tp_two .inner_widgets form {
  position: relative;
}

.footer_widgets.tp_two .inner_widgets input {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 26px;
  color: #3f5f7f;
  border: 0px;
  padding: 5px 20px;
  background: #0f153e;
  border-radius: 50px;
}

.footer_widgets.tp_two .inner_widgets input::placeholder {
  color: #3f5f7f;
}

.footer_widgets.tp_two .inner_widgets button {
  position: absolute;
  top: 3px;
  right: 4px;
  background: #653393;
  border: 0px;
  box-shadow: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 50px;
}

.footer_widgets.tp_two .social_media_icon {
  margin-top: 20px;
}

.footer_last.type_two {
  position: relative;
  padding: 0px 0px 30px;
  background-color: #f3f9fe;
}

.footer_last.type_two p {
  color: #3f5f7f;
}

.footer .social_media_icon {
  position: relative;
}

.footer .social_media_icon li {
  position: relative;
  float: left;
  margin-left: 10px;
}

.footer .social_media_icon li:first-child {
  margin-left: 0;
}

.footer .social_media_icon li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px !important;
  text-align: center;
  background-image: linear-gradient(
    to right,
    #187be7 0%,
    #269bef 50%,
    #36c2f9 100%
  );
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.footer .social_media_icon li a:hover {
  background: #653393;
  border-color: #653393;
  color: #ffffff;
}

.footer_widgets.tp_two .social_media_icon li a {
  background: #653393;
  color: #fff !important;
  border-radius: 50px;
  margin-right: 10px;
}

/*-----------------footer type_three--------------------------*/

.footer.type_three {
  position: relative;
  background: #01062e;
  padding: 100px 0px 0px;
}

.footer_widgets.type_three {
  position: relative;
  margin-bottom: 40px;
}

.footer_widgets.type_three h3.widgets_title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

.footer_widgets.type_three h3.widgets_title.logo {
  margin-top: 0px;
}

.footer_widgets.type_three h3.widgets_title.logo img {
  width: 150px;
}

.footer_widgets.type_three .inner_widgets {
  position: relative;
}

.footer_widgets.type_three .inner_widgets .text_box span {
  color: #653393;
  margin-right: 8px;
  float: left;
  line-height: 26px;
}

.footer_widgets.type_three p {
  color: #b7c0ca;
}

.footer_widgets.type_three .social_media_icon li:first-child a {
  padding-left: 0px;
}

.footer_widgets.type_three .social_media_icon li:last-child a {
  margin-right: 0px;
}

.footer_widgets.type_three .inner_widgets .text_box p {
  margin-left: 20px;
}

.footer_widgets.type_three .inner_widgets .text_box {
  position: relative;
  margin-bottom: 20px;
}

.footer_widgets.type_three .inner_widgets ul li {
  position: relative;
}

.footer_widgets.type_three .inner_widgets ul.links li a {
  line-height: 26px;
  margin-top: 10px;
  display: block;
  color: #b7c0ca;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer_widgets.type_three .inner_widgets ul.links li:hover a,
.footer_widgets.type_three .inner_widgets ul.links li a:hover {
  color: #c90005;
  transform: translateX(10px);
}

.footer_widgets.type_three .inner_widgets .sub_description {
  margin-bottom: 20px;
}

.footer_widgets.type_three .inner_widgets form {
  position: relative;
}

.footer_widgets.type_three .inner_widgets input {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 26px;
  color: #3f5f7f;
  border: 0px;
  padding: 5px 20px;
  background: #0f153e;
  border-radius: 50px;
}

.footer_widgets.type_three .inner_widgets input::placeholder {
  color: #3f5f7f;
}

.footer_widgets.type_three .inner_widgets button {
  position: absolute;
  top: 3px;
  right: 4px;
  background: #653393;
  border: 0px;
  box-shadow: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 50px;
}

.footer_widgets.type_three .social_media_icon {
  margin-top: 20px;
}

.footer_last.type_three {
  position: relative;
  padding: 30px 0px 30px;
  margin-top: 40px;
  border-top: 1px solid #0f153e;
}

.footer_last.type_three p {
  color: #b7c0ca;
}

.footer.type_three .social_media_icon {
  position: relative;
}

.footer.type_three .social_media_icon li {
  position: relative;
  float: left;
  margin-left: 10px;
}

.footer.type_three .social_media_icon li:first-child {
  margin-left: 0;
}

.footer.type_three .social_media_icon li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px !important;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.footer.type_three .social_media_icon li a:hover {
  background: #c90005;
  border-color: #c90005;
  color: #ffffff;
}

.footer_widgets.type_three .social_media_icon li a {
  background: #c90005;
  color: #fff !important;
  border-radius: 50px;
  margin-right: 10px;
}

.footer.type_four {
  position: relative;
  background: #000;
  padding: 100px 0px 0px;
}

.footer.type_four .social_media_icon li a {
  background: #166994;
  border-color: #166994;
  color: #ffffff;
}

.footer.type_four .social_media_icon li a:hover {
  background: #fff;
  border-color: #fff;
  color: #166994 !important;
}

.footer.type_four .footer_widgets.type_three .inner_widgets ul.links li:hover a,
.footer.type_four
  .footer_widgets.type_three
  .inner_widgets
  ul.links
  li
  a:hover {
  color: #166994;
  transform: translateX(10px);
}

.footer.type_four .footer_widgets.tp_two .inner_widgets input {
  background: #222;
}

.footer.type_four .footer_widgets.tp_two .inner_widgets button {
  background: #166994;
}

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

/*** 

====================================================================
page_title
====================================================================

***/

/*-----------------page_title-----------------------*/

.page_title {
  position: relative;
  padding: 120px 0px;
  min-height: 300px;
  background: url(../image/banner-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title .content_box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.page_title .content_box h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-align: center;
}

.page_title .bread_crumb {
  position: relative;
  margin-bottom: 10px;
}

.page_title .bread_crumb li {
  display: inline-block;
  padding: 0px 15px;
  font-size: 16px;
  color: #653393;
  position: relative;
}

.page_title .bread_crumb li::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: -4px;
  color: #fff;
}

.page_title .bread_crumb li.active::before {
  display: none;
}

.page_title .bread_crumb li a {
  color: #fff;
}

.page_title .bread_crumb li .single_blog_box {
  position: relative;
  padding: 100px 0px 70px;
}

/*** 

====================================================================
media queries responsive css
====================================================================

***/

@media (max-width: 992px) {
  .about.type_one .image_box img {
    width: 100%;
  }
  .about.type_one .symptoms ul {
    margin-bottom: 20px;
  }
  .about.type_one .theme_btn.tp_two {
    margin-top: 20px;
  }
  .about.type_one {
    padding-top: 50px;
  }
  .about.type_one .second_column {
    margin-top: 0px;
  }
}

/* Nishita Sharma */

.bg {
  background-image: url("../image/main-slider/hero-image.png");
  background-repeat: no-repeat;
}

/* Flipbook Effect */

.bg-grey {
  background-color: #f3f9fe;
}

.fp-iframe {
  border: 0px; 
  width: 100%; 
  height: 500px;
}

.fp-thumb {
  border: 1px solid lightgray; 
  box-shadow: lightgray 0px 0px 4px 1px; 
  width: 300px;
}

@media (max-width: 600px) {
  .fp-thumb {
    width: 300px;
    min-width: 0;
    margin-bottom: 20px;
  }
}

/* about1 type_three */

.about1.type_three {
  position: relative;
  padding: 50px 0px 50px;
  background: #f3f9fe;
}

.about1.type_three .image_box {
  position: relative;
}

.about1.type_three .image_box .image_1 {
  position: relative;
}

.about1.type_three .image_box img {
  border-radius: 10px;
}

.about1.type_three .image_box .image_2 {
  position: absolute;
  right: 40px;
  bottom: -55px;
  border-radius: 10px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.about1.type_three .about_content {
  position: relative;
}

.about1.type_three .about_content p {
  position: relative;
  margin-bottom: 20px;
}

.about1.type_three .about_content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about1.type_three .about_content li:before {
  position: absolute;
  content: "\f058";
  color: #187be7;
  left: 0px;
  top: 0px;
  font-family: "FontAwesome";
}

h3 {
  color: #01062e !important;
}

@media (max-width: 992px) {
  .container-fluid {
    padding: 0px 15px !important;
  }
}