@charset "UTF-8";
/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

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

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #545454;
  font-family: arial;
  font-weight: bold;

  

}

h1, h2{
  font-size:20px;	
	
}

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
}
.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.section-title span {
  float: right;
  font-style: arial;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: rgba(235, 235, 235, 0.57);
  padding-top: 280px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 235px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 235px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}
.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f;
}
.btn-primary:hover {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}
.btn-primary:active {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}
.btn-primary:focus {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

.header {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.header .top-row {
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
.header .top-row .left-row ul li {
  float: left;
  font-weight: 600;
  padding: 10px;
  font-size: 0.9rem;
}
.header .top-row .left-row ul li i {
  color: #37d6c0;
  margin-right: 4px;
}
.header .top-row .social-link ul {
  float: right;
}
.header .top-row .social-link ul li {
  float: left;
  padding: 10px;
  margin-right: 15px;
}
.header .lorow {
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .lorow .logo-col img {
  max-width: 250px;
}
.header .lorow .logo-col button {
  float: right;
  border: 1px solid #CCC;
  margin-top: 5px;
}
.header .lorow .logo-col button:focus {
  border: 1px solid #CCC !important;
}
.header .lorow .cno-coll {
  text-align: right;
}
.header .lorow .cno-coll p {
  font-weight: 600;
  font-size: 0.9rem;
  padding-top: 18px;
}
.header .lorow .cno-coll i {
  color: #37d6c0;
  margin-right: 5px;
  font-size: 1.2rem;
}
.header .nav-row {
  border-top: 1px solid rgba(204, 204, 204, 0.7);
}
.header .nav-row .navrow .navbar {
  background-color: #FFF !important;
  padding: 0px;
}
.header .nav-row .navrow .navbar li {
  padding-right: 20px;
  padding-left: 20px;
}
.header .nav-row .navrow .navbar li a {
  font-weight: 600;
  font-size: 0.88rem;
}
.header .nav-row .navrow .navbar .active {
  border-top: 2px solid #37d6c0;
}
@media screen and (max-width: 991px) {
  .header .nav-row .navrow .navbar .active {
    border-top: none;
  }
}
.header .nav-row .navrow .navbar .nav-link {
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .header .nav-row .container {
    padding: 0px;
  }
}

.slider {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .slider {
    padding-top: 200px;
  }
}
.slider .carousel-caption {
  bottom: 190px;
}
@media screen and (max-width: 930px) {
  .slider .carousel-caption {
    bottom: 70px;
  }
}
@media screen and (max-width: 1130px) {
  .slider .carousel-caption {
    bottom: 70px;
  }
  .slider .carousel-caption h3 {
    font-size: 2rem !important;
  }
  .slider .carousel-caption .container {
    padding: 0px;
  }
}
.slider .carousel-caption h3 {
  width: fit-content;
  text-align: left;
  color: rgba(23, 173, 182, 0.8);
  padding: 10px 15px;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.slider .carousel-caption p {
  color: rgba(23, 173, 182, 0.8);
  width: 60%;
  text-align: left;
  padding: 10px 20px;
  color: rgba(23, 173, 182, 0.8);
  font-weight: 600;
  font-size: 1rem;
  line-height: 25px;
  font-size: 1.1rem;
}
.slider .carousel-control-prev-icon {
  background-color: rgba(23, 173, 182, 0.8);
  padding: 10px;
}
.slider .carousel-control-next-icon {
  background-color: rgba(23, 173, 182, 0.8);
}

.services {
  background-color: #f7f7f7;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .services {
    padding: 30px 10px;

  }
}
.services .servic-row .servcover {
  border-right: 3px solid rgba(23, 173, 182, 0.8);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 15px;
  text-align: center;
  height: 325px;
}
.services .servic-row .servcover img {
  margin-bottom: 20px;
}

.services .servic-row .servcover h4 {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.services .servic-row .servcover p {
  margin-bottom: 10px;
}
.services .servic-row .span {
  background-color: #17adb6;
  color: #fff;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: auto;
  margin-top: -17px;
  margin-left: -20px;
  width: 120px;
}
.services .servic-row .servic-col {
  text-align: center;
  margin-bottom: 30px;
}
.services .servic-row .mor-cover {
  position: absolute;
  margin-top: -15px;
}

.testimonial-container {
  background-color: #f3f4f8;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .testimonial-container {
    padding: 50px 10px;
  }
}
.testimonial-container .float-auto {
  float: none;
  margin: auto;
}

.testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  border: 1px solid #17adb6;
  background-color: #fff;
  box-shadow: 4.871px 10px 8px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #17adb6;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  color: #5e595b;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial .description:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #17adb6;
  position: absolute;
  top: 0;
  left: -2px;
}

.testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #17adb6;
  font-size: 20px;
  font-weight: 700;
  color: #17adb6;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.testimonial .post {
  font-size: 15px;
  color: #17adb6;
}

.owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}

.owl-prev {
  position: absolute;
  left: -5%;
}

.owl-next {
  position: absolute;
  right: -5%;
}

.owl-prev:after,
.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #17adb6;
  opacity: 1;
}

