/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%;
  color: #000;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-weight: 700;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #3EC1D5;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: left;
  overflow-x: hidden;
  line-height: 25px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 38px;
  color: #13BFD6;
  line-height: 0;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.clear {
  clear: both;
}
ul {
  list-style: outside none none;
  margin: 0 0 15px 0;
  padding: 0;
}
.area-padding, .area-padding-2 {
  padding: 40px 0 25px 0;
}
.section-headline h1, .section-headline h2, .section-headline h3 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h1::after, .section-headline h2::after, .section-headline h3::after {
  border: 2px solid #13BFD6;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80px;
}
.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 65px;
  z-index: 997;
  transition: all 0.5s;
  background-color: #000;
  box-shadow: 0 1px 0 0 #666;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 0 0 #fff;
  height: 60px;
}
#header .logo img {
  width: auto;
  max-height: 42px;
}
@media (max-width: 768px) {
  #header {
    background: rgba(0, 0, 0, 0.8);
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  margin-left: 5px;
}
.navbar li a, .navbar li a:focus {
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
}
.navbar li a:hover, .navbar li.active, .navbar li.active:focus, .navbar li:hover > a {
  color: #fff;
  background-color: #13bfd6;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  top: 66px;
  position: relative;
  margin-bottom: 66px;
  text-align: center;
}
#hero img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  background-color: #f4f4f4;
}
.single-well ul li {
  display: block;
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}
.single-well ul li::before {
  content: "\f122";
  font-family: "bootstrap-icons";
  color: #13BFD6;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 0;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
  padding: 80px 0 40px;
}
.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}
.contact-content-right {
  padding: 100px;
}
.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}
.single-icon p {
  font-size: 16px;
  line-height: 30px;
}
.contact-icon {
  margin-bottom: 40px;
}
.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.php-email-form input:focus, .php-email-form textarea:focus {
  border-color: #3ec1d5;
}
.php-email-form input {
  padding: 10px 15px;
}
.php-email-form textarea {
  padding: 12px 15px;
}
.php-email-form button[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #2d2d2d;
}
.footer-content p:last-child {
  margin-bottom: 0;
}
.footer-head p, footer h4 {
  color: #fff;
}
.footer-head h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 4px;
}
.footer-logo {
  padding-bottom: 20px;
}
.footer-logo h4 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.footer-logo h4 span {
  color: #13BFD6;
}
.footer-contacts p span {
  color: #13BFD6;
  font-weight: 700;
}
.footer-contacts p a {
  color: #fff;
}
.ftr-link ul li {
  line-height: 30px;
}
.ftr-link ul li a {
  color: #fff;
}
.ftr-link ul li a:hover {
  color: #68edff;
}
.footer-area-bottom {
  background: #222;
  padding: 15px 0;
}
.copyright > p {
  margin-bottom: 0;
  color: #fff;
}
#accordionFAQ .accordion-button {
  font-weight: 700;
  padding: 12px 15px;
  background-color: #f8f8f8;
}
#accordionFAQ .accordion-button:focus {
  border: none;
}
#accordionFAQ .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3f3f3f;
}
.accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.single-blog {
  background-color: #f6f6f6;
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin: 12px 0;
}
.single-blog h4 a {
  color: #333;
}
.single-blog-img {
  margin-bottom: 15px;
}
.blog-post-wrapper {
  margin-top: 60px;
}
.blog-post-wrapper a {
  color: #3ac3d3 !important;
  font-weight: 700;
}
.blog-post-wrapper h1, .blog-post-wrapper h2, .blog-post-wrapper h3 {
  font-size: 26px;
}
.blog-post-wrapper .post-thumbnail {
  margin-bottom: 25px;
}
.flicker-img ul li {
  font-size: 18px;
  line-height: 30px;
}
.flicker-img ul li a {
  color: #444;
}
.contact-sec iframe {
  width: 100% !important;
}
.scnd-pg {
  margin: 40px 0 40px;
}
.tp-link a, .external-area a {
  color: #3ec1d5;
}
.inner-content {
  padding: 90px 0 20px 0;
}
.inner-content h1 {
  font-size: 32px;
}
.inner-content h2, .inner-content h3 {
  font-size: 30px;
}
#main a, .inner-content a {
  color: #13BFD6;
}
.dark-bg {
  color: #444;
  padding: 12px 0;
}
.dark-bg p {
  margin: 0;
}
.entry-meta {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 5px;
  color: #00a6bd;
}
.disclaimer {
  font-size: 15px;
}
#accordionFAQs {
  margin-bottom: 30px;
}
#accordionFAQs .accordion-button {
  font-size: 17px;
  font-weight: 700;
  border-radius: 0.75rem;
}
#accordionFAQs .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #222426;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}
#accordionFAQs .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(19 191 214 / 25%);
}
.accordion-button:focus {
  border-color: none;
}
#accordionFAQs .accordion-body p {
  margin-bottom: 0;
}
#recent-blog .blog-bx {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
#recent-blog .blog-bx a:hover {
  text-decoration: none;
}
#recent-blog .blog-bx p:last-child {
  margin-bottom: 0;
}
#recent-blog .blog-desc .sub-head {
  font-size: 18px;
  border-bottom: 1px dotted #000;
  padding-bottom: 12px;
  margin: 15px 0 8px 0;
}
#recent-blog .blog-bx .more-btn {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
#recent-blog .blog-bx .more-btn i {
  font-size: 14px;
  margin-left: 4px;
}
#recent-blog .blog-bx .more-btn:hover, #recent-blog .blog-bx .more-btn:focus {
  background-color: #08b9d0;
  border-color: #0093a7;
}
.content-box {
  padding: 12px;
  border: 1px solid #13bfd6;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 20px;
  border-radius: 0.75rem;
}
.faq-heading {
  color: #fff;
}
.background {
  background-color: #383838;
}
.slide-bar {
  background-color: #eee;
  padding: 25px;
  line-height: 2;
  color: #13bfd6;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }
  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .navbar li a {
    color: #000;
  }
  .slider-area {
    margin-top: 60px;
  }
  .slider-content {
    padding: 80px 0;
  }
  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }
  .section-headline h2 {
    font-size: 30px;
  }
  .well-middle .single-well {
    margin-top: 30px;
  }
  .single-skill {
    margin-bottom: 40px;
  }
  .tab-menu {
    margin-top: 30px;
  }
  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }
  .subs-feilds {
    width: 100%;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }
  .section-headline h3 {
    font-size: 25px;
  }
  .well-text > h2 {
    font-size: 18px;
  }
  .well-text p {
    display: none;
  }
  .single-team-member {
    margin-bottom: 30px;
  }
  .service-right {
    width: 100%;
  }
  .service-images:hover .overly-text {
    display: none;
  }
  .portfolio-area {
    padding-top: 0px;
  }
  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }
  .pri_table_list {
    margin-bottom: 30px;
  }
  .single-awesome-project, .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .head-team h5 {
    font-size: 22px;
  }
  .footer-content {
    margin-bottom: 30px;
  }
  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-area .slider-content {
    padding: 500px 0;
  }
  .search-option input {
    width: 74%;
  }
  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  li.threaded-comments {
    margin-left: 0;
  }
  .inner-content h1 {
    font-size: 29px;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}

 #sidebar ul li {
    list-style: none;
	border-bottom: 1px dotted #000;
    margin-bottom: 9px;
    padding-bottom: 8px;
    line-height: 1.4;
}
#sidebar a {
    color: #000;
}
.widget_tag_cloud a {
    font-size: 12px !important;
    display: inline-block;
    padding: 5px 9px;
    margin: 0 5px 5px 0;
    border: 1px solid #bdbdbd;
    background-color: #fff;
}
.widget_search {margin-bottom: 20px;}
.search-field {
	padding: 8px;
}
#surveypopup .modal-dialog {max-width: 620px;} 
#surveypopup .modal-dialog .modal-content {border-radius: 0;} 
#surveypopup h2 {font-size: 30px;} 
#surveypopup h4 {font-size: 20px;} 
.dark-color {background: #2c262d;color:#fff; font-size: 16px;margin:15px 0 20px 10px;} 
.dark-color:hover {background: #2c262d; color:#fff;border: #2c262d;} 
.light-color {background: #504b51;color:#fff; font-size: 16px;margin:15px 0 20px 10px;} 
.light-color:hover {background: #504b51; color:#fff;border: #504b51;}