/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800");

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
  color: #999999;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body.demos .section {
  background: url(images/bg.webp) repeat top center #f2f3f5;
}

body.demos .section-title img {
  max-width: 280px;
  display: block;
  margin: 10px auto;
}

body.demos .service-widget h3 {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  padding: 20px 0;
  background-color: #ffffff;
}

body.demos .service-widget {
  margin: 0 0 30px;
  padding: 30px;
  background-color: #fff;
}

body.demos .container-fluid {
  max-width: 1080px;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #333333;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 0.8;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

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

/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
  clear: both;
}

.last {
  margin-right: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

a img.alignnone {
  margin: 10px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.hero_banner-img {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.hero_banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
} 

@media (max-width: 992px) {
  .slider_section {
    padding: 0;
  }
}

.hero_area {
  position: relative;
  height: calc(100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background-image: url(/images/banner-01.png); */
  /* background-size: cover; */
}

.sub_page .hero_area {
  height: auto;
}

/* 
.header_section {
  border-top: 5px solid #da7a31;
} */

.header_section .header_top {
  padding: 5px 0;
  background-color: #008ed0;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #eef2f3;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #31d4da;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #008ed0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
  background-color: #da7a31;
}

.header_section .header_bottom {
  background: #ffffff;
  background-size: cover;
  background-position: center;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #ccc;
}

.dropdown-item {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: #008ed0;
  color: #fff;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #da7a31;
}

.navbar-brand:hover {
  color: inherit;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #65696b;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #31c6da;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #da7a31;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider_section .carousel-item .detail-box .big {
  font-size: 30px;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

/* slider */

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #da7a31;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}
.slider_section .detail-box h2 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}
.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 9px;
  background-color: #00000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000000;
  border-radius: 30px;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: #ffffff;
  color: #008ed0;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  height: 50px;
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  /* opacity: 1; */
  border-radius: 100%;
  color: #003471;
  font-size: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #da7a31;
  color: #ffffff;
}

/*----------------------------------------*/
/*  20. Breadcumbs Area
/*----------------------------------------*/
.page-area {
  position: relative;
}
.page-area {
  background: url(images/photos/background01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb {
  padding: 50px 0px;
  /* background-color: transparent; */
  margin-bottom: 0;
}
.breadcrumb-bg {
  float: right;
  padding: 10px 0px;
}
.bread-content {
  padding: 70px 0px;
}
.breadcrumb .section-headline h3 {
  font-size: 46px;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: inherit;
  position: relative;
  top: auto;
  margin-bottom: 0px;
}
.breadcrumb .section-headline {
  margin-bottom: 0px;
  display: inline-block;
}
.breadcrumb .section-headline h3::after {
  display: none;
}
.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 16px;
}
.breadcrumb ul li.home-bread {
  padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: -10px;
  top: 0;
}
.breadcrumb .section-headline::after {
  display: none;
}
.team-page-area .team-member {
  margin-top: -30px;
}
.team-page-area .single-member {
  margin-top: 30px;
}
.testimonial-page-area .Reviews-content {
  margin-top: -30px;
}
.testimonial-page-area .testimonial-text p {
  font-size: 16px;
  letter-spacing: inherit;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  color: #444;
}
.testimonial-page-area .client-name h4 {
  color: #333;
}
.testimonial-page-area .client-name span {
  color: #666;
}
.testimonial-page-area .testimonial-text {
  position: relative;
  padding: 0px 10px;
}
.testimonial-page-area .testimonial-text::before {
  font-size: 40px;
  line-height: 40px;
}
.testimonial-page-area .single-testimonial {
  border: 1px solid #ddd;
  padding: 30px 15px;
  margin-top: 30px;
}
.testimonial-page-area .testimonial-img img {
  max-width: 100px;
}
.project-page-area .project-menu li a {
  color: #444;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
  color: #ffffff;
  font-size: 30px;
}
.cd-headline.clip span b {
  text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

#clouds {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
#clouds path {
  fill: #ffffff;
  bottom: -10px;
  overflow: hidden;
  stroke: #ffffff;
}

.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.noover {
  overflow: visible;
}

.noover .btn-dark {
  border: 0 !important;
}

.nopad {
  padding: 0;
}

.nopadtop {
  padding-top: 0;
}

.section.wb {
  background-color: #ffffff;
}

.section.lb {
  background-color: #f2f3f5;
}

.section.db {
  background-color: #111111;
}

.section.color1 {
  background-color: #448aff;
}

.first-section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 16em 0 13em;
}

.first-section h2 {
  color: #ffffff;
  font-size: 68px;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  margin: 0;
  padding: 0 0 30px;
  position: relative;
}

.first-section .lead {
  font-size: 21px;
  font-weight: 300;
  padding: 0 0 40px;
  margin: 0;
  line-height: inherit;
  color: #ffffff;
}

.macbookright {
  width: 980px;
  position: absolute;
  right: -15%;
  bottom: -6%;
}

.section-title {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.section-title p {
  color: #999;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.section-title h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 62px;
  margin: 0 0 25px;
  padding: 0;
  text-transform: none;
}

.section.colorsection p,
.section.colorsection h3 {
  color: #ffffff;
}

.btn-hover-new {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid #333333;
  overflow: hidden;
  padding: 0px 18px;
  display: inline-block;
}

.sim-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  cursor: pointer;
  display: flex;
  text-align: center;
}

.btn-hover-new::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-hover-new span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-hover-new:hover {
  color: #ffffff;
  background-color: #333333;
}
.btn-hover-new:hover > span {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.btn-hover-new:hover::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.right-box-pro {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.3);
}
.right-box-pro img {
  position: relative;
  z-index: 2;
}
.right-box-pro::before {
  content: "";
  background: url(images/country-quilt-dark.webp);
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0px 100px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 0;
}

.services-inner-box {
  padding: 15px;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 50px 50px 0px 50px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.ser-icon {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  position: relative;
  z-index: 1;
}
.ser-icon i {
  font-size: 50px;
  color: #333333;
}
.services-inner-box h2 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.services-inner-box p {
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.services-inner-box::after {
  background: #28a9e2;
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 50px 50px 0px 50px;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}
.services-inner-box:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.services-inner-box:hover .ser-icon i {
  color: #ffffff;
}

.services-inner-box:hover h2 {
  color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
.services-inner-box:hover p {
  color: #ffffff;
}

.btn-ber {
  margin-top: 30px;
}

.get_btn {
  background: #ffffff;
  color: #333333;
  padding: 14px 20px;
  border-radius: 100px;
  overflow: hidden;
}
.get_btn:hover {
  color: #ffffff;
}

.learn_btn {
  background: #333333;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 100px;
  overflow: hidden;
}
.learn_btn:hover {
  color: #ffffff;
}

.sim-btn {
  background: #333333;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 100px;
  overflow: hidden;
  border: none;
}

.sim-btn:hover {
  color: #ffffff;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover::before,
.hvr-bounce-to-top:focus::before,
.hvr-bounce-to-top:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
  height: 100% !important;
  height: auto !important;
}

.isotope-item {
  z-index: 2;
  padding: 0;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio-filter ul {
  padding: 0;
  z-index: 2;
  display: block;
  position: relative;
  margin: 0;
}

.portfolio-filter ul li {
  border-radius: 0;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
  content: "";
}

.portfolio-filter ul li .btn-dark {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #e6e7e6 !important;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 30px;
}

.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
}

.da-thumbs .pitem {
  margin: 0;
  padding: 15px;
  position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
  display: block;
  position: relative;
}

.da-thumbs .pitem a {
  overflow: hidden;
}

.da-thumbs .pitem a div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.da-thumbs .pitem a div h3 {
  display: block;
  color: #ffffff;
  font-size: 20px;
  padding: 30px 15px;
  text-transform: capitalize;
  font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
  display: block;
  color: #ffffff;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
}

.da-thumbs .pitem a div i {
  background-color: #1f1f1f;
  position: absolute;
  color: #ffffff !important;
  bottom: 0;
  font-size: 15px;
  z-index: 12;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.gallery-single {
  margin: 10px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  box-shadow: 0 0 10px #ccc;
}

.gallery-list .img-overlay {
  border-radius: 30px 30px 0px 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(40, 169, 226, 0.3);
  color: #35424c;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
  transform: translateY(10px);
}

.gallery-list .gallery-single:hover .img-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-modal {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.gallery-modal img {
  max-width: 90%;
  max-height: 70%;
}

.gallery-modal .close,
.gallery-modal .prev,
.gallery-modal .next {
  position: absolute;
  color: white;
  font-size: 2em;
  cursor: pointer;
}

.gallery-modal .close {
  top: 10px;
  right: 20px;
}

.gallery-modal .prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-modal .next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.post-box .date {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #28a9e2;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.post-thumb {
  position: relative;
  border-radius: 30px 30px 0px 30px;
  overflow: hidden;
}

.post-box {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #ffffff;
  border-radius: 100px 100px 0px 0px;
}

.post-box:hover .post-thumb::before {
  opacity: 0.6;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.post-box .post-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.post-info {
  padding: 0px 15px 40px 15px;
  background: #ffffff;
  text-align: left;
  margin-top: 40px;
}

.post-info p {
  margin: 0px;
}

.post-info h4 {
  font-size: 18px;
  font-weight: 700;
}

.post-info ul {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.post-info ul li {
  display: inline-block;
  text-align: center;
}

/*------------------------------------------------------------------
    Our Team
-------------------------------------------------------------------*/

/* .our-team {
  text-align: center;
}
.our-team .pic {
  border-top: none;
  border-bottom: 5px solid #28a9e2;
  border-radius: 50% 50% 0 50%;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic {
  border-bottom-color: #1c142b;
  border-radius: 0 50%;
}
.our-team .pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.our-team .team-content {
  padding: 20px 0;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #28a9e2;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.our-team .post {
  display: block;
  font-size: 17px;
  color: #878484;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.our-team .social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #28a9e2;
  background: #fff;
  font-size: 17px;
  color: #28a9e2;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social li a {
  background: #1c142b;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
} */

/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
  position: absolute;
  top: 30% !important;
  right: -5px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  border: 1px solid #ededed;
  box-shadow: none;
  box-sizing: border-box;
  min-width: 100%;
  padding: 20px 10px;
  z-index: 1035;
}

.dropdown-menu > li > a {
  background-color: transparent !important;
  color: #bcbcbc !important;
  font-size: 15px;
  padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #008ed0;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 15px;
  height: 33px;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0;
  width: 100%;
  color: #bcbcbc !important;
}

.contact_form {
  border: 1px solid #ededed;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  background-color: #f2f3f5d7;
  padding: 40px 30px;
}

.contact_form .form-control {
  /* background-color: #333333; */
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #bcbcbc;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 25px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
  border-radius: 0px;
}

.contact_form textarea {
  color: #bcbcbc;
  padding: 20px 25px !important;
  height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
  color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
  opacity: 1;
  color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
  color: #bcbcbc;
}

#contact {
  background: url(images/1.webp) no-repeat center center #ffffff;
}

.contact_form textarea.form-control {
  min-height: 225px;
}

.form-group {
  position: relative;
}

.help-block {
  position: absolute;
  top: 100%;
  left: 0px;
}

/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.dmtop.show {
  bottom: 10px;
}

.progress {
  background-color: #f2f3f5;
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.skills h3 {
  color: #999999;
  font-size: 15px;
}

.dmtop {
  background-color: #3c3d41;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 47px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 10px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.icon_wrap {
  background-color: #1f1f1f;
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  font-size: 34px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  border: 0 !important;
}

.stat-wrap h3 {
  font-size: 18px;
  font-weight: 400;
  color: #999 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.stat-wrap p {
  font-size: 38px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  padding: 4px 0 0;
  line-height: 1 !important;
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333333;
  z-index: 11000;
  position: fixed;
  display: block;
}

#main-ld {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}
#loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}
@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.btn {
  border: 0 !important;
}

.btn-light {
  padding: 10px 40px;
  font-size: 18px;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}

.btn-dark {
  padding: 13px 40px;
  font-size: 18px;
  border: 1px solid #ececec !important;
  color: #1f1f1f;
  background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area {
  position: relative;
}
.footer .img {
  justify-items: center;
}
.footer-about-top {
  position: relative;
  background: #0a1828;
  padding: 101px 30px;
  top: -100px;
  margin-bottom: -200px;
}
.footer-about-top::before {
  background: #0a1828;
  position: absolute;
  content: "";
  left: -110px;
  top: 0;
  width: 130px;
  height: 100%;
  z-index: -1;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-head p {
  color: #ddd;
}
.footer-head h4 {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-services-link ul.footer-list {
  width: 50%;
  float: left;
}
.footer-icons ul li {
  display: inline-block;
}
.footer-icons ul li a {
  color: #7095d3;
  display: block;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 50%;
}
.footer-icons ul li a:hover {
  color: #222;
  background: #7095d3;
  border: 1px solid #7095d3;
}
.footer-icons {
  margin-top: 30px;
  display: inline-block;
}
.footer-icons h5 {
  color: #ddd;
}
.suscribe-input input {
  background: transparent;
  border: medium none;
  color: #ddd;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  height: 42px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #777;
}
.suscribe-input button {
  background: #7095d3;
  border: 1px solid #7095d3;
  color: #222;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 3px;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 700;
  width: 100%;
}
.suscribe-input button:hover {
  background: #222;
  color: #7095d3;
  transition: 0.4s;
}
.footer-contacts p span {
  color: #7095d3;
  font-weight: 700;
}
.footer-content {
  display: block;
}
.footer-list li a {
  color: #ddd;
  padding: 4px 0px 4px 20px;
  display: block;
  position: relative;
  font-weight: 500;
}
.footer-list li:first-child a {
  padding-top: 0px;
}
.footer-list li:last-child a {
  padding-bottom: 0px;
}
.footer-list li a::after {
  position: absolute;
  content: "\e876";
  right: auto;
  top: 4px;
  font-family: konstra;
  font-size: 11px;
  left: 0;
}
.footer-list li a:hover {
  color: #7095d3;
}
.footer-area-bottom {
  background: #0a1828;
  padding: 25px 0;
}
.copyright-text a:hover {
  text-decoration: underline;
  color: #7095d3;
}
.copyright-text a {
  color: #ddd;
}
.copyright > p {
  margin-bottom: 0;
  color: #ddd;
}
.copyright a {
  color: #7095d3;
}

/*------------ Videos ----------------*/
/* Responsive Video Embedding */
.video-wrapper {
  position: relative;
  padding-bottom: 50%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 16px;
  }

  .col-lg-6,
  .col-md-6,
  .col-sm-12 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* new */

.video-wrapper video {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  /* border-radius: 10px; */
}

/*--------------------------------------------*/
/*** Counter Facts Start ***/
/*--------------------------------------------*/
.counter-facts {
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.8)
  );
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.counter-facts .counter {
  position: relative;
  text-align: center;
  width: 200px;
  min-height: 215px;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
  background: var(--bs-white);
}

.counter-facts .counter:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--bs-primary);
}
.counter-facts .counter .counter-icon {
  position: relative;
  width: 120px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 10px 10px 0 0;
  transform: translateY(-20px);
  font-size: 50px;
  line-height: 90px;
  color: var(--bs-secondary);
  background: rgba(1, 143, 252, 0.5);
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: rgba(0, 58, 102, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
  transform: rotate(360deg);
  transition: all 0.3s ease;
}
.counter-facts .counter h3 {
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
  .counter-facts .counter {
    margin-bottom: 40px;
  }
}

.fixed-icon {
  position: fixed;
  left: 20px;
  bottom: 70px;
  height: 20px;
  opacity: 0.5;
}
.fixed-icon:hover {
  opacity: 1;
}

.fixed-icon-1 {
  position: fixed;
  right: 1px;
  bottom: 300px;
  height: 70px;
  opacity: 0.7;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 40px 30px rgba(0, 0, 0, 0.8);
}

.modal-header {
  background-color: #85989c;
}

.modal-title {
  font-weight: bold;
}

.btn-close {
  outline: none;
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 10px;
  z-index: 99;
}


/* responsive */


@media (max-width: 1300px) {
	.quote_btn-container {
	  display: none;
	}
  
	.custom_nav-container .navbar-nav {
	  align-items: center;
	}
  
	.custom_nav-container .navbar-nav .nav-item .nav-link {
	  padding: 5px 15px;
	}
  }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading h1 {
    font-size: 28px;
  }
  .heading p {
    font-size: 14px;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }
  .navbar_brand_mobile {
    display: flex;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }
  .cd-headline.clip span {
    font-size: 20px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .section-title p {
    font-size: 14px;
  }
  #clouds {
    margin-top: -35%;
  }
  .message-box {
    margin-bottom: 30px;
  }
  .filter-button-group button {
    padding: 12px 27px;
    font-size: 12px;
  }
  .filter-button-group {
    text-align: center !important;
  }
  .post-box {
    margin-bottom: 30px;
  }
  .our-team .title {
    font-size: 16px;
  }
  .pricingTable .title {
    font-size: 28px;
  }
  .pricingTable .pricing-content ul li {
    font-size: 14px;
  }
  .pricingTable .pricingTable-signup {
    font-size: 14px;
  }
  .footer-distributed .footer-left {
    text-align: center;
  }
  .footer .footer-2 img {
    padding-left: 10px;
  }

  .footer img {
    padding-left: 5px;
  }

  .gallery-list {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
	.hero_area {
	  height:auto;
	}
  
	.header_section .header_top {
	  display: none;
	}
  
	.header_section .header_bottom {
	  background-color: #003471;
	}
  
	.navbar_brand_mobile {
	  display: flex;
	}
  
	.custom_nav-container .navbar-nav {
	  padding-top: 15px;
	}
  
	.header_section .header_top .contact_nav a span {
	  display: none;
	}
}
@media (max-width: 767px) {
  .heading h2 {
    font-size: 28px;
  }
   .heading h1 {
    font-size: 28px;
  }
  .heading p {
    font-size: 14px;
  }

  .slider_section .detail-box {
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }
  .cd-headline.clip span {
    font-size: 20px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .section-title p {
    font-size: 14px;
  }

  .info_section .social_box {
    margin-bottom: 25px;
  }

  #clouds {
    margin-top: -35%;
  }
  .message-box {
    margin-bottom: 30px;
  }
  .filter-button-group button {
    padding: 12px 27px;
    font-size: 12px;
  }
  .filter-button-group {
    text-align: center !important;
  }
  .post-box {
    margin-bottom: 30px;
  }
  .footer-distributed .footer-left {
    text-align: center;
  }
  .footer .footer-2 img {
    padding-left: 80px;
  }

  .footer img {
    padding-left: 5px;
  }

  .gallery-list {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
/* 
  .header_section .header_top {
    display: none;
  } */

  .header_section .header_bottom {
    background-color: #ffffff;
  }

  .hero_banner-container .detail-box{
    text-align: center;
  }
  .slider_section .detail-box .hide{
    display: none;
  }
  .hero_banner-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 280px) and (max-width: 599px) {

  .slider_section .hero_banner-container .detail-box h1{
    padding-top: 110px;
    font-weight: bold;
    font-size: 30px;

  }
   .slider_section .hero_banner-container .detail-box h2
   {
    padding-top: 110px;
    font-weight: bold;
    font-size: 30px;

  }
  .hero_banner-container .detail-box h4{
    /* display: none; */
  }
.slider_section .detail-box .hide{
  display: none;
}
  .slider_section .detail-box p{
    font-size: 10px;
  }

  .hero_banner-img{
    height: auto;
    width: 100%;
  }
.heading {
  max-height: 520px;
}
.heading h1 {
  font-size: 28px;
}
.heading p {
  font-size: 14px;
}
.cd-headline.clip span {
  font-size: 20px;
}
.section-title h3 {
  font-size: 28px;
}
.section-title p {
  font-size: 14px;
}
#clouds {
  margin-top: -35%;
}
.message-box {
  margin-bottom: 30px;
}
.message-box h2 {
  font-size: 28px;
}
.filter-button-group button {
  padding: 12px 14px;
  font-size: 12px;
}
.filter-button-group {
  text-align: center !important;
}
.post-box {
  margin-bottom: 30px;
}
.footer-distributed .footer-left {
  text-align: center;
}
.footer .footer-2 img {
  padding-left: 10px;
}

.footer img {
  padding-left: 5px;
}

.gallery-list {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}


.header_section .header_bottom {
  background-color: #ffffff;
}

}
/* 
.header_section .header_top .contact_nav a span {
  display: none;
} */
.slider_section .carousel-item .detail-box span{
  font-size: medium;
} 

@media (max-width: 576px) {
  .header_section .header_top .social_box {
    display: none;
  }

  .header_section .header_top .contact_nav a {
    margin: 0;
    margin-left: 15px;
  }

  .hero_banner-img{
    height: auto;
    width: 100%;
  }
  .slider_section .carousel-item .detail-box .big{
    font-size: medium;
  }
  .slider_section .carousel-item .detail-box h4{
    font-size: xx-small;
  }
}
