/*
Theme Name:       Proton - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Section */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Carouse Slider */
/* ____Features */
/* ____Counter */
/* ____Screenshots */
/* ____Team */
/* ____Testimonial */
/* ____Download */
/* ____Subscribe */
/* ____Pricing-table */
/* ____Blog */
/* ____Contact*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */

/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 15px;
  color: #444;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.5rem;
}

a:hover, a:focus {
  color: #d5d5d5;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-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 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #191c1e;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 0 0 65px;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-color: #2dfbff;
  background-image: -webkit-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: -o-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: linear-gradient(to top left, #3c96ff, #2dfbff);
  position: relative;
}

.section-content {
  position: relative;
  width: 100%;
}

.border-top {
  min-width: 20%;
}

.border-bottom {
  min-width: 20%;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

/* ------- Slider -------*/
  
#carousel-area {
  overflow: hidden;
  position: relative;
}

#carousel-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #0052D4, #005ae8, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;
}

#carousel-area .carousel-item .carousel-caption {
  top: 30%;
  right: 12%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h1 {
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}

#carousel-area .carousel-item .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-item .carousel-caption .btn-border {
  border-color: #fff;
  color: #fff;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 50px;
  color: #fff;
  font-size: 34px;
  display: inline-block;
  background: none;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-agency .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
  border-color: #fff;
  color: #fff;
}

#carousel-area .carousel-control-prev {
  left: 5%;
}

#carousel-area .carousel-control-next {
  right: 5%;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
}

#carousel-area .carousel-indicators {
  bottom: 80px;
}

#carousel-area .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3c9cfd;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  top: 0px;
  right: 0px;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  z-index: 10;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3c9cfd;
  color: #3c9cfd;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #3c9cfd;
}

.btn-border-filled:hover {
  color: #3c9cfd;
  background-color: #ffffff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
  padding: 7px 14px;
  text-transform: uppercase;
  font-size: 15px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Montserrat', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-close {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    opacity: 1;
    font-weight: 500;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  top: 0;
  background: linear-gradient(to right, #0052D4, #005ae8, #00c6ff) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 1;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.3);
  z-index: 9999;
  padding: 5px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #fff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.menu-bg .navbar-nav .active {
  color: #fff !important;
}

.menu-bg .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #4d4d4d;
  font-size: 15px;
  padding: 5px 0px;
  margin-left: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.hide-out {
  display: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}

.menu-bg .navbar-toggler .icon-bar {
    background: #fff !important;
}

.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00c6ff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-brand img {
    max-width: 100%;
  }

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #191919;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus,
.navbar-expand-md .navbar-toggler:hover {
    background-color: #ddd
}

.search {
  display: none;
}

/* ------- About -------*/

#about {
  padding-bottom: 120px !important;
}

.background-image-about {
    background-image: url(../img/about/about-us.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

#about .about-content {
  height: 100%;
  width: 100%;
  display: table;
}

#about .about-content > div {
  vertical-align: middle;
  display: table-cell;
}

#about .about-title h3 {
  font-size: 23px;
  font-weight: 700;
}

#about .about-content h5 {
  font-size: 15px;
  color: #999;
  margin-bottom: 20px;
}

.right {
  padding-left: 4%;
  padding-right: 4%;
}

#about .about-content .btn {
  margin-top: 15px;
}

/* ------- Services -------*/

#services {
  padding-bottom: 120px !important;
}

.services-applications {
  position: relative;
  width: 100%;
}

.services-applications i {
  padding-right: 5px;
  font-size: 32px;
  color: #20BDFF;
}

.services-applications h3 {
  display: inline-block;
  font-size: 23px;
  color: #444;
}

.left {
  padding-left: 5%;
  padding-right: 0;
}

.middle {
  padding-top: 45px;
}

/* ------- Products -------*/

#products {
  padding-bottom: 120px !important;
}


#products .product-title h3 {
  font-size: 23px;
  font-weight: 700;
}

#products .list-style li::before {
  font-family: 'Material Design Icons';
  font-size: 24px;
  margin-right: 10px;
  display: inline-block;
  line-height: 17px;
  height: 1.1rem;
  vertical-align: middle;
  text-rendering: auto;
  color: #20BDFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#products .list-style li::before {
    content: "\F9DD";
}