.owl-next:after {
  content: "";
}

@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 70px 10px 30px;
  }

  .testimonial .description:before {
    top: -20px;
  }

  .testimonial .title {
    font-size: 12px;
  }

  .testimonial .post {
    font-size: 11px;
  }
}
.no-margin {
  margin: 0px;
}

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.scroll-to-fixed-fixed .navbar-nav {
  float: none;
  margin: inherit !important;
}

/* ===================================== Testimonial CSS ================================== */
.our-team {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .our-team {
    padding: 30px 10px;
  }
}
.our-team .team-row .single-usr {
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 5px;
  height: auto;

}
@media screen and (max-width: 767px) {
  .our-team .team-row .single-usr {
    margin-bottom: 30px;
  }
}
.our-team .team-row .single-usr .det-o {
  text-align: center;
  padding: 15px;
}
.our-team .team-row .single-usr .det-o h4 {
  font-size: 1.1rem;
  margin-bottom: 2px;
  font-weight: 600;
}
.our-team .team-row .single-usr .det-o i {
  font-size: 0.85rem;
  font-family: arial;
  font-style: normal;

}

/* ===================================== Blog CSS ================================== */
.blog {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .blog {
    padding: 30px 10px;
  }
}
.blog .blog-row {
  margin-top: 20px;
}
.blog .blog-row .blogcol {
  margin-bottom: 30px;
}
.blog .blog-row .blogcol img {
  margin-bottom: 10px;
}
.blog .blog-row .blogcol span {
  font-size: 0.8rem;
}
.blog .blog-row .blogcol h4 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 26px;
}

/* ===================================== Fooer CSS ================================== */
.footer {
  padding: 50px;
  background-color: #1d3750;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  .footer {
    padding: 50px 10px;
  }
}
.footer h2 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer p {
  text-align: justify;
  text-indent: 20px;
  font-size: 0.9rem;
}

.footer .link-list li {
  padding: 7px;
  font-weight: 500;
  font-size: 0.95rem;
  border-bottom: 1px solid #7586985c;
}

.footer .link-list li a {
  color: #FFF;
}

.footer .link-list li i {
  float: right;
}

.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px;
}

address {
  font-size: 0.95rem;
}
address a {
  color: #fff;
}

.copy {
  padding: 20px;
  background-color: #1f3346;
  font-size: 0.85rem;
  color: #FFF;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

@media screen and (max-width: 777px) {
  .copy span {
    display: none;
  }
}
/* ===================================== About Us CSS ================================== */
.about-us {
  background-color: #FFF;
  padding: 50px;
  padding-top: 0px;
}
@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}
.about-us p {
  margin-top: 10px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .about-us img {
    margin-bottom: 20px;
  }
}

.about-count .countcol {
  text-align: center;
  padding: 20px;
}
.about-count .countcol i {
  font-size: 2.5rem;
  color: #3cc88f;
}

/*# sourceMappingURL=style.css.map */
