/**
* Template Name: MyPortfolio - v2.1.0
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif;
  color: #0d1e2d;
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

.item p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.item a {
    color: #5e839c;
	font-weight: 600;
}

p.author-title {font-weight:600;}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Raleway", sans-serif;
}

.section {
  padding: 5rem 0 5rem;
}
button.close.videobtn {
    margin-right: 30px;
    text-align: right;
    font-size: 45px;
    line-height: 50px;
}
.filters a {
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#myModal, #exampleModal{
	background: rgba(0,0,0,0.8) !important;
}
.burger {
	right: 20px !important;
}
.filters a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}
.video-container img {width: 100%;}
#portfolio-grid .item.col-sm-6.col-md-4.col-lg-4.mb-4 .video-container{ padding-bottom: 0;
    padding-top: 0;
    height: auto;}
#portfolio-grid .item.col-sm-6.col-md-4.col-lg-4.mb-4 video{ width: 100%;
    height: 450px;}
	
	.popup .popuptext div span {
	color: #fff;
	background: #000;
	display: block; 
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	line-height: 35px;
	top: -10px;
}
.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000; 
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
}

.testimonial-wrap .testimonial {
  text-align: left;
  max-width: 80%;
  min-height:500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 50px auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  transition: .2s all ease;
  font-weight: 700;
  background: #1c898c;
}

.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active, .form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/*Pricing Section*/
section.pricing {
  background: #007bff;
 background: linear-gradient(to right, #1f354c, #5e839c); padding: 6rem 0 5rem !important;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 1.6rem;
  margin: 0;
}
.pricing .popular .card-price {
    font-size: 3rem;
    margin: 0;
	color: #1c898c;
}
.pricing .popular .card-price .period{
	font-size: 1rem;
}
.pricing .popular {
    transform: translateY(-8%);
}

.pricing .card-price .period, .pricing .card-price .time-clock {
  font-size: 0.8rem;
  display: block;
}
.pricing .card-price .time-clock {
    font-size: 22px;
    margin-top: 10px;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.btn-view {
    background-color: #1c898c;
    color: #fff;
}

/* Contact Form */
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu, .custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.site-portfolio {
    padding-top: 14rem;
}
section.site-video {
    padding-top: 10rem;
}
section.site-video .container .row .col-md-12 span {text-align: left;width: 80%;display: block;margin: 0 auto;}

section.site-video .container .row .col-md-12 h1 {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
iframe.video-iframe {
	width:80%;
	margin:0 auto;
	height:auto;
}
.navbar {
    padding: .5rem 1rem;
}
.nav-bg {
    background: #fff;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.nav-bg .navbar-brand img{
	max-height:100px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;	
}
.nav-bg.sticky .navbar-brand img{
	max-height: 60px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

/*14-10-2020 Css*/
.owl-carousel .owl-stage-outer{ background: #eceff2;}
.owl-carousel .owl-nav{ position: absolute; top: 50%; width: 100%;}
.owl-carousel .owl-nav button.owl-prev{ font-size: 16px; width: 30px; height: 30px; line-height: 30px; background: #1c898c; color: #fff; outline: none;}
.owl-carousel .owl-nav button.owl-next{ position: absolute; right: 0; font-size: 16px; width: 30px; height: 30px; line-height: 30px; background: #1c898c; color: #fff; outline: none;}
/*nav.navbar.navbar-expand-md.navbar.fixed-top.nav-bg{ position: absolute;}*/

@media (min-width: 800px){
	#exampleModal .modal-dialog {
		max-width: 500px;
		margin: 7.75rem auto;
	}
}


/*14-10-2020 media query*/
@media only screen and (max-width: 1366px ){
	.testimonial-wrap .testimonial blockquote p{ font-size: 18px;}
}

@media only screen and (max-width: 780px){
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;}
	.testimonial-wrap .testimonial{ max-width: 100%; min-height: auto;}
  .testimonial-wrap .testimonial blockquote p{ font-size: 16px;}
  .testimonial-wrap .testimonial img{ width: 100px; margin: 0 auto 20px auto;}
  .testimonial-carousel .owl-dots{ bottom: 20px;}
}

@media only screen and (max-width: 470px ){
	.testimonial-wrap{ padding: 30px 30px 20px 30px;}
	.testimonial-wrap .testimonial img{ width: 90px; margin: 0 auto 15px auto;}
	.testimonial-wrap .testimonial blockquote p{ font-size: 14px;}
	.testimonial-wrap .testimonial p{ font-size: 15px;}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{ font-size: 14px; width: 20px;}
	.testimonial-carousel .owl-dots{ bottom: 0px;}
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 1rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}


@media only screen and (min-width: 768px ){
	iframe.video-iframe {
		min-height: 500px;
	}
}

/*********Media Screens***********/

@media only screen and (max-width: 992px ){
	a.navbar-brand img {
    max-width: 145px;
	}
	button.close.videobtn {
		line-height: 19px;
		margin-top: 13px;
}
}