#products .list-style li {
  margin-bottom: 17px;
  line-height: 1.1rem;
}

/* ------- Projects -------*/

#projects {
  padding-bottom: 120px !important;
}

#portfolios .mix {
  padding: 0px;
}

#projects .tsa-title {
  margin-bottom: 30px;
  z-index: 999;
}

#projects .tsa .tsa-title h2 {
  margin: -24px 0 0 18%;
  font-family: arial;
  font-size: 22px;
}

/* ------- Team -------*/

#team {
  padding-bottom: 120px !important;
}

#team .team-content {
  height: 100%;
  width: 100%;
  display: table;
}

#team .team-content > div {
  vertical-align: middle;
  display: table-cell;
}

#team .box-team {
  position: relative;
  max-width: 130px;
}

#team .top {
  margin: 35% auto 0;
}

#team .consultant-title h3 {
  font-size: 23px;
}

#team .consultant {
  font-size: 18px;
  font-weight: 500;
  color: #3f3f3f;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#team .team-title h3 {
  font-size: 30px;
  font-weight: 700;
}

#team .team-content h5 {
  font-size: 15px;
  color: #999;
  margin-bottom: 20px;
}

#team .team-content .btn {
  margin-top: 15px;
}

/* ------- Clients -------*/

#clients {
  padding-bottom: 120px !important;
}

#clients .clients-content {
  height: 100%;
  width: 100%;
  display: table;
}

#clients #clients-scroller img:hover {
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

.clients-box2 .blog {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border: 1px solid #e4e4e4;
}

.entity {
  margin: 30px 0 40px;
}

.clients-box2 .blog a {
  padding: 10px;
  width: 100%;
}

.clients-box2 .clients-logo {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.clients-box2 .blog img {
  display: inline;
}

.banner {
  
  padding: 72px 0 30px;
}

.banner:after {
  content: "";
  position: absolute;
  width: 90%;
  margin: 0 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6 !important;
}

.image-banner {
  position: relative;
  z-index: 0;
}

.overlay-bg::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 22%;
  left: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: -1;
}

.main-title .page {
  padding-top: 35px;
  font-size: 30px;
  color: #191c1e;
}

#parallax-content {
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 100%; 
  height: 50%;
  padding: 60px 0; 
  overflow: hidden; 
  pointer-events: none; 
  z-index: -100;
}

#parallax-content {
    clip: rect(0 1349px 343px 0);
    clip: rect(0, 1349px, 180px, 0);
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

/* ------- Contact -------*/

#contact {
  padding-bottom: 120px !important;
}

.contact ul li {
  padding-bottom: 20px;
}

.contact ul li a {
  position: relative;
  font-size: 15px;
  color: #666;
  bottom: 7px;

}

.contact li i {
  font-size: 28px;
  padding-right: 20px;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.side-info {
  padding: 15% 20%;
}

.place {
  padding-left: 49px;
}

#contact {
  position: relative;
  text-align: center;
}

/* Contact Map */
.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------- Footer -------*/

#footer {
  background: linear-gradient(to right, #1A2980, #2b3990); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #a4a4a4;
  z-index: 1030;
}

.footer-Content {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #a4a4a4;
  z-index: 1030;
  padding: 3px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  margin-top: 0;
}

.footer-Content a {
  color: #ffffff;
}

.footer-Content a:hover {
  color: #f1f1f1;
}

.footer-Content .feature {
  position: relative;
  display: block;
  z-index: 20;
}

.footer-Content .feature li {
  display: inline-block;
  position: relative;
  margin: 10px 5px;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}

.footer-Content .feature .link {
  color: #fff;
  padding-right: 15px;
}

.ml {
  margin-left: 30px;
}

.footer-Content .feature .link:hover {
  color: #4CB7FF;
}

.footer-Content .brand p {
  float: right;
  margin: 10px 0;
  letter-spacing: 1px;
  font-weight: 500;
  color: #d8d8d8;
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 70px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(to top, #0052D4, #005ae8, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.back-to-top i {
  font-size: 20px;
}

