/* ----------------------------------------------------------------------------------------
Template: Netbizz - Corporate Template
 -----------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Carousel
4. What we do
5. About Us
6. Services
7. Achievement
8. Games
9. Team
10. Testimonials
11. Pricing
12. Blog
13. Partners
14. Contact form
15. Call to action
16. Footer
17. Scroll to top
18. Blog page
19. Blog detail page
20. Coming soon
21. 404 error
22. Contact page
23. Faq page
24. about page
-------------------------------------------------------------------*/
/* 
---------------------------------------------
body
--------------------------------------------- 
*/
body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: underline;
}
a:focus {
  box-shadow: 0px 0px 5px 5px rgba(0, 148, 226, 1);
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.main-nav {
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.desktop {
  display: block;
}
.phone {
  display: none;
}
@media (min-width: 767px) {
  .main-nav {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 12px 0px 12px 0px;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  font-weight: bold;
}
.nav-brand img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.show-logo .nav-brand img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
#main-menu {
  clear: both;
}
.sub-arrow {
  display: none;
}
@media (min-width: 767px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 6px 0px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sticky .main-menu-btn-icon,
.sticky .main-menu-btn-icon:before,
.sticky .main-menu-btn-icon:after {
  background: #000;
}
.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}
/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
  border-radius: 0;
}
nav.main-nav {
  margin-top: 24px;
}
@media (min-width: 767px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
header {
  position: absolute;
  width: 100%;
  transition: all ease 0.5s 0s;
  z-index: 999;
}
li.last_menu {
  border-radius: 30px;
}
li.last_menu {
  border-radius: 50px;
}
li.last_menu {
  padding-left: 15px !important;
}
.sticky li.last_menu {
  padding-left: 0px !important;
}
header.sticky {
  position: fixed;
  background-color: #fff;
  transition: all ease 0.5s 0s;
  box-shadow: 0px 15px 39px -22px rgba(0, 0, 0, 0.2);
  height: 65px;
}
.sticky .sm-clean a,
.sticky .sm-clean a:hover,
.sticky .sm-clean a:focus,
.sticky .sm-clean a:active,
.sticky .sm-clean a.highlighted {
  color: #0094e2 !important;
}
.sticky .sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
  color: #0094e2;
  opacity: 0.5;
}
.sticky li.last_menu a:hover {
  box-shadow: none;
}
.sticky .nav-brand a {
  padding: 15px 0px 12px 0px;
  color: #0094e2;
}
.sticky nav.main-nav {
  margin-top: 10px;
  margin-bottom: 15px;
}
li.last_menu a {
  color: #ffffff;
  padding: 8px 20px !important;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #0094e2;
  border-radius: 50px !important;
  font-weight: 600;
  border: 2px solid #0094e2;
  margin: 0;
}
.sticky li.last_menu a {
  padding: 8px 0px !important;
  background-color: transparent;
}
.sticky li.last_menu a:hover {
  padding: 8px 0px !important;
  margin: 0px 20px;
}
li.last_menu a:hover {
  padding: 8px 20px !important;
  background: none;
  font-size: 15px;
  border-radius: 50px !important;
  font-weight: 600;
  border: 2px solid #fff;
  margin: 0;
}
.sticky .sm-nowrap li a {
  padding: 13px 0px;
}
.sticky .sm-nowrap li a:hover {
  padding: 13px 0px;
}
/* 
---------------------------------------------
carousel
--------------------------------------------- 
*/
.carousel-item:before {
  background: rgba(0, 130, 200, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 130, 200, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457c', endColorstr='#0093e2', GradientType=1 );
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.carousel-caption h1 {
  font-size: 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
  text-shadow: 3px 4px 5px rgba(16, 16, 16, 0.2);
}
.slider_border {
  width: 70px;
  margin: auto;
  margin-top: 20px;
  border-bottom: 3px solid #fff;
}
.carousel-caption p {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}
.get_started {
  color: #6e2ec0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 15px;
  border: 2px solid #fff;
  transition: all ease 0.5s 0s;
}
.get_started:hover {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: transparent;
  border-radius: 50px;
  font-weight: bold;
  transition: all ease 0.5s 0s;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
}
.explore {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: transparent;
  border-radius: 50px;
  font-weight: bold;
  transition: all ease 0.5s 0s;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
}
.explore:hover {
  color: #6e2ec0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  transition: all ease 0.5s 0s;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
}
.slider_btn {
  margin-top: 35px;
}
.carousel-caption {
  top: 35%;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.carousel-control-prev i.fa.fa-angle-left {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 44px;
  transition: all ease 0.5s 0s;
}
.carousel-control-prev i.fa.fa-angle-left:hover {
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 44px;
  transition: all ease 0.5s 0s;
}
.carousel-control-next i.fa.fa-angle-right {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 44px;
  transition: all ease 0.5s 0s;
}
.carousel-control-next i.fa.fa-angle-right:hover {
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 44px;
  transition: all ease 0.5s 0s;
}
.carousel-item img {
  /*height: 650px;*/
}
/* 
---------------------------------------------
what we do
--------------------------------------------- 
*/
.title_box h2 {
  font-size: 30px;
  color: #222222;
  text-align: center;
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}
.title_border {
  border-bottom: 3px solid;
  width: 40px;
  padding-top: 15px;
  margin: auto;
  border-color: rgba(0, 130, 200, 1);
}
.title_box p {
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 24px;
}
.what_we_do {
  background-color: #fafafa;
}
.what_we_do_box:hover {
  background-color: #fff;
}
.img_box {
  text-align: center;
}
.con_box h2 {
  font-size: 20px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
}
.con_box p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}
.con_box {
  text-align: center;
}
.con_box a {
  color: #0094e2;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all ease 0.5s 0s;
}
.what_we_do_box:hover i.fa.fa-arrow-right {
  margin-left: 15px;
  transition: all ease 0.5s 0s;
}
i.fa.fa-arrow-right {
  margin-left: 5px;
  transition: all ease 0.5s 0s;
}
.what_we_do_box:hover {
  background-color: #fff;
  padding: 35px 15px 35px 15px;
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
  cursor: pointer;
}
.what_we_do_box {
  padding: 35px 15px 35px 15px;
  border-radius: 5px;
  transition: all ease 0.5s 0s;
  margin-top: 10px;
}
.what_we_do {
  padding-top: 54px;
  padding-bottom: 60px;
  overflow: hidden;
}
/* 
---------------------------------------------
about us
--------------------------------------------- 
*/
.about {
  padding-top: 70px;
  padding-bottom: 200px;
  overflow: hidden;
}
.title_box.about_title h2,
.title_box.investor_title h2 {
  font-size: 30px;
  color: #222222;
  text-align: left;
}
.title_box.about_title,
.title_box.investor_title p {
  text-align: left;
  margin-top: 15px;
}
.about_title .title_border,
.investor_title .title_border {
  float: left;
}
.about_text,
.investor_text {
  margin-top: 30px;
}
a.about_btn {
  float: left;
  color: #fff;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  padding: 11px 38px;
  border-radius: 60px;
  transition: all ease 0.5s 0s;
}
a.about_btn:hover {
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 92, 0.2);
  transition: all ease 0.5s 0s;
}
.readmore {
  margin-top: 10px;
  display: inline-block;
}
.about_bg {
  position: relative;
  left: -100px;
}
.video_img_box {
  position: absolute;
  top: -40px;
}
.video_img_box:before {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.title_box.about_title {
  margin-left: 40px;
}
.video_play {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.video_play a:focus {
  outline: none;
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
.youtube-link img:hover {
  cursor: pointer;
}
/* 
---------------------------------------------
services
--------------------------------------------- 
*/
.services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
  overflow: hidden;
}
.services .con_box p {
  margin-bottom: 0px;
}
#slider4 .owl-nav {
  display: none;
}
/* 
---------------------------------------------
achievement
--------------------------------------------- 
*/
.achievements_box {
  text-align: center;
}
.achievements {
  background-image: url(../images/achievements-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center center;
}
.counter-value {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}
.achievements_box p {
  font-size: 17px;
  color: #fff;
  margin-bottom: -5px;
}
.border_col {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.border_col:nth-child(1) {
  border-left: none;
}
/* 
---------------------------------------------
games
--------------------------------------------- 
*/
.games {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.overlay {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay .overlay-content {
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 5vw;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.overlay[data-pos="top"] .overlay-content {
  vertical-align: top;
}

.overlay[data-pos="center"] .overlay-content {
  vertical-align: middle;
}

.overlay[data-pos="bottom"] .overlay-content {
  vertical-align: bottom;
}

.overlay.hidden .overlay-content {
  opacity: 0;
}

.overlay.hidden::before {
  opacity: 0;
  visibility: hidden;
}

.overlay.hidden[data-pos="top"] .overlay-content {
  top: -25px;
}

.overlay.hidden[data-pos="center"] .overlay-content,
.overlay.hidden[data-pos="bottom"] .overlay-content {
  bottom: 0px;
}

.overlay.hidden:hover .overlay-content {
  opacity: 1;
}

.overlay.hidden:hover::before {
  opacity: 1;
  visibility: visible;
}

.overlay.hidden:hover[data-pos="top"] .overlay-content {
  top: 0;
}

.overlay.hidden:hover[data-pos="center"] .overlay-content,
.overlay.hidden:hover[data-pos="bottom"] .overlay-content {
  bottom: 0;
}

.overlay * {
  z-index: 2;
}

.overlay[data-overlay="10"]::before {
  background: #222222;
}

.overlay[data-overlay="9"]::before {
  background: rgba(34, 34, 34, 0.9);
}

.overlay[data-overlay="8"]::before {
  background: rgba(34, 34, 34, 0.8);
}

.overlay[data-overlay="7"]::before {
  background: rgba(34, 34, 34, 0.7);
}

.overlay[data-overlay="6"]::before {
  background: rgba(34, 34, 34, 0.6);
}

.overlay[data-overlay="5"]::before {
  background: rgba(34, 34, 34, 0.5);
}

.overlay[data-overlay="4"]::before {
  background: rgba(34, 34, 34, 0.4);
}

.overlay[data-overlay="3"]::before {
  background: rgba(34, 34, 34, 0.3);
}

.overlay[data-overlay="2"]::before {
  background: rgba(34, 34, 34, 0.2);
}

.overlay[data-overlay="1"]::before {
  background: rgba(34, 34, 34, 0.1);
}

.overlay[data-overlay="10"].overlay-light::before {
  background: #ffffff;
}

.overlay[data-overlay="9"].overlay-light::before {
  background: rgba(0, 130, 200, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 69, 124, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 130, 200, 1)),
    color-stop(100%, rgba(0, 69, 124, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 69, 124, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 69, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 69, 124, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 69, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457c', endColorstr='#00457c', GradientType=1 );
}

.overlay[data-overlay="8"].overlay-light::before {
  background: rgba(255, 255, 255, 0.8);
}

.overlay[data-overlay="7"].overlay-light::before {
  background: rgba(255, 255, 255, 0.7);
}

.overlay[data-overlay="6"].overlay-light::before {
  background: rgba(255, 255, 255, 0.6);
}

.overlay[data-overlay="5"].overlay-light::before {
  background: rgba(255, 255, 255, 0.5);
}

.overlay[data-overlay="4"].overlay-light::before {
  background: rgba(255, 255, 255, 0.4);
}

.overlay[data-overlay="3"].overlay-light::before {
  background: rgba(255, 255, 255, 0.3);
}

.overlay[data-overlay="2"].overlay-light::before {
  background: rgba(255, 255, 255, 0.2);
}

.overlay[data-overlay="1"].overlay-light::before {
  background: rgba(255, 255, 255, 0.1);
}

.text-center {
  text-align: center;
}

.gallery[data-cols="4"] .overlay-content {
  padding: 30px;
}

.game-entry .overlay-content {
  padding: 25px;
}

.game-entry a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.game-entry .title {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
}

.game-entry p {
  color: #fff;
}

.game-entry .cat {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.link_set {
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  margin: auto;
  margin-bottom: 20px;
}

.gallery_padding {
  margin-top: 15px;
}

.view_all {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.view_all_btn {
  color: #fff;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  padding: 11px 38px;
  border-radius: 60px;
  transition: all ease 0.5s 0s;
}

.view_all_btn:hover {
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 92, 0.2);
  transition: all ease 0.5s 0s;
  color: #fff;
}
/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.team.team-main {
  background: #fff;
}
.project-header.team-header h2,
.project-header.team-header p {
  color: #fff;
}
.project-header.team-header.team-head h2,
.project-header.team-header.team-head p {
  color: #000;
}
.project-header.team-header.team-head p {
  margin: 0 auto;
  margin-top: 32px;
}
.team .team-carousel .col-sm-3,
.team .team-carousel .col-xs-12 {
  width: 100%;
  height: auto;
}
.team-card {
  padding: 75px 0 0 0;
}
.team-card.team-mrt-70 {
  margin-top: -70px;
}
.single-team-box {
  position: relative;
  height: 352px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.team-box-bg-1 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-2 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-3 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-4 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-5 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-6 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-7 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.team-box-bg-8 {
  background: url(../images/team.png) no-repeat;
  background-position: center;
}
.single-team-box {
  border-radius: 5px;
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.team-box-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 148, 226, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 148, 226, 1) 0%,
    rgba(0, 148, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 148, 226, 1)),
    color-stop(100%, rgba(0, 148, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 148, 226, 1) 0%,
    rgba(0, 148, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 148, 226, 1) 0%,
    rgba(0, 148, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 148, 226, 1) 0%,
    rgba(0, 148, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 148, 226, 1) 0%,
    rgba(0, 148, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094e2', endColorstr='#0094e2', GradientType=1 );
  height: 90px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border-radius: 0px 0px 5px 5px;
  opacity: 1;
}
.team-box-inner h3 {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 20px;
}
.team-box-inner .team-meta {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
}
ul .social_icon {
  color: #7086e6;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.single-team-box:hover ul .social_icon {
  opacity: 1;
}
.single-team-box:hover .team-box-inner {
  height: 130px;
  opacity: 1;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
.single-team-box:hover {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.single-team-box.single-team-card:hover {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.team_col {
  max-width: 100%;
}
ul.team_social.learn-btn li {
  list-style: none;
  float: left;
  color: #fff;
  margin-left: 10px;
}
ul.team_social.learn-btn li a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  height: 35px;
  width: 35px;
  text-align: center;
}
i.fa.fa-twitch {
  height: 35px;
  width: 35px;
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  line-height: 35px;
}

i.fa.fa-twitch:hover {
  height: 35px;
  width: 35px;
  background-color: #fff;
  color: #0094e2;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
}
i.fa.fa-facebook {
  height: 35px;
  width: 35px;
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  line-height: 35px;
}
i.fa.fa-facebook:hover {
  height: 35px;
  width: 35px;
  background-color: #fff;
  color: #0094e2;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
}
i.fa.fa-twitter {
  height: 35px;
  width: 35px;
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  line-height: 35px;
}
i.fa.fa-twitter:hover {
  height: 35px;
  width: 35px;
  background-color: #fff;
  color: #0094e2;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
}
i.fa.fa-linkedin {
  height: 35px;
  width: 35px;
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  line-height: 35px;
}
i.fa.fa-linkedin:hover {
  height: 35px;
  width: 35px;
  background-color: #fff;
  color: #0094e2;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
}
.social_icon {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}
.single-team-box:hover .social_icon {
  opacity: 1;
}
.social_icon li {
  display: inline;
}
#social_icon a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  font-variant: small-caps;
}
.team_page {
  margin-bottom: 30px;
}
.owl-theme .owl-item {
  padding: 10px 0px 10px 0px;
}
#slider .owl-nav {
  display: none;
}
.animated1 {
  animation-delay: 0.5s, 0s;
}
.animated2 {
  animation-delay: 0.2s, 0s;
}
.animated3 {
  animation-delay: 0.4s, 0s;
}
.animated4 {
  animation-delay: 0.6s, 0s;
}
.animated5 {
  animation-delay: 0.8s, 0s;
}
.single-slide-item {
  padding-top: 184px;
  padding-bottom: 294px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-slide-item h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 27px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.single-slide-item p {
  color: #fefefe;
  font-size: 24px;
  max-width: 805px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin-bottom: 51px;
}
.single-slide-item button.slide-btn,
.single-slide-item button:active .slide-btn,
.single-slide-item button:focus .slide-btn {
  display: inline-block;
  background: #f5f5fb;
  padding: 17px 50px;
  color: #5549af;
  border: 1px solid #f5f5fb;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 36px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-slide-item button.slide-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.single-slide-item.slide-1 {
  background-image: url(../images/slider1.jpg);
  position: relative;
  z-index: 1;
}
.single-slide-item.slide-2 {
  background-image: url(../images/banner1.jpg);
  position: relative;
  z-index: 1;
}
.single-slide-item.slide-1:before,
.single-slide-item.slide-2:before {
  background: rgba(109, 46, 192, 0.5);
  background: -moz-linear-gradient(
    left,
    rgba(109, 46, 192, 0.5) 0%,
    rgba(0, 147, 226, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(109, 46, 192, 0.5)),
    color-stop(100%, rgba(0, 147, 226, 0.5))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(109, 46, 192, 0.5) 0%,
    rgba(0, 147, 226, 0.5) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(109, 46, 192, 0.5) 0%,
    rgba(0, 147, 226, 0.5) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(109, 46, 192, 0.5) 0%,
    rgba(0, 147, 226, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(109, 46, 192, 0.5) 0%,
    rgba(0, 147, 226, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.single-slide-item-img img {
  width: auto;
  height: 705px;
}
/* .carousel-indicators */
.carousel-indicators {
  bottom: 10px;
  text-align: center;
  display: block;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 12px 10px 0 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 12px 10px 0 0;
  background-color: transparent;
  border: 3px solid #fff;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top: 39.5%;
  left: 20px;
  background: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.carousel-control:hover {
  background: #fff;
  color: #6967d1;
  font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0%
  );
}
/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/
.testimonials {
  background-image: url(../images/testimonials-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.white h2 {
  color: #fff;
}
.white .title_border {
  border-color: #fff;
}
#wrap {
  width: 1170px;
  margin: 0 auto;
  /* disable the selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#carouel1 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  height: 280px;
  margin-left: 10px;
}
#carouel1 li {
  text-align: center;
  overflow: hidden;
  width: 450px;
  height: 295px;
  box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.75);
  border-radius: 10px;
}
li.roundabout-in-focus,
#carouel2 li.roundabout-in-focus {
  cursor: default;
}
.front {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#carouel1 .front,
#carouel1 .back {
  width: 450px;
  border-radius: 10px;
  height: 295px;
}
#carouel1 .back,
#carouel2 .back {
  top: 0px;
  left: 0;
}
.prevArrow {
  cursor: pointer;
  background: url(../images/assets/right.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 130px;
  left: -100px;
  z-index: 1001;
}
.nextArrow {
  cursor: pointer;
  background: url(../images/assets/left.png) no-repeat;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 130px;
  right: -100px;
  z-index: 1001;
}
.client_detail h1 {
  font-size: 25px;
  color: #315366;
  text-align: center;
  letter-spacing: 0.5px;
}
.client_detail h3 {
  font-size: 16px;
  color: #adadad;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
.client_detail p {
  font-size: 17px;
  color: #696969;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
i.fa.fa-star {
  color: #f1b800;
}
.client_img img {
  margin: auto;
}
.client_detail {
  margin-top: 45px;
}
.quote_img {
  position: absolute;
  z-index: 9999;
  top: -33%;
  left: 27%;
}
.roundabout-in-focus .overlay {
  opacity: 0;
}
.arrowButton {
  opacity: 1 !important;
}
.client_detail_box p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.testimonials_detail {
  text-align: center;
  padding: 40px 35px 40px 35px;
}
img.img-fluid.quate {
  margin-bottom: 20px;
}
.client_name h2 {
  font-size: 18px;
  color: #222222;
  text-align: center;
}
.client_name p {
  font-size: 14px;
  color: #777777;
  text-align: center;
}
.cascade-slider_container {
  position: relative;
  height: 350px;
  margin: 0 auto;
  margin-top: 30px;
}
.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}
.cascade-slider_item.next {
  left: 40%;
  transform: translateY(-50%) translateX(-100%) scale(1);
  opacity: 1;
  z-index: 1;
  background-color: #fff;
  width: 445px;
  opacity: 0.6;
  height: 265px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 192, 0.25);
}
.cascade-slider_item.next .client_detail_box p {
  font-size: 12px;
  line-height: 20px;
}
.cascade-slider_item.next .client_detail_box h2 {
  font-size: 14px;
}
.cascade-slider_item.prev {
  left: 40%;
  transform: translateY(-50%) translateX(50%) scale(1);
  opacity: 1;
  z-index: 1;
  background-color: #fff;
  width: 445px;
  opacity: 0.6;
  height: 265px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 192, 0.25);
}
.cascade-slider_item.prev .client_detail_box p {
  font-size: 12px;
  line-height: 20px;
}
.cascade-slider_item.prev .client_detail_box h2 {
  font-size: 14px;
}
.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
  background-color: #fff;
  height: 330px;
  width: 445px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 192, 0.25);
}
.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 5;
}
.cascade-slider_arrow-left {
  left: -90px;
}
.cascade-slider_arrow-right {
  right: -90px;
}
.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer;
}
.cascade-slider_dot:hover {
  background: #555;
}
.cascade-slider_dot.cur {
  background: #555;
}
span.cascade-slider_arrow.cascade-slider_arrow-left {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
}
span.cascade-slider_arrow.cascade-slider_arrow-right {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 30px;
  line-height: 48px;
}
.testimonials_detail1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 192, 0.25);
  padding: 20px 10px 1px 10px;
}
.testimonials_detail1 img {
  width: auto !important;
  margin: auto;
}
#slider5 .owl-nav {
  display: none;
}
/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing {
  padding-top: 60px;
  padding-bottom: 60px;
}
.price_title {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px 10px 0px 0px;
  transition: all ease 0.5s 0s;
}
.price_title h2 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
.price_box {
  box-shadow: 0px 3px 5px 0px rgba(187, 187, 187, 0.25);
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  transition: all ease 0.5s 0s;
}
.price_box:hover {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.price_box:hover .price_title h2 {
  color: #fff;
}
.price_box:hover .price_title {
  transition: all ease 0.5s 0s;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
.price_box:hover .stat {
  display: none;
}
.price_box:hover .hover {
  display: block !important;
  margin: auto;
}
.hover {
  display: none !important;
}
ul.detail_plan {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
ul.detail_plan li {
  list-style: none;
  text-align: center;
  line-height: 35px;
  color: #777777;
}
.plan_detail h2 {
  font-size: 30px;
  text-align: center;
  background: -webkit-linear-gradient(#0094e2, #6e2ec0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.small {
  font-size: 14px;
}
a.sign_up {
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #2275d7;
  color: #2275d7;
  padding: 11px 33px;
  border-radius: 30px !important;
  font-weight: 600;
  transition: all ease 0.5s 0s;
}
a.sign_up:hover {
  transition: all ease 0.5s 0s;
  padding: 11px 33px;
  color: #fff;
  border: 2px solid #2275d7;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
.plan_btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
#slider6 .owl-nav {
  display: none;
}
.pricing_page {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
#slider1 .owl-dot {
  display: none;
}
.news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.date_box {
  background-image: url(../images/news_bg.png);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 50px;
}
.date_box h2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-top: 7px;
}
.large {
  font-size: 22px;
}
.news_box {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
  display: inline-block;
  border-radius: 10px;
}
.news_box:hover i.fa.fa-arrow-right {
  margin-left: 10px;
}
.news_detail {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.news_img img {
  border-radius: 10px 10px 0px 0px;
}
.news_detail h3 {
  font-size: 16px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}
.news_detail p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
}
#slider1 i.fa.fa-angle-left {
  font-size: 32px;
  height: 50px;
  width: 50px;
  border: 2px solid #3166d2;
  border-radius: 50px;
  color: #3166d2;
  line-height: 43px;
  background-color: transparent;
  transition: all ease 0.5s 0s;
}
#slider1 i.fa.fa-angle-left:hover {
  transition: all ease 0.5s 0s;
  border: 2px solid #3166d2;
  color: #fff;
  line-height: 43px;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
#slider1 i.fa.fa-angle-right {
  font-size: 32px;
  height: 50px;
  width: 50px;
  border: 2px solid #3166d2;
  border-radius: 50px;
  color: #3166d2;
  line-height: 43px;
}
#slider1 i.fa.fa-angle-right:hover {
  transition: all ease 0.5s 0s;
  border: 2px solid #3166d2;
  color: #fff;
  line-height: 43px;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
.news_img {
  background-color: transparent;
}
.news_box:hover .news_img {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  border-radius: 10px 10px 0px 0px;
  transition: all ease 0.5s 0s;
}
/* 
---------------------------------------------
 partners
--------------------------------------------- 
*/
.partners {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  padding-top: 45px;
  padding-bottom: 20px;
}
#slider2 .owl-nav {
  display: none;
}
#slider2 .owl-dot {
  display: none;
}
#slider2 .item img {
  width: 83%;
  margin: auto;
  opacity: 0.5;
}
#slider2 .item img:hover {
  width: 83%;
  margin: auto;
  opacity: 1;
}
#slider2 .owl-item {
  padding: 0px;
}
#slider2 .owl-stage-outer {
  padding: 0px;
}
/* 
---------------------------------------------
contact form
--------------------------------------------- 
*/
.contact_form {
  padding-bottom: 60px;
}
.contact_form_detail {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border: 1px solid #222222;
  background-color: #fff;
  color: #222222;
}
.contact_form_detail1 {
  width: 100%;
  height: 125px;
  padding-left: 15px;
  padding-top: 15px;
  border: 1px solid #222222;
  background-color: #fff;
  color: #222222;
  margin-top: 30px;
}
.contact_form_detail:hover {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_detail:focus {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_detail:focus::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_detail:hover::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_detail1:focus {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_detail1:focus::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_detail1:hover {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_detail1:hover::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_detail::-webkit-input-placeholder {
  color: #222222;
}
.contact_form_detail1::-webkit-input-placeholder {
  color: #222222;
}
.submit_btn {
  color: #fff;
  background: #0094e2;
  padding: 11px 38px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all ease 0.5s 0s;
}
.submit_btn:hover {
  transition: all ease 0.5s 0s;
  cursor: pointer;
}
.submit_btn_box {
  text-align: center;
  margin-top: 30px;
}
.contact_form form {
  margin-top: 15px;
}
#map {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_box {
  margin-top: 10px;
}
iframe {
  margin-bottom: -7px;
}
#contactForm p {
  color: #000000;
}
#contactForm a {
  color: #0094e2;
}
#contactForm a:hover {
  color: #0094e2;
}
/* 
---------------------------------------------
call to action
--------------------------------------------- 
*/
.call_to_action {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  padding-top: 35px;
  padding-bottom: 20px;
  overflow: hidden;
}
.action_con h1 {
  font-size: 28px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}
a.contact_us_btn {
  font-size: 14px;
  color: #0094e2;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 35px;
  border-radius: 50px;
  transition: all ease 0.5s 0s;
}
a.contact_us_btn:hover {
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 92, 0.2);
  transition: all ease 0.5s 0s;
}
.new-project {
  padding: 38px 0 38px;
  background: rgba(0, 130, 200, 1);
}
.single-new-project h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
.single-new-project a.slide-btn,
.single-new-project a:active .slide-btn,
.single-new-project a:focus .slide-btn {
  display: inline-block;
  padding: 12px 40px;
  background: #fff;
  color: #0094e2;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease 0.5s 0s;
  border-radius: 50px;
}
.slide-btn:hover {
  box-shadow: 0px 15px 20px 0px rgba(110, 46, 92, 0.2);
  transition: all ease 0.5s 0s;
}
.form-control:focus {
  box-shadow: none;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #eeeeee;
}
.footer_logo h2 {
  font-size: 30px;
  font-weight: bold;
  background: -webkit-linear-gradient(#6e2ec0, #0094e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_logo p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
}
footer b {
  color: #222222;
}
ul.footer_icon {
  margin: 0;
  padding: 0;
}
ul.footer_icon li {
  list-style: none;
  float: left;
  margin-right: 7px;
}
footer i.fa.fa-twitch {
  color: #222222;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
  font-size: 18px;
}

footer i.fa.fa-twitch:hover {
  color: #00457c;
  opacity: 1;
  line-height: 35px;
}
footer i.fa.fa-facebook {
  color: #222222;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
  font-size: 18px;
}
footer i.fa.fa-facebook:hover {
  color: #00457c;
  opacity: 1;
  line-height: 35px;
}
footer i.fa.fa-twitter {
  color: #222222;
  height: 35px;
  width: 35px;
  text-align: center;
  opacity: 1;
  margin-top: 0px;
  font-size: 18px;
}
footer i.fa.fa-twitter:hover {
  color: #00457c;
  opacity: 1;
  line-height: 35px;
}
i.fa.fa-youtube {
  opacity: 1;
  height: 35px;
  width: 35px;
  background-color: transparent;
  color: #222222;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  line-height: 35px;
  margin-top: 0px;
  text-align: center;
  font-size: 18px;
}
footer i.fa.fa-youtube:hover {
  color: #00457c;
  opacity: 1;
  line-height: 35px;
}
footer i.fa.fa-linkedin {
  color: #272727;
  margin-top: 0px;
  height: 35px;
  text-align: center;
  width: 35px;
  opacity: 1;
  font-size: 18px;
}
footer i.fa.fa-linkedin:hover {
  color: #00457c;
  opacity: 1;
  line-height: 35px;
}
.footer_title h1 {
  font-size: 15px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}
ul.quick_links {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
ul.quick_links li {
  list-style: none;
  line-height: 30px;
}
ul.quick_links li a {
  font-size: 16px;
  color: #000000;
  transition: all ease 0.5s 0s;
  line-height: 24px;
}
ul.quick_links li a:hover {
  color: #0094e2;
  margin-left: 5px;
  transition: all ease 0.5s 0s;
}
i.fa.fa-map-marker {
  float: left;
  height: 50px;
  font-size: 22px;
  padding-right: 10px;
  background: -webkit-linear-gradient(#6e2ec0, #0094e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
i.fa.fa-phone {
  float: left;
  height: 50px;
  font-size: 22px;
  padding-right: 10px;
  background: -webkit-linear-gradient(#6e2ec0, #0094e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
i.fa.fa-envelope {
  float: left;
  height: 50px;
  font-size: 18px;
  padding-right: 10px;
  background: -webkit-linear-gradient(#6e2ec0, #0094e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.add_box p {
  font-size: 14px;
  color: #777777;
  line-height: 25px;
}
.add_box {
  margin-top: 25px;
}
.call_box {
  margin-bottom: 26px;
}
.call_box a {
  font-size: 14px;
  color: #777777;
  line-height: 25px;
}
.news_letter p {
  font-size: 14px;
  color: #777777;
  text-align: justify;
  margin-top: 25px;
}
.form-subscribe {
  max-width: 600px;
  margin: 0 auto;
}
.form-subscribe .form-control {
  background-color: hsla(0, 0%, 100%, 0.8);
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.form-subscribe .btn {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  height: 46.5px;
  border: none;
}
footer .input-group {
  box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.55);
  border-radius: 30px;
}
.news_letter i.fa.fa-paper-plane {
  font-size: 16px;
  padding-right: 5px;
  color: #fff;
}
.footer_bottom {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
}
.copyright p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 24px;
}
/* 
---------------------------------------------
scroll to top
--------------------------------------------- 
*/

.scrollToTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  line-height: 50px;
  z-index: 9999999;
  bottom: 25px;
  opacity: 0;
  background: rgba(0, 130, 200, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(0, 130, 200, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 130, 200, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457c', endColorstr='#0093e2', GradientType=1 );
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: large;
  transition: all 0.5s linear;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
  padding: 15px;
}
a.scrollToTop:hover,
a.scrollToTop:focus {
  text-decoration: none;
  background-color: #fff;
  color: #222;
  -webkit-box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
  box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
}
.chromeframe {
  margin: 0.2em 0;
  background: #fff;
  color: #000;
  padding: 0.2em 0;
}
.fadeInScroll {
  opacity: 1;
  transition: 1s;
}
.fadeOutScroll {
  opacity: 0;
  transition: 1s;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0194e2;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0c9fed;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #15a9f8;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0); /* IE 9 */
  transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(0%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0%); /* IE 9 */
  transform: translateX(0%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(0%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0%); /* IE 9 */
  transform: translateX(0%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(0%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(0%); /* IE 9 */
  transform: translateY(0%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0s 0s ease-out;
  transition: all 0s 0s ease-out;
}

/* 
---------------------------------------------
 map
--------------------------------------------- 
*/

#map-canvas {
  height: 350px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* 
---------------------------------------------
 blog page
--------------------------------------------- 
*/
.blog_pages {
  margin-top: 60px;
  margin-bottom: 30px;
}
.carousel-caption h2 {
  font-size: 36px;
  color: #fff;
}
ul.breadcrumb {
  background-color: transparent;
  text-align: center;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  color: #dddcff;
}
.breadcrumb li > a {
  color: #dddcff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
#breadcrumbs_menu li span {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 20px;
}
.breadcrumb > li + li:before {
  padding: 0 0px;
  color: transparent;
  content: "";
}
.news_box.blog_page {
  margin-bottom: 30px;
}
ul#breadcrumbs_menu {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs_menu li {
  display: inline;
  margin: 2px;
  padding: 5px;
}
#breadcrumbs_menu a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
ul#breadcrumbs_menu {
  margin-top: 15px;
}
.carousel-caption1 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption1 {
  top: 40%;
}
.carousel-caption3 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3 {
  top: 20%;
}
.pagination {
  text-align: center;
  padding: 20px 0;
}
.pagination a {
  font-family: "Open Sans";
  font-size: 1.08em;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #777777;
  display: inline-block;
  vertical-align: middle;
  line-height: 39px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 700;
  margin: 4px;
  transition: all 0.2s linear;
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
}
.pagination a:hover,
.pagination a.selected {
  color: #fff;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
}
.pagination {
  width: 100%;
}
.pagination ul {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.pagination ul li {
  display: inline;
  list-style: none;
}
.sidebar_title h5 {
  font-size: 15px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.border_side {
  border-bottom: 1px solid #dddddd;
}
.sidebar-item.category ul {
  margin: 0;
  padding: 0;
}
.sidebar-item.category ul li {
  display: block;
}
.sidebar-item.category ul li a {
  display: inline-block;
  padding: 10px 0;
  text-transform: capitalize;
  color: #777777;
  font-size: 14px;
  width: 100%;
}
.sidebar-item.category ul li span.categories_left {
  float: right;
  background-color: #f5f5f5;
  width: 40px;
  text-align: center;
  height: 26px;
  border-radius: 30px;
  line-height: 27px;
  position: relative;
  top: -4px;
  transition: all ease 0.5s 0s;
}
.sidebar-item.category ul li a:hover {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.sidebar-item.category ul li a:hover span.categories_left {
  color: #fff;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  transition: all ease 0.5s 0s;
}
.categories_box {
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
  padding: 10px 20px 10px 20px;
  margin-bottom: 25px;
}
.sidebar-info {
  margin-top: 15px;
}
.archives_box {
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
  padding: 10px 20px 10px 20px;
  margin-bottom: 25px;
}
.recent_post {
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
  padding: 10px 20px 10px 20px;
  margin-bottom: 25px;
}
.sidebar-item.recent-post {
  margin-top: 20px;
}
.sidebar-item.recent-post li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
}
.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}
.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-item.recent-post li .info {
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 5px !important;
  vertical-align: middle;
}
.sidebar-item.recent-post li a {
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-area .blog-items .info a {
  display: inline-block;
  font-weight: 600;
}
.sidebar-item.recent-post li span {
  display: inline-block;
  margin-top: 0px;
  font-size: 14px;
}
.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-item.recent-post ul {
  margin: 0px;
  padding: 0px;
}
.sidebar-item.tags ul li {
  display: inline-block;
}
.sidebar-item.tags ul li a {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 20px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
  color: #777;
  font-size: 14px;
  background-color: #f5f5f5;
}
.sidebar-item.tags ul li a:hover {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  color: #ffffff;
  transition: all ease 0.5s 0s;
}
.sidebar-info ul {
  padding: 0px;
  margin: 0px;
}
.news_img img {
  width: 100%;
}
.news_img img:hover {
  opacity: 0.1;
  border-radius: 5px;
  transition: all ease 0.5s 0s;
}
.news_box:hover .news_img img {
  opacity: 0.1;
  border-radius: 5px;
  transition: all ease 0.5s 0s;
}
/* 
---------------------------------------------
 blog detail page
--------------------------------------------- 
*/

.single-blog-post,
.admin-info,
.comment-box {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.single-blog-post .img-box {
  position: relative;
}
.single-blog-post .content-box {
  margin-top: 27px;
}
.single-blog-post .content-box .date-box {
  padding-right: 25px;
}
.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content_blog {
  display: table-cell;
  vertical-align: top;
}
.single-blog-post .content-box .date-box .inner {
  width: 65px;
  text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  border-top: 0px;
}
.single-blog-post .content-box .content_blog h3 {
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}
.single-blog-post .content-box .content_blog p {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 26px;
}
.single-blog-post .bottom-box {
  margin-top: 35px;
}
.single-blog-post .content-box .content_blog span {
  color: #222222;
  font-size: 13px;
}
.single-blog-post .content-box .content_blog span a {
  color: #243559;
}
.single-blog-post .share {
  margin: 0;
  padding: 0;
}
.single-blog-post .share li {
  display: inline;
  list-style: none;
}
.single-blog-post .content-box .content_blog span {
  color: #222222;
  font-size: 13px;
}
.single-blog-post .share li a i,
.single-blog-post .share li span {
  display: inline-block;
  color: #d5dadd;
  font-size: 16px;
  margin-right: 10px;
  width: auto;
  opacity: 1;
}
.single-blog-post .share li a i:hover {
  color: #0094e2;
  width: auto;
}
.admin-info .img-box,
.admin-info .content_blog {
  display: table-cell;
  vertical-align: top;
}
.admin-info .inner-box {
  width: 100px;
}
.admin-info .content_blog {
  padding-left: 45px;
}
.admin-info .content_blog h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222e35;
}
.admin-info .content_blog p {
  font-size: 15px;
  color: #9c9c9c;
  text-align: justify;
}
.admin-info .social {
  padding: 0;
  margin: 0;
}
.admin-info .social li {
  display: inline-block;
  list-style: none;
}
.admin-info .social li a i {
  font-size: 16px;
  margin-right: 7px;
  color: #d5dadd;
  width: auto;
}
.admin-info .social li a i:hover {
  width: auto;
  color: #0094e2;
}
.admin-info .inner-box {
  width: 100px;
}
.comment-box .title {
  margin-bottom: 50px;
}
.comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}
.comment-box .single-comment-box {
  margin-bottom: 34px;
}
.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}
.comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}
.comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}
.comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}
.comment-box .single-comment-box .content-box p {
  color: #9c9c9c;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
}
.comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  font-family: "Raleway";
  text-transform: uppercase;
  color: #262f36;
}
.contact-content h2 {
  color: #23282a;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-bottom: 35px;
}
.contact-content .contact-form textarea,
.contact-content .contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #f0f0f0;
  outline: none;
  padding-left: 20px;
  line-height: 58px;
  margin-bottom: 20px;
}
.contact-content .contact-form textarea {
  height: 190px;
}
.contact-content .contact-form .thm-btn {
  padding: 12px 42px;
}
.thm-btn {
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border: none;
  border-radius: 60px;
  transition: all 0.3s ease;
}
.thm-btn:focus {
  outline: none;
}
/* 
---------------------------------------------
 coming soon
--------------------------------------------- 
*/
html,
body,
.wrapper {
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.wrapper {
  position: relative;
  background: url(../images/slide1.png) no-repeat center center/cover;
}
.wrapper:before {
  opacity: 0.7;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header,
.content {
  position: absolute;
}
.content {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}
.content h1 {
  margin-top: 0;
  font-size: 60px;
  font-weight: bold;
}
.content p {
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.content form {
  margin: auto;
  display: table;
  min-width: 400px;
}
.content input {
  float: left;
  font-size: 16px;
  border: 1px solid #fff;
}
.countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500;
}
.countdown > div {
  float: left;
  min-width: 80px;
}
.countdown span {
  position: relative;
  display: block;
  font-size: 16px;
  margin-top: -5px;
  text-align: center;
}
.time-box {
  height: 130px;
  width: 130px;
  border: 1px solid #fff;
  border-radius: 100%;
  padding-top: 18px;
  margin: 15px;
}
.number {
  font-size: 40px;
}
.input-group.cooming {
  box-shadow: none;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-subscribe .form-control {
  background-color: hsla(0, 0%, 100%, 0.8);
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
button.btn.btn-success.btn-lg1 {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  background: rgba(109, 46, 192, 1);
  background-color: #fff;
  height: 46.5px;
  border: none;
}
i.fa.fa-paper-plane {
  font-size: 16px;
  color: #4851cc;
  padding-right: 5px;
}
input.form-control.cooming_soon.input-lg {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
input.form-control.cooming_soon.input-lg::placeholder {
  color: #fff;
}
ul#coming_social {
  margin: 0;
  padding: 0;
}
#coming_social {
  text-align: center;
  list-style: none;
}
#coming_social li {
  display: inline;
  margin: 0px;
  padding: 3px;
}
#coming_social a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  font-variant: small-caps;
}
.coming_icon i.fa.fa-facebook {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  color: #fff;
  opacity: 1;
}
.coming_icon i.fa.fa-facebook:hover {
  height: 35px;
  width: 35px;
  box-shadow: 0px 10px 15px 0px rgba(110, 46, 192, 0.45);
  background: #fff;
  color: #2b6dd4;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
  transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-twitter {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all ease 0.5s 0s;
  color: #fff;
  opacity: 1;
}
.coming_icon i.fa.fa-twitter:hover {
  height: 35px;
  width: 35px;
  box-shadow: 0px 10px 15px 0px rgba(110, 46, 192, 0.45);
  background: #fff;
  color: #2b6dd4;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
  transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-google-plus {
  height: 35px;
  width: 35px;
  line-height: 35px;
  transition: all ease 0.5s 0s;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.coming_icon i.fa.fa-google-plus:hover {
  height: 35px;
  width: 35px;
  box-shadow: 0px 10px 15px 0px rgba(110, 46, 192, 0.45);
  background: #fff;
  color: #2b6dd4;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
  transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-linkedin:hover {
  height: 35px;
  width: 35px;
  box-shadow: 0px 10px 15px 0px rgba(110, 46, 192, 0.45);
  background: #fff;
  color: #2b6dd4;
  opacity: 1;
  border-radius: 50%;
  line-height: 35px;
  transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-linkedin {
  height: 35px;
  width: 35px;
  line-height: 35px;
  transition: all ease 0.5s 0s;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
/* 
---------------------------------------------
404 error
--------------------------------------------- 
*/
html,
body,
.wrapper1 {
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.wrapper1 {
  position: relative;
  background: url(../images/slide1.png) no-repeat center center/cover;
}

.wrapper1:before {
  opacity: 0.7;
  background: rgba(109, 46, 192, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header,
.content1 {
  position: absolute;
}
.content1 {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}
.error_con h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 60px;
}
.error_con p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
  opacity: 0.8;
}
a.back_to_home {
  color: #6e2ec0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 15px;
  border: 2px solid #fff;
  transition: all ease 0.5s 0s;
}
a.back_to_home:hover {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 35px;
  background-color: transparent;
  border-radius: 50px;
  font-weight: bold;
  transition: all ease 0.5s 0s;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
}
.error_copy p {
  font-size: 15px;
  position: fixed;
  bottom: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
}
.owl-carousel.off {
  display: inline-block;
}
.error_top {
  display: none;
}
/* 
---------------------------------------------
contact page
--------------------------------------------- 
*/
.get_title h2 {
  font-size: 30px;
  color: #222222;
}
.contact_border {
  border-bottom: 3px solid #5843c7;
  width: 50px;
}
.get_title p {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.address_box h4 {
  color: #343e43;
  font-size: 18px;
}
.address_box p {
  float: left;
}
.address_box {
  overflow: hidden;
}
.call_box h4 {
  color: #343e43;
  font-size: 18px;
}
.contact_form_page {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.55);
  color: #777777;
  margin-bottom: 30px;
}
.contact_form_page:hover {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_page:focus {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_page:focus::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_page:hover::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_page_from {
  margin-top: 25px;
}
.contact_form_page1 {
  width: 100%;
  height: 130px;
  padding-left: 15px;
  padding-top: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.55);
  color: #777777;
  margin-top: 0px;
}
.contact_form_page1:focus {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_page1:focus::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.contact_form_page1:hover {
  border: 1px solid #0094e2;
  outline: none;
  transition: all ease 0.5s 0s;
}
.contact_form_page1:hover::-webkit-input-placeholder {
  color: #0094e2;
  transition: all ease 0.5s 0s;
}
.submit_btn_box_page {
  margin-top: 30px;
}
section.contact_page {
  margin-top: 60px;
  margin-bottom: 50px;
}
/* 
---------------------------------------------
faq page
--------------------------------------------- 
*/
.faq_page {
  margin-top: 60px;
  margin-bottom: 60px;
}
.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}
.accordion li {
  list-style: none;
  margin-bottom: 20px;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0px;
  color: #3c4044;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 3px solid #3691e1 !important;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 0;
  border-left: 3px solid #3691e1;
}
.submenu li {
  margin-bottom: 0px;
  border: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #777777;
  padding: 12px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #ccc;
}
/* 
---------------------------------------------
about page
--------------------------------------------- 
*/
.get_title h2 {
  font-size: 30px;
  color: #222222;
}
.about_border {
  border-bottom: 3px solid #5843c7;
  width: 50px;
  margin-top: 15px;
}
.about_pages_con p {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.about_pages_con {
  margin-top: 15px;
}
section.about_page {
  margin-top: 60px;
}
.about_page .readmore {
  margin-top: 20px;
}
.video_title h2 {
  font-size: 30px;
  color: #222222;
  text-align: right;
}
.video_title .title_border {
  border-bottom: 3px solid;
  width: 40px;
  padding-top: 15px;
  border-color: rgba(109, 46, 192, 1);
  border-color: -moz-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  border-color: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(109, 46, 192, 1)),
    color-stop(100%, rgba(0, 147, 226, 1))
  );
  border-color: -webkit-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  border-color: -o-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  border-color: -ms-linear-gradient(
    left,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  border-color: linear-gradient(
    to right,
    rgba(109, 46, 192, 1) 0%,
    rgba(0, 147, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
  float: right;
}
.video_con p {
  font-size: 14px;
  color: #777777;
  text-align: center;
  line-height: 26px;
  padding-top: 15px;
  text-align: right;
  margin-bottom: 0px;
}
.video_background {
  position: relative;
  left: 0px;
}
.video_img_box1 {
  position: absolute;
  top: 70px;
}
.video_play1 {
  position: absolute;
  top: 38%;
  width: 100%;
  text-align: center;
}
.title_box.video_title {
  margin-top: 55px;
  overflow: hidden;
}
section.about_video {
  margin-top: 60px;
  margin-bottom: 60px;
}
.full_video_con {
  margin-right: 30px;
}
.get_title1 {
  margin-top: 20px;
}
.get_title1 p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  text-align: justify;
}

/* 
---------------------------------------------
investors
--------------------------------------------- 
*/
#investors {
  padding: 80px 0;
  background-color: #eeeeee;
}

.title_box.investor_title h2 {
  color: #000000;
}

#investors .title_box p {
  color: #000000;
}

#investors a {
  color: #000000;
  text-decoration: underline;
}

#investors a:hover {
  color: #000000;
  text-decoration: none;
}

.carousel-item {
  height: 550px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact {
  padding: 80px 0;
}

#contact .title_box h2 {
  color: #000000;
}

#contact .title_box p {
  color: #000000;
}

#contact .title_border {
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
  width: 40px;
  padding-top: 15px;
  margin: auto;
  border-color: #ffffff;
}

/* 
---------------------------------------------
careers
--------------------------------------------- 
*/
#careers {
  padding: 80px 0;
  background-color: #eeeeee;
}

#careers .title_box h2 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 0 0 10px 0;
}

#careers .title_box h2 span {
  color: #000000;
  font-size: 80%;
  font-weight: 300;
  text-align: left;
  margin: 0 0 30px 0;
}

#careers .title_box h5 {
  color: #000000;
  text-align: left;
}

#careers .title_box p,
#careers .title_box ul {
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 24px;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 4px;
}

#accordion a.accordion-toggle {
  background-color: #111111;
  color: white;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #111111;
  text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #000000;
  color: white;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
}

#accordion .panel-body {
  padding: 30px;
}

#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #000000;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f068";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
  padding: 0 20px 0 0;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  font-family: "FontAwesome";
  content: "\f067";
  float: left;
  color: #ffffff;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
